mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
audio/moc: Update OPTIONS_DEFAULT to include WAVPACK
Include wavpack so the audio player can support more audio formats PR: 256275
This commit is contained in:
parent
4b1fb70ac6
commit
2a8be2b7a2
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Created by: Revis Zinkov <rzinkov@gmail.com>
|
# Created by: Rob Zinkov <rzinkov@gmail.com>
|
||||||
|
|
||||||
PORTNAME= moc
|
PORTNAME= moc
|
||||||
PORTVERSION= 2.5.2
|
PORTVERSION= 2.5.2
|
||||||
PORTREVISION= 5
|
PORTREVISION= 6
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= http://ftp.daper.net/pub/soft/moc/stable/
|
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 \
|
OPTIONS_DEFINE= AAC CURL DEBUG FFMPEG FLAC JACK MODPLUG MP3 MUSEPACK RCC \
|
||||||
SAMPLERATE SIDPLAY2 SNDFILE SPEEX VORBIS WAVPACK
|
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)
|
CURL_DESC= curl support (Internet streams)
|
||||||
RCC_DESC= RCC support
|
RCC_DESC= RCC support
|
||||||
SIDPLAY2_DESC= libsidplay2 support
|
SIDPLAY2_DESC= libsidplay2 support
|
||||||
|
|
Loading…
Add table
Reference in a new issue