mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
New package: rakarrack-0.6.1
This commit is contained in:
parent
d7b561bc46
commit
23088fb2e4
2 changed files with 44 additions and 0 deletions
24
srcpkgs/rakarrack/patches/fltk_include.patch
Normal file
24
srcpkgs/rakarrack/patches/fltk_include.patch
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
diff -baur src/global.h src/global.h
|
||||||
|
--- src/global.h 2011-07-12 05:13:31.367583829 +0800
|
||||||
|
+++ src/global.h 2011-07-12 05:15:20.670325018 +0800
|
||||||
|
@@ -99,7 +99,7 @@
|
||||||
|
#include <X11/xpm.h>
|
||||||
|
#include <jack/jack.h>
|
||||||
|
#include <jack/midiport.h>
|
||||||
|
-#include <Fl/Fl_Preferences.H>
|
||||||
|
+#include <FL/Fl_Preferences.H>
|
||||||
|
#include "FPreset.h"
|
||||||
|
#include "Reverb.h"
|
||||||
|
#include "Chorus.h"
|
||||||
|
diff -baur src/process.C src/process.C
|
||||||
|
--- src/process.C 2011-07-12 05:13:31.367583829 +0800
|
||||||
|
+++ src/process.C 2011-07-12 05:15:31.293600800 +0800
|
||||||
|
@@ -28,7 +28,7 @@
|
||||||
|
#include <fcntl.h>
|
||||||
|
#include <sys/types.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
-#include <Fl/Fl_Preferences.H>
|
||||||
|
+#include <FL/Fl_Preferences.H>
|
||||||
|
#include "global.h"
|
||||||
|
|
||||||
|
int Pexitprogram, preset;
|
20
srcpkgs/rakarrack/template
Normal file
20
srcpkgs/rakarrack/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'rakarrack'
|
||||||
|
pkgname=rakarrack
|
||||||
|
version=0.6.1
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="alsa-utils"
|
||||||
|
makedepends="jack-devel libsndfile-devel libXpm-devel fltk-devel libsamplerate-devel"
|
||||||
|
short_desc="Versatile guitar multi-effects processor"
|
||||||
|
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||||
|
license="GPL-3"
|
||||||
|
homepage="http://rakarrack.sourceforge.net"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
|
checksum=7696d27a4814b140fe651d137612ddfa1f167858eccc119e278c14dbee30eee6
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
x86_64*|i686*) ;;
|
||||||
|
*) sed -i 's|$SSE $ALTIVEC||g' configure;;
|
||||||
|
esac
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue