Skip site navigation (1)Skip section navigation (2)
Date:      11 Apr 2007 18:49:01 -0000
From:      Mark Daniel Reidel <ports@mark.reidel.info>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/111488: [MAINTAINER] audio/musicpd: update to 0.12.2
Message-ID:  <20070411184901.72043.qmail@raffi.reidel.info>
Resent-Message-ID: <200704111920.l3BJK3P1099521@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         111488
>Category:       ports
>Synopsis:       [MAINTAINER] audio/musicpd: update to 0.12.2
>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:   Wed Apr 11 19:20:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Mark Daniel Reidel
>Release:        FreeBSD 6.2-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD raffi.reidel.info 6.2-RELEASE-p1 FreeBSD 6.2-RELEASE-p1 #2: Mon Feb 19 00:07:36 CET 2007
>Description:
- Update to 0.12.2
- Add knob for libao
- Hard disabling of pulseaudio-support because of buggy .pc-file
>How-To-Repeat:
>Fix:

--- musicpd-0.12.2.patch begins here ---
diff -ruN --exclude=CVS /var/tmp/portbackup/audio/musicpd/Makefile /usr/ports/audio/musicpd/Makefile
--- /var/tmp/portbackup/audio/musicpd/Makefile	Wed Apr 11 20:23:42 2007
+++ /usr/ports/audio/musicpd/Makefile	Wed Apr 11 20:40:35 2007
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	musicpd
-PORTVERSION=	0.12.1
-PORTREVISION=	1
+PORTVERSION=	0.12.2
 CATEGORIES=	audio ipv6
 MASTER_SITES=	http://musicpd.org/uploads/files/
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -31,12 +30,17 @@
 		MOD "Support for MOD Audio" off \
 		ICONV "Support for international characters" on \
 	        ID3TAG "Support for id3v1 tag encoding" off \
-		IPV6 "Support for IPV6" on
+		IPV6 "Support for IPV6" on \
+		AO "Support for libao" off
 
+CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ARGS=	--disable-pulse \
+		--disable-shout
 .include <bsd.port.pre.mk>
 
 .ifdef(WITHOUT_FLAC)
-CONFIGURE_ARGS+=--disable-flac
+CONFIGURE_ARGS+=--disable-flac \
+		--disable-oggflac
 .else
 LIB_DEPENDS+=	FLAC.7:${PORTSDIR}/audio/flac
 .endif
@@ -83,6 +87,11 @@
 
 .ifdef(WITHOUT_IPV6)
 CONFIGURE_ARGS+=--disable-ipv6
+.endif
+
+.ifdef(WITH_AO)
+CONFIGURE_ARGS+=--enable-ao
+LIB_DEPENDS+=	ao.3:${PORTSDIR}/audio/libao
 .endif
 
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
diff -ruN --exclude=CVS /var/tmp/portbackup/audio/musicpd/distinfo /usr/ports/audio/musicpd/distinfo
--- /var/tmp/portbackup/audio/musicpd/distinfo	Wed Apr 11 20:23:42 2007
+++ /usr/ports/audio/musicpd/distinfo	Wed Apr 11 20:24:38 2007
@@ -1,3 +1,3 @@
-MD5 (mpd-0.12.1.tar.bz2) = c980cf373fafacdab6734f2ebfb13cbd
-SHA256 (mpd-0.12.1.tar.bz2) = eefac7e55f86716f1f5fbc1f33688cfc8f1c8cde12b1d76b18f17144ea5285ba
-SIZE (mpd-0.12.1.tar.bz2) = 397761
+MD5 (mpd-0.12.2.tar.bz2) = 22f1240afdfac5c32056c2a0f3b3a02f
+SHA256 (mpd-0.12.2.tar.bz2) = 45b62783595ccd6c24f49be9c366eac4273b1378fb6add89dd978518362090a5
+SIZE (mpd-0.12.2.tar.bz2) = 396894
--- musicpd-0.12.2.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070411184901.72043.qmail>