* [gentoo-commits] proj/kde:master commit in: kde-base/phonon-kde/
@ 2012-04-21 13:04 Christian Schmitt
0 siblings, 0 replies; 5+ messages in thread
From: Christian Schmitt @ 2012-04-21 13:04 UTC (permalink / raw
To: gentoo-commits
commit: 00d9b37ab5bfcbcc411f4a4813e9ab135fb556e2
Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Sat Apr 21 13:00:41 2012 +0000
Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Sat Apr 21 13:04:41 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=00d9b37a
[kde-base/phonon-kde-4.8.2] The media-libs/phonon xine plugin might be masked,
but this package still builds a KCM for phonon's xine backend, if xine is found.
This should probably also go into phonon-kde-4.8.1
---
kde-base/phonon-kde/phonon-kde-4.8.2.ebuild | 38 +++++++++++++++++++++++++++
1 files changed, 38 insertions(+), 0 deletions(-)
diff --git a/kde-base/phonon-kde/phonon-kde-4.8.2.ebuild b/kde-base/phonon-kde/phonon-kde-4.8.2.ebuild
new file mode 100644
index 0000000..f86c882
--- /dev/null
+++ b/kde-base/phonon-kde/phonon-kde-4.8.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.8.2.ebuild,v 1.1 2012/04/04 23:59:26 johu Exp $
+
+EAPI=4
+
+KMNAME="kde-runtime"
+KMMODULE="phonon"
+inherit kde4-meta
+
+DESCRIPTION="Phonon KDE Integration"
+HOMEPAGE="http://phonon.kde.org"
+
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+LICENSE="GPL-2"
+IUSE="alsa debug pulseaudio"
+
+DEPEND="
+ >=media-libs/phonon-4.4.3
+ alsa? ( media-libs/alsa-lib )
+ pulseaudio? (
+ dev-libs/glib:2
+ media-libs/libcanberra
+ >=media-sound/pulseaudio-0.9.21[glib]
+ )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ mycmakeargs=(
+ -DBUILD_tests=OFF
+ -DWITH_Xine=OFF
+ $(cmake-utils_use_with alsa)
+ $(cmake-utils_use_with pulseaudio PulseAudio)
+ )
+
+ kde4-meta_src_configure
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/phonon-kde/
@ 2012-10-13 22:20 Johannes Huber
0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber @ 2012-10-13 22:20 UTC (permalink / raw
To: gentoo-commits
commit: 18b9919c6afc2065f3c384a6ce5cb25008347f87
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 13 22:18:12 2012 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Oct 13 22:18:12 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=18b9919c
[kde-base/phonon-kde] Drop LICENSE, handled by eclass.
(Portage version: 2.2.0_alpha135/git/Linux x86_64, unsigned Manifest commit)
---
kde-base/phonon-kde/phonon-kde-4.9.49.9999.ebuild | 2 --
kde-base/phonon-kde/phonon-kde-9999.ebuild | 2 --
2 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/kde-base/phonon-kde/phonon-kde-4.9.49.9999.ebuild b/kde-base/phonon-kde/phonon-kde-4.9.49.9999.ebuild
index 44b6ce3..1749393 100644
--- a/kde-base/phonon-kde/phonon-kde-4.9.49.9999.ebuild
+++ b/kde-base/phonon-kde/phonon-kde-4.9.49.9999.ebuild
@@ -10,9 +10,7 @@ inherit kde4-meta
DESCRIPTION="Phonon KDE Integration"
HOMEPAGE="http://phonon.kde.org"
-
KEYWORDS=""
-LICENSE="GPL-2"
IUSE="alsa debug pulseaudio"
DEPEND="
diff --git a/kde-base/phonon-kde/phonon-kde-9999.ebuild b/kde-base/phonon-kde/phonon-kde-9999.ebuild
index 44b6ce3..1749393 100644
--- a/kde-base/phonon-kde/phonon-kde-9999.ebuild
+++ b/kde-base/phonon-kde/phonon-kde-9999.ebuild
@@ -10,9 +10,7 @@ inherit kde4-meta
DESCRIPTION="Phonon KDE Integration"
HOMEPAGE="http://phonon.kde.org"
-
KEYWORDS=""
-LICENSE="GPL-2"
IUSE="alsa debug pulseaudio"
DEPEND="
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/phonon-kde/
@ 2012-04-22 12:23 Johannes Huber
0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber @ 2012-04-22 12:23 UTC (permalink / raw
To: gentoo-commits
commit: 974e695097013666376dc4a0ee6683ef3f84e097
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 22 12:24:33 2012 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Apr 22 12:24:33 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=974e6950
[kde-base/phonon-kde] Disable build of kcm for phonon-xine backend as it is not in tree anymore by Christian Schmitt <chris <AT> ilovelinux.de>.
(Portage version: 2.2.0_alpha100/git/Linux i686, unsigned Manifest commit)
---
kde-base/phonon-kde/phonon-kde-4.8.2.ebuild | 38 ---------------------
kde-base/phonon-kde/phonon-kde-4.8.49.9999.ebuild | 1 +
kde-base/phonon-kde/phonon-kde-9999.ebuild | 1 +
3 files changed, 2 insertions(+), 38 deletions(-)
diff --git a/kde-base/phonon-kde/phonon-kde-4.8.2.ebuild b/kde-base/phonon-kde/phonon-kde-4.8.2.ebuild
deleted file mode 100644
index f86c882..0000000
--- a/kde-base/phonon-kde/phonon-kde-4.8.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.8.2.ebuild,v 1.1 2012/04/04 23:59:26 johu Exp $
-
-EAPI=4
-
-KMNAME="kde-runtime"
-KMMODULE="phonon"
-inherit kde4-meta
-
-DESCRIPTION="Phonon KDE Integration"
-HOMEPAGE="http://phonon.kde.org"
-
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-LICENSE="GPL-2"
-IUSE="alsa debug pulseaudio"
-
-DEPEND="
- >=media-libs/phonon-4.4.3
- alsa? ( media-libs/alsa-lib )
- pulseaudio? (
- dev-libs/glib:2
- media-libs/libcanberra
- >=media-sound/pulseaudio-0.9.21[glib]
- )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- mycmakeargs=(
- -DBUILD_tests=OFF
- -DWITH_Xine=OFF
- $(cmake-utils_use_with alsa)
- $(cmake-utils_use_with pulseaudio PulseAudio)
- )
-
- kde4-meta_src_configure
-}
diff --git a/kde-base/phonon-kde/phonon-kde-4.8.49.9999.ebuild b/kde-base/phonon-kde/phonon-kde-4.8.49.9999.ebuild
index aa3120e..44b6ce3 100644
--- a/kde-base/phonon-kde/phonon-kde-4.8.49.9999.ebuild
+++ b/kde-base/phonon-kde/phonon-kde-4.8.49.9999.ebuild
@@ -29,6 +29,7 @@ RDEPEND="${DEPEND}"
src_configure() {
mycmakeargs=(
-DBUILD_tests=OFF
+ -DWITH_Xine=OFF
$(cmake-utils_use_with alsa)
$(cmake-utils_use_with pulseaudio PulseAudio)
)
diff --git a/kde-base/phonon-kde/phonon-kde-9999.ebuild b/kde-base/phonon-kde/phonon-kde-9999.ebuild
index aa3120e..44b6ce3 100644
--- a/kde-base/phonon-kde/phonon-kde-9999.ebuild
+++ b/kde-base/phonon-kde/phonon-kde-9999.ebuild
@@ -29,6 +29,7 @@ RDEPEND="${DEPEND}"
src_configure() {
mycmakeargs=(
-DBUILD_tests=OFF
+ -DWITH_Xine=OFF
$(cmake-utils_use_with alsa)
$(cmake-utils_use_with pulseaudio PulseAudio)
)
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/phonon-kde/
@ 2012-01-10 10:23 Alexey Shvetsov
0 siblings, 0 replies; 5+ messages in thread
From: Alexey Shvetsov @ 2012-01-10 10:23 UTC (permalink / raw
To: gentoo-commits
commit: a1799dbcf79cd22893f95d2e837ffe4a5059c94a
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 10:22:57 2012 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 10:23:20 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a1799dbc
[kde-base/phonon-kde] xine plugin is masked so use flag also removed
(Portage version: 2.2.0_alpha84/git/Linux x86_64, unsigned Manifest commit)
---
kde-base/phonon-kde/phonon-kde-4.7.97.ebuild | 3 +--
kde-base/phonon-kde/phonon-kde-4.8.49.9999.ebuild | 5 ++---
kde-base/phonon-kde/phonon-kde-9999.ebuild | 5 ++---
3 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/kde-base/phonon-kde/phonon-kde-4.7.97.ebuild b/kde-base/phonon-kde/phonon-kde-4.7.97.ebuild
index 968405b..f1bacf0 100644
--- a/kde-base/phonon-kde/phonon-kde-4.7.97.ebuild
+++ b/kde-base/phonon-kde/phonon-kde-4.7.97.ebuild
@@ -16,7 +16,7 @@ LICENSE="GPL-2"
IUSE="alsa debug xine pulseaudio"
DEPEND="
- >=media-libs/phonon-4.4.3[xine?]
+ >=media-libs/phonon-4.4.3
alsa? ( media-libs/alsa-lib )
pulseaudio? (
dev-libs/glib:2
@@ -30,7 +30,6 @@ src_configure() {
mycmakeargs=(
-DBUILD_tests=OFF
$(cmake-utils_use_with alsa)
- $(cmake-utils_use_with xine)
$(cmake-utils_use_with pulseaudio PulseAudio)
)
diff --git a/kde-base/phonon-kde/phonon-kde-4.8.49.9999.ebuild b/kde-base/phonon-kde/phonon-kde-4.8.49.9999.ebuild
index 660822e..fd63bd9 100644
--- a/kde-base/phonon-kde/phonon-kde-4.8.49.9999.ebuild
+++ b/kde-base/phonon-kde/phonon-kde-4.8.49.9999.ebuild
@@ -13,10 +13,10 @@ HOMEPAGE="http://phonon.kde.org"
KEYWORDS=""
LICENSE="GPL-2"
-IUSE="alsa debug xine pulseaudio"
+IUSE="alsa debug pulseaudio"
DEPEND="
- >=media-libs/phonon-4.4.3[xine?]
+ >=media-libs/phonon-4.4.3
alsa? ( media-libs/alsa-lib )
pulseaudio? (
dev-libs/glib:2
@@ -30,7 +30,6 @@ src_configure() {
mycmakeargs=(
-DBUILD_tests=OFF
$(cmake-utils_use_with alsa)
- $(cmake-utils_use_with xine)
$(cmake-utils_use_with pulseaudio PulseAudio)
)
diff --git a/kde-base/phonon-kde/phonon-kde-9999.ebuild b/kde-base/phonon-kde/phonon-kde-9999.ebuild
index 660822e..fd63bd9 100644
--- a/kde-base/phonon-kde/phonon-kde-9999.ebuild
+++ b/kde-base/phonon-kde/phonon-kde-9999.ebuild
@@ -13,10 +13,10 @@ HOMEPAGE="http://phonon.kde.org"
KEYWORDS=""
LICENSE="GPL-2"
-IUSE="alsa debug xine pulseaudio"
+IUSE="alsa debug pulseaudio"
DEPEND="
- >=media-libs/phonon-4.4.3[xine?]
+ >=media-libs/phonon-4.4.3
alsa? ( media-libs/alsa-lib )
pulseaudio? (
dev-libs/glib:2
@@ -30,7 +30,6 @@ src_configure() {
mycmakeargs=(
-DBUILD_tests=OFF
$(cmake-utils_use_with alsa)
- $(cmake-utils_use_with xine)
$(cmake-utils_use_with pulseaudio PulseAudio)
)
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/phonon-kde/
@ 2011-05-24 2:38 Jorge Manuel B. S. Vicetto
0 siblings, 0 replies; 5+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2011-05-24 2:38 UTC (permalink / raw
To: gentoo-commits
commit: a7c0aa716f5c0e2d6248c196722e190a66eb3e25
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 01:32:14 2011 +0000
Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Tue May 24 01:32:14 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a7c0aa71
[kde-base/phonon-kde] 4.6.80 version bump.
(Portage version: 2.2.0_alpha34/git/Linux x86_64, signed Manifest commit with key BB0E6E98)
---
kde-base/phonon-kde/phonon-kde-4.6.80.ebuild | 38 ++++++++++++++++++++++++++
1 files changed, 38 insertions(+), 0 deletions(-)
diff --git a/kde-base/phonon-kde/phonon-kde-4.6.80.ebuild b/kde-base/phonon-kde/phonon-kde-4.6.80.ebuild
new file mode 100644
index 0000000..9bd9e34
--- /dev/null
+++ b/kde-base/phonon-kde/phonon-kde-4.6.80.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+KMNAME="kde-runtime"
+KMMODULE="phonon"
+inherit kde4-meta
+
+DESCRIPTION="Phonon KDE Integration"
+HOMEPAGE="http://phonon.kde.org"
+
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+LICENSE="GPL-2"
+IUSE="alsa debug xine pulseaudio"
+
+DEPEND="
+ >=media-libs/phonon-4.4.3[xine?]
+ alsa? ( media-libs/alsa-lib )
+ pulseaudio? (
+ dev-libs/glib:2
+ media-libs/libcanberra
+ >=media-sound/pulseaudio-0.9.21[glib]
+ )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ mycmakeargs=(
+ -DBUILD_tests=OFF
+ $(cmake-utils_use_with alsa)
+ $(cmake-utils_use_with xine)
+ $(cmake-utils_use_with pulseaudio PulseAudio)
+ )
+
+ kde4-meta_src_configure
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-10-13 22:20 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-21 13:04 [gentoo-commits] proj/kde:master commit in: kde-base/phonon-kde/ Christian Schmitt
-- strict thread matches above, loose matches on Subject: below --
2012-10-13 22:20 Johannes Huber
2012-04-22 12:23 Johannes Huber
2012-01-10 10:23 Alexey Shvetsov
2011-05-24 2:38 Jorge Manuel B. S. Vicetto
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox