[arch-commits] Commit in ortp/repos (4 files)
Felix Yan
fyan at nymeria.archlinux.org
Thu Mar 13 13:07:16 UTC 2014
Date: Thursday, March 13, 2014 @ 14:07:16
Author: fyan
Revision: 207685
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
ortp/repos/extra-i686/PKGBUILD
(from rev 207684, ortp/trunk/PKGBUILD)
ortp/repos/extra-x86_64/PKGBUILD
(from rev 207684, ortp/trunk/PKGBUILD)
Deleted:
ortp/repos/extra-i686/PKGBUILD
ortp/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 80 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 31 ------------------
extra-x86_64/PKGBUILD | 31 ------------------
3 files changed, 80 insertions(+), 62 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2014-03-13 13:05:55 UTC (rev 207684)
+++ extra-i686/PKGBUILD 2014-03-13 13:07:16 UTC (rev 207685)
@@ -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.22.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=('libzrtpcpp' 'libsrtp')
-source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/sources/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha1sums=('3f4712307ceba27c6498abd2090f411e02084dbd'
- 'SKIP')
-
-build() {
- cd ${pkgname}-${pkgver}
-
- ./configure --prefix=/usr \
- --enable-zrtp \
- --disable-strict
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
-}
Copied: ortp/repos/extra-i686/PKGBUILD (from rev 207684, ortp/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-13 13:07:16 UTC (rev 207685)
@@ -0,0 +1,40 @@
+# $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.23.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=('libzrtpcpp' 'libsrtp')
+source=("http://download-mirror.savannah.gnu.org/releases/linphone/ortp/ortp-$pkgver.tar.gz"{,.sig})
+sha1sums=('3f4712307ceba27c6498abd2090f411e02084dbd'
+ 'SKIP')
+sha1sums=('87a154295636652cc9ac7310dc02e0258db08790'
+ 'SKIP')
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+
+ # Reference: http://lists.gnu.org/archive/html/linphone-users/2014-02/msg00008.html
+ sed -i 's|libzrtpcppcore|libzrtpcpp|g' configure{,.ac}
+}
+
+build() {
+ cd ${pkgname}-${pkgver}
+
+ ./configure --prefix=/usr \
+ --enable-zrtp \
+ --disable-strict
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2014-03-13 13:05:55 UTC (rev 207684)
+++ extra-x86_64/PKGBUILD 2014-03-13 13:07:16 UTC (rev 207685)
@@ -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.22.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=('libzrtpcpp' 'libsrtp')
-source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/sources/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha1sums=('3f4712307ceba27c6498abd2090f411e02084dbd'
- 'SKIP')
-
-build() {
- cd ${pkgname}-${pkgver}
-
- ./configure --prefix=/usr \
- --enable-zrtp \
- --disable-strict
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
-}
Copied: ortp/repos/extra-x86_64/PKGBUILD (from rev 207684, ortp/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2014-03-13 13:07:16 UTC (rev 207685)
@@ -0,0 +1,40 @@
+# $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.23.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=('libzrtpcpp' 'libsrtp')
+source=("http://download-mirror.savannah.gnu.org/releases/linphone/ortp/ortp-$pkgver.tar.gz"{,.sig})
+sha1sums=('3f4712307ceba27c6498abd2090f411e02084dbd'
+ 'SKIP')
+sha1sums=('87a154295636652cc9ac7310dc02e0258db08790'
+ 'SKIP')
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+
+ # Reference: http://lists.gnu.org/archive/html/linphone-users/2014-02/msg00008.html
+ sed -i 's|libzrtpcppcore|libzrtpcpp|g' configure{,.ac}
+}
+
+build() {
+ cd ${pkgname}-${pkgver}
+
+ ./configure --prefix=/usr \
+ --enable-zrtp \
+ --disable-strict
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list