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

Jan Steffens heftig at archlinux.org
Mon Feb 28 18:24:37 UTC 2011


    Date: Monday, February 28, 2011 @ 13:24:37
  Author: heftig
Revision: 111692

upgpkg: ptlib 2.8.3-1
Update for gnome-unstable

Modified:
  ptlib/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-28 17:43:38 UTC (rev 111691)
+++ PKGBUILD	2011-02-28 18:24:37 UTC (rev 111692)
@@ -2,17 +2,17 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=ptlib
-pkgver=2.6.7
+pkgver=2.8.3
 pkgrel=1
 pkgdesc="Portable Windows Library"
 arch=(i686 x86_64)
 url="http://www.ekiga.org/"
 license=('GPL')
-depends=('gcc-libs>=4.5.0' 'openssl' 'alsa-lib>=1.0.21.a' 'sdl>=1.2.14' 'libv4l>=0.6.4' 'expat>=2.0.1')
+depends=('gcc-libs' 'openssl' 'alsa-lib' 'sdl' 'expat' 'libpulse' 'v4l-utils')
 replaces=('pwlib')
 conflicts=('pwlib')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.6/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('7dd28225fedd21154d34899b21ee4b6d27c88eb1a9f9931c8e6ced28e8f3b97f')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('076afde4e53e5fd0989adc344c3741aea8342b105c3e879e2f4f9a42ef36793e')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -23,7 +23,11 @@
       --disable-avc --enable-sdl \
       --enable-ipv6 --enable-v4l \
       --enable-dc --disable-odbc \
-      --enable-expat --enable-httpforms || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+      --enable-expat --enable-httpforms
+  make
 }
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list