aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2020-12-27 15:49:15 +0000
committerThomas Zander <riggs@FreeBSD.org>2020-12-27 15:49:15 +0000
commit2f3be73feed4e62047630fc49746e9af6354807b (patch)
treecca2c412b6073b59c08b159b7887f7bf7ce8e221 /audio
parent1d7eefc1929b6962f9b5dbf4e69904e33ed05633 (diff)
downloadports-2f3be73feed4e62047630fc49746e9af6354807b.tar.gz
ports-2f3be73feed4e62047630fc49746e9af6354807b.zip
Rename OPTION to SIDPLAY, depend on audio/libsidplayfp.
PR: 251317 Reported by: daniel.engberg.lists@pyret.net
Notes
Notes: svn path=/head/; revision=559366
Diffstat (limited to 'audio')
-rw-r--r--audio/musicpd/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile
index d8726893d056..613fca5dd962 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -2,7 +2,7 @@
PORTNAME= musicpd
PORTVERSION= 0.22.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= https://www.musicpd.org/download/mpd/${PORTVERSION:R}/
DISTNAME= mpd-${PORTVERSION}
@@ -50,7 +50,7 @@ OPTIONS_MULTI= DOCUMENTATION FILE_FORMAT
OPTIONS_MULTI_FILE_FORMAT= \
ADPLUG AUDIOFILE FAAD FFMPEG FLAC FLUIDSYNTH \
GME MAD MIKMOD MODPLUG MPG123 MUSEPACK \
- OPUS SIDPLAY2 SNDFILE TWOLAME \
+ OPUS SIDPLAY SNDFILE TWOLAME \
VORBIS WAVPACK WILDMIDI
OPTIONS_GROUP= ACCESS PLAYBACK
@@ -69,7 +69,7 @@ PROXYDB_DESC= Proxy database support via libmpdclient
LAME_DESC= Support for MP3 Icecast Streams
PLAYLISTS_DESC= Enable extra playlist support (wma, RSS)
QOBUZ_DESC= Streaming service support: Qobuz
-SIDPLAY2_DESC= Sidplay support (C64 mono and stereo files)
+SIDPLAY_DESC= Sidplay support (C64 mono and stereo files)
SMB_DESC= SMB network support (currently strongly discouraged)
SOUNDCLOUD_DESC=Streaming service support: SoundCloud
TIDAL_DESC= Streaming service support: TIDAL (currently defunct)
@@ -116,9 +116,9 @@ OPUS_LIB_DEPENDS= libopus.so:audio/opus \
libogg.so:audio/libogg
PLAYLISTS_MESON_ENABLED=expat
PLAYLISTS_LIB_DEPENDS= libexpat.so:textproc/expat2
-SIDPLAY2_MESON_ENABLED= sidplay
-SIDPLAY2_LIB_DEPENDS= libsidplay2.so:audio/libsidplay2
-SIDPLAY2_LDFLAGS= -L${LOCALBASE}/lib/sidplay/builders
+SIDPLAY_MESON_ENABLED= sidplay
+SIDPLAY_LIB_DEPENDS= libsidplayfp.so:audio/libsidplayfp
+SIDPLAY_CXXFLAGS= -D_LIBCPP_ENABLE_CXX17_REMOVED_AUTO_PTR
SNDFILE_MESON_ENABLED= sndfile
SNDFILE_LIB_DEPENDS= libsndfile.so:audio/libsndfile
VORBIS_MESON_ENABLED= vorbis