svn commit: r557129 - head/audio/musicpd
Thomas Zander
riggs at FreeBSD.org
Sun Dec 6 10:39:20 UTC 2020
Author: riggs
Date: Sun Dec 6 10:39:18 2020
New Revision: 557129
URL: https://svnweb.freebsd.org/changeset/ports/557129
Log:
Include LAME and OPUS by default. USES localbase instead of LDFLAGS.
PR: 251317
Reported by: daniel.engberg.lists at pyret.net
Modified:
head/audio/musicpd/Makefile
Modified: head/audio/musicpd/Makefile
==============================================================================
--- head/audio/musicpd/Makefile Sun Dec 6 10:39:12 2020 (r557128)
+++ head/audio/musicpd/Makefile Sun Dec 6 10:39:18 2020 (r557129)
@@ -2,6 +2,7 @@
PORTNAME= musicpd
PORTVERSION= 0.22.3
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= https://www.musicpd.org/download/mpd/${PORTVERSION:R}/
DISTNAME= mpd-${PORTVERSION}
@@ -16,7 +17,8 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/sphinx-build:textproc/
LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \
libicudata.so:devel/icu
-USES= compiler:c++17-lang gnome meson pkgconfig python:build tar:xz
+USES= compiler:c++17-lang gnome localbase:ldflags meson pkgconfig \
+ python:build tar:xz
USE_GNOME= glib20
@@ -30,9 +32,6 @@ MESON_ARGS= -Dauto_features=disabled \
-Dpipe=true \
-Dsyslog=enabled \
-Dzlib=enabled
-CFLAGS+= -I${PREFIX}/include
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
PORTDOCS= AUTHORS README.md NEWS
@@ -79,7 +78,7 @@ WILDMIDI_DESC= WildMIDI support (MIDI files)
YAJL_DESC= JSON support via libyajl
ZZIP_DESC= Support for zzip archives
-OPTIONS_DEFAULT=CURL FFMPEG FLAC ID3TAG \
+OPTIONS_DEFAULT=CURL FFMPEG FLAC ID3TAG LAME OPUS \
PLAYLISTS SNDFILE VORBIS VORBISENC
# Decoder plugins
More information about the svn-ports-all
mailing list