[arch-commits] Commit in ortp/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Mar 14 22:55:24 UTC 2015
Date: Saturday, March 14, 2015 @ 23:55:24
Author: arojas
Revision: 233839
Drop unneeded dependencies (FS#44184)
Modified:
ortp/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-03-14 20:58:42 UTC (rev 233838)
+++ PKGBUILD 2015-03-14 22:55:24 UTC (rev 233839)
@@ -6,29 +6,21 @@
pkgname=ortp
pkgver=0.24.0
-pkgrel=1
+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=('libzrtpcpp' 'libsrtp')
+depends=('glibc')
source=("http://download.savannah.gnu.org/releases/linphone/$pkgname/sources/$pkgname-$pkgver.tar.gz"{,.sig})
sha1sums=('bf2954d29b95ea53c06af6a73f57b73662faa3b7'
'SKIP')
validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-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
}
More information about the arch-commits
mailing list