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

Jan Steffens heftig at archlinux.org
Wed Jun 21 11:57:47 UTC 2017


    Date: Wednesday, June 21, 2017 @ 11:57:46
  Author: heftig
Revision: 299121

1.2-1

Modified:
  opus/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-21 11:56:02 UTC (rev 299120)
+++ PKGBUILD	2017-06-21 11:57:46 UTC (rev 299121)
@@ -5,7 +5,7 @@
 # Contributor: pumbur
 
 pkgname=opus
-pkgver=1.1.5
+pkgver=1.2
 pkgrel=1
 pkgdesc="Totally open, royalty-free, highly versatile audio codec"
 arch=(i686 x86_64)
@@ -14,12 +14,13 @@
 depends=(glibc)
 makedepends=(doxygen)
 source=(https://archive.mozilla.org/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('eb84981ca0f40a3e5d5e58d2e8582cb2fee05a022825a6dfe14d14b04eb563e4')
+sha256sums=('77db45a87b51578fbc49555ef1b10926179861d854eb2613207dc79d9ec0a9a9')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-custom-modes --disable-static \
-    --enable-intrinsics --enable-rtcd --enable-ambisonics
+  ./configure --prefix=/usr --disable-static \
+    --enable-custom-modes \
+    --enable-ambisonics
   make
 }
 



More information about the arch-commits mailing list