Rename OPTION to SIDPLAY, depend on audio/libsidplayfp.
PR: 251317 Reported by: daniel.engberg.lists@pyret.net
This commit is contained in:
parent
1d7eefc192
commit
2f3be73fee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559366
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user