Date: Sun, 14 Oct 2018 14:00:10 +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: r482042 - head/audio/musicpd Message-ID: <201810141400.w9EE0ANA028930@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Sun Oct 14 14:00:09 2018 New Revision: 482042 URL: https://svnweb.freebsd.org/changeset/ports/482042 Log: Enable VORBISENC by default for httpd streaming with the default package Additionally: - Bump PORTREVISION - Pet portlint Reported by: bapt Modified: head/audio/musicpd/Makefile Modified: head/audio/musicpd/Makefile ============================================================================== --- head/audio/musicpd/Makefile Sun Oct 14 13:30:39 2018 (r482041) +++ head/audio/musicpd/Makefile Sun Oct 14 14:00:09 2018 (r482042) @@ -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/sidpla #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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810141400.w9EE0ANA028930>