[arch-commits] Commit in ecasound (3 files)

Eric Bélanger eric at archlinux.org
Sat Dec 13 03:20:51 UTC 2008


    Date: Friday, December 12, 2008 @ 22:20:51
  Author: eric
Revision: 21425

updated options syntax

Modified:
  ecasound/repos/extra-i686/PKGBUILD
  ecasound/repos/extra-x86_64/PKGBUILD
  ecasound/trunk/PKGBUILD

-----------------------------+
 repos/extra-i686/PKGBUILD   |    2 +-
 repos/extra-x86_64/PKGBUILD |    2 +-
 trunk/PKGBUILD              |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Modified: repos/extra-i686/PKGBUILD
===================================================================
--- repos/extra-i686/PKGBUILD	2008-12-13 02:24:12 UTC (rev 21424)
+++ repos/extra-i686/PKGBUILD	2008-12-13 03:20:51 UTC (rev 21425)
@@ -8,7 +8,7 @@
 pkgdesc="Ecasound is a software package designed for multitrack audio processing"
 arch=(i686 x86_64)
 depends=('gcc' 'audiofile' 'libsamplerate' 'python')
-options=('NOLIBTOOL')
+options=('!libtool')
 source=(http://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz)
 url="http://www.eca.cx/ecasound/"
 md5sums=('b5a4f39245e505941f26c5c2c3b80e1c')

Modified: repos/extra-x86_64/PKGBUILD
===================================================================
--- repos/extra-x86_64/PKGBUILD	2008-12-13 02:24:12 UTC (rev 21424)
+++ repos/extra-x86_64/PKGBUILD	2008-12-13 03:20:51 UTC (rev 21425)
@@ -8,7 +8,7 @@
 pkgdesc="Ecasound is a software package designed for multitrack audio processing"
 arch=(i686 x86_64)
 depends=('gcc' 'audiofile' 'libsamplerate' 'python')
-options=('NOLIBTOOL')
+options=('!libtool')
 source=(http://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz)
 url="http://www.eca.cx/ecasound/"
 md5sums=('b5a4f39245e505941f26c5c2c3b80e1c')

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2008-12-13 02:24:12 UTC (rev 21424)
+++ trunk/PKGBUILD	2008-12-13 03:20:51 UTC (rev 21425)
@@ -8,7 +8,7 @@
 pkgdesc="Ecasound is a software package designed for multitrack audio processing"
 arch=(i686 x86_64)
 depends=('gcc' 'audiofile' 'libsamplerate' 'python')
-options=('NOLIBTOOL')
+options=('!libtool')
 source=(http://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz)
 url="http://www.eca.cx/ecasound/"
 license=('GPL2')




More information about the arch-commits mailing list