diff options
author | Kevin Bowling <kbowling@FreeBSD.org> | 2024-01-25 19:00:06 -0700 |
---|---|---|
committer | Kevin Bowling <kbowling@FreeBSD.org> | 2024-01-25 19:00:06 -0700 |
commit | 824cdca032f1fc8a7f02ddc8108a1340c7772af9 (patch) | |
tree | 1e6fb18c957a925023575b9a86d16c501aa25e75 | |
parent | af75005ccd382f3e9834b0f06ae1e3d58a85c188 (diff) | |
download | freebsd-ports-824cdca032f1fc8a7f02ddc8108a1340c7772af9.zip |
audio/strawberry: Add gstreamer plugins
Without these, the software is not useful and requires extra work.
There are probably some better tradeoffs, but ship the default set from
the older Clementine port until proven otherwise.
PR: 276488
Approved by: maintainer
-rw-r--r-- | audio/strawberry/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/strawberry/Makefile b/audio/strawberry/Makefile index fbdc4b4c3e7c..3ebea3e26936 100644 --- a/audio/strawberry/Makefile +++ b/audio/strawberry/Makefile @@ -69,6 +69,7 @@ EBUR128_IMPLIES= GSTREAMER GSTREAMER_USES= gstreamer GSTREAMER_CMAKE_BOOL= ENABLE_GSTREAMER +GSTREAMER_USE= GSTREAMER=cdparanoia,chromaprint,faac,faad,flac,lame,mpg123,neon,opus,shout2,soup,taglib,twolame,vorbis ICONV_USES= iconv:translit |