ports/130612: Update musicpd to 0.14
Dylan Cochran
a134qaed at gmail.com
Fri Jan 16 09:20:11 UTC 2009
>Number: 130612
>Category: ports
>Synopsis: Update musicpd to 0.14
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri Jan 16 09:20:06 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Dylan Cochran
>Release: 7.1-RELEASE
>Organization:
N/A
>Environment:
FreeBSD dylan.cochran.lan 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 14:37:25 UTC 2009 root at logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
>Description:
Update to 0.14, add LAME knob, to allow the support for mp3 icecast/shoutcast output streams.
>How-To-Repeat:
N/A
>Fix:
N/A
Patch attached with submission follows:
diff -ruN /usr/ports/audio/musicpd/Makefile /usr/ports/audio/musicpd-test/Makefile
--- /usr/ports/audio/musicpd/Makefile 2008-12-05 21:18:03.000000000 +0000
+++ /usr/ports/audio/musicpd-test/Makefile 2009-01-16 08:50:30.000000000 +0000
@@ -6,7 +6,7 @@
#
PORTNAME= musicpd
-PORTVERSION= 0.13.2
+PORTVERSION= 0.14
CATEGORIES= audio ipv6
MASTER_SITES= http://musicpd.org/uploads/files/ \
http://redundancy.redundancy.org/mirror/
@@ -18,6 +18,7 @@
LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/libmad
+USE_GMAKE= yes
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_RC_SUBR= musicpd.sh
@@ -47,6 +48,7 @@
PULSEAUDIO "Support PulseAudio sound server" off \
JACK "Support JACK audio server" off \
SHOUTCAST "Support for Icecast and Shoutcast" off \
+ LAME "Support for MP3 Icecast Streams" off \
SAMPLERATE "Support sample rate conversion" off
.include <bsd.port.pre.mk>
@@ -69,18 +71,22 @@
LIB_DEPENDS+= vorbisidec.1:${PORTSDIR}/audio/libtremor
.endif
-.if defined(WITHOUT_WAV)
-CONFIGURE_ARGS+=--disable-audiofile
-.else
-LIB_DEPENDS+= audiofile.0:${PORTSDIR}/audio/libaudiofile
-.endif
-
.if defined(WITH_AAC)
LIB_DEPENDS+= faad.0:${PORTSDIR}/audio/faad
.else
CONFIGURE_ARGS+=--disable-aac
.endif
+.if defined(WITH_LAME)
+LIB_DEPENDS+= mp3lame.0:${PORTSDIR}/audio/lame
+.endif
+
+.if defined(WITHOUT_WAV)
+CONFIGURE_ARGS+=--disable-audiofile
+.else
+LIB_DEPENDS+= audiofile.0:${PORTSDIR}/audio/libaudiofile
+.endif
+
.if defined(WITH_MUSEPACK)
LIB_DEPENDS+= mpcdec.5:${PORTSDIR}/audio/libmpcdec
.else
diff -ruN /usr/ports/audio/musicpd/distinfo /usr/ports/audio/musicpd-test/distinfo
--- /usr/ports/audio/musicpd/distinfo 2008-10-12 10:47:18.000000000 +0000
+++ /usr/ports/audio/musicpd-test/distinfo 2009-01-16 07:47:39.000000000 +0000
@@ -1,3 +1,3 @@
-MD5 (mpd-0.13.2.tar.bz2) = b461896369949ff3cff955692ead9f8b
-SHA256 (mpd-0.13.2.tar.bz2) = d98db80ec0bba7d4a82a8aecff965f6887f7b055ad064d8d5ccb55cc614cdfb5
-SIZE (mpd-0.13.2.tar.bz2) = 413347
+MD5 (mpd-0.14.tar.bz2) = ee282390146ead636f3d992399ed3c20
+SHA256 (mpd-0.14.tar.bz2) = 0276e88162f6722f27ea4aa0dcd1d6cf4ebc3b535151f9e1b89ace8fc9b282db
+SIZE (mpd-0.14.tar.bz2) = 286017
diff -ruN /usr/ports/audio/musicpd/pkg-plist /usr/ports/audio/musicpd-test/pkg-plist
--- /usr/ports/audio/musicpd/pkg-plist 2006-11-08 15:14:18.000000000 +0000
+++ /usr/ports/audio/musicpd-test/pkg-plist 2009-01-16 09:07:29.000000000 +0000
@@ -1,7 +1,10 @@
bin/mpd
-%%PORTDOCS%%%%DOCSDIR%%/COMMANDS
%%PORTDOCS%%%%DOCSDIR%%/mpdconf.example
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/COPYING
+%%PORTDOCS%%%%DOCSDIR%%/TODO
+%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/UPGRADING
%%PORTDOCS%%@dirrm %%DOCSDIR%%
%%PORTDOCS%%@unexec %D/%%DOCSDIR%% 2>/dev/null || true
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list