From 491cfb70c4cf41e2374ad3b68f40d87afcc1a6c0 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Mon, 10 Jul 2017 22:43:58 -0500 Subject: Removing linphone-git. Use linphone instead --- pcr/linphone-git/PKGBUILD | 48 ----------------------------------------------- 1 file changed, 48 deletions(-) delete mode 100644 pcr/linphone-git/PKGBUILD (limited to 'pcr/linphone-git') 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 - -_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 -} -- cgit v1.2.3