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

Evangelos Foutras foutrelis at archlinux.org
Sat Oct 26 20:17:12 UTC 2019


    Date: Saturday, October 26, 2019 @ 20:17:12
  Author: foutrelis
Revision: 365896

Fix build with Python 3.8

Modified:
  mlt/trunk/PKGBUILD

----------+
 PKGBUILD |    1 -
 1 file changed, 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-26 18:36:22 UTC (rev 365895)
+++ PKGBUILD	2019-10-26 20:17:12 UTC (rev 365896)
@@ -24,7 +24,6 @@
 prepare() {
   cd $pkgname-$pkgver
   patch -p1 -i ../mlt-opencv4.patch # Fix build with openCV 4
-  sed -e 's|python{}.{}|python{}.{}m|' -i src/swig/python/build # Fix Python 3 include dir
 }
 
 build() {



More information about the arch-commits mailing list