Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/rygel: ChangeLog rygel-0.12.0.ebuild
Date: Thu, 08 Sep 2011 22:16:43
Message-Id: 20110908221628.539C12004C@flycatcher.gentoo.org
1 eva 11/09/08 22:16:28
2
3 Modified: ChangeLog
4 Added: rygel-0.12.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha54/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.14 net-misc/rygel/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rygel/ChangeLog?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rygel/ChangeLog?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rygel/ChangeLog?r1=1.13&r2=1.14
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/rygel/ChangeLog,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- ChangeLog 8 Sep 2011 21:24:21 -0000 1.13
24 +++ ChangeLog 8 Sep 2011 22:16:28 -0000 1.14
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-misc/rygel
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rygel/ChangeLog,v 1.13 2011/09/08 21:24:21 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/rygel/ChangeLog,v 1.14 2011/09/08 22:16:28 eva Exp $
30 +
31 +*rygel-0.12.0 (08 Sep 2011)
32 +
33 + 08 Sep 2011; Gilles Dartiguelongue <eva@g.o> +rygel-0.12.0.ebuild:
34 + Version bump.
35
36 08 Sep 2011; Gilles Dartiguelongue <eva@g.o> rygel-0.10.4.ebuild:
37 Add missing gssdp version restriction.
38
39
40
41 1.1 net-misc/rygel/rygel-0.12.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rygel/rygel-0.12.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rygel/rygel-0.12.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: rygel-0.12.0.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-misc/rygel/rygel-0.12.0.ebuild,v 1.1 2011/09/08 22:16:28 eva Exp $
51
52 EAPI="4"
53 GCONF_DEBUG="no"
54 GNOME2_LA_PUNT="yes"
55
56 inherit gnome2
57
58 DESCRIPTION="Rygel is an open source UPnP/DLNA MediaServer"
59 HOMEPAGE="http://live.gnome.org/Rygel"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE="X nls +sqlite tracker transcode"
65
66 # The deps for tracker? and transcode? are just the earliest available
67 # version at the time of writing this ebuild
68 RDEPEND="
69 >=dev-libs/glib-2.26:2
70 >=dev-libs/libgee-0.5.2
71 >=media-libs/gupnp-dlna-0.5
72 >=media-libs/gstreamer-0.10.28
73 >=media-libs/gst-plugins-base-0.10.28
74 >=net-libs/gssdp-0.11
75 >=net-libs/gupnp-0.17
76 >=net-libs/gupnp-av-0.9
77 >=net-libs/libsoup-2.34:2.4
78 >=sys-libs/e2fsprogs-libs-1.41.3
79 sqlite? ( >=dev-db/sqlite-3.5:3 )
80 tracker? ( >=app-misc/tracker-0.8.17 )
81 transcode? (
82 >=media-libs/gst-plugins-bad-0.10.14
83 >=media-plugins/gst-plugins-twolame-0.10.12
84 >=media-plugins/gst-plugins-ffmpeg-0.10.5
85 )
86 X? ( >=x11-libs/gtk+-2.90.3:3 )
87 "
88 DEPEND="${RDEPEND}
89 dev-util/pkgconfig
90 sys-devel/gettext
91 >=dev-util/intltool-0.40
92 "
93 # Maintainer only
94 # >=dev-lang/vala-0.11.6
95 # >=net-libs/gupnp-vala-0.9
96 # dev-libs/libxslt
97
98 pkg_setup() {
99 DOCS="AUTHORS ChangeLog NEWS README TODO"
100 G2CONF="${G2CONF}
101 --enable-gst-launch-plugin
102 $(use_enable nls)
103 $(use_enable sqlite media-export-plugin)
104 $(use_enable tracker tracker-plugin)
105 $(use_with X ui)"
106 }