From 95e6d1a3fe096fe3dfc251651bb2e4b27cefbc47 Mon Sep 17 00:00:00 2001 From: miwi Date: Mon, 4 Jun 2007 20:05:33 +0000 Subject: - Update to 1.7 Changelog: - libmd is used instead of OpenSSL; Herrie only used it for MD5 hashing support. This allows us to disable Scrobbler support as well. This used to be impossible, because USE_OPENSSL conflicted with OPTIONS. - Unsubmitted Scrobbler tracks are stored on disk, ready to be submitted next time. - A Swedish translation has been added. PR: 113308 Submitted by: Ed Schouten (maintainer) --- audio/herrie/Makefile | 13 ++++++++----- audio/herrie/distinfo | 6 +++--- audio/herrie/pkg-plist | 1 + 3 files changed, 12 insertions(+), 8 deletions(-) (limited to 'audio/herrie') diff --git a/audio/herrie/Makefile b/audio/herrie/Makefile index c6d64193337c..41b944453623 100644 --- a/audio/herrie/Makefile +++ b/audio/herrie/Makefile @@ -6,7 +6,7 @@ # PORTNAME= herrie -PORTVERSION= 1.6.1 +PORTVERSION= 1.7 CATEGORIES= audio MASTER_SITES= http://herrie.info/distfiles/ \ http://www.il.fontys.nl/~ed/projects/herrie/distfiles/ \ @@ -15,19 +15,17 @@ MASTER_SITES= http://herrie.info/distfiles/ \ MAINTAINER= ed@fxq.nl COMMENT= A small command line interface music player -LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl - HAS_CONFIGURE= yes CONFIGURE_ENV+= PREFIX=${PREFIX} USE_BZIP2= yes -USE_OPENSSL= yes USE_GNOME= glib20 OPTIONS= MAD "MAD MP3 support" on \ VORBIS "Ogg Vorbis support" on \ - SNDFILE "libsndfile support" on \ + SNDFILE "libsndfile support" off \ MODPLUG "libmodplug support" off \ + HTTP "HTTP streams and AudioScrobbler support" on \ LIBAO "LibAO support (breaks chroot)" off \ XCURSES "Build XCurses version" off \ XSPF "Support for XSPF playlists" on @@ -62,6 +60,11 @@ LIB_DEPENDS+= modplug:${PORTSDIR}/audio/libmodplug .else CONFIGURE_ARGS+=no_modplug .endif +.if !defined(WITHOUT_HTTP) +LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl +.else +CONFIGURE_ARGS+=no_http no_scrobbler +.endif .if !defined(WITHOUT_LIBAO) LIB_DEPENDS+= ao.3:${PORTSDIR}/audio/libao CONFIGURE_ARGS+=ao diff --git a/audio/herrie/distinfo b/audio/herrie/distinfo index e3a97e889726..65736365ce17 100644 --- a/audio/herrie/distinfo +++ b/audio/herrie/distinfo @@ -1,3 +1,3 @@ -MD5 (herrie-1.6.1.tar.bz2) = eb921bf87856d7b2cf86da2d303e85bf -SHA256 (herrie-1.6.1.tar.bz2) = 71d7e4cedda21fab6971c1223bd4af5cb6faaee0f9baef19095ec9697403b709 -SIZE (herrie-1.6.1.tar.bz2) = 51267 +MD5 (herrie-1.7.tar.bz2) = cbde0e97dd514ef8434865cd448b8805 +SHA256 (herrie-1.7.tar.bz2) = fc89d1cf3b899e16333fe1c4dbf2313b3492ba938bd0947446974a0c7889d3c3 +SIZE (herrie-1.7.tar.bz2) = 56836 diff --git a/audio/herrie/pkg-plist b/audio/herrie/pkg-plist index 256f4eda7cfa..babfaef26da1 100644 --- a/audio/herrie/pkg-plist +++ b/audio/herrie/pkg-plist @@ -3,4 +3,5 @@ etc/herrie.conf.sample %%NLS%%share/locale/de/LC_MESSAGES/herrie.mo %%NLS%%share/locale/nl/LC_MESSAGES/herrie.mo %%NLS%%share/locale/pl/LC_MESSAGES/herrie.mo +%%NLS%%share/locale/sv/LC_MESSAGES/herrie.mo %%NLS%%share/locale/tr/LC_MESSAGES/herrie.mo -- cgit