[arch-commits] Commit in mlt6/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu May 6 06:44:26 UTC 2021


    Date: Thursday, May 6, 2021 @ 06:44:25
  Author: arojas
Revision: 414434

Fix conflict with mlt

Modified:
  mlt6/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-06 06:37:19 UTC (rev 414433)
+++ PKGBUILD	2021-05-06 06:44:25 UTC (rev 414434)
@@ -8,7 +8,7 @@
 
 pkgname=mlt6
 pkgver=6.26.1
-pkgrel=1
+pkgrel=2
 pkgdesc="An open source multimedia framework"
 arch=(x86_64)
 url="https://www.mltframework.org"
@@ -47,19 +47,10 @@
     -DMOD_GTK2=OFF \
     -DSWIG_PYTHON=ON
   cmake --build build
-
-# python bindings
-#  cd src/swig/python
-#  ./build
 }
 
 package() {
   DESTDIR="$pkgdir" cmake --install build
 
-# Install python bindings
-#  _pythonpath=`python -c "from sysconfig import get_path; print(get_path('platlib'))"`
-#  cd src/swig/python
-#  mkdir -p "$pkgdir/$_pythonpath"
-#  install -m755 mlt.py "$pkgdir/$_pythonpath" 
-#  install -m755 _mlt.so "$pkgdir/$_pythonpath"
+  mv "$pkgdir"/usr/bin/melt{,6} # Fix conflicts with mlt 7
 }



More information about the arch-commits mailing list