diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-03-27 11:43:02 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-03-27 11:43:02 +0000 |
commit | 25e99f8c7dea9b1fab0667722ebfac5db5edcecf (patch) | |
tree | 150a3693a1e4b9a4e79616ec47ec8ddb9898d935 /media-sound/sooperlooper/files | |
parent | Bump patchset to backport a fix from upstream to fix bug #214809 (diff) | |
download | gentoo-2-25e99f8c7dea9b1fab0667722ebfac5db5edcecf.tar.gz gentoo-2-25e99f8c7dea9b1fab0667722ebfac5db5edcecf.tar.bz2 gentoo-2-25e99f8c7dea9b1fab0667722ebfac5db5edcecf.zip |
Version bump wrt #212570, thanks to Arne Babenhauserheide for reporting. Upstream seems to have 1.6.3 also available, but they forgot to upload source package.
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-sound/sooperlooper/files')
-rw-r--r-- | media-sound/sooperlooper/files/sooperlooper-1.6.2-asneeded.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-sound/sooperlooper/files/sooperlooper-1.6.2-asneeded.patch b/media-sound/sooperlooper/files/sooperlooper-1.6.2-asneeded.patch new file mode 100644 index 000000000000..bcbd88271964 --- /dev/null +++ b/media-sound/sooperlooper/files/sooperlooper-1.6.2-asneeded.patch @@ -0,0 +1,12 @@ +diff -ur sooperlooper-1.6.2.orig/src/Makefile.in sooperlooper-1.6.2/src/Makefile.in +--- sooperlooper-1.6.2.orig/src/Makefile.in 2008-03-12 06:15:44.000000000 +0200 ++++ sooperlooper-1.6.2/src/Makefile.in 2008-03-27 13:33:37.000000000 +0200 +@@ -281,7 +281,7 @@ + sooperlooper_SOURCES = \ + sooperlooper.cpp + +-sooperlooper_LDADD = libsldrivers.a libslcore.a @JACK_LIBS@ @LOSC_LIBS@ @SIGCPP_LIBS@ @RUBBERBAND_LIBS@ @FFTW_LIBS@ @SNDFILE_LIBS@ @SAMPLERATE_LIBS@ @AUDIO_LIBS@ @XML_LIBS@ ++sooperlooper_LDADD = libsldrivers.a libslcore.a @BASE_LIBS@ @JACK_LIBS@ @LOSC_LIBS@ @SIGCPP_LIBS@ @RUBBERBAND_LIBS@ @FFTW_LIBS@ @SNDFILE_LIBS@ @SAMPLERATE_LIBS@ @AUDIO_LIBS@ @XML_LIBS@ + sooperlooper_LDFLAGS = + slconsole_SOURCES = slconsole.cpp + slconsole_LDADD = @LOSC_LIBS@ @NCURSES_LIBS@ -lpthread |