summaryrefslogtreecommitdiff
path: root/community/linphone
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/linphone
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/linphone')
-rw-r--r--community/linphone/ChangeLog33
-rw-r--r--community/linphone/PKGBUILD36
2 files changed, 0 insertions, 69 deletions
diff --git a/community/linphone/ChangeLog b/community/linphone/ChangeLog
deleted file mode 100644
index d87628505..000000000
--- a/community/linphone/ChangeLog
+++ /dev/null
@@ -1,33 +0,0 @@
-2008-10-16 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
-* v3.0.0 build for x86_64
-
-2008-08-23 Darwin Bautista <djclue917@gmail.com>
-* linphone 2.1.1-3
-* Fixed build against ffmpeg 20080715
-
-2008-04-20 Darwin Bautista <djclue917@gmail.com>
-* linphone 2.1.1-2
-* Fixed md5sums
-
-2008-02-24 Darwin Bautista <djclue917@gmail.com>
-* linphone 2.1.1-1
-* New upstream release
-* makedeps: added 'perlxml'
-* Use internal ortp
-
-2007-12-02 Darwin Bautista <djclue917@gmail.com>
-* linphone 2.0.1-1
-* New upstream release
-
-2007-11-21 Darwin Bautista <djclue917@gmail.com>
-* linphone 2.0.0-1
-* New upstream release
-* depends=(): added 'libexosip2', remove 'libosip2'
-* Bumped minimum required version of dependencies
-
-2007-11-16 Darwin Bautista <djclue917@gmail.com>
-* linphone 1.7.1-1
-* New upstream release
-* Revamped PKGBUILD
-* Fixed dependencies
-* Use external ortp
diff --git a/community/linphone/PKGBUILD b/community/linphone/PKGBUILD
deleted file mode 100644
index 6485384c6..000000000
--- a/community/linphone/PKGBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 95005 2013-08-03 07:36:18Z bpiotrowski $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Darwin Bautista <djclue917@gmail.com>
-
-pkgname=linphone
-pkgver=3.6.0
-pkgrel=2
-pkgdesc="A Voice-over-IP phone"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/index.php/eng"
-license=('GPL')
-depends=('alsa-lib' 'ffmpeg' 'gtk2' 'libexosip2' 'speex' 'libv4l' 'libglade' 'v4l-utils'
- 'libpulse' 'libxv' 'mediastreamer' 'ortp' 'libzrtpcpp' 'bcg729' 'libsoup')
-makedepends=('pkgconfig' 'perlxml' 'intltool' 'sgmltools-lite')
-optdepends=('pulseaudio')
-options=('!libtool' '!emptydirs')
-source=("http://download-mirror.savannah.gnu.org/releases/${pkgname}/3.6.x/sources/${pkgname}-$pkgver.tar.gz")
-md5sums=('9a101854bb16034b39096e18c80ceb78')
-
-build() {
- cd $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 $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}