summaryrefslogtreecommitdiffstats
path: root/testing/hydrogen
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-09-16 06:30:38 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-09-16 06:31:06 +0000
commit4fc5b7153a82639f151ae0a2627d57d18d00487c (patch)
tree6bf38362b346e62aff60514d1db59a2e43a8a753 /testing/hydrogen
parent2140b21cb5c323e19446db63c9bf9d74588673c8 (diff)
downloadaports-fcolista-4fc5b7153a82639f151ae0a2627d57d18d00487c.tar.bz2
aports-fcolista-4fc5b7153a82639f151ae0a2627d57d18d00487c.tar.xz
testing/hydrogen: rebuild
Hopefully it will work with updated libsndfile
Diffstat (limited to 'testing/hydrogen')
-rw-r--r--testing/hydrogen/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/hydrogen/APKBUILD b/testing/hydrogen/APKBUILD
index c661247946..db4ea7708a 100644
--- a/testing/hydrogen/APKBUILD
+++ b/testing/hydrogen/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=hydrogen
pkgver=0.9.5
-pkgrel=0
+pkgrel=1
pkgdesc="Advanced drum machine for GNU/Linux"
url="http://www.hydrogen-music.org/"
arch="all"
@@ -45,7 +45,8 @@ build() {
package() {
cd "$_builddir"
- scons install DESTDIR="$pkgdir" || return 1
+ export QTDIR=/usr/lib
+ scons -j ${JOBS:-2} install DESTDIR="$pkgdir" || return 1
}
md5sums="e96f291d60e58f5d62fe616cee577dc0 hydrogen-0.9.5.tar.gz