summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-09-22 10:42:36 +0000
committerJohannes Huber <johu@gentoo.org>2012-09-22 10:42:36 +0000
commit09fa27322097b6eb09832f11b6b48bf6afb58855 (patch)
treee44db6ac07820ee4f6830b17b9ba0af6f3efd61b /media-libs/phonon-gstreamer
parentVersion bump (diff)
downloadgentoo-2-09fa27322097b6eb09832f11b6b48bf6afb58855.tar.gz
gentoo-2-09fa27322097b6eb09832f11b6b48bf6afb58855.tar.bz2
gentoo-2-09fa27322097b6eb09832f11b6b48bf6afb58855.zip
Remove old.
(Portage version: 2.2.0_alpha130/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/phonon-gstreamer')
-rw-r--r--media-libs/phonon-gstreamer/ChangeLog5
-rw-r--r--media-libs/phonon-gstreamer/phonon-gstreamer-4.5.0.ebuild50
2 files changed, 4 insertions, 51 deletions
diff --git a/media-libs/phonon-gstreamer/ChangeLog b/media-libs/phonon-gstreamer/ChangeLog
index dad95655c9da..167bbd59a495 100644
--- a/media-libs/phonon-gstreamer/ChangeLog
+++ b/media-libs/phonon-gstreamer/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/phonon-gstreamer
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-gstreamer/ChangeLog,v 1.29 2012/09/21 23:09:09 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-gstreamer/ChangeLog,v 1.30 2012/09/22 10:42:36 johu Exp $
+
+ 22 Sep 2012; Johannes Huber <johu@gentoo.org> -phonon-gstreamer-4.5.0.ebuild:
+ Remove old.
21 Sep 2012; Anthony G. Basile <blueness@gentoo.org>
phonon-gstreamer-4.6.2-r1.ebuild:
diff --git a/media-libs/phonon-gstreamer/phonon-gstreamer-4.5.0.ebuild b/media-libs/phonon-gstreamer/phonon-gstreamer-4.5.0.ebuild
deleted file mode 100644
index 0817224ccd2f..000000000000
--- a/media-libs/phonon-gstreamer/phonon-gstreamer-4.5.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# 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.5.0.ebuild,v 1.16 2012/09/11 10:38:35 johu 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.bz2"
-
-LICENSE="LGPL-2.1"
-if [[ ${PV} == *9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="amd64 ~arm hppa ppc ~ppc64 x86"
-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.5*
- >=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}"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_with alsa)
- )
- cmake-utils_src_configure
-}