diff options
-rw-r--r-- | audio/darkice/Makefile | 10 | ||||
-rw-r--r-- | audio/darkice/distinfo | 6 |
2 files changed, 12 insertions, 4 deletions
diff --git a/audio/darkice/Makefile b/audio/darkice/Makefile index 81353258ecf3..c44dc5bf27af 100644 --- a/audio/darkice/Makefile +++ b/audio/darkice/Makefile @@ -7,7 +7,7 @@ # PORTNAME= darkice -PORTVERSION= 0.16 +PORTVERSION= 0.17 CATEGORIES= audio net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,6 +17,7 @@ COMMENT= An IceCast, IceCast2 and ShoutCast live audio streamer OPTIONS= VORBIS "Ogg Vorbis support" on \ LAME "LAME support for MP3" off \ + TWOLAME "TwoLAME support for MP2" off \ FAAC "FAAC support for AAC" off \ JACK "Jack support" off @@ -46,6 +47,13 @@ CONFIGURE_ARGS+= --with-lame-prefix=${LOCALBASE} CONFIGURE_ARGS+= --without-lame .endif +.if defined(WITH_TWOLAME) +LIB_DEPENDS+= twolame.0:${PORTSDIR}/audio/twolame +CONFIGURE_ARGS+= --with-twolame-prefix=${LOCALBASE} +.else +CONFIGURE_ARGS+= --without-twolame +.endif + .if defined(WITH_FAAC) LIB_DEPENDS+= faac.0:${PORTSDIR}/audio/faac CONFIGURE_ARGS+= --with-faac-prefix=${LOCALBASE} diff --git a/audio/darkice/distinfo b/audio/darkice/distinfo index 615a613c97e1..7aa90a5c3874 100644 --- a/audio/darkice/distinfo +++ b/audio/darkice/distinfo @@ -1,3 +1,3 @@ -MD5 (darkice-0.16.tar.gz) = c21709b72eefb01f658f3d09d3f360c4 -SHA256 (darkice-0.16.tar.gz) = 69272d424fdbffcebb527cb2db0a7fde7d46dc5197da357f0a7da2c39d81d2bd -SIZE (darkice-0.16.tar.gz) = 1363664 +MD5 (darkice-0.17.tar.gz) = ae7b3637ab1a427964f7bf335e2f2d14 +SHA256 (darkice-0.17.tar.gz) = 4b095073d931ca04aa964bfd36a9ab2e284dd687cc52d9a4085da297689b506e +SIZE (darkice-0.17.tar.gz) = 1402534 |