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

Andrea Scarpino andrea at nymeria.archlinux.org
Wed Sep 11 19:35:33 UTC 2013


    Date: Wednesday, September 11, 2013 @ 21:35:33
  Author: andrea
Revision: 194256

Enable Xv instead of GLX, see FS#33224

Modified:
  mediastreamer/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-11 16:54:34 UTC (rev 194255)
+++ PKGBUILD	2013-09-11 19:35:33 UTC (rev 194256)
@@ -6,12 +6,12 @@
 
 pkgname=mediastreamer
 pkgver=2.9.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A library written in C that allows you to create and run audio and video streams"
 arch=('i686' 'x86_64')
 url="http://www.linphone.org/"
 license=('GPL')
-depends=('ortp' 'ffmpeg' 'libxv' 'glew' 'libupnp')
+depends=('ortp' 'ffmpeg' 'libxv' 'libupnp')
 # xxd from Vim is needed to build
 makedepends=('intltool' 'vim')
 options=('!libtool')
@@ -21,7 +21,8 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr \
+    --disable-glx --enable-xv
   make
 }
 




More information about the arch-commits mailing list