summaryrefslogtreecommitdiffstats
path: root/libraries/mlt-bindings/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/mlt-bindings/README')
-rw-r--r--libraries/mlt-bindings/README28
1 files changed, 28 insertions, 0 deletions
diff --git a/libraries/mlt-bindings/README b/libraries/mlt-bindings/README
new file mode 100644
index 0000000000..f7248379d4
--- /dev/null
+++ b/libraries/mlt-bindings/README
@@ -0,0 +1,28 @@
+Build Swig bindings for the MLT framework.
+
+MLT is included with Slackware, but without bindings.
+It is safe to install this package in addition to what Slackware
+already provides.
+This package does NOT conflict with the default MLT package, and
+instead installs bindings as additions to what's already included.
+
+If you upgrade the Slackware MLT package in the future, though,
+you'll probably need to upgrade these bindings.
+Alternately, you can rebuild the Slackware MLT package with bindings
+enabled, in which case you would remove this package.
+
+Despite CMake options suggesting that there are more, the bindings
+currently available are:
+
+* PERL
+* PHP
+* PYTHON
+* RUBY
+
+By default, all are built.
+Disable a binding by setting an environment variable before building.
+Either "no" or "off" are valid values.
+For example, to exclude Python and Ruby bindings:
+
+ # PYTHON=no RUBY=off sh ./mlt-bindings.SlackBuild
+