# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/clementine/clementine-0.2.ebuild,v 1.3 2010/05/14 11:10:23 ssuominen Exp $ EAPI=2 inherit cmake-utils gnome2-utils DESCRIPTION="A modern music player and library organizer based on Amarok 1.4 and Qt4" HOMEPAGE="http://code.google.com/p/clementine-player/" SRC_URI="http://clementine-player.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="x11-libs/qt-gui:4 x11-libs/qt-sql:4[sqlite] x11-libs/qt-opengl:4 media-libs/liblastfm x11-libs/libnotify media-libs/xine-lib >=media-libs/taglib-1.6 dev-libs/glib:2" DEPEND="${RDEPEND} >=dev-libs/boost-1.39 dev-util/pkgconfig" DOCS="Changelog TODO" pkg_preinst() { gnome2_icon_savelist; } pkg_postinst() { gnome2_icon_cache_update; } pkg_postrm() { gnome2_icon_cache_update; }