ports/58820: [MAINTAINER] audio/musicpd: update to 0.9.3

Mark Daniel Reidel ports at mark.reidel.info
Sat Nov 1 23:20:18 UTC 2003


>Number:         58820
>Category:       ports
>Synopsis:       [MAINTAINER] audio/musicpd: update to 0.9.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 01 15:20:15 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mark Daniel Reidel
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD alu.reidel.info 5.1-CURRENT FreeBSD 5.1-CURRENT #6: Tue Oct 21 10:02:16 CEST 2003
>Description:
- Update to 0.9.3

MPD changes include wave file support, bitrate output in status, and song lengths are now stored in the db. mpc and libmpdclient recieved a significant speed boost.
>How-To-Repeat:
>Fix:

--- musicpd-0.9.3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/musicpd/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	13 Oct 2003 23:25:49 -0000	1.2
+++ Makefile	1 Nov 2003 23:13:38 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	musicpd
-PORTVERSION=	0.9.2
+PORTVERSION=	0.9.3
 CATEGORIES=	audio
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -43,6 +43,18 @@
 LIB_DEPENDS+=	vorbis.2:${PORTSDIR}/audio/libvorbis
 .endif
 
+.ifdef(WITHOUT_WAV)
+CONFIGURE_ARGS+=--disable-audiofile
+.else
+LIB_DEPENDS+=	ao.3:${PORTSDIR}/audio/libaudiofile
+.endif
+
+.ifdef(WITHOUT_ICONV)
+CONFIGURE_ARGS+=--disable-iconv
+.else
+LIB_DEPENDS+=	iconv.3:${PORTSDIR}/converters/libiconv
+.endif
+
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 
@@ -65,6 +77,8 @@
 	@${ECHO_CMD}
 	@${ECHO_CMD} "WITHOUT_OGG             Disable OGG-Vorbis-support"
 	@${ECHO_CMD} "WITHOUT_FLAC            Disable FLAC-support"
+	@${ECHO_CMD} "WITHOUT_WAV             Disable libao-support"
+	@${ECHO_CMD} "WITHOUT_ICONV           Disable international-chars-support"
 	@${ECHO_CMD}
 
 post-build:
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/audio/musicpd/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	13 Oct 2003 23:25:49 -0000	1.2
+++ distinfo	1 Nov 2003 23:13:38 -0000
@@ -1 +1 @@
-MD5 (mpd-0.9.2.tar.gz) = 32bedb3d393aed27f3c6b51f1042c459
+MD5 (mpd-0.9.3.tar.gz) = c27310fad56548fab37b24eec1ec6ce8
--- musicpd-0.9.3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list