diff options
-rw-r--r-- | pcr/belle-sip/PKGBUILD | 46 | ||||
-rw-r--r-- | pcr/linphone/ChangeLog | 33 | ||||
-rw-r--r-- | pcr/linphone/PKGBUILD | 42 | ||||
-rw-r--r-- | pcr/linphone/linphone.install | 8 |
4 files changed, 0 insertions, 129 deletions
diff --git a/pcr/belle-sip/PKGBUILD b/pcr/belle-sip/PKGBUILD deleted file mode 100644 index 584b26884..000000000 --- a/pcr/belle-sip/PKGBUILD +++ /dev/null @@ -1,46 +0,0 @@ -# Maintainer: David P. <megver83@parabola.nu> -# Maintainer (AUR): Paul Wilk <paul.wilk@null.net> -# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: Darwin Bautista <djclue917@gmail.com> - -pkgname=belle-sip -pkgver=1.6.3 -pkgrel=1 -pkgdesc="A Voice-over-IP phone" -arch=('x86_64' 'i686' 'armv7h') -url="https://github.com/BelledonneCommunications/belle-sip/" -license=('GPL') -depends=('libantlr3c' 'gcc-libs' 'mbedtls' 'bctoolbox') -makedepends=('java-runtime') -options=('!emptydirs') -source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/belle-sip/archive/$pkgver.tar.gz" - "antlr.jar::https://github.com/antlr/website-antlr3/blob/gh-pages/download/antlr-3.4-complete.jar?raw=true") -noextract=('antlr.jar') -sha256sums=('cbdf9f79786fe13f553964b84892e8d3a08b6eae18fc5bdea5fcb445d7f1ce17' - '9d3e866b610460664522520f73b81777b5626fb0a282a5952b9800b751550bf7') - -prepare() { - cd $pkgname-$pkgver - sed -i \ - -e "s#antlr_java_prefixes=.*#antlr_java_prefixes="$srcdir"#" \ - -e "s|-Werror||g" \ - configure.ac - sed -i \ - -e 's|bctbx_list_delete_link|bctbx_list_erase_link|g' \ - -e 's|bctbx_list_remove_link|bctbx_list_unlink|g' \ - include/belle-sip/list.h - sed -i 's|, super->base.peer_cname ? super->base.peer_cname : super->base.peer_name ||' src/transports/tls_channel.c -} - -build() { - cd $pkgname-$pkgver - [ -x ./configure ] || ./autogen.sh - ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname \ - --disable-tests --disable-static --enable-tls - make -} - -package() { - cd "$srcdir"/$pkgname-$pkgver - make DESTDIR="$pkgdir" install -} diff --git a/pcr/linphone/ChangeLog b/pcr/linphone/ChangeLog deleted file mode 100644 index d87628505..000000000 --- a/pcr/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/pcr/linphone/PKGBUILD b/pcr/linphone/PKGBUILD deleted file mode 100644 index 9652c0925..000000000 --- a/pcr/linphone/PKGBUILD +++ /dev/null @@ -1,42 +0,0 @@ -# Maintainer: David P. <megver83@parabola.nu> -# Maintainer (AUR): Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: Darwin Bautista <djclue917@gmail.com> -# Contributor: Mark Lee <mark@markelee.com> - -pkgname=linphone -pkgver=3.12.0 -pkgrel=2 -pkgdesc="A Voice-over-IP phone" -arch=('x86_64') -arch+=('i686' 'armv7h') -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 deleted file mode 100644 index 0470a3842..000000000 --- a/pcr/linphone/linphone.install +++ /dev/null @@ -1,8 +0,0 @@ -post_install() { - post_upgrade -} - -post_upgrade() { - echo "-- Probably you need notification daemon running" - echo "-- See https://wiki.archlinux.org/index.php/Desktop_notifications" -} |