Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-settings-daemon: ChangeLog gnome-settings-daemon-2.24.1.ebuild
Date: Sat, 29 Nov 2008 12:31:45
Message-Id: E1L6Oz8-0004WY-9a@stork.gentoo.org
1 eva 08/11/29 12:31:42
2
3 Modified: ChangeLog
4 Added: gnome-settings-daemon-2.24.1.ebuild
5 Log:
6 Bump to 2.24.1. Bug fixes and translation updates.
7 (Portage version: 2.2_rc16/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.18 gnome-base/gnome-settings-daemon/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-settings-daemon/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-settings-daemon/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-settings-daemon/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-settings-daemon/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 15 Nov 2008 00:35:23 -0000 1.17
23 +++ ChangeLog 29 Nov 2008 12:31:42 -0000 1.18
24 @@ -1,6 +1,12 @@
25 # ChangeLog for gnome-base/gnome-settings-daemon
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-settings-daemon/ChangeLog,v 1.17 2008/11/15 00:35:23 chainsaw Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-settings-daemon/ChangeLog,v 1.18 2008/11/29 12:31:42 eva Exp $
29 +
30 +*gnome-settings-daemon-2.24.1 (29 Nov 2008)
31 +
32 + 29 Nov 2008; Gilles Dartiguelongue <eva@g.o>
33 + +gnome-settings-daemon-2.24.1.ebuild:
34 + Bump to 2.24.1. Bug fixes and translation updates.
35
36 15 Nov 2008; <chainsaw@g.o> gnome-settings-daemon-2.24.0.ebuild:
37 I added an explicit dependency on the fixed gnome-session ebuild. Circular
38
39
40
41 1.1 gnome-base/gnome-settings-daemon/gnome-settings-daemon-2.24.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-settings-daemon/gnome-settings-daemon-2.24.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-settings-daemon/gnome-settings-daemon-2.24.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gnome-settings-daemon-2.24.1.ebuild
47 ===================================================================
48 # Copyright 2008-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-settings-daemon/gnome-settings-daemon-2.24.1.ebuild,v 1.1 2008/11/29 12:31:42 eva Exp $
51
52 inherit autotools eutils gnome2
53
54 DESCRIPTION="Gnome Settings Daemon"
55 HOMEPAGE="http://www.gnome.org"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
60 IUSE="alsa debug esd gstreamer libnotify pulseaudio"
61
62 RDEPEND=">=dev-libs/dbus-glib-0.74
63 >=dev-libs/glib-2.18.0
64 >=x11-libs/gtk+-2.10
65 >=gnome-base/gconf-2.6.1
66 >=gnome-base/libgnomekbd-2.21.4
67
68 >=gnome-base/libglade-2
69 >=gnome-base/libgnome-2
70 >=gnome-base/libgnomeui-2
71 >=gnome-base/gnome-desktop-2.23.90
72
73 libnotify? ( >=x11-libs/libnotify-0.4.3 )
74
75 x11-libs/libX11
76 x11-libs/libXi
77 x11-libs/libXrandr
78 x11-libs/libXext
79 x11-libs/libXxf86misc
80 >=x11-libs/libxklavier-3.3
81 media-libs/fontconfig
82
83 esd? ( >=media-sound/esound-0.2.28 )
84 gstreamer? (
85 >=media-libs/gstreamer-0.10.1.2
86 >=media-libs/gst-plugins-base-0.10.1.2 )
87 !gstreamer? (
88 alsa? ( >=media-libs/alsa-lib-0.99 ) )"
89 # In configure: gstreamer wins over alsa
90
91 DEPEND="${RDEPEND}
92 !<gnome-base/gnome-control-center-2.22
93 sys-devel/gettext
94 >=dev-util/intltool-0.40
95 >=dev-util/pkgconfig-0.19
96 x11-proto/inputproto
97 x11-proto/xproto"
98
99 # FIXME: pulseaudio is used to detect if system should build
100 # old sound preference capplet (some braindead logic in there)
101 PDEPEND="pulseaudio? ( >=media-sound/pulseaudio-0.9.9 )"
102
103 # README is empty
104 DOCS="AUTHORS NEWS ChangeLog MAINTAINERS"
105
106 pkg_setup() {
107 G2CONF="${G2CONF}
108 $(use_enable alsa)
109 $(use_enable debug)
110 $(use_enable esd)
111 $(use_enable gstreamer)
112 $(use_enable libnotify)
113 $(use_enable !pulseaudio legacy-sound-pref)"
114 # We use legacy-sound-pref instead of pulse because
115 # there is no gain in adding a build time dep on pulseaudio
116
117 if use esd && use pulseaudio; then
118 ewarn "You selected conflicting USE flags. Please note that USE=\"esd\""
119 ewarn "has no effect when USE=\"pulseaudio\" is selected."
120 fi
121 }
122
123 src_unpack() {
124 gnome2_src_unpack
125
126 # Fix libnotify & pulseaudio automagic dependencies
127 epatch "${FILESDIR}/${PN}-2.24.0-automagic.patch"
128
129 eautoreconf
130 }