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

2013-10-21 Thread Jan de Groot
Date: Monday, October 21, 2013 @ 13:48:01
  Author: jgc
Revision: 196964

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

Added:
  ptlib/repos/extra-i686/PKGBUILD
(from rev 196963, ptlib/trunk/PKGBUILD)
  ptlib/repos/extra-i686/ptlib-2.10.10-bison_fixes-1.patch
(from rev 196963, ptlib/trunk/ptlib-2.10.10-bison_fixes-1.patch)
  ptlib/repos/extra-x86_64/PKGBUILD
(from rev 196963, ptlib/trunk/PKGBUILD)
  ptlib/repos/extra-x86_64/ptlib-2.10.10-bison_fixes-1.patch
(from rev 196963, ptlib/trunk/ptlib-2.10.10-bison_fixes-1.patch)
Deleted:
  ptlib/repos/extra-i686/PKGBUILD
  ptlib/repos/extra-x86_64/PKGBUILD

+
 /PKGBUILD  |   80 
 extra-i686/PKGBUILD|   33 
 extra-i686/ptlib-2.10.10-bison_fixes-1.patch   | 2895 +++
 extra-x86_64/PKGBUILD  |   33 
 extra-x86_64/ptlib-2.10.10-bison_fixes-1.patch | 2895 +++
 5 files changed, 5870 insertions(+), 66 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 196963:196964 to see the changes.


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

2012-11-28 Thread Jan de Groot
Date: Wednesday, November 28, 2012 @ 05:32:09
  Author: jgc
Revision: 172101

db-move: moved ptlib from [testing] to [extra] (i686, x86_64)

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-28 10:32:07 UTC (rev 172100)
+++ extra-i686/PKGBUILD 2012-11-28 10:32:09 UTC (rev 172101)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=ptlib
-pkgver=2.10.7
-pkgrel=2
-pkgdesc=Portable Windows Library
-arch=('i686' 'x86_64')
-url=http://www.opalvoip.org;
-license=('GPL')
-depends=('sdl' 'libpulse' 'v4l-utils' 'libldap')
-replaces=('pwlib')
-conflicts=('pwlib')
-source=(http://downloads.sourceforge.net/sourceforge/opalvoip/$pkgname-$pkgver.tar.bz2)
-md5sums=('7fb74a97743fcc5f33d0f97dec7bc878')
-
-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 172099, 
ptlib/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-28 10:32:09 UTC (rev 172101)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=ptlib
+pkgver=2.10.9
+pkgrel=1
+pkgdesc=Portable Windows Library
+arch=('i686' 'x86_64')
+url=http://www.opalvoip.org;
+license=('GPL')
+depends=('sdl' 'libpulse' 'v4l-utils' 'libldap')
+replaces=('pwlib')
+conflicts=('pwlib')
+source=(http://ftp.gnome.org/pub/GNOME/sources/ptlib/${pkgver%.*}/ptlib-$pkgver.tar.xz)
+sha256sums=('d948e326ce238880ce9b52f9f0cd76a4897618e17cc08a347e4a713f36a575fe')
+
+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 \
+  --disable-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-11-28 10:32:07 UTC (rev 172100)
+++ extra-x86_64/PKGBUILD   2012-11-28 10:32:09 UTC (rev 172101)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=ptlib
-pkgver=2.10.7
-pkgrel=2
-pkgdesc=Portable Windows Library
-arch=('i686' 'x86_64')
-url=http://www.opalvoip.org;
-license=('GPL')
-depends=('sdl' 'libpulse' 'v4l-utils' 'libldap')
-replaces=('pwlib')
-conflicts=('pwlib')
-source=(http://downloads.sourceforge.net/sourceforge/opalvoip/$pkgname-$pkgver.tar.bz2)
-md5sums=('7fb74a97743fcc5f33d0f97dec7bc878')
-
-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 172099, 
ptlib/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-28 10:32:09 UTC (rev 172101)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=ptlib
+pkgver=2.10.9
+pkgrel=1
+pkgdesc=Portable Windows Library
+arch=('i686' 'x86_64')
+url=http://www.opalvoip.org;
+license=('GPL')
+depends=('sdl' 'libpulse' 'v4l-utils' 'libldap')
+replaces=('pwlib')
+conflicts=('pwlib')
+source=(http://ftp.gnome.org/pub/GNOME/sources/ptlib/${pkgver%.*}/ptlib-$pkgver.tar.xz)

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

2012-10-30 Thread Jan Steffens
Date: Tuesday, October 30, 2012 @ 19:00:40
  Author: heftig
Revision: 169988

db-move: moved ptlib from [testing] to [extra] (i686, x86_64)

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-30 23:00:37 UTC (rev 169987)
+++ extra-i686/PKGBUILD 2012-10-30 23:00:40 UTC (rev 169988)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=ptlib
-pkgver=2.10.5
-pkgrel=1
-pkgdesc=Portable Windows Library
-arch=('i686' 'x86_64')
-url=http://www.opalvoip.org;
-license=('GPL')
-depends=('sdl' 'libpulse' 'v4l-utils' 'libldap')
-replaces=('pwlib')
-conflicts=('pwlib')
-source=(http://downloads.sourceforge.net/sourceforge/opalvoip/$pkgname-$pkgver.tar.bz2)
-md5sums=('20e0bc3cc85affed55e1481bf96c8c6b')
-
-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
-}
-md5sums=('a5a571457ff3a398995b34f66d6c3cbb')

Copied: ptlib/repos/extra-i686/PKGBUILD (from rev 169962, 
ptlib/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-30 23:00:40 UTC (rev 169988)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=ptlib
+pkgver=2.10.7
+pkgrel=2
+pkgdesc=Portable Windows Library
+arch=('i686' 'x86_64')
+url=http://www.opalvoip.org;
+license=('GPL')
+depends=('sdl' 'libpulse' 'v4l-utils' 'libldap')
+replaces=('pwlib')
+conflicts=('pwlib')
+source=(http://downloads.sourceforge.net/sourceforge/opalvoip/$pkgname-$pkgver.tar.bz2)
+md5sums=('7fb74a97743fcc5f33d0f97dec7bc878')
+
+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-10-30 23:00:37 UTC (rev 169987)
+++ extra-x86_64/PKGBUILD   2012-10-30 23:00:40 UTC (rev 169988)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=ptlib
-pkgver=2.10.5
-pkgrel=1
-pkgdesc=Portable Windows Library
-arch=('i686' 'x86_64')
-url=http://www.opalvoip.org;
-license=('GPL')
-depends=('sdl' 'libpulse' 'v4l-utils' 'libldap')
-replaces=('pwlib')
-conflicts=('pwlib')
-source=(http://downloads.sourceforge.net/sourceforge/opalvoip/$pkgname-$pkgver.tar.bz2)
-md5sums=('20e0bc3cc85affed55e1481bf96c8c6b')
-
-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
-}
-md5sums=('a5a571457ff3a398995b34f66d6c3cbb')

Copied: ptlib/repos/extra-x86_64/PKGBUILD (from rev 169962, 
ptlib/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-10-30 23:00:40 UTC (rev 169988)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=ptlib
+pkgver=2.10.7
+pkgrel=2
+pkgdesc=Portable Windows Library
+arch=('i686' 'x86_64')
+url=http://www.opalvoip.org;
+license=('GPL')
+depends=('sdl' 'libpulse' 'v4l-utils' 'libldap')
+replaces=('pwlib')
+conflicts=('pwlib')
+source=(http://downloads.sourceforge.net/sourceforge/opalvoip/$pkgname-$pkgver.tar.bz2)

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

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 20:03:09
  Author: ibiru
Revision: 163198

db-move: moved ptlib from [staging] to [extra] ( i686,  x86_64)

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-08 19:06:47 UTC (rev 163197)
+++ extra-i686/PKGBUILD 2012-07-09 00:03:09 UTC (rev 163198)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@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
-}

Copied: ptlib/repos/extra-i686/PKGBUILD (from rev 163197, 
ptlib/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-09 00:03:09 UTC (rev 163198)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=ptlib
+pkgver=2.10.5
+pkgrel=1
+pkgdesc=Portable Windows Library
+arch=('i686' 'x86_64')
+url=http://www.opalvoip.org;
+license=('GPL')
+depends=('sdl' 'libpulse' 'v4l-utils' 'libldap')
+replaces=('pwlib')
+conflicts=('pwlib')
+source=(http://downloads.sourceforge.net/sourceforge/opalvoip/$pkgname-$pkgver.tar.bz2)
+md5sums=('20e0bc3cc85affed55e1481bf96c8c6b')
+
+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
+}
+md5sums=('a5a571457ff3a398995b34f66d6c3cbb')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-08 19:06:47 UTC (rev 163197)
+++ extra-x86_64/PKGBUILD   2012-07-09 00:03:09 UTC (rev 163198)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@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
-}

Copied: ptlib/repos/extra-x86_64/PKGBUILD (from rev 163197, 
ptlib/repos/staging-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-07-09 00:03:09 UTC (rev 163198)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=ptlib
+pkgver=2.10.5
+pkgrel=1
+pkgdesc=Portable Windows Library
+arch=('i686' 'x86_64')
+url=http://www.opalvoip.org;
+license=('GPL')
+depends=('sdl' 'libpulse' 'v4l-utils' 'libldap')
+replaces=('pwlib')
+conflicts=('pwlib')