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

Jan Steffens heftig at archlinux.org
Sat Jul 16 15:33:13 UTC 2016


    Date: Saturday, July 16, 2016 @ 15:33:12
  Author: heftig
Revision: 271945

1.1.3-1

Modified:
  opus/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-16 13:06:14 UTC (rev 271944)
+++ PKGBUILD	2016-07-16 15:33:12 UTC (rev 271945)
@@ -5,7 +5,7 @@
 # Contributor: pumbur
 
 pkgname=opus
-pkgver=1.1.2
+pkgver=1.1.3
 pkgrel=1
 pkgdesc="Codec designed for interactive speech and audio transmission over the Internet"
 arch=(i686 x86_64)
@@ -13,12 +13,12 @@
 license=(BSD)
 depends=(glibc)
 source=(http://downloads.us.xiph.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('1f08a661bc72930187893a07f3741a91')
+md5sums=('32bbb6b557fe1b6066adc0ae1f08b629')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --enable-custom-modes --disable-static \
-    --enable-intrinsics --enable-rtcd
+    --enable-intrinsics --enable-rtcd --enable-ambisonics
   make
 }
 



More information about the arch-commits mailing list