# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-0.4.0.ebuild,v 1.8 2011/10/20 09:50:14 flameeyes Exp $ EAPI=4 MY_PN="phonon-backend-vlc" MY_P="${MY_PN}-${PV}" EGIT_REPO_URI="git://anongit.kde.org/${PN}" [[ ${PV} == 9999 ]] && git_eclass=git-2 inherit cmake-utils ${git_eclass} unset git_eclass DESCRIPTION="Phonon VLC backend" HOMEPAGE="https://projects.kde.org/projects/kdesupport/phonon/phonon-vlc" SRC_URI="mirror://kde/stable/phonon/${MY_PN}/${PV}/src/${MY_P}.tar.bz2" LICENSE="LGPL-2.1" [[ ${PV} == 9999 ]] || KEYWORDS="amd64 ~ppc ~ppc64 x86" SLOT="0" IUSE="debug" RDEPEND=" >=media-libs/phonon-4.5.0 >=media-video/vlc-1.1.1[dbus,ogg,vorbis] >=x11-libs/qt-dbus-4.6.0:4 >=x11-libs/qt-gui-4.6.0:4 " DEPEND="${RDEPEND} >=dev-util/automoc-0.9.87 dev-util/pkgconfig " S=${WORKDIR}/${MY_P} DOCS=( AUTHORS ) pkg_postinst() { elog "For more verbose debug information, export the following variables:" elog "PHONON_DEBUG=1" elog "" elog "To make KDE detect the new backend without reboot, run:" elog "kbuildsycoca4 --noincremental" }