public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/phonon-kde: ChangeLog phonon-kde-4.2.4.ebuild
@ 2009-06-04 13:49 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2009-06-04 13:49 UTC (permalink / raw
  To: gentoo-commits

alexxy      09/06/04 13:49:25

  Modified:             ChangeLog
  Added:                phonon-kde-4.2.4.ebuild
  Log:
  Version bump KDE 4.2.4
  (Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.16                 kde-base/phonon-kde/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/phonon-kde/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/phonon-kde/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/phonon-kde/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	3 Jun 2009 19:55:34 -0000	1.15
+++ ChangeLog	4 Jun 2009 13:49:25 -0000	1.16
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/phonon-kde
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v 1.15 2009/06/03 19:55:34 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v 1.16 2009/06/04 13:49:25 alexxy Exp $
+
+*phonon-kde-4.2.4 (04 Jun 2009)
+
+  04 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> +phonon-kde-4.2.4.ebuild:
+  Version bump
 
   03 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> -phonon-kde-4.2.2.ebuild,
   -phonon-kde-4.2.2-r1.ebuild:



1.1                  kde-base/phonon-kde/phonon-kde-4.2.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.2.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.2.4.ebuild?rev=1.1&content-type=text/plain

Index: phonon-kde-4.2.4.ebuild
===================================================================
# Copyright 1999-2009 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.2.4.ebuild,v 1.1 2009/06/04 13:49:25 alexxy Exp $

EAPI="2"

KMNAME="kdebase-runtime"
KMMODULE="phonon"
inherit kde4-meta

DESCRIPTION="Phonon KDE Integration"
HOMEPAGE="http://phonon.kde.org"

KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
LICENSE="GPL-2"
IUSE="debug pulseaudio +xine"

DEPEND="
	media-libs/alsa-lib
	media-sound/phonon[xine?]
	pulseaudio? ( media-sound/pulseaudio )
"
RDEPEND="${DEPEND}
	!kdeprefix? ( !kde-base/phonon-xine[-kdeprefix] )
"

src_prepare() {
	# Don't build tests - they require OpenGL
	sed -e 's/add_subdirectory(tests)//' \
		-i phonon/CMakeLists.txt || die "Failed to disable tests"

	# Disable automagic
	sed -e 's/find_package(Xine)/macro_optional_find_package(Xine)/' \
		-i phonon/kcm/xine/CMakeLists.txt || die "Failed to make xine optional"

	kde4-meta_src_prepare
}

src_configure() {
	mycmakeargs="${mycmakeargs}
		$(cmake-utils_use_with pulseaudio PulseAudio)
		$(cmake-utils_use_with xine Xine)"

	kde4-meta_src_configure
}






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-base/phonon-kde: ChangeLog phonon-kde-4.2.4.ebuild
@ 2009-07-30 14:44 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 4+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2009-07-30 14:44 UTC (permalink / raw
  To: gentoo-commits

scarabeus    09/07/30 14:44:56

  Modified:             ChangeLog phonon-kde-4.2.4.ebuild
  Log:
  Make alsa optional. Per bug #276052.
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.19                 kde-base/phonon-kde/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/phonon-kde/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/phonon-kde/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/phonon-kde/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	14 Jun 2009 11:54:07 -0000	1.18
+++ ChangeLog	30 Jul 2009 14:44:56 -0000	1.19
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/phonon-kde
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v 1.18 2009/06/14 11:54:07 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v 1.19 2009/07/30 14:44:56 scarabeus Exp $
+
+  30 Jul 2009; Tomáš Chvátal <scarabeus@gentoo.org>
+  phonon-kde-4.2.4.ebuild:
+  Make alsa optional. Per bug #276052.
 
   14 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> -phonon-kde-4.2.3.ebuild:
   Drop KDE 4.2.3



1.2                  kde-base/phonon-kde/phonon-kde-4.2.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.2.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.2.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.2.4.ebuild?r1=1.1&r2=1.2

Index: phonon-kde-4.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.2.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- phonon-kde-4.2.4.ebuild	4 Jun 2009 13:49:25 -0000	1.1
+++ phonon-kde-4.2.4.ebuild	30 Jul 2009 14:44:56 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.2.4.ebuild,v 1.1 2009/06/04 13:49:25 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.2.4.ebuild,v 1.2 2009/07/30 14:44:56 scarabeus Exp $
 
 EAPI="2"
 
@@ -13,11 +13,11 @@
 
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
 LICENSE="GPL-2"
-IUSE="debug pulseaudio +xine"
+IUSE="alsa debug pulseaudio +xine"
 
 DEPEND="
-	media-libs/alsa-lib
 	media-sound/phonon[xine?]
+	alsa? ( media-libs/alsa-lib )
 	pulseaudio? ( media-sound/pulseaudio )
 "
 RDEPEND="${DEPEND}
@@ -32,14 +32,17 @@
 	# Disable automagic
 	sed -e 's/find_package(Xine)/macro_optional_find_package(Xine)/' \
 		-i phonon/kcm/xine/CMakeLists.txt || die "Failed to make xine optional"
+	sed -e "s:FIND_PACKAGE(Alsa):macro_optional_find_package(Alsa):"
+		-i phonon/CMakeLists.txt || die "Failed to make alsa optional"
 
 	kde4-meta_src_prepare
 }
 
 src_configure() {
 	mycmakeargs="${mycmakeargs}
+		$(cmake-utils_use_with alsa)
 		$(cmake-utils_use_with pulseaudio PulseAudio)
-		$(cmake-utils_use_with xine Xine)"
+		$(cmake-utils_use_with xine)"
 
 	kde4-meta_src_configure
 }






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-base/phonon-kde: ChangeLog phonon-kde-4.2.4.ebuild
@ 2009-07-31 14:20 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 4+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2009-07-31 14:20 UTC (permalink / raw
  To: gentoo-commits

scarabeus    09/07/31 14:20:52

  Modified:             ChangeLog phonon-kde-4.2.4.ebuild
  Log:
  Phonon needs more upstream love to make alsa optional. Deffered to 4.3.1/2.
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.20                 kde-base/phonon-kde/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/phonon-kde/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/phonon-kde/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/phonon-kde/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	30 Jul 2009 14:44:56 -0000	1.19
+++ ChangeLog	31 Jul 2009 14:20:52 -0000	1.20
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/phonon-kde
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v 1.19 2009/07/30 14:44:56 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v 1.20 2009/07/31 14:20:52 scarabeus Exp $
+
+  31 Jul 2009; Tomáš Chvátal <scarabeus@gentoo.org>
+  phonon-kde-4.2.4.ebuild:
+  Phonon needs more upstream love to make alsa optional. Deffered to
+  4.3.1/2.
 
   30 Jul 2009; Tomáš Chvátal <scarabeus@gentoo.org>
   phonon-kde-4.2.4.ebuild:



1.4                  kde-base/phonon-kde/phonon-kde-4.2.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.2.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.2.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.2.4.ebuild?r1=1.3&r2=1.4

Index: phonon-kde-4.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.2.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- phonon-kde-4.2.4.ebuild	30 Jul 2009 17:45:13 -0000	1.3
+++ phonon-kde-4.2.4.ebuild	31 Jul 2009 14:20:52 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.2.4.ebuild,v 1.3 2009/07/30 17:45:13 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.2.4.ebuild,v 1.4 2009/07/31 14:20:52 scarabeus Exp $
 
 EAPI="2"
 
@@ -13,11 +13,11 @@
 
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
 LICENSE="GPL-2"
-IUSE="alsa debug pulseaudio +xine"
+IUSE="debug pulseaudio +xine"
 
 DEPEND="
+	media-libs/alsa-lib
 	media-sound/phonon[xine?]
-	alsa? ( media-libs/alsa-lib )
 	pulseaudio? ( media-sound/pulseaudio )
 "
 RDEPEND="${DEPEND}
@@ -32,8 +32,6 @@
 	# Disable automagic
 	sed -e 's/find_package(Xine)/macro_optional_find_package(Xine)/' \
 		-i phonon/kcm/xine/CMakeLists.txt || die "Failed to make xine optional"
-	sed -e "s:FIND_PACKAGE(Alsa):macro_optional_find_package(Alsa):" \
-		-i phonon/CMakeLists.txt || die "Failed to make alsa optional"
 
 	kde4-meta_src_prepare
 }






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-base/phonon-kde: ChangeLog phonon-kde-4.2.4.ebuild
@ 2009-11-08 22:03 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2009-11-08 22:03 UTC (permalink / raw
  To: gentoo-commits

alexxy      09/11/08 22:03:27

  Modified:             ChangeLog
  Removed:              phonon-kde-4.2.4.ebuild
  Log:
  Drop KDE 4.2.4
  (Portage version: 2.2_rc49/cvs/Linux x86_64)

Revision  Changes    Path
1.29                 kde-base/phonon-kde/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/phonon-kde/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/phonon-kde/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/phonon-kde/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	2 Nov 2009 22:07:45 -0000	1.28
+++ ChangeLog	8 Nov 2009 22:03:26 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/phonon-kde
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v 1.28 2009/11/02 22:07:45 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v 1.29 2009/11/08 22:03:26 alexxy Exp $
+
+  08 Nov 2009; Alexey Shvetsov <alexxy@gentoo.org> -phonon-kde-4.2.4.ebuild:
+  Drop KDE 4.2.4
 
 *phonon-kde-4.3.3 (02 Nov 2009)
 






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-11-08 22:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-30 14:44 [gentoo-commits] gentoo-x86 commit in kde-base/phonon-kde: ChangeLog phonon-kde-4.2.4.ebuild Tomas Chvatal (scarabeus)
  -- strict thread matches above, loose matches on Subject: below --
2009-11-08 22:03 Alexey Shvetsov (alexxy)
2009-07-31 14:20 Tomas Chvatal (scarabeus)
2009-06-04 13:49 Alexey Shvetsov (alexxy)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox