mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/zynaddsubfx to 2.4.4-1
This commit is contained in:
parent
d46e3b0748
commit
41d30e2dc9
1 changed files with 7 additions and 7 deletions
|
@ -8,8 +8,8 @@
|
|||
# - patch to remove hardcoded sse flags
|
||||
|
||||
pkgname=zynaddsubfx
|
||||
pkgver=2.4.3
|
||||
pkgrel=2
|
||||
pkgver=2.4.4
|
||||
pkgrel=1
|
||||
pkgdesc="Opensource software synthesizer capable of making a countless number of instruments."
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://zynaddsubfx.sourceforge.net"
|
||||
|
@ -17,15 +17,15 @@ license=('GPL')
|
|||
depends=('fltk' 'libgl' 'fftw' 'lash' 'mxml')
|
||||
makedepends=('cmake' 'pkgconfig' 'mesa' 'setconf' 'gendesk')
|
||||
options=('!emptydirs')
|
||||
source=("http://switch.dl.sourceforge.net/sourceforge/$pkgname/ZynAddSubFX-$pkgver.tar.bz2"
|
||||
source=("http://switch.dl.sourceforge.net/sourceforge/$pkgname/zynaddsubfx-$pkgver.tar.xz"
|
||||
"$pkgname.svg"
|
||||
'0001-no_sse_generic.patch')
|
||||
md5sums=('2e8994cc54e5f1a64b77dfac3baf0d9a'
|
||||
md5sums=('4f985c06da3a3e31ebccd7cf72ae434e'
|
||||
'6f7e9c3ce3947088a10c99c46a65431f'
|
||||
'bb919ffbc606a6cfdfc137776c91c2b8')
|
||||
|
||||
prepare() {
|
||||
cd "ZynAddSubFX-$pkgver"
|
||||
cd "zynaddsubfx-$pkgver"
|
||||
|
||||
patch -p1 -i ../0001-no_sse_generic.patch
|
||||
}
|
||||
|
@ -35,7 +35,7 @@ build() {
|
|||
gendesk $startdir/PKGBUILD
|
||||
setconf "$pkgname.desktop" Icon "$pkgname.svg"
|
||||
|
||||
cd "ZynAddSubFX-$pkgver"
|
||||
cd "zynaddsubfx-$pkgver"
|
||||
|
||||
sed -i '1,1i#include <unistd.h>' src/Nio/NulEngine.cpp
|
||||
|
||||
|
@ -54,7 +54,7 @@ build() {
|
|||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/ZynAddSubFX-$pkgver/build"
|
||||
cd "$srcdir/zynaddsubfx-$pkgver/build"
|
||||
|
||||
make DESTDIR="$pkgdir/" install
|
||||
|
||||
|
|
Loading…
Reference in a new issue