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

Antonio Rojas arojas at archlinux.org
Sun Dec 6 20:38:57 UTC 2015


    Date: Sunday, December 6, 2015 @ 21:38:56
  Author: arojas
Revision: 252997

Fix build with gstreamer 1.6

Modified:
  telepathy-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-06 20:37:51 UTC (rev 252996)
+++ PKGBUILD	2015-12-06 20:38:56 UTC (rev 252997)
@@ -12,10 +12,12 @@
 license=(LGPL)
 makedepends=(qt4 telepathy-farstream libxslt python2 cmake doxygen qt5-base)
 options=(staticlibs)
-source=("http://telepathy.freedesktop.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz"{,.asc} 'glibc-2.20.patch')
+source=("http://telepathy.freedesktop.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz"{,.asc} 'glibc-2.20.patch'
+	gstreamer-1.6.patch::"http://cgit.freedesktop.org/telepathy/telepathy-qt/patch/?id=ec4a3d62")
 md5sums=('bebebfbe29d194a9ba00b4f422a44f74'
          'SKIP'
-         '8b5f10988c8e26551c3f5283413f0b92')
+         '8b5f10988c8e26551c3f5283413f0b92'
+         '0bd5aa2a0aad18f812c9602b890e910e')
 validpgpkeys=('AA33B0D27868E36C151780F0FE0B6D736B1195ED') # Alexandr Akulich
 
 prepare() {
@@ -24,6 +26,8 @@
 # Fix build with glibc 2.20
   cd $pkgbase-$pkgver
   patch -p1 -i ../glibc-2.20.patch
+# Fix build with gstreamer 1.6
+  patch -p1 -i ../gstreamer-1.6.patch
 }
 
 build() {



More information about the arch-commits mailing list