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.22.2.ebuild ChangeLog rygel-0.20.3.ebuild
Date: Sat, 31 May 2014 11:40:36
Message-Id: 20140531114032.E3EF02004E@flycatcher.gentoo.org
1 pacho 14/05/31 11:40:32
2
3 Modified: ChangeLog
4 Added: rygel-0.22.2.ebuild
5 Removed: rygel-0.20.3.ebuild
6 Log:
7 Version bump
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.55 net-misc/rygel/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rygel/ChangeLog?rev=1.55&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rygel/ChangeLog?rev=1.55&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rygel/ChangeLog?r1=1.54&r2=1.55
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-misc/rygel/ChangeLog,v
21 retrieving revision 1.54
22 retrieving revision 1.55
23 diff -u -r1.54 -r1.55
24 --- ChangeLog 4 May 2014 12:12:15 -0000 1.54
25 +++ ChangeLog 31 May 2014 11:40:32 -0000 1.55
26 @@ -1,6 +1,12 @@
27 # ChangeLog for net-misc/rygel
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rygel/ChangeLog,v 1.54 2014/05/04 12:12:15 pacho Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-misc/rygel/ChangeLog,v 1.55 2014/05/31 11:40:32 pacho Exp $
31 +
32 +*rygel-0.22.2 (31 May 2014)
33 +
34 + 31 May 2014; Pacho Ramos <pacho@g.o> +rygel-0.22.2.ebuild,
35 + -rygel-0.20.3.ebuild:
36 + Version bump
37
38 04 May 2014; Pacho Ramos <pacho@g.o> rygel-0.22.1.ebuild:
39 x86 stable, bug 508862
40
41
42
43 1.1 net-misc/rygel/rygel-0.22.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rygel/rygel-0.22.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rygel/rygel-0.22.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: rygel-0.22.2.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/net-misc/rygel/rygel-0.22.2.ebuild,v 1.1 2014/05/31 11:40:32 pacho Exp $
53
54 EAPI="5"
55 GCONF_DEBUG="no"
56
57 inherit gnome2 virtualx
58
59 DESCRIPTION="Rygel is an open source UPnP/DLNA MediaServer"
60 HOMEPAGE="https://wiki.gnome.org/Projects/Rygel"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE="X nls +sqlite tracker test transcode"
66
67 # The deps for tracker? and transcode? are just the earliest available
68 # version at the time of writing this ebuild
69 RDEPEND="
70 >=dev-libs/glib-2.34:2
71 >=dev-libs/libgee-0.8:0.8
72 >=dev-libs/libxml2-2.7:2
73 >=media-libs/gupnp-dlna-0.9.4:2.0
74 media-libs/gstreamer:1.0
75 media-libs/gst-plugins-base:1.0
76 media-plugins/gst-plugins-soup:1.0
77 >=net-libs/gssdp-0.13
78 >=net-libs/gupnp-0.19
79 >=net-libs/gupnp-av-0.12.4
80 >=net-libs/libsoup-2.44:2.4
81 >=sys-apps/util-linux-2.20
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.16:= )
88 transcode? (
89 media-libs/gst-plugins-bad:1.0
90 media-plugins/gst-plugins-twolame:1.0
91 media-plugins/gst-plugins-libav:1.0
92 )
93 X? ( >=x11-libs/gtk+-3:3 )
94 "
95 DEPEND="${RDEPEND}
96 dev-util/gtk-doc-am
97 >=dev-util/intltool-0.40
98 sys-devel/gettext
99 virtual/pkgconfig
100 "
101 # Maintainer only
102 # >=dev-lang/vala-0.22
103 # dev-libs/libxslt
104
105 src_prepare() {
106 # runs gst-plugins-scanner on run with triggers sandbox violation
107 # trying to open dri
108 sed -e 's/rygel-media-engine-test$(EXEEXT)//' \
109 -e 's/rygel-playbin-renderer-test$(EXEEXT)//' \
110 -i tests/Makefile.in || die
111
112 gnome2_src_prepare
113 }
114
115 src_configure() {
116 # We defined xsltproc because man pages are provided by upstream
117 # and we do not want to regenerate them automagically.
118 gnome2_src_configure \
119 XSLTPROC=$(type -P false) \
120 --enable-gst-launch-plugin \
121 --enable-mediathek-plugin \
122 --with-media-engine=gstreamer \
123 $(use_enable nls) \
124 $(use_enable sqlite media-export-plugin) \
125 $(use_enable test tests) \
126 $(use_enable tracker tracker-plugin) \
127 $(use_with X ui)
128 }
129
130 src_install() {
131 gnome2_src_install
132 # Autostart file is not placed correctly, bug #402745
133 insinto /etc/xdg/autostart
134 doins "${D}"/usr/share/applications/rygel.desktop
135 rm "${D}"/usr/share/applications/rygel.desktop
136 }