hydrogen: use our CXXFLAGS; make this build again.
This commit is contained in:
parent
251009ffc8
commit
b778654e07
2 changed files with 25 additions and 8 deletions
12
srcpkgs/hydrogen/patches/install.patch
Normal file
12
srcpkgs/hydrogen/patches/install.patch
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
*** Sconstruct.org 2011-11-06 12:15:40.018119106 +0100
|
||||||
|
--- Sconstruct 2011-11-06 12:16:21.124122432 +0100
|
||||||
|
***************
|
||||||
|
*** 298,304 ****
|
||||||
|
|
||||||
|
for N in glob.glob('./data/i18n/hydrogen.*'):
|
||||||
|
env.Alias(target="install", source=env.Install(dir= env['DESTDIR'] + env['prefix'] + '/share/hydrogen/data/i18n', source=N))
|
||||||
|
- env.Alias(target="install", source=env.Install(dir= env['DESTDIR'] + env['prefix'] + '/share/hydrogen/data', source="./data/img"))
|
||||||
|
|
||||||
|
#add every img in ./data/img to the install list.
|
||||||
|
os.path.walk("./data/img/",install_images,env)
|
||||||
|
--- 298,303 ----
|
|
@ -1,23 +1,28 @@
|
||||||
# Template file for 'hydrogen'
|
# Template file for 'hydrogen'
|
||||||
pkgname=hydrogen
|
pkgname=hydrogen
|
||||||
version=0.9.5.1
|
version=0.9.5.1
|
||||||
revision=1
|
revision=2
|
||||||
makedepends="pkg-config scons libsndfile-devel libtar-devel
|
hostmakedepends="pkg-config scons optipng"
|
||||||
libarchive-devel>=3.1.2 jack-devel qt-devel"
|
makedepends="libsndfile-devel libtar-devel libarchive-devel>=3.1.2 jack-devel qt-devel desktop-file-utils"
|
||||||
depends="desktop-file-utils"
|
depends="desktop-file-utils"
|
||||||
short_desc="Advanced drum machine"
|
short_desc="Advanced drum machine"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.hydrogen-music.org/"
|
homepage="http://www.hydrogen-music.org/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=ebe105fec9ce8e2129f9e1bb5bfe675f1c7143a80babda40620cb3ef9eb97ebb
|
checksum=ebe105fec9ce8e2129f9e1bb5bfe675f1c7143a80babda40620cb3ef9eb97ebb
|
||||||
|
|
||||||
# XXX LASH Support
|
# XXX LASH Support
|
||||||
|
do_configure() {
|
||||||
|
find -name '*.png' -exec optipng -quiet -force -fix {} +
|
||||||
|
}
|
||||||
do_build() {
|
do_build() {
|
||||||
QTDIR=/usr scons lrdf=0 jack=1 alsa=1 lash=0 portaudio=0 portmidi=0 \
|
QTDIR=/usr scons ${makejobs} optflags="$CXXFLAGS" \
|
||||||
oss=1 gui=1 libarchive=1 debug=1 prefix=/usr
|
lrdf=0 jack=1 alsa=1 lash=0 portaudio=0 portmidi=0 \
|
||||||
|
oss=1 gui=1 libarchive=1 debug=0 prefix=/usr
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
scons DESTDIR=${DESTDIR} install
|
scons install ${makejobs} DESTDIR=${DESTDIR} optflags="$CXXFLAGS" \
|
||||||
|
lrdf=0 jack=1 alsa=1 lash=0 portaudio=0 portmidi=0 \
|
||||||
|
oss=1 gui=1 libarchive=1 debug=0 prefix=/usr
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue