- 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)
This commit is contained in:
Cheng-Lung Sung 2006-10-10 10:46:38 +00:00
parent 60ba18f36c
commit 91ac3aa0b3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175184
2 changed files with 10 additions and 5 deletions

View File

@ -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>

View File

@ -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