summaryrefslogtreecommitdiff
path: root/audio/herrie
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-10-10 10:46:38 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-10-10 10:46:38 +0000
commit91ac3aa0b36242547457e834759295412a53add4 (patch)
treef37369ba7ca84968927257778319a46308738206 /audio/herrie
parentOK, I bite. Implement the patch from PR ports/96407, to avoid the (diff)
- Update to 0.6
A new version of Herrie is available for download. It includes a lot of fixes, but also support for LibAO. PR: ports/104253 Submitted by: maintainer (Ed Schouten)
Notes
Notes: svn path=/head/; revision=175184
Diffstat (limited to 'audio/herrie')
-rw-r--r--audio/herrie/Makefile9
-rw-r--r--audio/herrie/distinfo6
2 files changed, 10 insertions, 5 deletions
diff --git a/audio/herrie/Makefile b/audio/herrie/Makefile
index 511c53efa177..b75f3d8817e8 100644
--- a/audio/herrie/Makefile
+++ b/audio/herrie/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= herrie
-PORTVERSION= 0.5
+PORTVERSION= 0.6
CATEGORIES= audio
MASTER_SITES= http://www.il.fontys.nl/~ed/projects/herrie/distfiles/ \
http://www.stack.nl/~ed/projects/herrie/distfiles/
@@ -25,7 +25,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src
OPTIONS= MAD "MAD MP3 support" on \
VORBIS "Ogg Vorbis support" on \
- SNDFILE "libsndfile support" off
+ SNDFILE "libsndfile support" on \
+ LIBAO "LibAO support (breaks chroot)" off
PLIST_FILES= bin/herrie \
share/locale/nl/LC_MESSAGES/herrie.mo
@@ -49,5 +50,9 @@ LIB_DEPENDS+= sndfile.1:${PORTSDIR}/audio/libsndfile
.else
MAKE_ENV+= NO_SNDFILE=yes
.endif
+.if !defined(WITHOUT_LIBAO)
+LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao
+MAKE_ARGS+= AUDIO_OUTPUT=ao
+.endif
.include <bsd.port.post.mk>
diff --git a/audio/herrie/distinfo b/audio/herrie/distinfo
index 6a294b661142..1f067a3a1ebc 100644
--- a/audio/herrie/distinfo
+++ b/audio/herrie/distinfo
@@ -1,3 +1,3 @@
-MD5 (herrie-0.5.tar.gz) = 486800161c7c42f5506531fdac2a226a
-SHA256 (herrie-0.5.tar.gz) = 50f98bd716a23f92c2b9af123ce61edb5517b8d0a741039c2c41ef3a6d42631f
-SIZE (herrie-0.5.tar.gz) = 45521
+MD5 (herrie-0.6.tar.gz) = 579231dc7bfa660cab702aef02921480
+SHA256 (herrie-0.6.tar.gz) = 1fe44d9012ab2979792461234c221d9a7471e549e439abe1979b183d2002c2aa
+SIZE (herrie-0.6.tar.gz) = 44872