[arch-commits] Commit in opus/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Wed Jan 13 07:37:15 UTC 2016
Date: Wednesday, January 13, 2016 @ 08:37:15
Author: heftig
Revision: 258155
1.1.2
Modified:
opus/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-01-13 07:14:36 UTC (rev 258154)
+++ PKGBUILD 2016-01-13 07:37:15 UTC (rev 258155)
@@ -5,7 +5,7 @@
# Contributor: pumbur
pkgname=opus
-pkgver=1.1.1
+pkgver=1.1.2
pkgrel=1
pkgdesc="Codec designed for interactive speech and audio transmission over the Internet"
arch=(i686 x86_64)
@@ -13,11 +13,12 @@
license=(BSD)
depends=(glibc)
source=(http://downloads.us.xiph.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('cfb354d4c65217ca32a762f8ab15f2ac')
+md5sums=('1f08a661bc72930187893a07f3741a91')
build() {
cd $pkgname-$pkgver
- ./configure --prefix=/usr --enable-custom-modes --disable-static
+ ./configure --prefix=/usr --enable-custom-modes --disable-static \
+ --enable-intrinsics --enable-rtcd
make
}
More information about the arch-commits
mailing list