Date: Sun, 27 Dec 2020 15:49:15 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559366 - head/audio/musicpd Message-ID: <202012271549.0BRFnFCr045803@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012271549.0BRFnFCr045803>