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

Felix Yan fyan at nymeria.archlinux.org
Thu Mar 13 13:05:56 UTC 2014


    Date: Thursday, March 13, 2014 @ 14:05:55
  Author: fyan
Revision: 207684

upgpkg: ortp 0.23.0-1

Modified:
  ortp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-13 13:04:31 UTC (rev 207683)
+++ PKGBUILD	2014-03-13 13:05:55 UTC (rev 207684)
@@ -5,7 +5,7 @@
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=ortp
-pkgver=0.22.0
+pkgver=0.23.0
 pkgrel=1
 pkgdesc="A Real-time Transport Protocol (RTP) library"
 arch=('i686' 'x86_64')
@@ -12,10 +12,19 @@
 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})
+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}
 




More information about the arch-commits mailing list