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

Tobias Powalowski tpowa at archlinux.org
Thu May 6 07:50:09 UTC 2010


    Date: Thursday, May 6, 2010 @ 03:50:08
  Author: tpowa
Revision: 79687

upgpkg: mp3splt 2.2.8-2
fix #19366

Modified:
  mp3splt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-06 07:48:10 UTC (rev 79686)
+++ PKGBUILD	2010-05-06 07:50:08 UTC (rev 79687)
@@ -3,7 +3,7 @@
 
 pkgname=mp3splt
 pkgver=2.2.8
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 pkgdesc="Comandline tool for splitting mp3 and ogg files without decoding"
 license=('GPL')
@@ -14,7 +14,7 @@
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-mp3splt-includes=/usr/include/libmp3splt
+  ./configure --prefix=/usr --with-mp3splt-includes=/usr/include/libmp3splt --enable-oggsplt_symlink
   make || return 1
   make DESTDIR=$pkgdir/ install || return 1
 }




More information about the arch-commits mailing list