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

Sergej Pupykin spupykin at archlinux.org
Wed Aug 31 17:28:36 UTC 2016


    Date: Wednesday, August 31, 2016 @ 17:28:35
  Author: spupykin
Revision: 188166

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

Added:
  ortp/repos/community-i686/PKGBUILD
    (from rev 188165, ortp/trunk/PKGBUILD)
  ortp/repos/community-x86_64/PKGBUILD
    (from rev 188165, ortp/trunk/PKGBUILD)
Deleted:
  ortp/repos/community-i686/PKGBUILD
  ortp/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   62 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   37 --------------------------
 community-x86_64/PKGBUILD |   37 --------------------------
 3 files changed, 62 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-08-31 17:28:18 UTC (rev 188165)
+++ community-i686/PKGBUILD	2016-08-31 17:28:35 UTC (rev 188166)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=ortp
-pkgver=0.25.0
-pkgrel=1
-pkgdesc="A Real-time Transport Protocol (RTP) library"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/index.php/eng/code_review/ortp"
-license=('GPL3')
-depends=('glibc')
-source=("http://download.savannah.gnu.org/releases/linphone/$pkgname/sources/$pkgname-$pkgver.tar.gz"{,.sig})
-sha1sums=('bf2954d29b95ea53c06af6a73f57b73662faa3b7'
-          'SKIP')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-sha1sums=('63db811bb841e6b8e74063a4c2b79ce6cfa8988b'
-          'SKIP')
-sha1sums=('626160c6020b1f2c1543fe43492ace1d29b66f8c'
-          'SKIP')
-sha1sums=('ac4e4ed7a67bef1a57c0c2c8168f4f0bc470d7c4'
-          'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-    --disable-strict
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: ortp/repos/community-i686/PKGBUILD (from rev 188165, ortp/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-08-31 17:28:35 UTC (rev 188166)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=ortp
+pkgver=0.27.0
+pkgrel=1
+pkgdesc="A Real-time Transport Protocol (RTP) library"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/index.php/eng/code_review/ortp"
+license=('GPL3')
+depends=('bctoolbox')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+#source=("http://download.savannah.gnu.org/releases/linphone/$pkgname/sources/$pkgname-$pkgver.tar.gz"{,.sig})
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/ortp/archive/$pkgver.tar.gz")
+md5sums=('d99207c041b50a3a5dbdf08d2620967a')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  [ -x ./configure ] || ./autogen.sh
+  ./configure --prefix=/usr \
+    --disable-strict
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-08-31 17:28:18 UTC (rev 188165)
+++ community-x86_64/PKGBUILD	2016-08-31 17:28:35 UTC (rev 188166)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=ortp
-pkgver=0.25.0
-pkgrel=1
-pkgdesc="A Real-time Transport Protocol (RTP) library"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/index.php/eng/code_review/ortp"
-license=('GPL3')
-depends=('glibc')
-source=("http://download.savannah.gnu.org/releases/linphone/$pkgname/sources/$pkgname-$pkgver.tar.gz"{,.sig})
-sha1sums=('bf2954d29b95ea53c06af6a73f57b73662faa3b7'
-          'SKIP')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-sha1sums=('63db811bb841e6b8e74063a4c2b79ce6cfa8988b'
-          'SKIP')
-sha1sums=('626160c6020b1f2c1543fe43492ace1d29b66f8c'
-          'SKIP')
-sha1sums=('ac4e4ed7a67bef1a57c0c2c8168f4f0bc470d7c4'
-          'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-    --disable-strict
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: ortp/repos/community-x86_64/PKGBUILD (from rev 188165, ortp/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-08-31 17:28:35 UTC (rev 188166)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=ortp
+pkgver=0.27.0
+pkgrel=1
+pkgdesc="A Real-time Transport Protocol (RTP) library"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/index.php/eng/code_review/ortp"
+license=('GPL3')
+depends=('bctoolbox')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+#source=("http://download.savannah.gnu.org/releases/linphone/$pkgname/sources/$pkgname-$pkgver.tar.gz"{,.sig})
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/ortp/archive/$pkgver.tar.gz")
+md5sums=('d99207c041b50a3a5dbdf08d2620967a')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  [ -x ./configure ] || ./autogen.sh
+  ./configure --prefix=/usr \
+    --disable-strict
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list