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

Antonio Rojas arojas at archlinux.org
Mon Dec 7 09:29:28 UTC 2015


    Date: Monday, December 7, 2015 @ 10:29:28
  Author: arojas
Revision: 253311

Fix build with gstreamer 1.6

Modified:
  qt-gstreamer/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-07 09:15:28 UTC (rev 253310)
+++ PKGBUILD	2015-12-07 09:29:28 UTC (rev 253311)
@@ -11,11 +11,17 @@
 url='http://gstreamer.freedesktop.org/modules/qt-gstreamer.html'
 license=(LGPL2.1)
 makedepends=(cmake boost mesa doxygen gst-plugins-good qt4 qt5-declarative)
-source=("http://gstreamer.freedesktop.org/src/$pkgbase/$pkgbase-$pkgver.tar.xz")
-md5sums=('fd794045a828c184acc1794b08a463fd')
+source=("http://gstreamer.freedesktop.org/src/$pkgbase/$pkgbase-$pkgver.tar.xz"
+	qt-gstreamer-1.6.patch::"http://cgit.freedesktop.org/gstreamer/qt-gstreamer/patch/?id=e2ca8094")
+md5sums=('fd794045a828c184acc1794b08a463fd'
+         'e39d0c9ba100b18b230d16ff22d8db5d')
 
 prepare() {
   mkdir -p build{4,5}
+
+# Fix build with gstreamer 1.6
+  cd $pkgbase-$pkgver
+  patch -p1 -i ../qt-gstreamer-1.6.patch
 }
 
 build() {



More information about the arch-commits mailing list