[arch-commits] Commit in linphone/repos/community-i686 (4 files)
Eric Bélanger
eric at archlinux.org
Sun Jan 18 22:00:05 UTC 2015
Date: Sunday, January 18, 2015 @ 23:00:04
Author: eric
Revision: 126178
archrelease: copy trunk to community-i686
Added:
linphone/repos/community-i686/ChangeLog
(from rev 126177, linphone/trunk/ChangeLog)
linphone/repos/community-i686/PKGBUILD
(from rev 126177, linphone/trunk/PKGBUILD)
Deleted:
linphone/repos/community-i686/ChangeLog
linphone/repos/community-i686/PKGBUILD
-----------+
ChangeLog | 66 ++++++++++++++++++++++++++---------------------------
PKGBUILD | 74 ++++++++++++++++++++++++++++++------------------------------
2 files changed, 70 insertions(+), 70 deletions(-)
Deleted: ChangeLog
===================================================================
--- ChangeLog 2015-01-18 21:58:40 UTC (rev 126177)
+++ ChangeLog 2015-01-18 22:00:04 UTC (rev 126178)
@@ -1,33 +0,0 @@
-2008-10-16 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-* v3.0.0 build for x86_64
-
-2008-08-23 Darwin Bautista <djclue917 at gmail.com>
-* linphone 2.1.1-3
-* Fixed build against ffmpeg 20080715
-
-2008-04-20 Darwin Bautista <djclue917 at gmail.com>
-* linphone 2.1.1-2
-* Fixed md5sums
-
-2008-02-24 Darwin Bautista <djclue917 at gmail.com>
-* linphone 2.1.1-1
-* New upstream release
-* makedeps: added 'perlxml'
-* Use internal ortp
-
-2007-12-02 Darwin Bautista <djclue917 at gmail.com>
-* linphone 2.0.1-1
-* New upstream release
-
-2007-11-21 Darwin Bautista <djclue917 at 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 at 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 126177, linphone/trunk/ChangeLog)
===================================================================
--- ChangeLog (rev 0)
+++ ChangeLog 2015-01-18 22:00:04 UTC (rev 126178)
@@ -0,0 +1,33 @@
+2008-10-16 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+* v3.0.0 build for x86_64
+
+2008-08-23 Darwin Bautista <djclue917 at gmail.com>
+* linphone 2.1.1-3
+* Fixed build against ffmpeg 20080715
+
+2008-04-20 Darwin Bautista <djclue917 at gmail.com>
+* linphone 2.1.1-2
+* Fixed md5sums
+
+2008-02-24 Darwin Bautista <djclue917 at gmail.com>
+* linphone 2.1.1-1
+* New upstream release
+* makedeps: added 'perlxml'
+* Use internal ortp
+
+2007-12-02 Darwin Bautista <djclue917 at gmail.com>
+* linphone 2.0.1-1
+* New upstream release
+
+2007-11-21 Darwin Bautista <djclue917 at 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 at gmail.com>
+* linphone 1.7.1-1
+* New upstream release
+* Revamped PKGBUILD
+* Fixed dependencies
+* Use external ortp
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-01-18 21:58:40 UTC (rev 126177)
+++ PKGBUILD 2015-01-18 22:00:04 UTC (rev 126178)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Darwin Bautista <djclue917 at gmail.com>
-
-pkgname=linphone
-pkgver=3.7.0
-pkgrel=1
-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'
- 'belle-sip')
-makedepends=('pkgconfig' 'perlxml' 'intltool' 'sgmltools-lite')
-optdepends=('pulseaudio')
-options=('!emptydirs')
-source=("http://download-mirror.savannah.gnu.org/releases/${pkgname}/3.7.x/sources/${pkgname}-$pkgver.tar.gz")
-md5sums=('6978492712bdacd452e375254d6033ae')
-
-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 126177, linphone/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-01-18 22:00:04 UTC (rev 126178)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Darwin Bautista <djclue917 at gmail.com>
+
+pkgname=linphone
+pkgver=3.7.0
+pkgrel=1
+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'
+ 'belle-sip')
+makedepends=('pkg-config' 'perl-xml-parser' 'intltool' 'sgmltools-lite')
+optdepends=('pulseaudio')
+options=('!emptydirs')
+source=("http://download-mirror.savannah.gnu.org/releases/${pkgname}/3.7.x/sources/${pkgname}-$pkgver.tar.gz")
+md5sums=('6978492712bdacd452e375254d6033ae')
+
+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
+}
More information about the arch-commits
mailing list