aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2024-01-26 21:55:18 +0000
committerJason E. Hale <jhale@FreeBSD.org>2024-01-26 22:27:09 +0000
commit0e1b2d5236d918d2448bc5dc1e768a9cddc632cc (patch)
treef9361db3721c23b49d12ec0d4b6f427ff42855d4
parentca1c0acc938aea5d8dde0988c06758d152a315a7 (diff)
downloadports-0e1b2d5236d918d2448bc5dc1e768a9cddc632cc.tar.gz
ports-0e1b2d5236d918d2448bc5dc1e768a9cddc632cc.zip
audio/strawberry: Fixup after 824cdca032f1
Remove GStreamer plugins that were added without approval that Strawberry makes no use of. Move the cdparanoia plugin to the CDIO option as it is only used for CD playback. Also remove pkg-message since it is irrelevant now.
-rw-r--r--audio/strawberry/Makefile6
-rw-r--r--audio/strawberry/files/pkg-message.in13
2 files changed, 3 insertions, 16 deletions
diff --git a/audio/strawberry/Makefile b/audio/strawberry/Makefile
index 3ebea3e26936..137751ee467c 100644
--- a/audio/strawberry/Makefile
+++ b/audio/strawberry/Makefile
@@ -1,5 +1,6 @@
PORTNAME= strawberry
DISTVERSION= 1.0.23
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= https://github.com/strawberrymusicplayer/${PORTNAME}/releases/download/${DISTVERSION}/ \
https://files.jkvinge.net/packages/strawberry/
@@ -38,8 +39,6 @@ USE_XORG= ice sm x11 xcb xext
CMAKE_ON= BUILD_WITH_${FLAVOR:tu}
CMAKE_OFF= ENABLE_UDISKS2
-SUB_FILES= pkg-message
-
OPTIONS_MULTI= BACKEND SOUND
OPTIONS_MULTI_BACKEND= GSTREAMER VLC
OPTIONS_MULTI_SOUND= ALSA PULSEAUDIO
@@ -59,6 +58,7 @@ ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib
ALSA_CMAKE_BOOL= ENABLE_ALSA
CDIO_LIB_DEPENDS= libcdio.so:sysutils/libcdio
+CDIO_USE= GSTREAMER=cdparanoia
CDIO_CMAKE_BOOL= ENABLE_AUDIOCD
CDIO_IMPLIES= GSTREAMER
@@ -68,8 +68,8 @@ EBUR128_CMAKE_BOOL= ENABLE_EBUR128
EBUR128_IMPLIES= GSTREAMER
GSTREAMER_USES= gstreamer
+GSTREAMER_USE= GSTREAMER=faac,faad,flac,lame,libav,mpg123,opus,taglib,vorbis
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
diff --git a/audio/strawberry/files/pkg-message.in b/audio/strawberry/files/pkg-message.in
deleted file mode 100644
index a0a06ab50107..000000000000
--- a/audio/strawberry/files/pkg-message.in
+++ /dev/null
@@ -1,13 +0,0 @@
-[
-{ type: install
- message: <<EOM
-
-You need the proper GStreamer plugin depending on what format you want to play:
-
-gstreamer1-plugins-ogg: OGG
-gstreamer1-plugins-mpg123: MP3
-gstreamer1-plugins-flac: FLAC
-gstreamer1-plugins-all: Meta-port of all GStreamer 1.x plugins
-EOM
-}
-]