# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 DESCRIPTION="Nautilus extension to convert audio files to a different format, using the GStreamer framework. " HOMEPAGE="http://code.google.com/p/nautilus-sound-converter/" SRC_URI="http://nautilus-sound-converter.googlecode.com/files/nautilus-sound-converter-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="aac flac mp3 vorbis musepack" RDEPEND="gnome-base/nautilus >=x11-libs/gtk+-2.0 >=dev-libs/glib-2.0 vorbis? ( =media-plugins/gst-plugins-vorbis-0.10* =media-plugins/gst-plugins-ogg-0.10* ) mp3? ( =media-plugins/gst-plugins-lame-0.10* =media-plugins/gst-plugins-taglib-0.10* ) flac? ( =media-plugins/gst-plugins-flac-0.10* ) aac? ( =media-plugins/gst-plugins-faac-0.10* ) musepack? ( >=media-sound/musepack-tools-1.15u )" DEPEND="${RDEPEND} dev-util/pkgconfig dev-util/intltool" DOCS="AUTHORS ChangeLog COPYING INSTALL NEWS README TODO"