Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/phonon-kde: phonon-kde-4.6.3.ebuild ChangeLog
Date: Sat, 07 May 2011 10:59:54
Message-Id: 20110507104745.DEA3C20066@flycatcher.gentoo.org
1 scarabeus 11/05/07 10:47:45
2
3 Modified: ChangeLog
4 Added: phonon-kde-4.6.3.ebuild
5 Log:
6 Version bump to KDE SC 4.6.3.
7
8 (Portage version: 2.2.0_alpha31/cvs/Linux x86_64, RepoMan options: --force)
9
10 Revision Changes Path
11 1.79 kde-base/phonon-kde/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/phonon-kde/ChangeLog?rev=1.79&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/phonon-kde/ChangeLog?rev=1.79&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/phonon-kde/ChangeLog?r1=1.78&r2=1.79
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v
20 retrieving revision 1.78
21 retrieving revision 1.79
22 diff -u -r1.78 -r1.79
23 --- ChangeLog 6 Apr 2011 14:19:00 -0000 1.78
24 +++ ChangeLog 7 May 2011 10:47:45 -0000 1.79
25 @@ -1,6 +1,12 @@
26 # ChangeLog for kde-base/phonon-kde
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v 1.78 2011/04/06 14:19:00 scarabeus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v 1.79 2011/05/07 10:47:45 scarabeus Exp $
30 +
31 +*phonon-kde-4.6.3 (07 May 2011)
32 +
33 + 07 May 2011; Tomáš Chvátal <scarabeus@g.o>
34 + +phonon-kde-4.6.3.ebuild:
35 + Version bump KDE SC 4.6.3
36
37 *phonon-kde-4.6.2 (06 Apr 2011)
38
39
40
41
42 1.1 kde-base/phonon-kde/phonon-kde-4.6.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.6.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.6.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: phonon-kde-4.6.3.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.6.3.ebuild,v 1.1 2011/05/07 10:47:45 scarabeus Exp $
52
53 EAPI=4
54
55 KMNAME="kdebase-runtime"
56 KMMODULE="phonon"
57 inherit kde4-meta
58
59 DESCRIPTION="Phonon KDE Integration"
60 HOMEPAGE="http://phonon.kde.org"
61
62 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
63 LICENSE="GPL-2"
64 IUSE="alsa debug xine pulseaudio"
65
66 DEPEND="
67 >=media-libs/phonon-4.4.3[xine?]
68 alsa? ( media-libs/alsa-lib )
69 pulseaudio? (
70 dev-libs/glib:2
71 media-libs/libcanberra
72 >=media-sound/pulseaudio-0.9.21[glib]
73 )
74 "
75 RDEPEND="${DEPEND}"
76
77 src_configure() {
78 mycmakeargs=(
79 -DBUILD_tests=OFF
80 $(cmake-utils_use_with alsa)
81 $(cmake-utils_use_with xine)
82 $(cmake-utils_use_with pulseaudio PulseAudio)
83 )
84
85 kde4-meta_src_configure
86 }