Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/totem: ChangeLog totem-2.22.0.ebuild
Date: Mon, 24 Mar 2008 13:30:43
Message-Id: E1Jdml6-0001sM-5O@stork.gentoo.org
1 eva 08/03/24 13:30:40
2
3 Modified: ChangeLog
4 Added: totem-2.22.0.ebuild
5 Log:
6 New version for GNOME-2.22. Lots of fixes, moved totem-pl-parser in its own package, new plugins (Mythtv, local search via tracker, local sharing via avahi).
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.206 media-video/totem/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/totem/ChangeLog?rev=1.206&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/totem/ChangeLog?rev=1.206&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/totem/ChangeLog?r1=1.205&r2=1.206
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v
19 retrieving revision 1.205
20 retrieving revision 1.206
21 diff -u -r1.205 -r1.206
22 --- ChangeLog 17 Mar 2008 15:21:15 -0000 1.205
23 +++ ChangeLog 24 Mar 2008 13:30:39 -0000 1.206
24 @@ -1,6 +1,13 @@
25 # ChangeLog for media-video/totem
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v 1.205 2008/03/17 15:21:15 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v 1.206 2008/03/24 13:30:39 eva Exp $
29 +
30 +*totem-2.22.0 (24 Mar 2008)
31 +
32 + 24 Mar 2008; Gilles Dartiguelongue <eva@g.o> +totem-2.22.0.ebuild:
33 + New version for GNOME-2.22. Lots of fixes, moved totem-pl-parser in its
34 + own package, new plugins (Mythtv, local search via tracker, local sharing
35 + via avahi).
36
37 17 Mar 2008; Raúl Porcel <armin76@g.o> totem-2.18.3.ebuild,
38 totem-2.20.3.ebuild:
39
40
41
42 1.1 media-video/totem/totem-2.22.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/totem/totem-2.22.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/totem/totem-2.22.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: totem-2.22.0.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-2.22.0.ebuild,v 1.1 2008/03/24 13:30:39 eva Exp $
52
53 inherit autotools eutils gnome2 multilib
54
55 DESCRIPTION="Media player for GNOME"
56 HOMEPAGE="http://gnome.org/projects/totem/"
57
58 LICENSE="GPL-2 LGPL-2"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
61
62 IUSE="bluetooth debug galago gnome lirc nautilus nsplugin nvtv python seamonkey tracker xulrunner"
63
64 # TODO:
65 # easy-publish-and-consume is not in tree (epc)
66 # Cone (VLC) plugin needs someone with the right setup (remi ?)
67 # Youtube plugin as been far too unstable in my tests to be enabled for now
68
69 RDEPEND=">=dev-libs/glib-2.15
70 >=x11-libs/gtk+-2.12.6
71 >=gnome-base/gconf-2.0
72 >=gnome-base/gnome-vfs-2.16
73 >=dev-libs/totem-pl-parser-2.21.90
74 >=x11-themes/gnome-icon-theme-2.16
75 app-text/iso-codes
76 dev-libs/libxml2
77 >=dev-libs/dbus-glib-0.71
78 >=media-libs/gstreamer-0.10.16
79 >=media-libs/gst-plugins-good-0.10
80 >=media-libs/gst-plugins-base-0.10.12
81 >=media-plugins/gst-plugins-pango-0.10
82 >=media-plugins/gst-plugins-gconf-0.10
83 >=media-plugins/gst-plugins-gnomevfs-0.10
84
85 >=media-plugins/gst-plugins-x-0.10
86 >=media-plugins/gst-plugins-meta-0.10-r1
87
88 x11-libs/libX11
89 x11-libs/libXtst
90 >=x11-libs/libXrandr-1.1.1
91 >=x11-libs/libXxf86vm-1.0.1
92
93 bluetooth? ( net-wireless/bluez-libs )
94 galago? ( >=dev-libs/libgalago-0.5.2 )
95 gnome? (
96 >=gnome-base/libgnome-2.14
97 >=gnome-base/libgnomeui-2.4
98 )
99 lirc? ( app-misc/lirc )
100 nautilus? ( >=gnome-base/nautilus-2.10 )
101 nsplugin? (
102 xulrunner? ( =net-libs/xulrunner-1.8* )
103 !xulrunner? ( seamonkey? ( =www-client/seamonkey-1* ) )
104 !xulrunner? ( !seamonkey? ( =www-client/mozilla-firefox-2* ) )
105 >=x11-misc/shared-mime-info-0.22
106 >=x11-libs/startup-notification-0.8
107 )
108 nvtv? ( >=media-tv/nvtv-0.4.5 )
109 python? ( >=dev-python/pygtk-2.12 >=dev-python/gdata-1 )
110 tracker? ( >=app-misc/tracker-0.5.3 >=gnome-base/libgnomeui-2 )"
111 DEPEND="${RDEPEND}
112 app-text/scrollkeeper
113 gnome-base/gnome-common
114 app-text/gnome-doc-utils
115 >=dev-util/intltool-0.35
116 >=dev-util/pkgconfig-0.20"
117
118 DOCS="AUTHORS ChangeLog NEWS README TODO"
119
120 pkg_setup() {
121 # use global mozilla plugin dir
122 G2CONF="${G2CONF} MOZILLA_PLUGINDIR=/usr/$(get_libdir)/nsbrowser/plugins"
123
124 G2CONF="${G2CONF} --disable-vala --disable-vanity"
125 G2CONF="${G2CONF} --enable-gstreamer --with-dbus"
126 G2CONF="${G2CONF} --enable-easy-codec-installation"
127
128 if use nsplugin ; then
129 G2CONF="${G2CONF} --enable-browser-plugins"
130
131 if use xulrunner ; then
132 G2CONF="${G2CONF} --with-gecko=xulrunner"
133 elif use seamonkey ; then
134 G2CONF="${G2CONF} --with-gecko=seamonkey"
135 else
136 G2CONF="${G2CONF} --with-gecko=firefox"
137 fi
138 else
139 G2CONF="${G2CONF} --disable-browser-plugins"
140 fi
141
142 # Plugin Configuration
143 G2CONF="${G2CONF} PLUGINDIR=/usr/$(get_libdir)/totem/plugins"
144
145 local plugins="properties,thumbnail,screensaver,ontop,gromit,media-player-keys,skipto"
146 use bluetooth && plugins="${plugins},bemused"
147 use galago && plugins="${plugins},galago"
148 use lirc && plugins="${plugins},lirc"
149 #use python && plugins="${plugins},youtube"
150 use tracker && plugins="${plugins},tracker"
151
152 G2CONF="${G2CONF} --with-plugins=${plugins}"
153
154 G2CONF="${G2CONF}
155 $(use_enable debug)
156 $(use_enable gnome)
157 $(use_enable lirc)
158 $(use_enable nautilus)
159 $(use_enable nvtv)
160 $(use_enable python)"
161 }
162
163 src_unpack() {
164 gnome2_src_unpack
165
166 if use nsplugin && ! use xulrunner && ! use seamonkey ; then
167 epatch "${FILESDIR}/${PN}-2.20.1-xpcom-hack.patch"
168 eautoreconf
169 fi
170 }
171
172 src_compile() {
173 #fixme: why does it need write access here, probably need to set up a fake
174 #home in /var/tmp like other pkgs do
175
176 addpredict "/root/.gconfd"
177 addpredict "/root/.gconf"
178 addpredict "/root/.gnome2"
179
180 gnome2_src_compile
181 }
182
183 pkg_postinst() {
184 gnome2_pkg_postinst
185
186 ewarn
187 ewarn "If totem doesn't play some video format, please check your"
188 ewarn "USE flags on media-plugins/gst-plugins-meta"
189 ewarn
190 }
191
192
193
194 --
195 gentoo-commits@l.g.o mailing list