diff options
author | 2011-04-13 14:06:56 +0000 | |
---|---|---|
committer | 2011-04-13 14:06:56 +0000 | |
commit | 834e539f3f89e2dc535370d236fd95e7e2b36d32 (patch) | |
tree | 4efa96512a9f93ebd95801b02e90135308ebb4d2 /media-libs/phonon-gstreamer/phonon-gstreamer-4.4.4.ebuild | |
parent | Removed uneeded dep on sexy-python, backport clickable link in status message... (diff) | |
download | historical-834e539f3f89e2dc535370d236fd95e7e2b36d32.tar.gz historical-834e539f3f89e2dc535370d236fd95e7e2b36d32.tar.bz2 historical-834e539f3f89e2dc535370d236fd95e7e2b36d32.zip |
Version bump to latest. Drop older. Fixes bug #363437
Package-Manager: portage-2.2.0_alpha29/cvs/Linux x86_64
Diffstat (limited to 'media-libs/phonon-gstreamer/phonon-gstreamer-4.4.4.ebuild')
-rw-r--r-- | media-libs/phonon-gstreamer/phonon-gstreamer-4.4.4.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/media-libs/phonon-gstreamer/phonon-gstreamer-4.4.4.ebuild b/media-libs/phonon-gstreamer/phonon-gstreamer-4.4.4.ebuild deleted file mode 100644 index b041d03df0a9..000000000000 --- a/media-libs/phonon-gstreamer/phonon-gstreamer-4.4.4.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2011 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.4.4.ebuild,v 1.2 2011/04/03 18:23:02 dilfridge Exp $ - -EAPI="3" - -MY_PN="phonon-backend-gstreamer" - -inherit cmake-utils - -DESCRIPTION="Phonon GStreamer backend" -HOMEPAGE="https://projects.kde.org/projects/kdesupport/phonon/phonon-gstreamer" -SRC_URI="mirror://kde/stable/phonon/${MY_PN}/${PV}/src/${MY_PN}-${PV}.tar.bz2" - -LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="alsa debug" - -RDEPEND=" - media-libs/gstreamer - media-plugins/gst-plugins-meta[alsa?] - >=media-libs/phonon-4.4.4 - >=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 -" -DEPEND="${RDEPEND} - >=dev-util/automoc-0.9.87 - dev-util/pkgconfig -" - -S="${WORKDIR}/${MY_PN}-${PV}" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_with alsa) - ) - cmake-utils_src_configure -} |