mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
- Update to 0.1.5
PR: 109641 Submitted by: Ed Schouten <ed@fxq.nl> (maintainer)
This commit is contained in:
parent
9d54d17541
commit
9f02d13ad4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186161
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= herrie
|
||||
PORTVERSION= 1.4
|
||||
PORTVERSION= 1.5
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://g-rave.nl/projects/herrie/distfiles/ \
|
||||
http://www.il.fontys.nl/~ed/projects/herrie/distfiles/ \
|
||||
@ -27,11 +27,13 @@ USE_GETTEXT= yes
|
||||
OPTIONS= MAD "MAD MP3 support" on \
|
||||
VORBIS "Ogg Vorbis support" on \
|
||||
SNDFILE "libsndfile support" on \
|
||||
MODPLUG "libmodplug support" off \
|
||||
LIBAO "LibAO support (breaks chroot)" off \
|
||||
XCURSES "Build XCurses version" off
|
||||
|
||||
PLIST_FILES= bin/herrie \
|
||||
share/locale/nl/LC_MESSAGES/herrie.mo
|
||||
share/locale/nl/LC_MESSAGES/herrie.mo \
|
||||
share/locale/tr/LC_MESSAGES/herrie.mo
|
||||
MAN1= herrie.1
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
@ -53,6 +55,11 @@ LIB_DEPENDS+= sndfile.1:${PORTSDIR}/audio/libsndfile
|
||||
.else
|
||||
CONFIGURE_ARGS+=no_sndfile
|
||||
.endif
|
||||
.if !defined(WITHOUT_MODPLUG)
|
||||
LIB_DEPENDS+= modplug:${PORTSDIR}/audio/libmodplug
|
||||
.else
|
||||
CONFIGURE_ARGS+=no_modplug
|
||||
.endif
|
||||
.if !defined(WITHOUT_LIBAO)
|
||||
LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao
|
||||
CONFIGURE_ARGS+=ao
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (herrie-1.4.tar.gz) = 1ef247bfb75fdac7844773e4a3f72650
|
||||
SHA256 (herrie-1.4.tar.gz) = 08b62c954102bea5cafa649e1e0cae212a556d4d3cc1b0d30f7fc6e242c54f4f
|
||||
SIZE (herrie-1.4.tar.gz) = 47302
|
||||
MD5 (herrie-1.5.tar.gz) = f6af704b8e29becccd354ca21eaaee89
|
||||
SHA256 (herrie-1.5.tar.gz) = 955a7aff01f0380dc92d0395967021c53d2332192edd269140ef76f83a372908
|
||||
SIZE (herrie-1.5.tar.gz) = 53159
|
||||
|
Loading…
Reference in New Issue
Block a user