svn commit: r559366 - head/audio/musicpd
Thomas Zander
riggs at FreeBSD.org
Sun Dec 27 15:49:15 UTC 2020
Author: riggs
Date: Sun Dec 27 15:49:15 2020
New Revision: 559366
URL: https://svnweb.freebsd.org/changeset/ports/559366
Log:
Rename OPTION to SIDPLAY, depend on audio/libsidplayfp.
PR: 251317
Reported by: daniel.engberg.lists at pyret.net
Modified:
head/audio/musicpd/Makefile
Modified: head/audio/musicpd/Makefile
==============================================================================
--- head/audio/musicpd/Makefile Sun Dec 27 15:48:24 2020 (r559365)
+++ head/audio/musicpd/Makefile Sun Dec 27 15:49:15 2020 (r559366)
@@ -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
More information about the svn-ports-all
mailing list