diff options
author | Michael Hanson <hansonorders@verizon.net> | 2011-08-08 22:48:08 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2011-08-08 22:48:08 (GMT) |
commit | 5329e33e48b0e4790ae36f7eeeb24cbd8a9ee8d2 (patch) | |
tree | 83ba8a3cfac2b906628e0b442d2de457dc8e3296 /abs/core/libvisual-plugins/PKGBUILD | |
parent | 9d95d60184c2f9c2737e6903ed1b45cb2783d7c7 (diff) | |
parent | 1a64eddf000f621052e49044ce94100016c0d232 (diff) | |
download | linhes_pkgbuild-5329e33e48b0e4790ae36f7eeeb24cbd8a9ee8d2.zip linhes_pkgbuild-5329e33e48b0e4790ae36f7eeeb24cbd8a9ee8d2.tar.gz linhes_pkgbuild-5329e33e48b0e4790ae36f7eeeb24cbd8a9ee8d2.tar.bz2 |
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/libvisual-plugins/PKGBUILD')
-rw-r--r-- | abs/core/libvisual-plugins/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/libvisual-plugins/PKGBUILD b/abs/core/libvisual-plugins/PKGBUILD index e22ff1a..efd92f4 100644 --- a/abs/core/libvisual-plugins/PKGBUILD +++ b/abs/core/libvisual-plugins/PKGBUILD @@ -3,8 +3,7 @@ pkgname=libvisual-plugins pkgver=0.4.0 -pkgrel=3 -epoch=1 +pkgrel=9 pkgdesc="plugins for libvisual" arch=("i686" "x86_64") license=('GPL') @@ -17,7 +16,8 @@ options=(!libtool) build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --enable-alsa --disable-gstreamer-plugin || return 1 + ./configure --prefix=/usr --enable-alsa --disable-gstreamer-plugin \ + --disable-gdkpixbuf-plugin --disable-nastyfft --disable-madspin --disable-flower --disable-bumpscope --disable-gltest --disable-jakdaw make || return 1 make DESTDIR="${pkgdir}" install || return 1 } |