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

Antonio Rojas arojas at archlinux.org
Mon Feb 15 23:04:43 UTC 2016


    Date: Tuesday, February 16, 2016 @ 00:04:42
  Author: arojas
Revision: 259358

ffmpeg 3.0 rebuild

Modified:
  mlt/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-15 22:48:08 UTC (rev 259357)
+++ PKGBUILD	2016-02-15 23:04:42 UTC (rev 259358)
@@ -10,18 +10,23 @@
 pkgbase=mlt
 pkgname=(mlt mlt-python-bindings)
 pkgver=0.9.8
-pkgrel=5
+pkgrel=6
 pkgdesc="An open source multimedia framework"
 arch=(i686 x86_64)
 url="http://www.mltframework.org"
 license=(GPL)
 makedepends=(ladspa frei0r-plugins libdv sdl_image libsamplerate sox ffmpeg vid.stab qt5-svg jack libexif python2 swig movit eigen)
-source=("https://github.com/mltframework/mlt/archive/v$pkgver.tar.gz")
-md5sums=('57397f2f0fa0545c248c5e9b59c140d5')
+source=("https://github.com/mltframework/mlt/archive/v$pkgver.tar.gz"
+	mlt-ffmpeg3.patch::"https://github.com/mltframework/mlt/commit/97c2dd0d.patch")
+md5sums=('57397f2f0fa0545c248c5e9b59c140d5'
+         '32b4e88d82285ac43bca73a5ecb77e1d')
 
 prepare() {
   cd mlt-$pkgver
   sed -i 's|freetype/|freetype2/|' src/modules/gtk2/producer_pango.c
+
+# Fix build against ffmpeg 3.0
+  patch -p1 -i ../mlt-ffmpeg3.patch
 }
 
 build() {



More information about the arch-commits mailing list