# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="gnormalize is an audio converter, a front end to normalize, an encoder/decoder, a ripper, a metadata (tag) editor and a cd player" HOMEPAGE="http://gnormalize.sourceforge.net/" SRC_URI="mirror://sourceforge/gnormalize/${P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="aac cddb flac musepack oggvorbis" DEPEND="dev-perl/gtk2-perl aac? ( media-libs/faac media-libs/faad2 ) musepack? ( media-sound/musepack-tools ) flac? ( media-libs/flac ) media-sound/normalize media-sound/cdparanoia media-sound/lame oggvorbis? ( media-sound/vorbis-tools ) media-sound/cdcd cddb? ( dev-perl/CDDB_get ) dev-perl/MP3-Info" src_install() { dobin ${S}/gnormalize doicon ${S}/gnormalize.png }