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

Sergej Pupykin spupykin at archlinux.org
Wed Mar 9 19:06:27 UTC 2016


    Date: Wednesday, March 9, 2016 @ 20:06:27
  Author: spupykin
Revision: 165772

upgpkg: bcg729 1.0.1-2

upd

Modified:
  bcg729/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-09 19:04:41 UTC (rev 165771)
+++ PKGBUILD	2016-03-09 19:06:27 UTC (rev 165772)
@@ -3,15 +3,22 @@
 
 pkgname=bcg729
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="g729 codec"
 arch=('i686' 'x86_64')
 url="http://www.linphone.org/eng/documentation/dev/bcg729.html"
 license=('GPL')
 depends=('mediastreamer')
-source=(http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz)
-md5sums=('c4dc6c09c71850f0b392772f519f1d19')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz
+	"$pkgname-old-api.patch::https://bugs.archlinux.org/task/47938?getfile=13790")
+md5sums=('c4dc6c09c71850f0b392772f519f1d19'
+         'a7139d23ecc928e94715b11c90b460d2')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/$pkgname-old-api.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr



More information about the arch-commits mailing list