diff options
author | Robert Buchholz <rbu@gentoo.org> | 2008-08-31 17:20:26 +0000 |
---|---|---|
committer | Robert Buchholz <rbu@gentoo.org> | 2008-08-31 17:20:26 +0000 |
commit | d185084dc511ffd6a95d9dd59dbce908b14ed2fa (patch) | |
tree | 425649ca0742c03deaac9f5829621a8d4606f56f /media-sound/herrie | |
parent | Add AgereSystems-WinModem license (#235484). (diff) | |
download | gentoo-2-d185084dc511ffd6a95d9dd59dbce908b14ed2fa.tar.gz gentoo-2-d185084dc511ffd6a95d9dd59dbce908b14ed2fa.tar.bz2 gentoo-2-d185084dc511ffd6a95d9dd59dbce908b14ed2fa.zip |
+ Version bump, bug #234152 by Tim Harder. Notable upstream changes:+ * Added: -p switch to start playback on startup - Phillip Warner+ * Added:
'F' button to jump to files in the file browser+
(Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc4-git1 x86_64)
Diffstat (limited to 'media-sound/herrie')
-rw-r--r-- | media-sound/herrie/ChangeLog | 10 | ||||
-rw-r--r-- | media-sound/herrie/herrie-2.1.ebuild (renamed from media-sound/herrie/herrie-1.8.3.ebuild) | 13 |
2 files changed, 18 insertions, 5 deletions
diff --git a/media-sound/herrie/ChangeLog b/media-sound/herrie/ChangeLog index 2eca99317c11..b51348eaf603 100644 --- a/media-sound/herrie/ChangeLog +++ b/media-sound/herrie/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for media-sound/herrie # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/herrie/ChangeLog,v 1.29 2008/06/19 11:50:12 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/herrie/ChangeLog,v 1.30 2008/08/31 17:20:26 rbu Exp $ + +*herrie-2.1 (31 Aug 2008) + + 31 Aug 2008; Robert Buchholz <rbu@gentoo.org> -herrie-1.8.3.ebuild, + +herrie-2.1.ebuild: + Version bump, bug #234152 by Tim Harder. Notable upstream changes: + * Added: -p switch to start playback on startup - Phillip Warner + * Added: 'F' button to jump to files in the file browser 19 Jun 2008; Christian Faulhammer <opfer@gentoo.org> herrie-2.0.2.ebuild: stable x86, bug 227107 diff --git a/media-sound/herrie/herrie-1.8.3.ebuild b/media-sound/herrie/herrie-2.1.ebuild index ba4679fc7f24..7d03bd84dbc1 100644 --- a/media-sound/herrie/herrie-1.8.3.ebuild +++ b/media-sound/herrie/herrie-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/herrie/herrie-1.8.3.ebuild,v 1.5 2008/03/16 17:01:07 rbu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/herrie/herrie-2.1.ebuild,v 1.1 2008/08/31 17:20:26 rbu Exp $ inherit eutils toolchain-funcs @@ -10,9 +10,14 @@ SRC_URI="http://herrie.info/distfiles/${P}.tar.bz2" LICENSE="BSD-2 GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ~sparc x86" -IUSE="ao alsa pulseaudio oss http modplug mp3 sndfile vorbis xspf unicode nls - linguas_de linguas_nl linguas_pl linguas_tr linguas_sv linguas_ga linguas_ru" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="ao alsa pulseaudio oss http modplug mp3 sndfile vorbis xspf unicode nls" + +# Supported languages +APP_LINGUAS="ca da de es fi ga nl pl pt_BR ru sv tr vi zh_CN" +for X in ${APP_LINGUAS}; do + IUSE="${IUSE} linguas_${X}" +done DEPEND="sys-libs/ncurses >=dev-libs/glib-2.0 |