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

2018-11-24 Thread Antonio Rojas via arch-commits
Date: Saturday, November 24, 2018 @ 10:02:20
  Author: arojas
Revision: 340368

Fix FTBFS

Modified:
  ptlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-24 09:57:09 UTC (rev 340367)
+++ PKGBUILD2018-11-24 10:02:20 UTC (rev 340368)
@@ -2,7 +2,7 @@
 
 pkgname=ptlib
 pkgver=2.10.11
-pkgrel=7
+pkgrel=8
 pkgdesc="Portable Windows Library"
 arch=('x86_64')
 url="http://www.opalvoip.org;
@@ -13,11 +13,13 @@
 source=(https://downloads.sourceforge.net/opalvoip/ptlib-$pkgver.tar.bz2
 ptlib-2.10.11-bison_fixes-2.patch
 disable-sslv3.patch
-openssl-1.1.0.patch)
+openssl-1.1.0.patch
+ptlib-gcc8.patch)
 sha256sums=('27a8ba1fd147195c0b310897f81d26f73996b77b18147e587638444cfacd681a'
 '733f97ae7ceeb11e65882e56dd605decdfaa6c83418fd6c582f9fdedca924b3f'
 '6a290d636d24138282762a5a53a8c92bd1760261fcdda155b825b9d62c30fdb1'
-'815143893de1f9c558c4dda048066992283d619a1c685a1c078ff915bd7f0d86')
+'815143893de1f9c558c4dda048066992283d619a1c685a1c078ff915bd7f0d86'
+'ca01739f1f0c1a00c3683f845fef619fabacac1a31420a28837abcb0cda3b81d')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -24,6 +26,7 @@
   patch -Np1 -i ../ptlib-2.10.11-bison_fixes-2.patch
   patch -Np1 -i ../disable-sslv3.patch
   patch -Np1 -i ../openssl-1.1.0.patch
+  patch -Np1 -i ../ptlib-gcc8.patch
 }
 
 build() {


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

2017-08-12 Thread Jan de Groot
Date: Saturday, August 12, 2017 @ 21:04:56
  Author: jgc
Revision: 301982

Switch source to HTTPS

Modified:
  ptlib/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-12 21:03:04 UTC (rev 301981)
+++ PKGBUILD2017-08-12 21:04:56 UTC (rev 301982)
@@ -11,7 +11,7 @@
 depends=('sdl' 'libpulse' 'v4l-utils' 'libldap')
 replaces=('pwlib')
 conflicts=('pwlib')
-source=(http://downloads.sourceforge.net/opalvoip/ptlib-$pkgver.tar.bz2
+source=(https://downloads.sourceforge.net/opalvoip/ptlib-$pkgver.tar.bz2
 ptlib-2.10.11-bison_fixes-2.patch
 disable-sslv3.patch
 openssl-1.1.0.patch)


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

2017-07-12 Thread Antonio Rojas
Date: Wednesday, July 12, 2017 @ 20:01:36
  Author: arojas
Revision: 300200

PIE rebuild

Modified:
  ptlib/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-12 19:55:08 UTC (rev 300199)
+++ PKGBUILD2017-07-12 20:01:36 UTC (rev 300200)
@@ -3,7 +3,7 @@
 
 pkgname=ptlib
 pkgver=2.10.11
-pkgrel=6
+pkgrel=7
 pkgdesc="Portable Windows Library"
 arch=('i686' 'x86_64')
 url="http://www.opalvoip.org;


[arch-commits] Commit in ptlib/trunk (PKGBUILD openssl-1.1.0.patch)

2017-03-28 Thread Jan de Groot
Date: Tuesday, March 28, 2017 @ 12:46:59
  Author: jgc
Revision: 291751

upgpkg: ptlib 2.10.11-6

Build with OpenSSL 1.1.0

Added:
  ptlib/trunk/openssl-1.1.0.patch
Modified:
  ptlib/trunk/PKGBUILD

-+
 PKGBUILD|   12 ++--
 openssl-1.1.0.patch |  128 ++
 2 files changed, 135 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-28 11:19:20 UTC (rev 291750)
+++ PKGBUILD2017-03-28 12:46:59 UTC (rev 291751)
@@ -3,30 +3,32 @@
 
 pkgname=ptlib
 pkgver=2.10.11
-pkgrel=5
+pkgrel=6
 pkgdesc="Portable Windows Library"
 arch=('i686' 'x86_64')
 url="http://www.opalvoip.org;
 license=('GPL')
-depends=('sdl' 'libpulse' 'v4l-utils' 'libldap' 'openssl-1.0')
+depends=('sdl' 'libpulse' 'v4l-utils' 'libldap')
 replaces=('pwlib')
 conflicts=('pwlib')
 source=(http://downloads.sourceforge.net/opalvoip/ptlib-$pkgver.tar.bz2
 ptlib-2.10.11-bison_fixes-2.patch
-disable-sslv3.patch)
+disable-sslv3.patch
+openssl-1.1.0.patch)
 sha256sums=('27a8ba1fd147195c0b310897f81d26f73996b77b18147e587638444cfacd681a'
 '733f97ae7ceeb11e65882e56dd605decdfaa6c83418fd6c582f9fdedca924b3f'
-'6a290d636d24138282762a5a53a8c92bd1760261fcdda155b825b9d62c30fdb1')
+'6a290d636d24138282762a5a53a8c92bd1760261fcdda155b825b9d62c30fdb1'
+'815143893de1f9c558c4dda048066992283d619a1c685a1c078ff915bd7f0d86')
 
 prepare() {
   cd $pkgname-$pkgver
   patch -Np1 -i ../ptlib-2.10.11-bison_fixes-2.patch
   patch -Np1 -i ../disable-sslv3.patch
+  patch -Np1 -i ../openssl-1.1.0.patch
 }
 
 build() {
   cd $pkgname-$pkgver
-  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
   ./configure --prefix=/usr --libdir=/usr/lib \
   --sysconfdir=/etc --localstatedir=/var \
   --enable-opal --enable-plugins \

Added: openssl-1.1.0.patch
===
--- openssl-1.1.0.patch (rev 0)
+++ openssl-1.1.0.patch 2017-03-28 12:46:59 UTC (rev 291751)
@@ -0,0 +1,128 @@
+--- a/src/ptclib/pssl.cxx  2017-03-28 14:35:23.261060113 +0200
 b/src/ptclib/pssl.cxx  2017-03-28 14:30:20.593853443 +0200
+@@ -140,7 +140,7 @@
+ class PSSL_BIO
+ {
+   public:
+-PSSL_BIO(BIO_METHOD *method = BIO_s_file_internal())
++PSSL_BIO(const BIO_METHOD *method = BIO_s_file())
+   { bio = BIO_new(method); }
+ 
+ ~PSSL_BIO()
+@@ -627,9 +627,10 @@
+   if (dh == NULL)
+ return;
+ 
+-  dh->p = BN_bin2bn(pData, pSize, NULL);
+-  dh->g = BN_bin2bn(gData, gSize, NULL);
+-  if (dh->p != NULL && dh->g != NULL)
++  BIGNUM *p = BN_bin2bn(pData, pSize, NULL);
++  BIGNUM *g = BN_bin2bn(gData, gSize, NULL);
++  DH_set0_pqg(dh, p, NULL, g);
++  if (p != NULL && p != NULL)
+ return;
+ 
+   DH_free(dh);
+@@ -1115,7 +1116,7 @@
+ //
+ 
+ 
+-#define PSSLCHANNEL(bio)  ((PSSLChannel *)(bio->ptr))
++#define PSSLCHANNEL(bio)  ((PSSLChannel *)BIO_get_data(bio))
+ 
+ extern "C" {
+ 
+@@ -1128,10 +1129,9 @@
+ 
+ static int Psock_new(BIO * bio)
+ {
+-  bio->init = 0;
+-  bio->num  = 0;
+-  bio->ptr  = NULL;// this is really (PSSLChannel *)
+-  bio->flags= 0;
++  BIO_set_init(bio, 0);
++  BIO_set_data(bio, NULL);
++  BIO_clear_flags(bio, ~0);
+ 
+   return(1);
+ }
+@@ -1142,13 +1142,13 @@
+   if (bio == NULL)
+ return 0;
+ 
+-  if (bio->shutdown) {
+-if (bio->init) {
++  if (BIO_get_shutdown(bio)) {
++if (BIO_get_init(bio)) {
+   PSSLCHANNEL(bio)->Shutdown(PSocket::ShutdownReadAndWrite);
+   PSSLCHANNEL(bio)->Close();
+ }
+-bio->init  = 0;
+-bio->flags = 0;
++BIO_set_init(bio, 0);
++BIO_clear_flags(bio, ~0);
+   }
+   return 1;
+ }
+@@ -1158,11 +1158,11 @@
+ {
+   switch (cmd) {
+ case BIO_CTRL_SET_CLOSE:
+-  bio->shutdown = (int)num;
++  BIO_set_shutdown(bio, (int)num);
+   return 1;
+ 
+ case BIO_CTRL_GET_CLOSE:
+-  return bio->shutdown;
++  return BIO_get_shutdown(bio);
+ 
+ case BIO_CTRL_FLUSH:
+   return 1;
+@@ -1237,7 +1237,8 @@
+ };
+ 
+ 
+-static BIO_METHOD methods_Psock =
++static BIO_METHOD *methods_Psock = NULL;
++/*
+ {
+   BIO_TYPE_SOCKET,
+   "PTLib-PSSLChannel",
+@@ -1259,19 +1260,33 @@
+   Psock_free
+ #endif
+ };
+-
++*/
+ 
+ PBoolean PSSLChannel::OnOpen()
+ {
+-  BIO * bio = BIO_new(_Psock);
++  if (methods_Psock == NULL) {
++methods_Psock = BIO_meth_new(BIO_TYPE_SOCKET | BIO_get_new_index(), 
"PTLib-PSSLChannel");
++if (methods_Psock == NULL ||
++BIO_meth_set_write(methods_Psock, Psock_write) ||
++  BIO_meth_set_read(methods_Psock, Psock_read) ||
++  BIO_meth_set_puts(methods_Psock, Psock_puts) ||
++  BIO_meth_set_gets(methods_Psock, NULL) ||
++  BIO_meth_set_ctrl(methods_Psock, Psock_ctrl) ||
++  BIO_meth_set_create(methods_Psock, Psock_new) ||
++  BIO_meth_set_destroy(methods_Psock, Psock_free)) {
++  

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

2017-02-25 Thread Jan de Groot
Date: Saturday, February 25, 2017 @ 22:40:07
  Author: jgc
Revision: 289554

upgpkg: ptlib 2.10.11-5

Build with OpenSSL 1.0 package

Modified:
  ptlib/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 22:36:21 UTC (rev 289553)
+++ PKGBUILD2017-02-25 22:40:07 UTC (rev 289554)
@@ -26,7 +26,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/lib/pkgconfig
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
   ./configure --prefix=/usr --libdir=/usr/lib \
   --sysconfdir=/etc --localstatedir=/var \
   --enable-opal --enable-plugins \


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

2016-03-03 Thread Bartłomiej Piotrowski
Date: Thursday, March 3, 2016 @ 11:47:32
  Author: bpiotrowski
Revision: 260611

OpenSSL 1.0.2g rebuild

Modified:
  ptlib/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 10:44:34 UTC (rev 260610)
+++ PKGBUILD2016-03-03 10:47:32 UTC (rev 260611)
@@ -3,7 +3,7 @@
 
 pkgname=ptlib
 pkgver=2.10.11
-pkgrel=3
+pkgrel=4
 pkgdesc="Portable Windows Library"
 arch=('i686' 'x86_64')
 url="http://www.opalvoip.org;


[arch-commits] Commit in ptlib/trunk (PKGBUILD disable-sslv3.patch)

2016-03-03 Thread Jan Steffens
Date: Thursday, March 3, 2016 @ 11:44:34
  Author: heftig
Revision: 260610

Disable SSLv3

Added:
  ptlib/trunk/disable-sslv3.patch
Modified:
  ptlib/trunk/PKGBUILD

-+
 PKGBUILD|7 +--
 disable-sslv3.patch |   18 ++
 2 files changed, 23 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 10:10:49 UTC (rev 260609)
+++ PKGBUILD2016-03-03 10:44:34 UTC (rev 260610)
@@ -13,15 +13,18 @@
 conflicts=('pwlib')
 source=(http://downloads.sourceforge.net/opalvoip/ptlib-$pkgver.tar.bz2
 ptlib-2.10.10-bison_fixes-1.patch
-ptlib-gcc5.patch)
+ptlib-gcc5.patch
+disable-sslv3.patch)
 sha256sums=('27a8ba1fd147195c0b310897f81d26f73996b77b18147e587638444cfacd681a'
 '11027b21f568b2ab84f9c25775e5a697a15304b39aaab6380922ed609aac63b9'
-'7cf1781f6f7136252770de712399be493b991d5c2e0b36e908eb1770b189cfd7')
+'7cf1781f6f7136252770de712399be493b991d5c2e0b36e908eb1770b189cfd7'
+'6a290d636d24138282762a5a53a8c92bd1760261fcdda155b825b9d62c30fdb1')
 
 prepare() {
   cd $pkgname-$pkgver
   patch -Np1 -i ../ptlib-2.10.10-bison_fixes-1.patch
   patch -Np1 -i ../ptlib-gcc5.patch
+  patch -Np1 -i ../disable-sslv3.patch
 }
 
 build() {

Added: disable-sslv3.patch
===
--- disable-sslv3.patch (rev 0)
+++ disable-sslv3.patch 2016-03-03 10:44:34 UTC (rev 260610)
@@ -0,0 +1,18 @@
+diff -u -r ptlib-2.10.11/src/ptclib/pssl.cxx 
ptlib-2.10.11-nossl3/src/ptclib/pssl.cxx
+--- ptlib-2.10.11/src/ptclib/pssl.cxx  2013-08-15 01:20:27.0 +0200
 ptlib-2.10.11-nossl3/src/ptclib/pssl.cxx   2016-03-03 11:39:02.224835510 
+0100
+@@ -805,13 +805,11 @@
+   SSL_METHOD * meth;
+ 
+   switch (method) {
+-case SSLv3:
+-  meth = SSLv3_method();
+-  break;
+ case TLSv1:
+   meth = TLSv1_method(); 
+   break;
+ case SSLv23:
++case SSLv3:
+ default:
+   meth = SSLv23_method();
+   break;


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

2015-12-06 Thread Allan McRae
Date: Monday, December 7, 2015 @ 01:18:24
  Author: allan
Revision: 253107

C++11 ABI rebuild

Modified:
  ptlib/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 00:08:24 UTC (rev 253106)
+++ PKGBUILD2015-12-07 00:18:24 UTC (rev 253107)
@@ -3,7 +3,7 @@
 
 pkgname=ptlib
 pkgver=2.10.11
-pkgrel=2
+pkgrel=3
 pkgdesc="Portable Windows Library"
 arch=('i686' 'x86_64')
 url="http://www.opalvoip.org;


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

2015-06-02 Thread Jan de Groot
Date: Tuesday, June 2, 2015 @ 08:21:47
  Author: jgc
Revision: 240001

upgpkg: ptlib 2.10.11-2

Fix compile with gcc5

Added:
  ptlib/trunk/ptlib-gcc5.patch
Modified:
  ptlib/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 ptlib-gcc5.patch |   11 +++
 2 files changed, 17 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-02 06:08:22 UTC (rev 24)
+++ PKGBUILD2015-06-02 06:21:47 UTC (rev 240001)
@@ -3,7 +3,7 @@
 
 pkgname=ptlib
 pkgver=2.10.11
-pkgrel=1
+pkgrel=2
 pkgdesc=Portable Windows Library
 arch=('i686' 'x86_64')
 url=http://www.opalvoip.org;
@@ -12,13 +12,16 @@
 replaces=('pwlib')
 conflicts=('pwlib')
 source=(http://downloads.sourceforge.net/opalvoip/ptlib-$pkgver.tar.bz2
-ptlib-2.10.10-bison_fixes-1.patch)
+ptlib-2.10.10-bison_fixes-1.patch
+ptlib-gcc5.patch)
 sha256sums=('27a8ba1fd147195c0b310897f81d26f73996b77b18147e587638444cfacd681a'
-'11027b21f568b2ab84f9c25775e5a697a15304b39aaab6380922ed609aac63b9')
+'11027b21f568b2ab84f9c25775e5a697a15304b39aaab6380922ed609aac63b9'
+'7cf1781f6f7136252770de712399be493b991d5c2e0b36e908eb1770b189cfd7')
 
 prepare() {
   cd $pkgname-$pkgver
   patch -Np1 -i ../ptlib-2.10.10-bison_fixes-1.patch
+  patch -Np1 -i ../ptlib-gcc5.patch
 }
 
 build() {

Added: ptlib-gcc5.patch
===
--- ptlib-gcc5.patch(rev 0)
+++ ptlib-gcc5.patch2015-06-02 06:21:47 UTC (rev 240001)
@@ -0,0 +1,11 @@
+--- ptlib-2.10.10/include/ptlib/critsec.h  2015-02-20 10:02:39.984901210 
+0100
 ptlib-2.10.10/include/ptlib/critsec.h  2015-02-20 10:04:01.150897771 
+0100
+@@ -40,7 +40,7 @@ 
+ #if P_HAS_ATOMIC_INT
+ 
+ #if defined(__GNUC__)
+-#  if __GNUC__ = 4  __GNUC_MINOR__ = 2
++#  if __GNUC__  4  || (__GNUC__ == 4  __GNUC_MINOR__ = 2)
+ # include ext/atomicity.h
+ #  else
+ # include bits/atomicity.h


[arch-commits] Commit in ptlib/trunk (PKGBUILD ptlib-2.10.10-bison_fixes-1.patch)

2013-10-21 Thread Jan de Groot
Date: Monday, October 21, 2013 @ 13:47:53
  Author: jgc
Revision: 196963

upgpkg: ptlib 2.10.11-1

Remove static libs
Patch taken from blfs to work compile with recent version of bison

Added:
  ptlib/trunk/ptlib-2.10.10-bison_fixes-1.patch
Modified:
  ptlib/trunk/PKGBUILD

---+
 PKGBUILD  |   17 
 ptlib-2.10.10-bison_fixes-1.patch | 2895 
 2 files changed, 2907 insertions(+), 5 deletions(-)

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


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

2013-07-17 Thread Bartłomiej Piotrowski
Date: Wednesday, July 17, 2013 @ 22:05:28
  Author: bpiotrowski
Revision: 190815

upgpkg: ptlib 2.12.3-1

- upstream release

Modified:
  ptlib/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-17 15:54:34 UTC (rev 190814)
+++ PKGBUILD2013-07-17 20:05:28 UTC (rev 190815)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=ptlib
-pkgver=2.10.10
-pkgrel=2
+pkgver=2.12.3
+pkgrel=1
 pkgdesc=Portable Windows Library
 arch=('i686' 'x86_64')
 url=http://www.opalvoip.org;
@@ -11,8 +11,8 @@
 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=('7fcaabe194cbd3bc0b370b951dffd19cfe7ea0298bfff6aecee948e97f3207e4')
+source=(http://downloads.sourceforge.net/opalvoip/ptlib-$pkgver.tar.bz2)
+sha256sums=('5ca1e51b28aa991854036bc9bc8b8ed633bc61122ccf7c20abaaeb0eb9a14344')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-05-11 Thread Bartłomiej Piotrowski
Date: Saturday, May 11, 2013 @ 09:18:24
  Author: bpiotrowski
Revision: 185104

upgpkg: ptlib 2.10.10-2

- rebuild against libsasl 2.1.26

Modified:
  ptlib/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-11 07:12:50 UTC (rev 185103)
+++ PKGBUILD2013-05-11 07:18:24 UTC (rev 185104)
@@ -3,7 +3,7 @@
 
 pkgname=ptlib
 pkgver=2.10.10
-pkgrel=1
+pkgrel=2
 pkgdesc=Portable Windows Library
 arch=('i686' 'x86_64')
 url=http://www.opalvoip.org;



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

2013-02-20 Thread Jan Steffens
Date: Thursday, February 21, 2013 @ 05:44:47
  Author: heftig
Revision: 178383

2.10.10

Modified:
  ptlib/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-21 03:28:02 UTC (rev 178382)
+++ PKGBUILD2013-02-21 04:44:47 UTC (rev 178383)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=ptlib
-pkgver=2.10.9
+pkgver=2.10.10
 pkgrel=1
 pkgdesc=Portable Windows Library
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 replaces=('pwlib')
 conflicts=('pwlib')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/ptlib/${pkgver%.*}/ptlib-$pkgver.tar.xz)
-sha256sums=('d948e326ce238880ce9b52f9f0cd76a4897618e17cc08a347e4a713f36a575fe')
+sha256sums=('7fcaabe194cbd3bc0b370b951dffd19cfe7ea0298bfff6aecee948e97f3207e4')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-11-27 Thread Jan de Groot
Date: Tuesday, November 27, 2012 @ 05:59:32
  Author: jgc
Revision: 172049

upgpkg: ptlib 2.10.9-1

Disable dc, configure doesn't use it even if we have all dependencies installed

Modified:
  ptlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-27 07:35:47 UTC (rev 172048)
+++ PKGBUILD2012-11-27 10:59:32 UTC (rev 172049)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=ptlib
-pkgver=2.10.7
-pkgrel=2
+pkgver=2.10.9
+pkgrel=1
 pkgdesc=Portable Windows Library
 arch=('i686' 'x86_64')
 url=http://www.opalvoip.org;
@@ -11,8 +11,8 @@
 depends=('sdl' 'libpulse' 'v4l-utils' 'libldap')
 replaces=('pwlib')
 conflicts=('pwlib')
-source=(http://downloads.sourceforge.net/sourceforge/opalvoip/$pkgname-$pkgver.tar.bz2)
-md5sums=('7fb74a97743fcc5f33d0f97dec7bc878')
+source=(http://ftp.gnome.org/pub/GNOME/sources/ptlib/${pkgver%.*}/ptlib-$pkgver.tar.xz)
+sha256sums=('d948e326ce238880ce9b52f9f0cd76a4897618e17cc08a347e4a713f36a575fe')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -22,7 +22,7 @@
   --enable-oss --enable-v4l2 \
   --disable-avc --enable-sdl \
   --enable-ipv6 --enable-v4l \
-  --enable-dc --disable-odbc \
+  --disable-dc --disable-odbc \
   --enable-expat --enable-httpforms
   make
 }



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

2012-10-23 Thread Jan de Groot
Date: Tuesday, October 23, 2012 @ 07:47:27
  Author: jgc
Revision: 169544

upgpkg: ptlib 2.10.7-2

Update for Ekiga 3.9.90

Modified:
  ptlib/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-23 11:13:44 UTC (rev 169543)
+++ PKGBUILD2012-10-23 11:47:27 UTC (rev 169544)
@@ -3,7 +3,7 @@
 
 pkgname=ptlib
 pkgver=2.10.7
-pkgrel=1
+pkgrel=2
 pkgdesc=Portable Windows Library
 arch=('i686' 'x86_64')
 url=http://www.opalvoip.org;



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

2012-08-28 Thread Jan de Groot
Date: Tuesday, August 28, 2012 @ 03:39:29
  Author: jgc
Revision: 165648

upgpkg: ptlib 2.10.7-1

Update to 2.10.7

Modified:
  ptlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-08-28 07:31:01 UTC (rev 165647)
+++ PKGBUILD2012-08-28 07:39:29 UTC (rev 165648)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=ptlib
-pkgver=2.10.5
+pkgver=2.10.7
 pkgrel=1
 pkgdesc=Portable Windows Library
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 replaces=('pwlib')
 conflicts=('pwlib')
 
source=(http://downloads.sourceforge.net/sourceforge/opalvoip/$pkgname-$pkgver.tar.bz2)
-md5sums=('20e0bc3cc85affed55e1481bf96c8c6b')
+md5sums=('7fb74a97743fcc5f33d0f97dec7bc878')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -31,4 +31,3 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }
-md5sums=('a5a571457ff3a398995b34f66d6c3cbb')



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

2012-06-10 Thread Jan de Groot
Date: Sunday, June 10, 2012 @ 08:11:02
  Author: jgc
Revision: 161374

upgpkg: ptlib 2.10.5-1

Update to 2.10.5, try to get opal building with x264

Modified:
  ptlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-10 11:55:33 UTC (rev 161373)
+++ PKGBUILD2012-06-10 12:11:02 UTC (rev 161374)
@@ -2,17 +2,17 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=ptlib
-pkgver=2.10.2
-pkgrel=2
+pkgver=2.10.5
+pkgrel=1
 pkgdesc=Portable Windows Library
 arch=('i686' 'x86_64')
-url=http://www.ekiga.org/;
+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/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('a0985848da2ea06a4df804a650fd800ff52a01f889c116595b9a67fc35537140')
+source=(http://downloads.sourceforge.net/sourceforge/opalvoip/$pkgname-$pkgver.tar.bz2)
+md5sums=('20e0bc3cc85affed55e1481bf96c8c6b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -31,3 +31,4 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }
+md5sums=('a5a571457ff3a398995b34f66d6c3cbb')



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

2012-02-26 Thread Pierre Schmitz
Date: Sunday, February 26, 2012 @ 06:23:59
  Author: pierre
Revision: 151449

upgpkg: ptlib 2.10.2-2

rebuild old package

Modified:
  ptlib/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-26 11:17:19 UTC (rev 151448)
+++ PKGBUILD2012-02-26 11:23:59 UTC (rev 151449)
@@ -3,15 +3,15 @@
 
 pkgname=ptlib
 pkgver=2.10.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Portable Windows Library
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url=http://www.ekiga.org/;
 license=('GPL')
-depends=('gcc-libs' 'openssl' 'alsa-lib' 'sdl' 'expat' 'libpulse' 'v4l-utils')
+depends=('sdl' 'libpulse' 'v4l-utils' 'libldap')
 replaces=('pwlib')
 conflicts=('pwlib')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
 sha256sums=('a0985848da2ea06a4df804a650fd800ff52a01f889c116595b9a67fc35537140')
 
 build() {



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

2011-08-22 Thread Jan Steffens
Date: Monday, August 22, 2011 @ 21:57:31
  Author: heftig
Revision: 136099

upgpkg: ptlib 2.10.2-1

2.10.2 update

Modified:
  ptlib/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-23 01:57:28 UTC (rev 136098)
+++ PKGBUILD2011-08-23 01:57:31 UTC (rev 136099)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=ptlib
-pkgver=2.10.1
+pkgver=2.10.2
 pkgrel=1
 pkgdesc=Portable Windows Library
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 replaces=('pwlib')
 conflicts=('pwlib')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('9d5ad6baede23ed893f70a4a21948aa656bf96013f04c5c1ad5154a5dbe13c5f')
+sha256sums=('a0985848da2ea06a4df804a650fd800ff52a01f889c116595b9a67fc35537140')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-07-25 Thread Ionut Biru
Date: Monday, July 25, 2011 @ 15:54:44
  Author: ibiru
Revision: 132754

update to 2.10.1

Modified:
  ptlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-25 19:31:04 UTC (rev 132753)
+++ PKGBUILD2011-07-25 19:54:44 UTC (rev 132754)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=ptlib
-pkgver=2.8.3
+pkgver=2.10.1
 pkgrel=1
 pkgdesc=Portable Windows Library
 arch=(i686 x86_64)
@@ -11,8 +11,8 @@
 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.bz2)
-sha256sums=('076afde4e53e5fd0989adc344c3741aea8342b105c3e879e2f4f9a42ef36793e')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('9d5ad6baede23ed893f70a4a21948aa656bf96013f04c5c1ad5154a5dbe13c5f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-02-28 Thread Jan Steffens
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
===
--- PKGBUILD2011-02-28 17:43:38 UTC (rev 111691)
+++ PKGBUILD2011-02-28 18:24:37 UTC (rev 111692)
@@ -2,17 +2,17 @@
 # Maintainer: Jan de Groot j...@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
+}



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

2010-06-07 Thread Jan de Groot
Date: Monday, June 7, 2010 @ 08:18:47
  Author: jgc
Revision: 81955

upgpkg: ptlib 2.6.7-1
Update to 2.6.7

Modified:
  ptlib/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-07 12:10:17 UTC (rev 81954)
+++ PKGBUILD2010-06-07 12:18:47 UTC (rev 81955)
@@ -2,17 +2,17 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=ptlib
-pkgver=2.6.5
-pkgrel=2
+pkgver=2.6.7
+pkgrel=1
 pkgdesc=Portable Windows Library
 arch=(i686 x86_64)
 url=http://www.ekiga.org/;
 license=('GPL')
-depends=('gcc-libs=4.4.1' 'openssl' 'alsa-lib=1.0.21.a' 'sdl=1.2.13' 
'libv4l=0.6.0' 'expat=2.0.1')
+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')
 replaces=('pwlib')
 conflicts=('pwlib')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.6/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('78e290d3cf78d4dc15c7397b0edd138b4d29cf2ad0a7311bfc1c4dfb88f2a400')
+sha256sums=('7dd28225fedd21154d34899b21ee4b6d27c88eb1a9f9931c8e6ced28e8f3b97f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-04-01 Thread Giovanni Scafora
Date: Thursday, April 1, 2010 @ 16:52:22
  Author: giovanni
Revision: 75566

upgpkg: ptlib 2.6.5-2
openssl-1 rebuild

Modified:
  ptlib/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-01 20:43:13 UTC (rev 75565)
+++ PKGBUILD2010-04-01 20:52:22 UTC (rev 75566)
@@ -3,12 +3,12 @@
 
 pkgname=ptlib
 pkgver=2.6.5
-pkgrel=1
+pkgrel=2
 pkgdesc=Portable Windows Library
 arch=(i686 x86_64)
 url=http://www.ekiga.org/;
 license=('GPL')
-depends=('gcc-libs=4.4.1' 'openssl=0.9.8k' 'alsa-lib=1.0.21.a' 
'sdl=1.2.13' 'libv4l=0.6.0' 'expat=2.0.1')
+depends=('gcc-libs=4.4.1' 'openssl' 'alsa-lib=1.0.21.a' 'sdl=1.2.13' 
'libv4l=0.6.0' 'expat=2.0.1')
 replaces=('pwlib')
 conflicts=('pwlib')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.6/${pkgname}-${pkgver}.tar.bz2)