From e490f51ccc2251f982346294d39cc08d9c03bfa9 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 3 Apr 2013 19:42:19 -0300 Subject: linphone: adding package to [pcr] repo due that is unstable on archlinux --- pcr/linphone/ChangeLog | 33 +++++++++++++++++++++++++++++++++ pcr/linphone/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 pcr/linphone/ChangeLog create mode 100644 pcr/linphone/PKGBUILD diff --git a/pcr/linphone/ChangeLog b/pcr/linphone/ChangeLog new file mode 100644 index 000000000..d87628505 --- /dev/null +++ b/pcr/linphone/ChangeLog @@ -0,0 +1,33 @@ +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 new file mode 100644 index 000000000..420576fc8 --- /dev/null +++ b/pcr/linphone/PKGBUILD @@ -0,0 +1,36 @@ +# $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