From 67bd585c4b63a549617ca54e42a0ccd3f6527165 Mon Sep 17 00:00:00 2001 From: David P Date: Fri, 20 Apr 2018 13:14:30 -0300 Subject: add [pcr] package: linphone Signed-off-by: David P --- pcr/linphone/ChangeLog | 33 +++++++++++++++++++++++++++++++++ pcr/linphone/PKGBUILD | 41 +++++++++++++++++++++++++++++++++++++++++ pcr/linphone/linphone.install | 8 ++++++++ 3 files changed, 82 insertions(+) create mode 100644 pcr/linphone/ChangeLog create mode 100644 pcr/linphone/PKGBUILD create mode 100644 pcr/linphone/linphone.install (limited to 'pcr') 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..29154cb68 --- /dev/null +++ b/pcr/linphone/PKGBUILD @@ -0,0 +1,41 @@ +# Maintainer: David P. +# Maintainer (AUR): Sergej Pupykin +# Contributor: Darwin Bautista +# Contributor: Mark Lee + +pkgname=linphone +pkgver=3.12.0 +pkgrel=1 +pkgdesc="A Voice-over-IP phone" +arch=('x86_64') +url="http://www.linphone.org" +license=('GPL') +depends=('alsa-lib' 'ffmpeg' 'gtk2' 'speex' 'libv4l' 'libglade' 'v4l-utils' + 'libpulse' 'libxv' 'mediastreamer' 'ortp' 'bzrtp' 'bcg729' 'libsoup' + 'belle-sip' 'libnotify' 'libldap') +makedepends=('pkg-config' 'perl-xml-parser' 'intltool' 'sgml-common' 'bcunit') +optdepends=('pulseaudio') +options=('!emptydirs') +install=linphone.install +source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/linphone/archive/$pkgver.tar.gz") +sha256sums=('60fb1e5d25823fecc7ce1955ce7e886e013118a184df1965d1877ffe6cc171b7') + +build() { + cd $pkgname-$pkgver + export CFLAGS="$CFLAGS -DMS2_GIT_VERSION="'"unknown"' + touch coreapi/gitversion.h + ./autogen.sh + ./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 \ + --enable-ldap + make +} + +package() { + cd "$srcdir"/$pkgname-$pkgver + make DESTDIR="$pkgdir" install +} diff --git a/pcr/linphone/linphone.install b/pcr/linphone/linphone.install new file mode 100644 index 000000000..0470a3842 --- /dev/null +++ b/pcr/linphone/linphone.install @@ -0,0 +1,8 @@ +post_install() { + post_upgrade +} + +post_upgrade() { + echo "-- Probably you need notification daemon running" + echo "-- See https://wiki.archlinux.org/index.php/Desktop_notifications" +} -- cgit v1.2.3