diff options
author | Marek Szuba <marecki@gentoo.org> | 2022-11-10 15:12:29 +0000 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2022-11-10 15:20:01 +0000 |
commit | abdc7c769a3a97402779bfb1e6b4cd7750da369c (patch) | |
tree | a5960473b466c483eaaa9cdb6c0066fcd2483680 /media-sound/easyeffects | |
parent | media-plugins/frei0r-plugins: bump to 1.8.0 (diff) | |
download | gentoo-abdc7c769a3a97402779bfb1e6b4cd7750da369c.tar.gz gentoo-abdc7c769a3a97402779bfb1e6b4cd7750da369c.tar.bz2 gentoo-abdc7c769a3a97402779bfb1e6b4cd7750da369c.zip |
media-sound/easyeffects: (R)DEPEND on sci-libs/gsl
Needed alongside media-libs/speex (which by the way is technically
an *optional* dependency but given Easy Effects also have
a mandatory dependency on media-libs/speexdsp, adding IUSE=speex
would IMHO be confusing) since 7.0.0 but I forgot to paste that one
in.
With thanks to Xian Wang for having spotted this before me.
Closes: https://bugs.gentoo.org/880745
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'media-sound/easyeffects')
-rw-r--r-- | media-sound/easyeffects/easyeffects-7.0.0-r1.ebuild (renamed from media-sound/easyeffects/easyeffects-7.0.0.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media-sound/easyeffects/easyeffects-7.0.0.ebuild b/media-sound/easyeffects/easyeffects-7.0.0-r1.ebuild index 84203eb3205f..f1da56bfcae1 100644 --- a/media-sound/easyeffects/easyeffects-7.0.0.ebuild +++ b/media-sound/easyeffects/easyeffects-7.0.0-r1.ebuild @@ -38,6 +38,7 @@ COMMON="dev-cpp/nlohmann_json media-libs/speexdsp >=media-libs/zita-convolver-3.0.0 >=media-video/pipewire-0.3.41 + sci-libs/gsl:= sci-libs/fftw:3.0" # Only header files are used from libsamplerate DEPEND="${COMMON} |