diff options
author | bjs <bjs@pkgsrc.org> | 2008-10-31 22:48:02 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-10-31 22:48:02 +0000 |
commit | 01cd4d224070896117c3b386da68e099e0a1eb8d (patch) | |
tree | aab32c91bdb85722215c1bb74c9330415d2766ba /audio/herrie | |
parent | ca97536b6a987b984930856f97ea1d01a5828ba7 (diff) | |
download | pkgsrc-01cd4d224070896117c3b386da68e099e0a1eb8d.tar.gz |
Update to herrie-2.2. Change 'libmodplug' option to 'modplug',
which was in options.description all along. I've removed the
redundant 'libmodplug' option.
2008-10-14 -- Herrie 2.2:
* Added: Ukranian translation - Viacheslav Chumushuk
* Added: Option to disable yes/no questions - Viacheslav Chumushuk
* Fixed: Add support for libSpiff 1.0.0 relative pathname support
* Fixed: Don't write non-UTF-8 titles to disk - Peter Koeleman
Diffstat (limited to 'audio/herrie')
-rw-r--r-- | audio/herrie/Makefile | 5 | ||||
-rw-r--r-- | audio/herrie/PLIST | 3 | ||||
-rw-r--r-- | audio/herrie/distinfo | 8 | ||||
-rw-r--r-- | audio/herrie/options.mk | 4 |
4 files changed, 11 insertions, 9 deletions
diff --git a/audio/herrie/Makefile b/audio/herrie/Makefile index 9013788a924..1a1c617bd82 100644 --- a/audio/herrie/Makefile +++ b/audio/herrie/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2008/07/16 07:21:23 bjs Exp $ +# $NetBSD: Makefile,v 1.11 2008/10/31 22:48:02 bjs Exp $ # -DISTNAME= herrie-2.1 +DISTNAME= herrie-2.2 CATEGORIES= audio MASTER_SITES= http://herrie.info/distfiles/ EXTRACT_SUFX= .tar.bz2 @@ -15,6 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir HAS_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake msgfmt pkg-config +USE_PKGLOCALEDIR= yes CONFIGURE_ARGS+= verbose diff --git a/audio/herrie/PLIST b/audio/herrie/PLIST index 006b52ace41..b48dfed89ba 100644 --- a/audio/herrie/PLIST +++ b/audio/herrie/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2008/03/27 14:24:36 bjs Exp $ +@comment $NetBSD: PLIST,v 1.4 2008/10/31 22:48:02 bjs Exp $ bin/herrie man/man1/herrie.1 share/examples/herrie/herrie.conf @@ -14,6 +14,7 @@ share/locale/pt_BR/LC_MESSAGES/herrie.mo share/locale/ru/LC_MESSAGES/herrie.mo share/locale/sv/LC_MESSAGES/herrie.mo share/locale/tr/LC_MESSAGES/herrie.mo +share/locale/uk/LC_MESSAGES/herrie.mo share/locale/vi/LC_MESSAGES/herrie.mo share/locale/zh_CN/LC_MESSAGES/herrie.mo @dirrm share/examples/herrie diff --git a/audio/herrie/distinfo b/audio/herrie/distinfo index 6b8fc8e4985..9b090cdcc03 100644 --- a/audio/herrie/distinfo +++ b/audio/herrie/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2008/07/16 07:21:23 bjs Exp $ +$NetBSD: distinfo,v 1.5 2008/10/31 22:48:02 bjs Exp $ -SHA1 (herrie-2.1.tar.bz2) = da9f0838826954066abe9900e618ed8ad4da85ca -RMD160 (herrie-2.1.tar.bz2) = 638561a51aad2ee46a5915dc0ff921e5468218d3 -Size (herrie-2.1.tar.bz2) = 70592 bytes +SHA1 (herrie-2.2.tar.bz2) = ae5c39be11aeb19898cd3f968580eafc623830b7 +RMD160 (herrie-2.2.tar.bz2) = e0f70ca4d867cf6cdbb452bd0f0860ef1f5a9f39 +Size (herrie-2.2.tar.bz2) = 71596 bytes SHA1 (patch-aa) = ee64594d6a4157869e6c99dd419c9c538c78bb52 diff --git a/audio/herrie/options.mk b/audio/herrie/options.mk index 4df8ab0e699..cc251ab3605 100644 --- a/audio/herrie/options.mk +++ b/audio/herrie/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.6 2008/03/27 14:24:36 bjs Exp $ +# $NetBSD: options.mk,v 1.7 2008/10/31 22:48:02 bjs Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.herrie PKG_SUPPORTED_OPTIONS= curl libao modplug libspiff sndfile \ @@ -30,7 +30,7 @@ CONFIGURE_ARGS+= ao . include "../../audio/libao/buildlink3.mk" .endif -.if !empty(PKG_OPTIONS:Mlibmodplug) +.if !empty(PKG_OPTIONS:Mmodplug) . include "../../audio/libmodplug/buildlink3.mk" .else CONFIGURE_ARGS+= no_modplug |