Gentoo Archives: gentoo-commits

From: "Theo Chatzimichos (tampakrap)" <tampakrap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/phonon-kde: ChangeLog phonon-kde-4.3.1.ebuild
Date: Tue, 01 Sep 2009 11:15:29
Message-Id: E1MiW9X-0003UI-FN@stork.gentoo.org
1 tampakrap 09/09/01 16:24:15
2
3 Modified: ChangeLog
4 Added: phonon-kde-4.3.1.ebuild
5 Log:
6 Version bump KDE 4.3.1
7 (Portage version: 2.2_rc38/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.23 kde-base/phonon-kde/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/phonon-kde/ChangeLog?rev=1.23&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/phonon-kde/ChangeLog?rev=1.23&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/phonon-kde/ChangeLog?r1=1.22&r2=1.23
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v
19 retrieving revision 1.22
20 retrieving revision 1.23
21 diff -u -r1.22 -r1.23
22 --- ChangeLog 4 Aug 2009 04:45:29 -0000 1.22
23 +++ ChangeLog 1 Sep 2009 16:24:15 -0000 1.23
24 @@ -1,6 +1,12 @@
25 # ChangeLog for kde-base/phonon-kde
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v 1.22 2009/08/04 04:45:29 wired Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v 1.23 2009/09/01 16:24:15 tampakrap Exp $
29 +
30 +*phonon-kde-4.3.1 (01 Sep 2009)
31 +
32 + 01 Sep 2009; Theo Chatzimichos <tampakrap@g.o>
33 + +phonon-kde-4.3.1.ebuild:
34 + Version bump
35
36 04 Aug 2009; Alex Alexander <wired@g.o> ChangeLog:
37 manifest update (upstream tarball changed)
38
39
40
41 1.1 kde-base/phonon-kde/phonon-kde-4.3.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.3.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.3.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: phonon-kde-4.3.1.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.3.1.ebuild,v 1.1 2009/09/01 16:24:15 tampakrap Exp $
51
52 EAPI="2"
53
54 KMNAME="kdebase-runtime"
55 KMMODULE="phonon"
56 inherit kde4-meta
57
58 DESCRIPTION="Phonon KDE Integration"
59 HOMEPAGE="http://phonon.kde.org"
60
61 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
62 LICENSE="GPL-2"
63 IUSE="debug pulseaudio +xine"
64
65 DEPEND="
66 media-libs/alsa-lib
67 media-sound/phonon[xine?]
68 pulseaudio? ( media-sound/pulseaudio )
69 "
70 RDEPEND="${DEPEND}
71 !kdeprefix? ( !kde-base/phonon-xine[-kdeprefix] )
72 "
73
74 src_prepare() {
75 # Don't build tests - they require OpenGL
76 sed -e 's/add_subdirectory(tests)//' \
77 -i phonon/CMakeLists.txt || die "Failed to disable tests"
78
79 # Disable automagic
80 sed -e 's/find_package(Xine)/macro_optional_find_package(Xine)/' \
81 -i phonon/kcm/xine/CMakeLists.txt || die "Failed to make xine optional"
82
83 kde4-meta_src_prepare
84 }
85
86 src_configure() {
87 mycmakeargs="${mycmakeargs}
88 $(cmake-utils_use_with pulseaudio PulseAudio)
89 $(cmake-utils_use_with xine)"
90
91 kde4-meta_src_configure
92 }