Skip to content

Commit

Permalink
media-plugins/distrho-ports: require FFTW nowadays
Browse files Browse the repository at this point in the history
Since the addition of the vitalium plugins on 2021-03-01, distrho-ports
has been requiring FFTW as a dependency.
  • Loading branch information
nicoroeser committed Aug 19, 2023
1 parent 068d26a commit 7296345
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions media-plugins/distrho-ports/distrho-ports-99999999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ RDEPEND="media-libs/alsa-lib
x11-libs/libXext
x11-libs/libXcursor
x11-libs/libXrender"
# version comparison assumes that all versions are in format YYYYMMDD
if [[ ${PV} -ge 20210301 ]]; then
RDEPEND+="
sci-libs/fftw:3.0="
fi
DEPEND="${RDEPEND}"

src_prepare() {
Expand Down

0 comments on commit 7296345

Please sign in to comment.