diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-08-01 23:25:56 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-08-01 23:36:22 +0200 |
commit | 60a3b3747f67527f467ae1ae88ec940c160a40e8 (patch) | |
tree | 353e7827b8036504d7d7e200babb7b741cfb3743 /media-sound/csound | |
parent | media-libs/liblo: Remove old (diff) | |
download | gentoo-60a3b3747f67527f467ae1ae88ec940c160a40e8.tar.gz gentoo-60a3b3747f67527f467ae1ae88ec940c160a40e8.tar.bz2 gentoo-60a3b3747f67527f467ae1ae88ec940c160a40e8.zip |
media-sound/csound: Restrict to <media-sound/fluidsynth-2
Bug: https://bugs.gentoo.org/659400
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/csound')
-rw-r--r-- | media-sound/csound/csound-6.10.0.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/media-sound/csound/csound-6.10.0.ebuild b/media-sound/csound/csound-6.10.0.ebuild index 185ce6f382b4..2c61ca708be8 100644 --- a/media-sound/csound/csound-6.10.0.ebuild +++ b/media-sound/csound/csound-6.10.0.ebuild @@ -53,7 +53,7 @@ RDEPEND=" media-libs/dssi media-libs/ladspa-sdk ) - fluidsynth? ( media-sound/fluidsynth:= ) + fluidsynth? ( <media-sound/fluidsynth-2:= ) fltk? ( x11-libs/fltk:1[threads?] ) image? ( media-libs/libpng:0= ) jack? ( media-sound/jack-audio-connection-kit ) @@ -111,6 +111,9 @@ pkg_setup() { src_prepare() { cmake-utils_src_prepare + has_version ">=media-sound/fluidsynth-2" && + eapply "${FILESDIR}/${P}-fluidsynth2.patch" # 680062 + sed -e '/set(PLUGIN_INSTALL_DIR/s/-${APIVERSION}//' \ -e '/-O3/d' \ -i CMakeLists.txt || die |