* [gentoo-commits] proj/kde:master commit in: media-libs/phonon-xine/, media-libs/phonon-vlc/, media-libs/phonon-gstreamer/
@ 2011-03-28 23:23 Andreas K. Huettel
0 siblings, 0 replies; only message in thread
From: Andreas K. Huettel @ 2011-03-28 23:23 UTC (permalink / raw
To: gentoo-commits
commit: 815f7d7587ffe992d16c36631faf25dd6a616595
Author: Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Mon Mar 28 23:22:47 2011 +0000
Commit: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 23:22:47 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=815f7d75
[media-libs/phonon-*] Removed live ebuilds that are also in main tree
---
.../phonon-gstreamer/phonon-gstreamer-9999.ebuild | 39 -----------------
media-libs/phonon-vlc/phonon-vlc-9999.ebuild | 37 ----------------
media-libs/phonon-xine/phonon-xine-9999.ebuild | 45 --------------------
3 files changed, 0 insertions(+), 121 deletions(-)
diff --git a/media-libs/phonon-gstreamer/phonon-gstreamer-9999.ebuild b/media-libs/phonon-gstreamer/phonon-gstreamer-9999.ebuild
deleted file mode 100644
index f54e62d..0000000
--- a/media-libs/phonon-gstreamer/phonon-gstreamer-9999.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-inherit cmake-utils git
-
-DESCRIPTION="Phonon GStreamer backend"
-HOMEPAGE="http://phonon.kde.org"
-EGIT_REPO_URI="git://anongit.kde.org/${PN}"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS=""
-IUSE="alsa pulseaudio"
-
-COMMON_DEPEND="
- >=media-libs/phonon-4.4.4
- media-libs/gstreamer
- media-plugins/gst-plugins-meta[alsa?]
- pulseaudio? (
- dev-libs/glib:2
- >=media-sound/pulseaudio-0.9.21[glib]
- )
-"
-RDEPEND="${COMMON_DEPEND}
-"
-DEPEND="${COMMON_DEPEND}
- >=dev-util/automoc-0.9.87
-"
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_with pulseaudio GLib2)
- )
-
- cmake-utils_src_configure
-}
diff --git a/media-libs/phonon-vlc/phonon-vlc-9999.ebuild b/media-libs/phonon-vlc/phonon-vlc-9999.ebuild
deleted file mode 100644
index 58c0e46..0000000
--- a/media-libs/phonon-vlc/phonon-vlc-9999.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-inherit cmake-utils git
-
-DESCRIPTION="Phonon VLC backend"
-HOMEPAGE="https://projects.kde.org/projects/kdesupport/phonon/phonon-vlc"
-EGIT_REPO_URI="git://anongit.kde.org/${PN}"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="
- >=media-libs/phonon-4.4.0
- >=media-video/vlc-1.1
- >=x11-libs/qt-test-4.4.0:4
- >=x11-libs/qt-dbus-4.4.0:4
- >=x11-libs/qt-gui-4.4.0:4
- >=x11-libs/qt-opengl-4.4.0:4
-"
-DEPEND="${RDEPEND}
- >=dev-util/automoc-0.9.86
-"
-
-pkg_postinst() {
- elog "For more verbose debug information, export the following variables:"
- elog "PHONON_VLC_DEBUG=3"
- elog "PHONON_DEBUG=1"
- elog ""
- elog "To make KDE detect the new backend without reboot, run:"
- elog "kbuildsycoca4 --noincremental"
-}
diff --git a/media-libs/phonon-xine/phonon-xine-9999.ebuild b/media-libs/phonon-xine/phonon-xine-9999.ebuild
deleted file mode 100644
index 4f34f1e..0000000
--- a/media-libs/phonon-xine/phonon-xine-9999.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-inherit cmake-utils git
-
-DESCRIPTION="Phonon XINE backend"
-HOMEPAGE="http://phonon.kde.org"
-EGIT_REPO_URI="git://anongit.kde.org/${PN}"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS=""
-IUSE="aqua pulseaudio +xcb"
-
-COMMON_DEPEND="
- >=media-libs/phonon-4.4.4
- >=media-libs/xine-lib-1.1.15-r1[xcb?]
- pulseaudio? (
- dev-libs/glib:2
- >=media-sound/pulseaudio-0.9.21[glib]
- )
- xcb? ( x11-libs/libxcb )
-"
-RDEPEND="${COMMON_DEPEND}
-"
-DEPEND="${COMMON_DEPEND}
- >=dev-util/automoc-0.9.87
-"
-
-pkg_setup() {
- if use aqua; then
- die "XINE backend needs X11 which is not available for USE=aqua"
- fi
-}
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_with pulseaudio GLib2)
- )
-
- cmake-utils_src_configure
-}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-03-28 23:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-28 23:23 [gentoo-commits] proj/kde:master commit in: media-libs/phonon-xine/, media-libs/phonon-vlc/, media-libs/phonon-gstreamer/ Andreas K. Huettel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox