You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/phonon-gstreamer/phonon-gstreamer-4.6.2-r1.e...

53 lines
1.3 KiB

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-gstreamer/phonon-gstreamer-4.6.2-r1.ebuild,v 1.5 2012/09/19 22:45:22 jer Exp $
EAPI=4
[[ ${PV} == *9999 ]] && git_eclass="git-2"
EGIT_REPO_URI="git://anongit.kde.org/${PN}"
MY_PN="phonon-backend-gstreamer"
MY_P=${MY_PN}-${PV}
inherit cmake-utils ${git_eclass}
DESCRIPTION="Phonon GStreamer backend"
HOMEPAGE="https://projects.kde.org/projects/kdesupport/phonon/phonon-gstreamer"
[[ ${PV} == *9999 ]] || SRC_URI="mirror://kde/stable/phonon/${MY_PN}/${PV}/src/${MY_P}.tar.xz"
LICENSE="LGPL-2.1"
if [[ ${PV} == *9999 ]]; then
KEYWORDS=""
else
KEYWORDS="amd64 ~arm hppa x86 ~amd64-fbsd"
fi
SLOT="0"
IUSE="alsa debug +network"
RDEPEND="
media-libs/gstreamer:0.10
media-plugins/gst-plugins-meta:0.10[alsa?,ogg,vorbis]
>=media-libs/phonon-4.6.0
>=x11-libs/qt-core-4.6.0:4[glib]
>=x11-libs/qt-gui-4.6.0:4[glib]
>=x11-libs/qt-opengl-4.6.0:4
virtual/opengl
network? ( media-plugins/gst-plugins-soup )
"
DEPEND="${RDEPEND}
>=dev-util/automoc-0.9.87
virtual/pkgconfig
"
S="${WORKDIR}/${MY_P}"
PATCHES=( "${FILESDIR}/${P}-desktop.patch" )
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_with alsa)
)
cmake-utils_src_configure
}