ports/140479: Update port: audio/darkice to 0.20

KATO Tsuguru tkato432 at yahoo.com
Wed Nov 11 18:10:01 UTC 2009


>Number:         140479
>Category:       ports
>Synopsis:       Update port: audio/darkice to 0.20
>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:   Wed Nov 11 18:10:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.2-RELEASE-p4 i386
>Organization:
>Environment:
>Description:
- Update to version 0.20

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/darkice/Makefile audio/darkice/Makefile
--- /usr/ports/audio/darkice/Makefile	2009-07-07 21:34:25.000000000 +0900
+++ audio/darkice/Makefile	2009-11-09 21:34:00.000000000 +0900
@@ -7,11 +7,9 @@
 #
 
 PORTNAME=	darkice
-PORTVERSION=	0.19
-PORTREVISION=	1
+PORTVERSION=	0.20
 CATEGORIES=	audio net
-MASTER_SITES=	http://darkice.tyrell.hu/dist/%SUBDIR%/
-MASTER_SITE_SUBDIR=	${PORTVERSION}
+MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	An IceCast, IceCast2 and ShoutCast live audio streamer
@@ -22,9 +20,12 @@
 		FAAC "FAAC support for AAC" off \
 		JACK "Jack support" off
 
-GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
-CONFIGURE_ARGS=	--without-alsa
+USE_AUTOTOOLS=	aclocal:110 autoheader:262 automake:110 autoconf:262
+ACLOCAL_ARGS=	-I ${LOCALBASE}/share/aclocal
+AUTOMAKE_ARGS=	--add-missing
+CONFIGURE_ENV=	CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" \
+		ac_cv_prog_acx_pthread_config=no
+CONFIGURE_ARGS=	--without-alsa --without-aacplus
 
 MAN1=		darkice.1
 MAN5=		darkice.cfg.5
@@ -68,10 +69,7 @@
 .endif
 
 post-patch:
-	@${REINPLACE_CMD} -e '/test/s|==|=|g ; \
-		s|PTHREAD_CFLAGS=.*$$|PTHREAD_CFLAGS=|g ; \
-		s|PTHREAD_LIBS=.*$$|PTHREAD_LIBS=|g' ${WRKSRC}/configure
-	@${REINPLACE_CMD} -e \
-		's|-O2 -pedantic||g' ${WRKSRC}/src/Makefile.in
+	@${REINPLACE_CMD} -e '/test/s|==|=|g' ${WRKSRC}/configure.in
+	@${REINPLACE_CMD} -e 's|-O2 -pedantic||g' ${WRKSRC}/src/Makefile.am
 
 .include <bsd.port.post.mk>
diff -urN /usr/ports/audio/darkice/distinfo audio/darkice/distinfo
--- /usr/ports/audio/darkice/distinfo	2008-07-18 17:39:16.000000000 +0900
+++ audio/darkice/distinfo	2009-11-07 15:12:31.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (darkice-0.19.tar.gz) = 590c152cde2d62fef422f9f773560e95
-SHA256 (darkice-0.19.tar.gz) = c32f30441cd33cc78a2ddb8c7163ba8c97b8a6303b9e7ffb0386dd77c179456d
-SIZE (darkice-0.19.tar.gz) = 288762
+MD5 (darkice-0.20.tar.gz) = 149fbb5ca663efb2e2a96f08e2fe6c29
+SHA256 (darkice-0.20.tar.gz) = 7005cf23d45c7afac8c36d04443bb99fcf25e69a168346ccef67434f22e6dee2
+SIZE (darkice-0.20.tar.gz) = 162932
diff -urN /usr/ports/audio/darkice/pkg-descr audio/darkice/pkg-descr
--- /usr/ports/audio/darkice/pkg-descr	2007-03-16 22:26:15.000000000 +0900
+++ audio/darkice/pkg-descr	2009-11-07 15:07:15.000000000 +0900
@@ -5,13 +5,16 @@
 DarkIce can encode in the following formats:
 
  mp3 - using the lame library
+ mp2 - using the twolame library
  Ogg Vorbis
- aac - using the faac library
+ AAC - using the faac library
+ AAC HEv2 - using libaacplus library 
 
 DarkIce can send the encoded stream to the following streaming servers:
 
  ShoutCast
  IceCast 1.3.x and 2.x
  Darwin Streaming Server
+ archive the encoded audio in files
 
-WWW: http://darkice.tyrell.hu/
+WWW: http://code.google.com/p/darkice/
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list