summaryrefslogtreecommitdiff
path: root/extra/ortp/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-07-02 21:45:22 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-07-02 21:45:22 -0300
commit1f31420f313381bbb03fdc934348f5606134191c (patch)
tree217f5f6da0acef84ca46e3308eff01a57ae6baaa /extra/ortp/PKGBUILD
parent0ca20230bdd33f8e07d2da28bec74c5e685650e9 (diff)
parent20bf19bd85f0a70a575491c17aa7354c1a8fd97d (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: multilib-testing/gcc-multilib/PKGBUILD multilib/lib32-libdrm/PKGBUILD staging/mpd/PKGBUILD testing/gcc/PKGBUILD
Diffstat (limited to 'extra/ortp/PKGBUILD')
-rw-r--r--extra/ortp/PKGBUILD19
1 files changed, 8 insertions, 11 deletions
diff --git a/extra/ortp/PKGBUILD b/extra/ortp/PKGBUILD
index 42af0a7ba..805501f9b 100644
--- a/extra/ortp/PKGBUILD
+++ b/extra/ortp/PKGBUILD
@@ -1,29 +1,26 @@
-# $Id: PKGBUILD 159150 2012-05-16 20:08:01Z andrea $
+# $Id: PKGBUILD 162825 2012-07-01 07:46:57Z andrea $
# Maintainer:
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=ortp
-pkgver=0.20.0
-pkgrel=2
+pkgver=0.20.0.20120701
+pkgrel=1
pkgdesc="A Real-time Transport Protocol (RTP) library"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.linphone.org/index.php/eng/code_review/ortp"
-license=('LGPL')
+license=('GPL3')
depends=('libzrtpcpp' 'libsrtp')
options=('!libtool')
-source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/sources/${pkgname}-${pkgver}.tar.gz"{,.sig}
- 'libzrtpcpp2.patch')
-md5sums=('b3f2f02fc5b7ba7e294806c81d419f3c'
- 'c5d39f9ad14fe252db9a96f616308b0b'
- 'a37392fd9889711ac2f0fed2e388fbd8')
+#source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/sources/${pkgname}-${pkgver}.tar.gz"{,.sig}
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('91b66787c6ac3e8d4d43946beb7611ce')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- patch -p1 -i "${srcdir}"/libzrtpcpp2.patch
-
+ ./autogen.sh
./configure --prefix=/usr \
--enable-zrtp \
--disable-strict