Date: Mon, 5 Aug 2024 21:55:28 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 39f3db52995f - main - audio/moc: Remove support for deprecated library libsidplay2 Message-ID: <202408052155.475LtSjH075397@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=39f3db52995f34c4dd479a51090bb9297ff333bb commit 39f3db52995f34c4dd479a51090bb9297ff333bb Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-08-05 21:16:51 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-08-05 21:55:24 +0000 audio/moc: Remove support for deprecated library libsidplay2 Removed in commit 55007e649e632734fbddceffb909ff4a7b1294b0 Approved by: portmgr (blanket, build fix) --- audio/moc/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/audio/moc/Makefile b/audio/moc/Makefile index 830e1614b225..61c6eda8d8b3 100644 --- a/audio/moc/Makefile +++ b/audio/moc/Makefile @@ -19,14 +19,13 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -CONFIGURE_ARGS= --disable-cache --without-ffmpeg +CONFIGURE_ARGS= --disable-cache --without-ffmpeg --without-sidplay2 OPTIONS_DEFINE= AAC CURL DEBUG FLAC JACK MODPLUG MP3 MUSEPACK RCC \ - SAMPLERATE SIDPLAY2 SNDFILE SPEEX VORBIS WAVPACK + SAMPLERATE SNDFILE SPEEX VORBIS WAVPACK OPTIONS_DEFAULT=MP3 VORBIS FLAC CURL WAVPACK CURL_DESC= curl support (Internet streams) RCC_DESC= RCC support -SIDPLAY2_DESC= libsidplay2 support AAC_LIB_DEPENDS= libfaad.so:audio/faad AAC_PLIST_FILES= lib/moc/decoder_plugins/libaac_decoder.so @@ -65,10 +64,6 @@ RCC_CONFIGURE_OFF= --without-rcc SAMPLERATE_LIB_DEPENDS= libsamplerate.so:audio/libsamplerate SAMPLERATE_CONFIGURE_OFF= --without-samplerate -SIDPLAY2_LIB_DEPENDS= libsidplay2.so:audio/libsidplay2 -SIDPLAY2_PLIST_FILES= lib/moc/decoder_plugins/libsidplay2_decoder.so -SIDPLAY2_CONFIGURE_OFF= --without-sidplay2 - SNDFILE_LIB_DEPENDS= libsndfile.so:audio/libsndfile SNDFILE_PLIST_FILES= lib/moc/decoder_plugins/libsndfile_decoder.so SNDFILE_CONFIGURE_OFF= --without-sndfile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408052155.475LtSjH075397>