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

Sergej Pupykin spupykin at archlinux.org
Thu Mar 16 11:29:09 UTC 2017


    Date: Thursday, March 16, 2017 @ 11:29:09
  Author: spupykin
Revision: 216705

upgpkg: linphone 3.11.1-1

upd

Modified:
  linphone/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-16 11:29:04 UTC (rev 216704)
+++ PKGBUILD	2017-03-16 11:29:09 UTC (rev 216705)
@@ -4,8 +4,8 @@
 # Contributor: Mark Lee <mark at markelee.com>
 
 pkgname=linphone
-pkgver=3.10.2
-pkgrel=3
+pkgver=3.11.1
+pkgrel=1
 pkgdesc="A Voice-over-IP phone"
 arch=('i686' 'x86_64')
 url="http://www.linphone.org"
@@ -18,13 +18,14 @@
 options=('!emptydirs')
 install=linphone.install
 source=("https://www.linphone.org/releases/sources/linphone/linphone-$pkgver.tar.gz")
-sha256sums=('37cac1f4daa55fcd395b7b49925c01d1638b9d941c66d626ca36a9679332384c')
+sha256sums=('dc88ef3d311495b9db6041f2ed7b99f6b00a91339c1612e63b4071a4f0a0404e')
 
 build() {
   cd $pkgname-$pkgver
-  export PKG_CONFIG=/usr/bin/pkg-config
-  unset SGML_CATALOG_FILES
-  export CFLAGS="$CFLAGS -Dbctbx_list_remove_link=bctbx_list_unlink -Dbctbx_list_delete_link=bctbx_list_erase_link"
+#  export PKG_CONFIG=/usr/bin/pkg-config
+#  unset SGML_CATALOG_FILES
+#  export CFLAGS="$CFLAGS -Dbctbx_list_remove_link=bctbx_list_unlink -Dbctbx_list_delete_link=bctbx_list_erase_link"
+  ./autogen.sh
   ./configure --prefix=/usr --disable-static --enable-ipv6 --enable-video \
 	--enable-alsa --enable-pulseaudio --disable-artsc --disable-strict \
 	--libexecdir=/usr/lib/$pkgname \



More information about the arch-commits mailing list