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

Sergej Pupykin spupykin at archlinux.org
Mon Oct 2 12:30:56 UTC 2017


    Date: Monday, October 2, 2017 @ 12:30:55
  Author: spupykin
Revision: 261256

upgpkg: linphone 3.12.0-1

Modified:
  linphone/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++--------------
 1 file changed, 6 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-02 12:30:45 UTC (rev 261255)
+++ PKGBUILD	2017-10-02 12:30:55 UTC (rev 261256)
@@ -4,8 +4,8 @@
 # Contributor: Mark Lee <mark at markelee.com>
 
 pkgname=linphone
-pkgver=3.11.1
-pkgrel=3
+pkgver=3.12.0
+pkgrel=1
 pkgdesc="A Voice-over-IP phone"
 arch=('i686' 'x86_64')
 url="http://www.linphone.org"
@@ -17,21 +17,13 @@
 optdepends=('pulseaudio')
 options=('!emptydirs')
 install=linphone.install
-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')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/linphone/archive/$pkgver.tar.gz")
+sha256sums=('60fb1e5d25823fecc7ce1955ce7e886e013118a184df1965d1877ffe6cc171b7')
 
-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
-#  unset SGML_CATALOG_FILES
-#  export CFLAGS="$CFLAGS -Dbctbx_list_remove_link=bctbx_list_unlink -Dbctbx_list_delete_link=bctbx_list_erase_link"
+  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 \



More information about the arch-commits mailing list