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

Jan de Groot jgc at archlinux.org
Mon Jun 7 12:39:19 UTC 2010


    Date: Monday, June 7, 2010 @ 08:39:19
  Author: jgc
Revision: 81960

upgpkg: opal 3.6.8-1
Update to 3.6.8, add extra CFLAGS to fix issues with ffmpeg

Modified:
  opal/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-07 12:19:19 UTC (rev 81959)
+++ PKGBUILD	2010-06-07 12:39:19 UTC (rev 81960)
@@ -2,20 +2,20 @@
 # Maintainer: Jan de Groot <jan at archlinux.org>
 # Contributor: Tom K <tomk at runbox.com>
 pkgname=opal
-pkgver=3.6.6
-pkgrel=2
+pkgver=3.6.8
+pkgrel=1
 pkgdesc="Open Phone Abstraction Library"
 arch=(i686 x86_64)
 url="http://www.ekiga.org"
 license=('GPL')
-depends=('ptlib=2.6.5' 'libtheora' 'x264>=20090416' 'speex')
+depends=('ptlib=2.6.7' 'libtheora>=1.1.1' 'x264>=20100524' 'speex>=1.2rc1')
 makedepends=('ffmpeg')
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.6/${pkgname}-${pkgver}.tar.bz2)
-#gcc-4.4.patch)
-sha256sums=('60c9d75703bedfeca7140cb76b23fae7179ce1f86e7e8b0026b72d66acd75c82')
+sha256sums=('8cbfabb33e5c5563fdafacf1adde536c78638d6d020fae496a52e19e2be6a90c')
 
 build() {
   cd "${srcdir}/opal-${pkgver}"
+  CFLAGS="$CFLAGS -D__STDC_CONSTANT_MACROS" \
   ./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