# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-pda/gtkpod/gtkpod-0.88.2.ebuild,v 1.4 2005/05/09 01:56:30 tester Exp $ DESCRIPTION="GUI for iPod using GTK2" HOMEPAGE="http://gtkpod.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64 ~sparc ppc" IUSE="aac recode" DEPEND=">=x11-libs/gtk+-2.4.0 >=media-libs/libid3tag-0.15 recode? ( app-text/recode ) aac? ( || ( media-libs/faad2 media-video/mpeg4ip ) )" src_unpack() { unpack ${A} # Disable aac forcefully if not enabled cd ${S} use aac || sed -i -e s/MP4FileInfo/MP4FileInfoDisabled/g configure } src_install() { einstall || die dodoc README ${DISTDIR}/Local_Playcounts.README }