diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-04-04 02:48:35 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-04-04 02:48:35 -0300 |
commit | 7432fd8392f223766c0177a073e00ba38fdf04df (patch) | |
tree | 96b40835bc3da0089bfa1130378e7ef3efcf52f6 /pcr/linphone/PKGBUILD | |
parent | cf5f0730b120b7fab34ebb100a0988c911c6f95a (diff) | |
download | abslibre-7432fd8392f223766c0177a073e00ba38fdf04df.tar.gz abslibre-7432fd8392f223766c0177a073e00ba38fdf04df.tar.bz2 abslibre-7432fd8392f223766c0177a073e00ba38fdf04df.zip |
linphone was reverted to community due that the problem is related to mediagstreamer => https://bugs.archlinux.org/task/34594
Diffstat (limited to 'pcr/linphone/PKGBUILD')
-rw-r--r-- | pcr/linphone/PKGBUILD | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/pcr/linphone/PKGBUILD b/pcr/linphone/PKGBUILD deleted file mode 100644 index 420576fc8..000000000 --- a/pcr/linphone/PKGBUILD +++ /dev/null @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: Darwin Bautista <djclue917@gmail.com> - -pkgname=linphone -pkgver=3.5.2 -pkgrel=4.1 -pkgdesc="A Voice-over-IP phone" -arch=('i686' 'x86_64' 'mips64el') -url="http://www.linphone.org/index.php/eng" -license=('GPL') -depends=('alsa-lib' 'ffmpeg=1:1.2' 'gtk2' 'libexosip2' 'speex' 'libv4l' 'libglade' 'v4l-utils' - 'libpulse' 'libxv' 'mediastreamer' 'ortp' 'libzrtpcpp' 'bcg729') -makedepends=('pkgconfig' 'perlxml' 'intltool' 'sgmltools-lite') -optdepends=('pulseaudio') -options=('!libtool' '!emptydirs') -source=("http://download-mirror.savannah.gnu.org/releases/linphone/3.5.x/sources/linphone-$pkgver.tar.gz") -md5sums=('4be6e940372dba1f6793aef849c1ff0d') - -build() { - cd "$srcdir/$pkgname-$pkgver" - export PKG_CONFIG=/usr/bin/pkg-config - unset SGML_CATALOG_FILES - ./configure --prefix=/usr --disable-static --enable-ipv6 --enable-video \ - --enable-alsa --enable-pulseaudio --disable-artsc --disable-strict \ - --libexecdir=/usr/lib/$pkgname \ - --enable-external-mediastreamer \ - --enable-external-ortp \ - --enable-zrtp - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} |