Date: Wednesday, August 31, 2016 @ 17:27:51 Author: spupykin Revision: 188164
archrelease: copy trunk to community-i686, community-x86_64 Added: linphone/repos/community-i686/ChangeLog (from rev 188163, linphone/trunk/ChangeLog) linphone/repos/community-i686/PKGBUILD (from rev 188163, linphone/trunk/PKGBUILD) linphone/repos/community-x86_64/ChangeLog (from rev 188163, linphone/trunk/ChangeLog) linphone/repos/community-x86_64/PKGBUILD (from rev 188163, linphone/trunk/PKGBUILD) Deleted: linphone/repos/community-i686/ChangeLog linphone/repos/community-i686/PKGBUILD linphone/repos/community-x86_64/ChangeLog linphone/repos/community-x86_64/PKGBUILD ----------------------------+ /ChangeLog | 66 +++++++++++++++++++++++++++++++++++++ /PKGBUILD | 76 +++++++++++++++++++++++++++++++++++++++++++ community-i686/ChangeLog | 33 ------------------ community-i686/PKGBUILD | 38 --------------------- community-x86_64/ChangeLog | 33 ------------------ community-x86_64/PKGBUILD | 38 --------------------- 6 files changed, 142 insertions(+), 142 deletions(-) Deleted: community-i686/ChangeLog =================================================================== --- community-i686/ChangeLog 2016-08-31 17:27:35 UTC (rev 188163) +++ community-i686/ChangeLog 2016-08-31 17:27:51 UTC (rev 188164) @@ -1,33 +0,0 @@ -2008-10-16 Jaroslav Lichtblau <dragonl...@aur.archlinux.org> -* v3.0.0 build for x86_64 - -2008-08-23 Darwin Bautista <djclue...@gmail.com> -* linphone 2.1.1-3 -* Fixed build against ffmpeg 20080715 - -2008-04-20 Darwin Bautista <djclue...@gmail.com> -* linphone 2.1.1-2 -* Fixed md5sums - -2008-02-24 Darwin Bautista <djclue...@gmail.com> -* linphone 2.1.1-1 -* New upstream release -* makedeps: added 'perlxml' -* Use internal ortp - -2007-12-02 Darwin Bautista <djclue...@gmail.com> -* linphone 2.0.1-1 -* New upstream release - -2007-11-21 Darwin Bautista <djclue...@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 <djclue...@gmail.com> -* linphone 1.7.1-1 -* New upstream release -* Revamped PKGBUILD -* Fixed dependencies -* Use external ortp Copied: linphone/repos/community-i686/ChangeLog (from rev 188163, linphone/trunk/ChangeLog) =================================================================== --- community-i686/ChangeLog (rev 0) +++ community-i686/ChangeLog 2016-08-31 17:27:51 UTC (rev 188164) @@ -0,0 +1,33 @@ +2008-10-16 Jaroslav Lichtblau <dragonl...@aur.archlinux.org> +* v3.0.0 build for x86_64 + +2008-08-23 Darwin Bautista <djclue...@gmail.com> +* linphone 2.1.1-3 +* Fixed build against ffmpeg 20080715 + +2008-04-20 Darwin Bautista <djclue...@gmail.com> +* linphone 2.1.1-2 +* Fixed md5sums + +2008-02-24 Darwin Bautista <djclue...@gmail.com> +* linphone 2.1.1-1 +* New upstream release +* makedeps: added 'perlxml' +* Use internal ortp + +2007-12-02 Darwin Bautista <djclue...@gmail.com> +* linphone 2.0.1-1 +* New upstream release + +2007-11-21 Darwin Bautista <djclue...@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 <djclue...@gmail.com> +* linphone 1.7.1-1 +* New upstream release +* Revamped PKGBUILD +* Fixed dependencies +* Use external ortp Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2016-08-31 17:27:35 UTC (rev 188163) +++ community-i686/PKGBUILD 2016-08-31 17:27:51 UTC (rev 188164) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> -# Contributor: Darwin Bautista <djclue...@gmail.com> -# Contributor: Mark Lee <m...@markelee.com> - -pkgname=linphone -pkgver=3.9.1 -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' 'speex' 'libv4l' 'libglade' 'v4l-utils' - 'libpulse' 'libxv' 'mediastreamer' 'ortp' 'bzrtp' 'bcg729' 'libsoup' - 'belle-sip' 'libnotify') -makedepends=('pkg-config' 'perl-xml-parser' 'intltool' 'sgmltools-lite') -optdepends=('pulseaudio') -options=('!emptydirs') -source=("http://download-mirror.savannah.gnu.org/releases/${pkgname}/3.9.x/sources/${pkgname}-$pkgver.tar.gz") -md5sums=('c1c3a63b7ee963360e0e89cf5e5ff406') - -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 $srcdir/$pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: linphone/repos/community-i686/PKGBUILD (from rev 188163, linphone/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-08-31 17:27:51 UTC (rev 188164) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> +# Contributor: Darwin Bautista <djclue...@gmail.com> +# Contributor: Mark Lee <m...@markelee.com> + +pkgname=linphone +pkgver=3.10.2 +pkgrel=1 +pkgdesc="A Voice-over-IP phone" +arch=('i686' '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') +makedepends=('pkg-config' 'perl-xml-parser' 'intltool' 'sgmltools-lite' 'cunit') +optdepends=('pulseaudio') +options=('!emptydirs') +source=("http://www.linphone.org/releases/sources/linphone/linphone-$pkgver.tar.gz") +md5sums=('0b080e4f46bf944f4dc7fc11a76f13a1') + +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 $srcdir/$pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Deleted: community-x86_64/ChangeLog =================================================================== --- community-x86_64/ChangeLog 2016-08-31 17:27:35 UTC (rev 188163) +++ community-x86_64/ChangeLog 2016-08-31 17:27:51 UTC (rev 188164) @@ -1,33 +0,0 @@ -2008-10-16 Jaroslav Lichtblau <dragonl...@aur.archlinux.org> -* v3.0.0 build for x86_64 - -2008-08-23 Darwin Bautista <djclue...@gmail.com> -* linphone 2.1.1-3 -* Fixed build against ffmpeg 20080715 - -2008-04-20 Darwin Bautista <djclue...@gmail.com> -* linphone 2.1.1-2 -* Fixed md5sums - -2008-02-24 Darwin Bautista <djclue...@gmail.com> -* linphone 2.1.1-1 -* New upstream release -* makedeps: added 'perlxml' -* Use internal ortp - -2007-12-02 Darwin Bautista <djclue...@gmail.com> -* linphone 2.0.1-1 -* New upstream release - -2007-11-21 Darwin Bautista <djclue...@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 <djclue...@gmail.com> -* linphone 1.7.1-1 -* New upstream release -* Revamped PKGBUILD -* Fixed dependencies -* Use external ortp Copied: linphone/repos/community-x86_64/ChangeLog (from rev 188163, linphone/trunk/ChangeLog) =================================================================== --- community-x86_64/ChangeLog (rev 0) +++ community-x86_64/ChangeLog 2016-08-31 17:27:51 UTC (rev 188164) @@ -0,0 +1,33 @@ +2008-10-16 Jaroslav Lichtblau <dragonl...@aur.archlinux.org> +* v3.0.0 build for x86_64 + +2008-08-23 Darwin Bautista <djclue...@gmail.com> +* linphone 2.1.1-3 +* Fixed build against ffmpeg 20080715 + +2008-04-20 Darwin Bautista <djclue...@gmail.com> +* linphone 2.1.1-2 +* Fixed md5sums + +2008-02-24 Darwin Bautista <djclue...@gmail.com> +* linphone 2.1.1-1 +* New upstream release +* makedeps: added 'perlxml' +* Use internal ortp + +2007-12-02 Darwin Bautista <djclue...@gmail.com> +* linphone 2.0.1-1 +* New upstream release + +2007-11-21 Darwin Bautista <djclue...@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 <djclue...@gmail.com> +* linphone 1.7.1-1 +* New upstream release +* Revamped PKGBUILD +* Fixed dependencies +* Use external ortp Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2016-08-31 17:27:35 UTC (rev 188163) +++ community-x86_64/PKGBUILD 2016-08-31 17:27:51 UTC (rev 188164) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> -# Contributor: Darwin Bautista <djclue...@gmail.com> -# Contributor: Mark Lee <m...@markelee.com> - -pkgname=linphone -pkgver=3.9.1 -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' 'speex' 'libv4l' 'libglade' 'v4l-utils' - 'libpulse' 'libxv' 'mediastreamer' 'ortp' 'bzrtp' 'bcg729' 'libsoup' - 'belle-sip' 'libnotify') -makedepends=('pkg-config' 'perl-xml-parser' 'intltool' 'sgmltools-lite') -optdepends=('pulseaudio') -options=('!emptydirs') -source=("http://download-mirror.savannah.gnu.org/releases/${pkgname}/3.9.x/sources/${pkgname}-$pkgver.tar.gz") -md5sums=('c1c3a63b7ee963360e0e89cf5e5ff406') - -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 $srcdir/$pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: linphone/repos/community-x86_64/PKGBUILD (from rev 188163, linphone/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-08-31 17:27:51 UTC (rev 188164) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> +# Contributor: Darwin Bautista <djclue...@gmail.com> +# Contributor: Mark Lee <m...@markelee.com> + +pkgname=linphone +pkgver=3.10.2 +pkgrel=1 +pkgdesc="A Voice-over-IP phone" +arch=('i686' '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') +makedepends=('pkg-config' 'perl-xml-parser' 'intltool' 'sgmltools-lite' 'cunit') +optdepends=('pulseaudio') +options=('!emptydirs') +source=("http://www.linphone.org/releases/sources/linphone/linphone-$pkgver.tar.gz") +md5sums=('0b080e4f46bf944f4dc7fc11a76f13a1') + +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 $srcdir/$pkgname-$pkgver + make DESTDIR="$pkgdir" install +}