diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-11-12 10:52:34 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-11-12 10:52:34 +0000 |
commit | 56229801f3dffa25dbf06263955447f870415112 (patch) | |
tree | b823d6d3723847055f3804ef2f40cb12c97dc437 /audio/darkice | |
parent | 10a701ec981df3128a39cc4d0818c53906cb9054 (diff) | |
download | ports-56229801f3dffa25dbf06263955447f870415112.tar.gz ports-56229801f3dffa25dbf06263955447f870415112.zip |
Notes
Diffstat (limited to 'audio/darkice')
-rw-r--r-- | audio/darkice/Makefile | 22 | ||||
-rw-r--r-- | audio/darkice/distinfo | 6 | ||||
-rw-r--r-- | audio/darkice/pkg-descr | 7 |
3 files changed, 18 insertions, 17 deletions
diff --git a/audio/darkice/Makefile b/audio/darkice/Makefile index b92e97cecc80..c68f2bcfc355 100644 --- a/audio/darkice/Makefile +++ b/audio/darkice/Makefile @@ -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@FreeBSD.org COMMENT= An IceCast, IceCast2 and ShoutCast live audio streamer @@ -22,9 +20,12 @@ OPTIONS= VORBIS "Ogg Vorbis support" on \ 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 @@ CONFIGURE_ARGS+= --without-jack .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 --git a/audio/darkice/distinfo b/audio/darkice/distinfo index c39051e45433..ac1d78b7efec 100644 --- a/audio/darkice/distinfo +++ b/audio/darkice/distinfo @@ -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) = bcc41ac68a5bf64b12ed8c82f183f767 +SHA256 (darkice-0.20.tar.gz) = 791acb54ce0ddf413bc38d54df4800e5d0d4f843c1c0de9b291f74ce7d3528dd +SIZE (darkice-0.20.tar.gz) = 311239 diff --git a/audio/darkice/pkg-descr b/audio/darkice/pkg-descr index bab6eaea5268..976cb4aa812b 100644 --- a/audio/darkice/pkg-descr +++ b/audio/darkice/pkg-descr @@ -5,13 +5,16 @@ sends it to a stream server. 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/ |