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

Jan Steffens heftig at nymeria.archlinux.org
Mon Oct 21 11:46:03 UTC 2013


    Date: Monday, October 21, 2013 @ 13:46:02
  Author: heftig
Revision: 196961

staticlibs

Modified:
  opus/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-21 11:45:38 UTC (rev 196960)
+++ PKGBUILD	2013-10-21 11:46:02 UTC (rev 196961)
@@ -6,7 +6,7 @@
 
 pkgname=opus
 pkgver=1.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Codec designed for interactive speech and audio transmission over the Internet"
 arch=(i686 x86_64)
 url="http://www.opus-codec.org/"
@@ -18,7 +18,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-custom-modes
+  ./configure --prefix=/usr --enable-custom-modes --disable-static
   make
 }
 




More information about the arch-commits mailing list