# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: Exp $ EAPI="2" GCONF_DEBUG=no inherit gnome2 DESCRIPTION="MPlayer GUI for GNOME Desktop Environment" HOMEPAGE="http://code.google.com/p/gnome-mplayer" SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="+alsa +gnome ipod +libnotify musicbrainz" # glib higher version for gio RDEPEND=">=dev-libs/glib-2.16 >=x11-libs/gtk+-2.12 >=dev-libs/dbus-glib-0.70 media-video/mplayer[ass] alsa? ( media-libs/alsa-lib ) gnome? ( gnome-base/gconf:2 gnome-base/gvfs ) ipod? ( media-libs/libgpod ) libnotify? ( x11-libs/libnotify ) musicbrainz? ( net-misc/curl media-libs/musicbrainz:3 )" DEPEND="${RDEPEND} dev-util/pkgconfig sys-devel/gettext" DOCS="AUTHORS ChangeLog NEWS README DOCS/keyboard_shortcuts.txt" pkg_setup() { G2CONF="${G2CONF} $(use_with alsa) $(use_with gnome gconf) $(use_with gnome gio) $(use_enable gnome schemas-install) $(use_with ipod libgpod) $(use_with libnotify) $(use_with musicbrainz libmusicbrainz3)" } src_install() { gnome2_src_install # remove docs in DOCS and empty dir rm -rf "${D}"/usr/share/doc/${PN} }