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: rygel-0.14.3.ebuild ChangeLog rygel-0.14.0.ebuild
Date: Fri, 24 Aug 2012 17:21:35
Message-Id: 20120824172120.BF249205CB@flycatcher.gentoo.org
1 eva 12/08/24 17:21:20
2
3 Modified: ChangeLog
4 Added: rygel-0.14.3.ebuild
5 Removed: rygel-0.14.0.ebuild
6 Log:
7 Version bump. Drop old revision. Indexing speed up for MediaExport plugin. Translation updates.
8
9 (Portage version: 2.2.0_alpha122/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.24 net-misc/rygel/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rygel/ChangeLog?rev=1.24&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rygel/ChangeLog?rev=1.24&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rygel/ChangeLog?r1=1.23&r2=1.24
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-misc/rygel/ChangeLog,v
21 retrieving revision 1.23
22 retrieving revision 1.24
23 diff -u -r1.23 -r1.24
24 --- ChangeLog 22 Jul 2012 21:26:46 -0000 1.23
25 +++ ChangeLog 24 Aug 2012 17:21:20 -0000 1.24
26 @@ -1,6 +1,13 @@
27 # ChangeLog for net-misc/rygel
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rygel/ChangeLog,v 1.23 2012/07/22 21:26:46 eva Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-misc/rygel/ChangeLog,v 1.24 2012/08/24 17:21:20 eva Exp $
31 +
32 +*rygel-0.14.3 (24 Aug 2012)
33 +
34 + 24 Aug 2012; Gilles Dartiguelongue <eva@g.o -rygel-0.14.0.ebuild,
35 + +rygel-0.14.3.ebuild:
36 + Version bump. Drop old revision. Indexing speed up for MediaExport plugin.
37 + Translation updates.
38
39 *rygel-0.14.2 (22 Jul 2012)
40
41
42
43
44 1.1 net-misc/rygel/rygel-0.14.3.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rygel/rygel-0.14.3.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rygel/rygel-0.14.3.ebuild?rev=1.1&content-type=text/plain
48
49 Index: rygel-0.14.3.ebuild
50 ===================================================================
51 # Copyright 1999-2012 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/net-misc/rygel/rygel-0.14.3.ebuild,v 1.1 2012/08/24 17:21:20 eva Exp $
54
55 EAPI="4"
56 GCONF_DEBUG="no"
57 GNOME2_LA_PUNT="yes"
58
59 inherit gnome2
60
61 DESCRIPTION="Rygel is an open source UPnP/DLNA MediaServer"
62 HOMEPAGE="http://live.gnome.org/Rygel"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE="X nls +sqlite tracker test transcode"
68
69 # The deps for tracker? and transcode? are just the earliest available
70 # version at the time of writing this ebuild
71 RDEPEND="
72 >=dev-libs/glib-2.26:2
73 >=dev-libs/libgee-0.5.2:0
74 >=media-libs/gupnp-dlna-0.5
75 >=media-libs/gstreamer-0.10.35
76 >=media-libs/gst-plugins-base-0.10.35
77 >=net-libs/gssdp-0.11
78 >=net-libs/gupnp-0.17.1
79 >=net-libs/gupnp-av-0.9
80 >=net-libs/libsoup-2.34:2.4
81 >=sys-libs/e2fsprogs-libs-1.41.3
82 x11-misc/shared-mime-info
83 sqlite? (
84 >=dev-db/sqlite-3.5:3
85 dev-libs/libunistring
86 )
87 tracker? ( >=app-misc/tracker-0.8.17 )
88 transcode? (
89 >=media-libs/gst-plugins-bad-0.10.14
90 >=media-plugins/gst-plugins-twolame-0.10.12
91 >=media-plugins/gst-plugins-ffmpeg-0.10.5
92 )
93 X? ( >=x11-libs/gtk+-2.90.3:3 )
94 "
95 DEPEND="${RDEPEND}
96 virtual/pkgconfig
97 sys-devel/gettext
98 >=dev-util/intltool-0.40
99 "
100 # Maintainer only
101 # >=dev-lang/vala-0.14.1
102 # >=net-libs/gupnp-vala-0.10.2
103 # dev-libs/libxslt
104
105 pkg_setup() {
106 DOCS="AUTHORS ChangeLog NEWS README TODO"
107 G2CONF="${G2CONF}
108 --enable-gst-launch-plugin
109 --enable-mediathek-plugin
110 $(use_enable nls)
111 $(use_enable sqlite media-export-plugin)
112 $(use_enable test tests)
113 $(use_enable tracker tracker-plugin)
114 $(use_with X ui)"
115 }
116
117 src_install() {
118 gnome2_src_install
119 # Autostart file is not placed correctly, bug #402745
120 insinto /etc/xdg/autostart
121 doins "${D}"/usr/share/applications/rygel.desktop
122 rm "${D}"/usr/share/applications/rygel.desktop
123 }