[arch-commits] Commit in ptlib/repos (4 files)

Pierre Schmitz pierre at archlinux.org
Sun Feb 26 11:24:29 UTC 2012


    Date: Sunday, February 26, 2012 @ 06:24:29
  Author: pierre
Revision: 151450

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  ptlib/repos/extra-i686/PKGBUILD
    (from rev 151449, ptlib/trunk/PKGBUILD)
  ptlib/repos/extra-x86_64/PKGBUILD
    (from rev 151449, ptlib/trunk/PKGBUILD)
Deleted:
  ptlib/repos/extra-i686/PKGBUILD
  ptlib/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |   66 ++++++++++++++++++++++++------------------------
 extra-x86_64/PKGBUILD |   66 ++++++++++++++++++++++++------------------------
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-02-26 11:23:59 UTC (rev 151449)
+++ extra-i686/PKGBUILD	2012-02-26 11:24:29 UTC (rev 151450)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=ptlib
-pkgver=2.10.2
-pkgrel=1
-pkgdesc="Portable Windows Library"
-arch=(i686 x86_64)
-url="http://www.ekiga.org/"
-license=('GPL')
-depends=('gcc-libs' 'openssl' 'alsa-lib' 'sdl' 'expat' 'libpulse' 'v4l-utils')
-replaces=('pwlib')
-conflicts=('pwlib')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('a0985848da2ea06a4df804a650fd800ff52a01f889c116595b9a67fc35537140')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --libdir=/usr/lib \
-      --sysconfdir=/etc --localstatedir=/var \
-      --enable-opal --enable-plugins \
-      --enable-oss --enable-v4l2 \
-      --disable-avc --enable-sdl \
-      --enable-ipv6 --enable-v4l \
-      --enable-dc --disable-odbc \
-      --enable-expat --enable-httpforms
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: ptlib/repos/extra-i686/PKGBUILD (from rev 151449, ptlib/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-02-26 11:24:29 UTC (rev 151450)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=ptlib
+pkgver=2.10.2
+pkgrel=2
+pkgdesc="Portable Windows Library"
+arch=('i686' 'x86_64')
+url="http://www.ekiga.org/"
+license=('GPL')
+depends=('sdl' 'libpulse' 'v4l-utils' 'libldap')
+replaces=('pwlib')
+conflicts=('pwlib')
+source=("http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('a0985848da2ea06a4df804a650fd800ff52a01f889c116595b9a67fc35537140')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --libdir=/usr/lib \
+      --sysconfdir=/etc --localstatedir=/var \
+      --enable-opal --enable-plugins \
+      --enable-oss --enable-v4l2 \
+      --disable-avc --enable-sdl \
+      --enable-ipv6 --enable-v4l \
+      --enable-dc --disable-odbc \
+      --enable-expat --enable-httpforms
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-02-26 11:23:59 UTC (rev 151449)
+++ extra-x86_64/PKGBUILD	2012-02-26 11:24:29 UTC (rev 151450)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=ptlib
-pkgver=2.10.2
-pkgrel=1
-pkgdesc="Portable Windows Library"
-arch=(i686 x86_64)
-url="http://www.ekiga.org/"
-license=('GPL')
-depends=('gcc-libs' 'openssl' 'alsa-lib' 'sdl' 'expat' 'libpulse' 'v4l-utils')
-replaces=('pwlib')
-conflicts=('pwlib')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('a0985848da2ea06a4df804a650fd800ff52a01f889c116595b9a67fc35537140')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --libdir=/usr/lib \
-      --sysconfdir=/etc --localstatedir=/var \
-      --enable-opal --enable-plugins \
-      --enable-oss --enable-v4l2 \
-      --disable-avc --enable-sdl \
-      --enable-ipv6 --enable-v4l \
-      --enable-dc --disable-odbc \
-      --enable-expat --enable-httpforms
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: ptlib/repos/extra-x86_64/PKGBUILD (from rev 151449, ptlib/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-02-26 11:24:29 UTC (rev 151450)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=ptlib
+pkgver=2.10.2
+pkgrel=2
+pkgdesc="Portable Windows Library"
+arch=('i686' 'x86_64')
+url="http://www.ekiga.org/"
+license=('GPL')
+depends=('sdl' 'libpulse' 'v4l-utils' 'libldap')
+replaces=('pwlib')
+conflicts=('pwlib')
+source=("http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('a0985848da2ea06a4df804a650fd800ff52a01f889c116595b9a67fc35537140')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --libdir=/usr/lib \
+      --sysconfdir=/etc --localstatedir=/var \
+      --enable-opal --enable-plugins \
+      --enable-oss --enable-v4l2 \
+      --disable-avc --enable-sdl \
+      --enable-ipv6 --enable-v4l \
+      --enable-dc --disable-odbc \
+      --enable-expat --enable-httpforms
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list