diff options
author | Bob Igo <bob@stormlogic.com> | 2009-02-03 16:03:11 (GMT) |
---|---|---|
committer | Bob Igo <bob@stormlogic.com> | 2009-02-03 16:03:11 (GMT) |
commit | c27e26468ce03250538718dce451fdc4598bd715 (patch) | |
tree | 56ec8d7216fab091e4c4133345af79163cf3f0ad /abs/extra-testing/libvisual-plugins/PKGBUILD | |
parent | 1a8433a3240525038ae750b90c358ecbe15882c2 (diff) | |
parent | 9cba95f8fe4c9a606db81a4da2d229cfd3a7b68c (diff) | |
download | linhes_pkgbuild-c27e26468ce03250538718dce451fdc4598bd715.zip linhes_pkgbuild-c27e26468ce03250538718dce451fdc4598bd715.tar.gz linhes_pkgbuild-c27e26468ce03250538718dce451fdc4598bd715.tar.bz2 |
Merge branch 'master' of ssh://igo@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/extra-testing/libvisual-plugins/PKGBUILD')
-rw-r--r-- | abs/extra-testing/libvisual-plugins/PKGBUILD | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/abs/extra-testing/libvisual-plugins/PKGBUILD b/abs/extra-testing/libvisual-plugins/PKGBUILD index 8cab849..ea11aaa 100644 --- a/abs/extra-testing/libvisual-plugins/PKGBUILD +++ b/abs/extra-testing/libvisual-plugins/PKGBUILD @@ -3,7 +3,7 @@ pkgname=libvisual-plugins pkgver=0.4.0 -pkgrel=3 +pkgrel=4 pkgdesc="plugins for libvisual" arch=("i686" "x86_64") license=('GPL') @@ -16,13 +16,17 @@ source=("http://downloads.sourceforge.net/sourceforge/libvisual/libvisual-plugin '02_64-bit_JESS_fix.patch' '03_build_against_gl_fixes.patch' '04_lv_analyzer_build_fix.patch' - '05_fix_po.patch') + '05_fix_po.patch' + '60_no-const-vispluginfo-in-nastyfft.patch' + '90_autoreconf.patch') md5sums=('4330e9287f9d6fae02f482f428a1e77b' '600969a691372c8894c90765de84f732' 'f9cfb607bfcbfef60830fae4e7dc6963' '116701408747dbb87dc134434478ebe2' '01678a8f1584c76a44e59d81003a1109' - '6189b7427c4e11c8b8d6c6266d6a1629') + '6189b7427c4e11c8b8d6c6266d6a1629' + '7012518727cb072a7e90a826a5577cc6' + '4aa3ffc17dcb4d25129f483b1842fac9') options=(!libtool) build() { @@ -32,6 +36,8 @@ build() { patch -p1 < ../03_build_against_gl_fixes.patch patch -p1 < ../04_lv_analyzer_build_fix.patch patch -p1 < ../05_fix_po.patch + patch -p1 < ../60_no-const-vispluginfo-in-nastyfft.patch +# patch -p1 < ../90_autoreconf.patch ./configure --prefix=/usr --enable-alsa --disable-gstreamer-plugin make || return 1 make DESTDIR=${startdir}/pkg install |