diff options
author | klaatu <klaatu@member.fsf.org> | 2022-03-10 15:24:44 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-10 10:37:22 +0700 |
commit | 13afcbf176d7e6b5a2d9674ad946e2de83a5f599 (patch) | |
tree | 3f7e88385f2323cce4ecd3a50593eafa435f9448 /libraries/mlt-bindings/README | |
parent | 52c6ea993b185ebbf9296eed4b673c378cb47f22 (diff) |
libraries/mlt-bindings: Added (bindings for MLT).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/mlt-bindings/README')
-rw-r--r-- | libraries/mlt-bindings/README | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/libraries/mlt-bindings/README b/libraries/mlt-bindings/README new file mode 100644 index 000000000000..f7248379d47b --- /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 + |