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

Jan de Groot jgc at archlinux.org
Sat Jan 17 23:26:38 UTC 2009


    Date: Saturday, January 17, 2009 @ 18:26:38
  Author: jgc
Revision: 24544

upgpkg: opal 3.4.4-1
    If we link to system speex, just build with system speex also

Modified:
  opal/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-01-17 23:22:57 UTC (rev 24543)
+++ PKGBUILD	2009-01-17 23:26:38 UTC (rev 24544)
@@ -8,15 +8,14 @@
 arch=(i686 x86_64)
 url="http://www.ekiga.org"
 license=('GPL')
-depends=('ptlib=2.4.4' 'libtheora' 'x264>=20090108' 'speex')
+depends=('ptlib=2.4.4' 'libtheora' 'x264>=20080625' 'speex')
 makedepends=('ffmpeg')
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.4/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('01e76bc1261ab6c5b537387a81e7fdd9')
 
 build() {
   cd "${srcdir}/opal-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-              --enable-localspeex || return 1
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list