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

Antonio Rojas arojas at archlinux.org
Sat Mar 5 21:02:10 UTC 2016


    Date: Saturday, March 5, 2016 @ 22:02:09
  Author: arojas
Revision: 260972

Update to 6.0.0

Modified:
  mlt/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++--------------
 1 file changed, 4 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-05 20:52:23 UTC (rev 260971)
+++ PKGBUILD	2016-03-05 21:02:09 UTC (rev 260972)
@@ -9,26 +9,16 @@
 
 pkgbase=mlt
 pkgname=(mlt mlt-python-bindings)
-pkgver=0.9.8
-pkgrel=6
+pkgver=6.0.0
+pkgrel=1
 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"
-	mlt-ffmpeg3.patch::"https://github.com/mltframework/mlt/commit/97c2dd0d.patch")
-md5sums=('57397f2f0fa0545c248c5e9b59c140d5'
-         '32b4e88d82285ac43bca73a5ecb77e1d')
+source=("https://github.com/mltframework/mlt/archive/v$pkgver.tar.gz")
+md5sums=('df4909bbf3dacb1186b5c1bd2aeef568')
 
-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() {
   # mlt
   cd mlt-$pkgver



More information about the arch-commits mailing list