Gentoo Archives: gentoo-commits

From: "Serkan Kaba (serkan)" <serkan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/notification-daemon: ChangeLog notification-daemon-0.4.0-r1.ebuild
Date: Sat, 02 May 2009 22:46:44
Message-Id: E1M0Nyk-0006Js-Om@stork.gentoo.org
1 serkan 09/05/02 22:46:42
2
3 Modified: ChangeLog
4 Added: notification-daemon-0.4.0-r1.ebuild
5 Log:
6 Add patch for the server to report its sound capability when built with gstreamer USE flag. Fixes bug #268310.
7 (Portage version: 2.2_rc31/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.61 x11-misc/notification-daemon/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.61&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.61&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?r1=1.60&r2=1.61
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v
19 retrieving revision 1.60
20 retrieving revision 1.61
21 diff -u -r1.60 -r1.61
22 --- ChangeLog 27 Apr 2009 16:07:27 -0000 1.60
23 +++ ChangeLog 2 May 2009 22:46:42 -0000 1.61
24 @@ -1,6 +1,14 @@
25 # ChangeLog for x11-misc/notification-daemon
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.60 2009/04/27 16:07:27 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.61 2009/05/02 22:46:42 serkan Exp $
29 +
30 +*notification-daemon-0.4.0-r1 (02 May 2009)
31 +
32 + 02 May 2009; Serkan Kaba <serkan@g.o>
33 + +notification-daemon-0.4.0-r1.ebuild,
34 + +files/notification-daemon-0.4.0-report-sound-capability.patch:
35 + Add patch for the server to report its sound capability when built with
36 + gstreamer USE flag. Fixes bug #268310.
37
38 27 Apr 2009; Jeroen Roovers <jer@g.o> notification-daemon-0.4.0:
39 Stable for HPPA (bug #263411).
40
41
42
43 1.1 x11-misc/notification-daemon/notification-daemon-0.4.0-r1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: notification-daemon-0.4.0-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2009 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0-r1.ebuild,v 1.1 2009/05/02 22:46:42 serkan Exp $
53
54 WANT_AUTOMAKE="1.9"
55
56 inherit gnome2 eutils
57
58 DESCRIPTION="Notifications daemon"
59 HOMEPAGE="http://www.galago-project.org/"
60 SRC_URI="http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
65 IUSE="gstreamer"
66
67 RDEPEND=">=dev-libs/glib-2.4.0
68 >=x11-libs/gtk+-2.4.0
69 >=gnome-base/gconf-2.4.0
70 >=x11-libs/libsexy-0.1.3
71 >=dev-libs/dbus-glib-0.71
72 x11-libs/libwnck
73 ~x11-libs/libnotify-0.4.5
74 >=gnome-base/libglade-2
75 gstreamer? ( >=media-libs/gstreamer-0.10 )"
76 DEPEND="${RDEPEND}
77 dev-util/intltool
78 >=sys-devel/gettext-0.14
79 !xfce-extra/notification-daemon-xfce
80 !x11-misc/xfce4-notifyd"
81
82 src_unpack() {
83 gnome2_src_unpack
84 cd "${S}" || die "cd failed"
85 epatch "${FILESDIR}"/${P}-report-sound-capability.patch
86 }
87
88 pkg_setup() {
89 DOCS="AUTHORS ChangeLog NEWS"
90 G2CONF="$(use_enable gstreamer sound gstreamer)"
91 }