[arch-commits] Commit in linphone/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Tue May 16 15:31:16 UTC 2017


    Date: Tuesday, May 16, 2017 @ 15:31:15
  Author: spupykin
Revision: 228258

upgpkg: linphone 3.11.1-2: FS#53591

Modified:
  linphone/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-16 15:14:32 UTC (rev 228257)
+++ PKGBUILD	2017-05-16 15:31:15 UTC (rev 228258)
@@ -5,7 +5,7 @@
 
 pkgname=linphone
 pkgver=3.11.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A Voice-over-IP phone"
 arch=('i686' 'x86_64')
 url="http://www.linphone.org"
@@ -13,13 +13,20 @@
 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' 'bcunit')
+makedepends=('pkg-config' 'perl-xml-parser' 'intltool' 'sgml-common' 'bcunit')
 optdepends=('pulseaudio')
 options=('!emptydirs')
 install=linphone.install
-source=("https://www.linphone.org/releases/sources/linphone/linphone-$pkgver.tar.gz")
-sha256sums=('dc88ef3d311495b9db6041f2ed7b99f6b00a91339c1612e63b4071a4f0a0404e')
+source=("https://www.linphone.org/releases/sources/linphone/linphone-$pkgver.tar.gz"
+	"0001-Improve-linphone-config-handling-to-prevent-useless.patch::https://bugs.archlinux.org/task/53591?getfile=15156")
+sha256sums=('dc88ef3d311495b9db6041f2ed7b99f6b00a91339c1612e63b4071a4f0a0404e'
+            '4ba66e7b87b931ceeb6614b3b181eb043456627b2a9d8326f844192572c547d9')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i "$srcdir"/0001-Improve-linphone-config-handling-to-prevent-useless.patch
+}
+
 build() {
   cd $pkgname-$pkgver
 #  export PKG_CONFIG=/usr/bin/pkg-config



More information about the arch-commits mailing list