summaryrefslogtreecommitdiff
path: root/pcr/linphone-git
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2017-07-10 22:43:58 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2017-07-10 22:43:58 -0500
commit491cfb70c4cf41e2374ad3b68f40d87afcc1a6c0 (patch)
tree2ae308b6346ab67cc89e39d7ba1dd970d742f063 /pcr/linphone-git
parent181698d754f2427950a2a72b3b609e0157eba50e (diff)
downloadabslibre-491cfb70c4cf41e2374ad3b68f40d87afcc1a6c0.tar.gz
abslibre-491cfb70c4cf41e2374ad3b68f40d87afcc1a6c0.tar.bz2
abslibre-491cfb70c4cf41e2374ad3b68f40d87afcc1a6c0.zip
Removing linphone-git. Use linphone instead
Diffstat (limited to 'pcr/linphone-git')
-rw-r--r--pcr/linphone-git/PKGBUILD48
1 files changed, 0 insertions, 48 deletions
diff --git a/pcr/linphone-git/PKGBUILD b/pcr/linphone-git/PKGBUILD
deleted file mode 100644
index e0e764ed1..000000000
--- a/pcr/linphone-git/PKGBUILD
+++ /dev/null
@@ -1,48 +0,0 @@
-# Maintainer: André Silva <emulatorman@parabola.nu>
-
-_pkgname=linphone
-pkgname=linphone-git
-pkgver=r9466.8d21acd
-pkgrel=1
-pkgdesc="A Voice-over-IP phone"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/"
-license=('GPL2')
-depends=('alsa-lib' 'ffmpeg' 'gtk2' 'speex' 'libv4l' 'libglade' 'v4l-utils'
- 'libpulse' 'libxv' 'mediastreamer-git' 'ortp-git' 'bzrtp-git' 'bcg729' 'libsoup'
- 'belle-sip-git' 'libnotify' 'bcunit-git' 'bctoolbox-git')
-makedepends=('pkg-config' 'perl-xml-parser' 'intltool' 'sgmltools-lite' 'git')
-conflicts=("${_pkgname}")
-provides=("${_pkgname}")
-optdepends=('pulseaudio')
-options=('!emptydirs')
-source=("${_pkgname}-${pkgver}::git+https://github.com/BelledonneCommunications/linphone#branch=master")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $_pkgname-$pkgver
- printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
-}
-
-prepare() {
- cd $_pkgname-$pkgver
- ./autogen.sh
-}
-
-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
-}