aboutsummaryrefslogtreecommitdiffstats
path: root/audio/darkice
diff options
context:
space:
mode:
authorbarner <barner@FreeBSD.org>2006-02-01 09:36:32 +0800
committerbarner <barner@FreeBSD.org>2006-02-01 09:36:32 +0800
commit13bd07a1c3c41f0e81ae49d567de98f0d6c384d8 (patch)
treec65285e870abd5e140eef828488d0ed1fb1dcd36 /audio/darkice
parentd3dd8590b304bf44b2b1f29556e834034713853d (diff)
downloadfreebsd-ports-gnome-13bd07a1c3c41f0e81ae49d567de98f0d6c384d8.tar.gz
freebsd-ports-gnome-13bd07a1c3c41f0e81ae49d567de98f0d6c384d8.tar.zst
freebsd-ports-gnome-13bd07a1c3c41f0e81ae49d567de98f0d6c384d8.zip
- Update to 0.17
- Note: Upstream re-rolled the distfile after the PR was submitted. The new distfile already contains the patch from the original version of the PR, so it is not included in this commit. Submitted by: Ports fury PR: ports/92608
Diffstat (limited to 'audio/darkice')
-rw-r--r--audio/darkice/Makefile10
-rw-r--r--audio/darkice/distinfo6
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