diff options
Diffstat (limited to 'libre/hydrogen-libre')
-rw-r--r-- | libre/hydrogen-libre/PKGBUILD | 64 | ||||
-rw-r--r-- | libre/hydrogen-libre/hydrogen.install | 9 | ||||
-rw-r--r-- | libre/hydrogen-libre/install.patch | 12 | ||||
-rw-r--r-- | libre/hydrogen-libre/lrdf_raptor2.patch | 11 |
4 files changed, 0 insertions, 96 deletions
diff --git a/libre/hydrogen-libre/PKGBUILD b/libre/hydrogen-libre/PKGBUILD deleted file mode 100644 index 0f9dfb3e3..000000000 --- a/libre/hydrogen-libre/PKGBUILD +++ /dev/null @@ -1,64 +0,0 @@ -# $Id: PKGBUILD 184270 2013-05-05 10:45:11Z schiv $ -# Maintainer: Ray Rashif <schiv@archlinux.org> -# Contributor: tobias <tobias@archlinux.org> -# Contributor: K. Piche <kpiche@rogers.com> -# Contributor: Giovanni Scafora <giovanni@archlinux.org> - -_pkgname=hydrogen -pkgname=hydrogen-libre -pkgver=0.9.5.1 -pkgrel=4 -pkgdesc="An advanced drum machine, without nonfree drumkits recommendation" -arch=('i686' 'x86_64' 'mips64el') -license=('GPL') -url="http://www.hydrogen-music.org/" -depends=('libarchive' 'liblrdf' 'qt4' 'jack') -makedepends=('scons' 'optipng') -replaces=$_pkgname -conflicts=$_pkgname -provides=$_pkgname=$pkgver -source=("http://downloads.sourceforge.net/$_pkgname/$_pkgname-$pkgver.tar.gz" - 'lrdf_raptor2.patch' - 'install.patch') -install=$_pkgname.install -options=('emptydirs') -md5sums=('52f3a528705818c65acf546a3be4c6fb' - '2124851e890f46158189b5fa90006d40' - 'ce3a83a069b55e46aa532b55e803c9a5') - -prepare() { - cd "$srcdir/$_pkgname-$pkgver" - - # Change to list with only free licensed drumkits - sed -i -e 's|www.hydrogen-music.org/feeds/drumkit_list.php|repo.parabolagnulinux.org/other/hydrogen-libre/feeds/drumkit_list.php|'\ - {data/{hydrogen.default.conf,doc/manual{.docbook,_nl.html,_es.html,_fr.html,.pot,_fr.po,_es.po,_en.html,_ca.html,_it.html}},gui/src/SoundLibrary/SoundLibraryImportDialog.cpp,libs/hydrogen/src/preferences.cpp} || read - - # fix building with newer raptor - # see https://bugs.archlinux.org/task/25060 - # TODO: report upstream - patch -Np1 -i "$srcdir/lrdf_raptor2.patch" - - # fix some install-time issues - # http://www.assembla.com/spaces/hydrogen/tickets/204 - patch -Np0 -i "$srcdir/install.patch" - - # fix some pngs that break with newer libpng - # see https://mailman.archlinux.org/pipermail/arch-dev-public/2013-May/024872.html - msg2 "Fixing PNGs, please wait..." - find -name '*.png' -exec optipng -quiet -force -fix {} + -} - -build() { - cd "$srcdir/$_pkgname-$pkgver" - - export QTDIR=/usr - scons prefix=/usr libarchive=1 -} - -package() { - cd "$srcdir/$_pkgname-$pkgver" - - scons DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: diff --git a/libre/hydrogen-libre/hydrogen.install b/libre/hydrogen-libre/hydrogen.install deleted file mode 100644 index ef354d1f5..000000000 --- a/libre/hydrogen-libre/hydrogen.install +++ /dev/null @@ -1,9 +0,0 @@ -post_install() { - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -# vim:set ts=2 sw=2 et: diff --git a/libre/hydrogen-libre/install.patch b/libre/hydrogen-libre/install.patch deleted file mode 100644 index 2e6e707a1..000000000 --- a/libre/hydrogen-libre/install.patch +++ /dev/null @@ -1,12 +0,0 @@ -*** 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 ---- diff --git a/libre/hydrogen-libre/lrdf_raptor2.patch b/libre/hydrogen-libre/lrdf_raptor2.patch deleted file mode 100644 index ec176b716..000000000 --- a/libre/hydrogen-libre/lrdf_raptor2.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -baur hydrogen-0.9.5.old/Sconstruct hydrogen-0.9.5/Sconstruct ---- hydrogen-0.9.5.old/Sconstruct 2011-08-11 18:00:07.889112348 +0800 -+++ hydrogen-0.9.5/Sconstruct 2011-08-11 18:00:34.945632437 +0800 -@@ -83,6 +83,7 @@ - includes.append( './' ) - includes.append( 'gui/src/' ) - includes.append( '3rdparty/install/include' ) -+ includes.append( '/usr/include/raptor2' ) - - if sys.platform == "darwin": - ldflags.append( '-L/opt/local/lib' ) |