From 7432fd8392f223766c0177a073e00ba38fdf04df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Thu, 4 Apr 2013 02:48:35 -0300 Subject: linphone was reverted to community due that the problem is related to mediagstreamer => https://bugs.archlinux.org/task/34594 --- pcr/linphone/ChangeLog | 33 --------------------------------- pcr/linphone/PKGBUILD | 36 ------------------------------------ 2 files changed, 69 deletions(-) delete mode 100644 pcr/linphone/ChangeLog delete mode 100644 pcr/linphone/PKGBUILD (limited to 'pcr') diff --git a/pcr/linphone/ChangeLog b/pcr/linphone/ChangeLog deleted file mode 100644 index d87628505..000000000 --- a/pcr/linphone/ChangeLog +++ /dev/null @@ -1,33 +0,0 @@ -2008-10-16 Jaroslav Lichtblau -* v3.0.0 build for x86_64 - -2008-08-23 Darwin Bautista -* linphone 2.1.1-3 -* Fixed build against ffmpeg 20080715 - -2008-04-20 Darwin Bautista -* linphone 2.1.1-2 -* Fixed md5sums - -2008-02-24 Darwin Bautista -* linphone 2.1.1-1 -* New upstream release -* makedeps: added 'perlxml' -* Use internal ortp - -2007-12-02 Darwin Bautista -* linphone 2.0.1-1 -* New upstream release - -2007-11-21 Darwin Bautista -* linphone 2.0.0-1 -* New upstream release -* depends=(): added 'libexosip2', remove 'libosip2' -* Bumped minimum required version of dependencies - -2007-11-16 Darwin Bautista -* linphone 1.7.1-1 -* New upstream release -* Revamped PKGBUILD -* Fixed dependencies -* Use external ortp 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 -# Contributor: Darwin Bautista - -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 -} -- cgit v1.2.3-2-g168b