Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/rygel: rygel-0.18.0.ebuild ChangeLog
Date: Thu, 28 Mar 2013 17:57:38
Message-Id: 20130328175734.48FBC2171D@flycatcher.gentoo.org
1 pacho 13/03/28 17:57:34
2
3 Modified: ChangeLog
4 Added: rygel-0.18.0.ebuild
5 Log:
6 Version bump for Gnome 3.8
7
8 (Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.32 net-misc/rygel/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rygel/ChangeLog?rev=1.32&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rygel/ChangeLog?rev=1.32&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rygel/ChangeLog?r1=1.31&r2=1.32
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/rygel/ChangeLog,v
20 retrieving revision 1.31
21 retrieving revision 1.32
22 diff -u -r1.31 -r1.32
23 --- ChangeLog 10 Jan 2013 22:40:50 -0000 1.31
24 +++ ChangeLog 28 Mar 2013 17:57:34 -0000 1.32
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-misc/rygel
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rygel/ChangeLog,v 1.31 2013/01/10 22:40:50 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/rygel/ChangeLog,v 1.32 2013/03/28 17:57:34 pacho Exp $
30 +
31 +*rygel-0.18.0 (28 Mar 2013)
32 +
33 + 28 Mar 2013; Pacho Ramos <pacho@g.o> +rygel-0.18.0.ebuild:
34 + Version bump for Gnome 3.8
35
36 *rygel-0.16.4 (10 Jan 2013)
37
38
39
40
41 1.1 net-misc/rygel/rygel-0.18.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rygel/rygel-0.18.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rygel/rygel-0.18.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: rygel-0.18.0.ebuild
47 ===================================================================
48 # Copyright 1999-2013 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.18.0.ebuild,v 1.1 2013/03/28 17:57:34 pacho Exp $
51
52 EAPI="5"
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 test transcode"
65
66 RESTRICT=test # Tries to access /dev/dri/*
67
68 # The deps for tracker? and transcode? are just the earliest available
69 # version at the time of writing this ebuild
70 RDEPEND="
71 >=dev-libs/glib-2.32:2
72 >=dev-libs/libgee-0.8.0:0.8
73 >=media-libs/gupnp-dlna-0.9.4
74 media-libs/gstreamer:1.0
75 media-libs/gst-plugins-base:1.0
76 >=net-libs/gssdp-0.13.0
77 >=net-libs/gupnp-0.19.0
78 >=net-libs/gupnp-av-0.11.4
79 >=net-libs/libsoup-2.34:2.4
80 >=sys-libs/e2fsprogs-libs-1.41.3
81 x11-misc/shared-mime-info
82 sqlite? (
83 >=dev-db/sqlite-3.5:3
84 dev-libs/libunistring
85 )
86 tracker? ( >=app-misc/tracker-0.14 )
87 transcode? (
88 >=media-libs/gst-plugins-bad-0.10.14:0.10
89 >=media-plugins/gst-plugins-twolame-0.10.12:0.10
90 >=media-plugins/gst-plugins-ffmpeg-0.10.5:0.10
91 )
92 X? ( >=x11-libs/gtk+-2.90.3:3 )
93 "
94 DEPEND="${RDEPEND}
95 dev-util/gtk-doc-am
96 >=dev-util/intltool-0.40
97 sys-devel/gettext
98 virtual/pkgconfig
99 "
100 # Maintainer only
101 # >=dev-lang/vala-0.16.1
102 # >=net-libs/gupnp-vala-0.10.2
103 # dev-libs/libxslt
104
105 src_configure() {
106 DOCS="AUTHORS ChangeLog NEWS README TODO"
107 # We defined xsltproc because man pages are provided by upstream
108 # and we do not want to regenerate them automagically.
109 G2CONF="${G2CONF}
110 XSLTPROC=$(type -P false)
111 --disable-valadoc
112 --enable-gst-launch-plugin
113 --enable-mediathek-plugin
114 $(use_enable nls)
115 $(use_enable sqlite media-export-plugin)
116 $(use_enable test tests)
117 $(use_enable tracker tracker-plugin)
118 $(use_with X ui)
119 "
120 gnome2_src_configure
121 }
122
123 src_install() {
124 gnome2_src_install
125 # Autostart file is not placed correctly, bug #402745
126 insinto /etc/xdg/autostart
127 doins "${D}"/usr/share/applications/rygel.desktop
128 rm "${D}"/usr/share/applications/rygel.desktop
129 }