Date: Tue, 1 Jun 2021 16:26:20 GMT From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2a8be2b7a2ec - main - audio/moc: Update OPTIONS_DEFAULT to include WAVPACK Message-ID: <202106011626.151GQK6F025431@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=2a8be2b7a2ecc95a148bbf0467e2edff86434b6e commit 2a8be2b7a2ecc95a148bbf0467e2edff86434b6e Author: Rob Zinkov <rzinkov@gmail.com> AuthorDate: 2021-06-01 15:59:05 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2021-06-01 16:24:15 +0000 audio/moc: Update OPTIONS_DEFAULT to include WAVPACK Include wavpack so the audio player can support more audio formats PR: 256275 --- audio/moc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/moc/Makefile b/audio/moc/Makefile index 57b3075b2d5d..4e4196cc14ad 100644 --- a/audio/moc/Makefile +++ b/audio/moc/Makefile @@ -1,8 +1,8 @@ -# Created by: Revis Zinkov <rzinkov@gmail.com> +# Created by: Rob Zinkov <rzinkov@gmail.com> PORTNAME= moc PORTVERSION= 2.5.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= http://ftp.daper.net/pub/soft/moc/stable/ @@ -24,7 +24,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -L${BDB_LIB_DIR} OPTIONS_DEFINE= AAC CURL DEBUG FFMPEG FLAC JACK MODPLUG MP3 MUSEPACK RCC \ SAMPLERATE SIDPLAY2 SNDFILE SPEEX VORBIS WAVPACK -OPTIONS_DEFAULT= MP3 VORBIS FLAC CURL +OPTIONS_DEFAULT= MP3 VORBIS FLAC CURL WAVPACK CURL_DESC= curl support (Internet streams) RCC_DESC= RCC support SIDPLAY2_DESC= libsidplay2 support
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106011626.151GQK6F025431>