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

Jan de Groot jgc at archlinux.org
Sun May 3 22:16:43 UTC 2009


    Date: Sunday, May 3, 2009 @ 18:16:43
  Author: jgc
Revision: 37823

upgpkg: ptlib 2.6.1-2
    Build without avc support, it does not build with current libraw1394

Modified:
  ptlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-05-03 22:06:32 UTC (rev 37822)
+++ PKGBUILD	2009-05-03 22:16:43 UTC (rev 37823)
@@ -3,12 +3,12 @@
 
 pkgname=ptlib
 pkgver=2.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Portable Windows Library"
 arch=(i686 x86_64)
 url="http://www.ekiga.org/"
 license=('GPL')
-depends=('gcc-libs>=4.3.3' 'openssl>=0.9.8k' 'libavc1394>=0.5.3' 'alsa-lib>=1.0.19' 'libdv>=1.0.0' 'sdl>=1.2.13' 'libv4l>=0.5.8' 'expat>=2.0.1')
+depends=('gcc-libs>=4.3.3' 'openssl>=0.9.8k' 'alsa-lib>=1.0.19' 'sdl>=1.2.13' 'libv4l>=0.5.8' 'expat>=2.0.1')
 replaces=('pwlib')
 conflicts=('pwlib')
 source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.6/${pkgname}-${pkgver}.tar.bz2)
@@ -20,7 +20,7 @@
               --sysconfdir=/etc --localstatedir=/var \
   	      --enable-opal --enable-plugins \
 	      --enable-oss --enable-v4l2 \
-	      --enable-avc --enable-sdl \
+	      --disable-avc --enable-sdl \
 	      --enable-ipv6 --enable-v4l \
 	      --enable-dc --disable-odbc \
 	      --enable-expat || return 1




More information about the arch-commits mailing list