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

Sergej Pupykin spupykin at archlinux.org
Thu Dec 8 15:33:00 UTC 2016


    Date: Thursday, December 8, 2016 @ 15:33:00
  Author: spupykin
Revision: 198472

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-12-08 15:32:41 UTC (rev 198471)
+++ community-i686/PKGBUILD	2016-12-08 15:33:00 UTC (rev 198472)
@@ -1,31 +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.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
-}

Copied: ortp/repos/community-i686/PKGBUILD (from rev 198471, ortp/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-12-08 15:33:00 UTC (rev 198472)
@@ -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=2
+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-12-08 15:32:41 UTC (rev 198471)
+++ community-x86_64/PKGBUILD	2016-12-08 15:33:00 UTC (rev 198472)
@@ -1,31 +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.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
-}

Copied: ortp/repos/community-x86_64/PKGBUILD (from rev 198471, ortp/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-12-08 15:33:00 UTC (rev 198472)
@@ -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=2
+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