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

Andrea Scarpino andrea at archlinux.org
Mon Jun 6 06:35:00 UTC 2011


    Date: Monday, June 6, 2011 @ 02:35:00
  Author: andrea
Revision: 126547

do not build with mediastreamer support

Modified:
  kdenetwork/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-06 06:10:12 UTC (rev 126546)
+++ PKGBUILD	2011-06-06 06:35:00 UTC (rev 126547)
@@ -19,7 +19,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'speex' 'ortp' 'libotr'
 	'qca-ossl' 'kdebase-workspace' 'kdebase-lib' 'libvncserver' 'libmsn'
 	'ppp' 'v4l-utils' 'libidn' 'rdesktop' 'qimageblitz' 'libxdamage' 'libgadu'
-	'telepathy-qt4' 'libktorrent' 'mediastreamer')
+	'telepathy-qt4' 'libktorrent')
 source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
 sha1sums=('63bb58a457aed790e109a9dbeab73abb8c7ea1b2')
 
@@ -33,7 +33,9 @@
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DMOZPLUGIN_INSTALL_DIR=/usr/lib/mozilla/plugins/ \
         -DWITH_Xmms=OFF \
-		-DWITH_LibMeanwhile=OFF
+        -DWITH_WLM_MEDIASTREAMER=OFF \
+		-DWITH_LibMeanwhile=OFF \
+        -DWITH_msiLBC=OFF
 	make
 }
 




More information about the arch-commits mailing list