summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2018-10-14 14:00:09 +0000
committerThomas Zander <riggs@FreeBSD.org>2018-10-14 14:00:09 +0000
commit2ec796af4a6bad8659d6189500a132050ed9e408 (patch)
treec6587eaca39feb5fdb7d5d70c9f038ce7f1208bc
parentmail/dovecot: don't pick up libsodium if installed. (diff)
Enable VORBISENC by default for httpd streaming with the default package
Additionally: - Bump PORTREVISION - Pet portlint Reported by: bapt
Notes
Notes: svn path=/head/; revision=482042
-rw-r--r--audio/musicpd/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile
index 7b09e569050a..bb347a794888 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -2,7 +2,7 @@
PORTNAME= musicpd
PORTVERSION= 0.20.21
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio ipv6
MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/
DISTNAME= mpd-${PORTVERSION}
@@ -13,10 +13,13 @@ COMMENT= Remote-controllable music daemon
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_powerpc64= Does not build on powerpc64
+
LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \
libicudata.so:devel/icu
USES= compiler:c++14-lang gmake pkgconfig tar:xz
+
GNU_CONFIGURE= yes
USE_GNOME= glib20
@@ -29,8 +32,6 @@ LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBASE}/lib/sidplay/builders
#Workaround (transient?) link error with libwrap
CONFIGURE_ARGS+=--disable-libwrap
-BROKEN_powerpc64= Does not build on powerpc64
-
PORTDOCS= AUTHORS README.md NEWS
SUB_FILES= pkg-message
@@ -68,7 +69,8 @@ VORBISENC_DESC= Ogg Vorbis encoder
WILDMIDI_DESC= WildMIDI support (MIDI files)
YAJL_DESC= SoundCloud support via libyajl
-OPTIONS_DEFAULT=HTTPD ID3TAG MAD OSS FLAC VORBIS WAV FFMPEG SNDFILE CURL
+OPTIONS_DEFAULT=HTTPD ID3TAG MAD OSS FLAC VORBIS WAV FFMPEG SNDFILE \
+ CURL VORBISENC
AAC_CONFIGURE_ENABLE=aac
AAC_LIB_DEPENDS=libfaad.so:audio/faad