diff options
author | root <root@rshg054.dnsready.net> | 2011-08-25 23:14:43 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-08-25 23:14:43 +0000 |
commit | 9621cbabd4788b98dfdee59d784c4b4b58384c6b (patch) | |
tree | 8dbd549f0f81a825febf0db7fbf641db995459be /community/zynaddsubfx/PKGBUILD | |
parent | f53c212680c1817ef2337855ef8814dea6b07e4e (diff) |
Thu Aug 25 23:14:43 UTC 2011
Diffstat (limited to 'community/zynaddsubfx/PKGBUILD')
-rw-r--r-- | community/zynaddsubfx/PKGBUILD | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/community/zynaddsubfx/PKGBUILD b/community/zynaddsubfx/PKGBUILD index 70ec62a40..b0c7927f9 100644 --- a/community/zynaddsubfx/PKGBUILD +++ b/community/zynaddsubfx/PKGBUILD @@ -1,24 +1,24 @@ -# $Id: PKGBUILD 54351 2011-08-17 09:49:01Z spupykin $ +# $Id: PKGBUILD 54754 2011-08-24 10:43:05Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: SpepS <dreamspepser at yahoo dot it> # Contributor: Ionut Biru <ibiru@archlinux.org> # Contributor: DonVla <donvla@users.sourceforge.net> -_p=ZynAddSubFX pkgname=zynaddsubfx pkgver=2.4.1 -pkgrel=4 +pkgrel=5 pkgdesc="An opensource software synthesizer capable of making a countless number of instruments." arch=('i686' 'x86_64') url="http://zynaddsubfx.sourceforge.net" license=('GPL') -depends=('fltk' 'fftw' 'lash') -makedepends=('mxml' 'cmake') +depends=('fltk' 'libgl' 'fftw' 'lash') +makedepends=('mxml' 'cmake' 'pkgconfig' 'mesa') options=('!emptydirs') -source=("http://switch.dl.sourceforge.net/sourceforge/$pkgname/$_p-$pkgver.tar.bz2" - "$pkgname.desktop" "$pkgname.svg" - "http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-sound/zynaddsubfx/files/zynaddsubfx-2.4.1-fltk.patch" - "http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-sound/zynaddsubfx/files/zynaddsubfx-2.4.1-fltk13.patch") +source=("http://switch.dl.sourceforge.net/sourceforge/$pkgname/ZynAddSubFX-$pkgver.tar.bz2" + "$pkgname.desktop" + "$pkgname.svg" + "http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-sound/zynaddsubfx/files/zynaddsubfx-2.4.1-fltk.patch" + "http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-sound/zynaddsubfx/files/zynaddsubfx-2.4.1-fltk13.patch") md5sums=('59eb69ce24d6f8c605f8ba43958d0526' '5da6735ee59fdfa21f171fdc4d6c80cb' '6f7e9c3ce3947088a10c99c46a65431f' @@ -26,7 +26,7 @@ md5sums=('59eb69ce24d6f8c605f8ba43958d0526' '49464a33ab9c4250520eda0df7705663') build() { - cd "$srcdir/$_p-$pkgver" + cd "$srcdir/ZynAddSubFX-$pkgver" # patches patch -p1 -i "$srcdir/$pkgname-$pkgver-fltk.patch" @@ -42,7 +42,7 @@ build() { } package() { - cd "$srcdir/$_p-$pkgver/build" + cd "$srcdir/ZynAddSubFX-$pkgver/build" make DESTDIR="$pkgdir/" install |