From: "Nirbheek Chauhan" <nirbheek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: media-video/totem/
Date: Mon, 26 Mar 2012 08:20:09 +0000 (UTC) [thread overview]
Message-ID: <1332749979.4876bc6549c7bb8ee379c32b74310cd30ca95eca.nirbheek@gentoo> (raw)
commit: 4876bc6549c7bb8ee379c32b74310cd30ca95eca
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 26 07:06:45 2012 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Mon Mar 26 08:19:39 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4876bc65
Add media-video/totem-3.3.92
---
.../{totem-9999.ebuild => totem-3.3.92.ebuild} | 53 ++++++++++---------
media-video/totem/totem-9999.ebuild | 53 ++++++++++---------
2 files changed, 56 insertions(+), 50 deletions(-)
diff --git a/media-video/totem/totem-9999.ebuild b/media-video/totem/totem-3.3.92.ebuild
similarity index 78%
copy from media-video/totem/totem-9999.ebuild
copy to media-video/totem/totem-3.3.92.ebuild
index cb30a79..f30d37e 100644
--- a/media-video/totem/totem-9999.ebuild
+++ b/media-video/totem/totem-3.3.92.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-2.30.0-r1.ebuild,v 1.1 2010/06/13 20:36:55 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.2.2.ebuild,v 1.2 2012/02/20 08:18:35 tetromino Exp $
EAPI="4"
GCONF_DEBUG="yes"
@@ -20,23 +20,23 @@ HOMEPAGE="http://projects.gnome.org/totem/"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
+IUSE="doc grilo +introspection iplayer lirc nautilus nsplugin +python test vala
+zeitgeist zeroconf"
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
else
- KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+ KEYWORDS="~amd64 ~x86 ~x86-fbsd"
fi
-IUSE="bluetooth doc grilo +introspection iplayer lirc nautilus nsplugin +python +youtube vala" # zeroconf
# TODO:
# Cone (VLC) plugin needs someone with the right setup (remi ?)
# coherence plugin broken upstream
#
# FIXME: Automagic tracker-0.9.0
-# XXX: Add Zeitgeist support when it gets added to GNOME 3 (3.2?)
# Runtime dependency on gnome-session-2.91
RDEPEND=">=dev-libs/glib-2.27.92:2
>=x11-libs/gdk-pixbuf-2.23.0:2
- >=x11-libs/gtk+-2.99.3:3[introspection?]
+ >=x11-libs/gtk+-3.3.6:3[introspection?]
>=dev-libs/totem-pl-parser-2.32.4[introspection?]
>=dev-libs/libpeas-1.1.0[gtk]
>=x11-themes/gnome-icon-theme-2.16
@@ -61,8 +61,8 @@ RDEPEND=">=dev-libs/glib-2.27.92:2
x11-libs/libX11
x11-libs/libXtst
>=x11-libs/libXxf86vm-1.0.1
+ x11-themes/gnome-icon-theme-symbolic
- bluetooth? ( net-wireless/bluez )
grilo? ( >=media-libs/grilo-0.1.16 )
introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
lirc? ( app-misc/lirc )
@@ -81,13 +81,9 @@ RDEPEND=">=dev-libs/glib-2.27.92:2
dev-python/httplib2
dev-python/feedparser
dev-python/beautifulsoup ) )
- vala? ( >=dev-lang/vala-0.12.1:0.12 )
- youtube? (
- >=dev-libs/libgdata-0.7.0
- net-libs/libsoup:2.4
- media-plugins/gst-plugins-soup:0.10
- >=dev-libs/totem-pl-parser-2.32.4[quvi] )"
-# zeroconf? ( >=net-libs/libepc-0.5.0 )
+ vala? ( >=dev-lang/vala-0.14.2-r1:0.14 )
+ zeitgeist? ( dev-libs/libzeitgeist )
+ zeroconf? ( >net-libs/libepc-0.4.0 )"
# XXX: zeroconf requires unreleased version of libepc
DEPEND="${RDEPEND}
@@ -101,11 +97,16 @@ DEPEND="${RDEPEND}
app-text/docbook-xml-dtd:4.5
gnome-base/gnome-common
dev-util/gtk-doc-am
- doc? ( >=dev-util/gtk-doc-1.14 )"
+ doc? ( >=dev-util/gtk-doc-1.14 )
+ test? ( python? ( dev-python/pylint ) )"
# docbook-xml-dtd is needed for user doc
# see bug #359379
-REQUIRED_USE="python? ( introspection )"
+REQUIRED_USE="python? ( introspection )
+ zeitgeist? ( vala )"
+
+# XXX: pylint checks fail because of bad code
+RESTRICT="test"
pkg_setup() {
DOCS="AUTHORS ChangeLog NEWS README TODO"
@@ -119,27 +120,31 @@ pkg_setup() {
$(use_enable introspection)
$(use_enable nautilus)
$(use_enable nsplugin browser-plugins)
+ $(use_enable nsplugin vegas-plugin)
$(use_enable python)
$(use_enable python introspection)
$(use_enable vala)
- VALAC=$(type -P valac-0.12)
+ VALAC=$(type -P valac-0.14)
BROWSER_PLUGIN_DIR=/usr/$(get_libdir)/nsbrowser/plugins"
+
+ if ! use test; then
+ # pylint is checked unconditionally, but is only used for make check
+ G2CONF="${G2CONF} PYLINT=$(type -P true)"
+ fi
#--with-smclient=auto needed to correctly link to libICE and libSM
# Disabled: sample-python, sample-vala, zeitgeist-dp
local plugins="brasero-disc-recorder,chapters,im-status,gromit"
plugins="${plugins},media-player-keys,ontop,properties,screensaver"
plugins="${plugins},screenshot,sidebar-test,skipto"
- use bluetooth && plugins="${plugins},bemused"
use grilo && plugins="${plugins},grilo"
use iplayer && plugins="${plugins},iplayer"
use lirc && plugins="${plugins},lirc"
use nautilus && plugins="${plugins},save-file"
use python && plugins="${plugins},dbusservice,pythonconsole,opensubtitles"
use vala && plugins="${plugins},rotation"
- use youtube && plugins="${plugins},youtube"
- # XXX: zeroconf requires unreleased version of libepc
- # use zeroconf && plugins="${plugins},publish"
+ use zeitgeist && plugins="${plugins},zeitgeist-dp"
+ use zeroconf && plugins="${plugins},publish"
G2CONF="${G2CONF} --with-plugins=${plugins}"
@@ -156,9 +161,7 @@ src_prepare() {
# eautoreconf
#fi
- # disable pyc compiling
- mv py-compile py-compile.orig
- ln -s $(type -P true) py-compile
+ use python && python_clean_py-compile_files
gnome2_src_prepare
}
@@ -178,5 +181,5 @@ pkg_postinst() {
pkg_postrm() {
gnome2_pkg_postrm
- python_mod_cleanup /usr/$(get_libdir)/totem/plugins
+ use python && python_mod_cleanup /usr/$(get_libdir)/totem/plugins
}
diff --git a/media-video/totem/totem-9999.ebuild b/media-video/totem/totem-9999.ebuild
index cb30a79..f30d37e 100644
--- a/media-video/totem/totem-9999.ebuild
+++ b/media-video/totem/totem-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-2.30.0-r1.ebuild,v 1.1 2010/06/13 20:36:55 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.2.2.ebuild,v 1.2 2012/02/20 08:18:35 tetromino Exp $
EAPI="4"
GCONF_DEBUG="yes"
@@ -20,23 +20,23 @@ HOMEPAGE="http://projects.gnome.org/totem/"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
+IUSE="doc grilo +introspection iplayer lirc nautilus nsplugin +python test vala
+zeitgeist zeroconf"
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
else
- KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+ KEYWORDS="~amd64 ~x86 ~x86-fbsd"
fi
-IUSE="bluetooth doc grilo +introspection iplayer lirc nautilus nsplugin +python +youtube vala" # zeroconf
# TODO:
# Cone (VLC) plugin needs someone with the right setup (remi ?)
# coherence plugin broken upstream
#
# FIXME: Automagic tracker-0.9.0
-# XXX: Add Zeitgeist support when it gets added to GNOME 3 (3.2?)
# Runtime dependency on gnome-session-2.91
RDEPEND=">=dev-libs/glib-2.27.92:2
>=x11-libs/gdk-pixbuf-2.23.0:2
- >=x11-libs/gtk+-2.99.3:3[introspection?]
+ >=x11-libs/gtk+-3.3.6:3[introspection?]
>=dev-libs/totem-pl-parser-2.32.4[introspection?]
>=dev-libs/libpeas-1.1.0[gtk]
>=x11-themes/gnome-icon-theme-2.16
@@ -61,8 +61,8 @@ RDEPEND=">=dev-libs/glib-2.27.92:2
x11-libs/libX11
x11-libs/libXtst
>=x11-libs/libXxf86vm-1.0.1
+ x11-themes/gnome-icon-theme-symbolic
- bluetooth? ( net-wireless/bluez )
grilo? ( >=media-libs/grilo-0.1.16 )
introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
lirc? ( app-misc/lirc )
@@ -81,13 +81,9 @@ RDEPEND=">=dev-libs/glib-2.27.92:2
dev-python/httplib2
dev-python/feedparser
dev-python/beautifulsoup ) )
- vala? ( >=dev-lang/vala-0.12.1:0.12 )
- youtube? (
- >=dev-libs/libgdata-0.7.0
- net-libs/libsoup:2.4
- media-plugins/gst-plugins-soup:0.10
- >=dev-libs/totem-pl-parser-2.32.4[quvi] )"
-# zeroconf? ( >=net-libs/libepc-0.5.0 )
+ vala? ( >=dev-lang/vala-0.14.2-r1:0.14 )
+ zeitgeist? ( dev-libs/libzeitgeist )
+ zeroconf? ( >net-libs/libepc-0.4.0 )"
# XXX: zeroconf requires unreleased version of libepc
DEPEND="${RDEPEND}
@@ -101,11 +97,16 @@ DEPEND="${RDEPEND}
app-text/docbook-xml-dtd:4.5
gnome-base/gnome-common
dev-util/gtk-doc-am
- doc? ( >=dev-util/gtk-doc-1.14 )"
+ doc? ( >=dev-util/gtk-doc-1.14 )
+ test? ( python? ( dev-python/pylint ) )"
# docbook-xml-dtd is needed for user doc
# see bug #359379
-REQUIRED_USE="python? ( introspection )"
+REQUIRED_USE="python? ( introspection )
+ zeitgeist? ( vala )"
+
+# XXX: pylint checks fail because of bad code
+RESTRICT="test"
pkg_setup() {
DOCS="AUTHORS ChangeLog NEWS README TODO"
@@ -119,27 +120,31 @@ pkg_setup() {
$(use_enable introspection)
$(use_enable nautilus)
$(use_enable nsplugin browser-plugins)
+ $(use_enable nsplugin vegas-plugin)
$(use_enable python)
$(use_enable python introspection)
$(use_enable vala)
- VALAC=$(type -P valac-0.12)
+ VALAC=$(type -P valac-0.14)
BROWSER_PLUGIN_DIR=/usr/$(get_libdir)/nsbrowser/plugins"
+
+ if ! use test; then
+ # pylint is checked unconditionally, but is only used for make check
+ G2CONF="${G2CONF} PYLINT=$(type -P true)"
+ fi
#--with-smclient=auto needed to correctly link to libICE and libSM
# Disabled: sample-python, sample-vala, zeitgeist-dp
local plugins="brasero-disc-recorder,chapters,im-status,gromit"
plugins="${plugins},media-player-keys,ontop,properties,screensaver"
plugins="${plugins},screenshot,sidebar-test,skipto"
- use bluetooth && plugins="${plugins},bemused"
use grilo && plugins="${plugins},grilo"
use iplayer && plugins="${plugins},iplayer"
use lirc && plugins="${plugins},lirc"
use nautilus && plugins="${plugins},save-file"
use python && plugins="${plugins},dbusservice,pythonconsole,opensubtitles"
use vala && plugins="${plugins},rotation"
- use youtube && plugins="${plugins},youtube"
- # XXX: zeroconf requires unreleased version of libepc
- # use zeroconf && plugins="${plugins},publish"
+ use zeitgeist && plugins="${plugins},zeitgeist-dp"
+ use zeroconf && plugins="${plugins},publish"
G2CONF="${G2CONF} --with-plugins=${plugins}"
@@ -156,9 +161,7 @@ src_prepare() {
# eautoreconf
#fi
- # disable pyc compiling
- mv py-compile py-compile.orig
- ln -s $(type -P true) py-compile
+ use python && python_clean_py-compile_files
gnome2_src_prepare
}
@@ -178,5 +181,5 @@ pkg_postinst() {
pkg_postrm() {
gnome2_pkg_postrm
- python_mod_cleanup /usr/$(get_libdir)/totem/plugins
+ use python && python_mod_cleanup /usr/$(get_libdir)/totem/plugins
}
next reply other threads:[~2012-03-26 8:20 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-26 8:20 Nirbheek Chauhan [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-02-16 23:03 [gentoo-commits] proj/gnome:master commit in: media-video/totem/ Mart Raudsepp
2018-06-07 22:23 Gilles Dartiguelongue
2018-06-07 22:21 Gilles Dartiguelongue
2018-01-12 14:23 Dennis Lamm
2016-03-27 21:24 Ole Reifschneider
2015-06-10 10:37 Gilles Dartiguelongue
2015-05-14 22:50 Gilles Dartiguelongue
2014-12-26 21:53 Gilles Dartiguelongue
2014-12-01 14:02 Michał Górny
2014-11-23 19:37 Gilles Dartiguelongue
2014-04-20 18:17 Gilles Dartiguelongue
2013-12-12 23:20 Gilles Dartiguelongue
2013-11-28 23:50 Gilles Dartiguelongue
2013-11-14 22:52 Gilles Dartiguelongue
2012-12-24 12:46 Gilles Dartiguelongue
2012-11-09 4:46 Arun Raghavan
2012-11-09 4:20 Arun Raghavan
2012-11-02 0:13 Gilles Dartiguelongue
2012-09-10 17:19 Alexandre Rostovtsev
2012-05-24 9:12 Alexandre Restovtsev
2012-04-10 21:25 Alexandre Restovtsev
2012-04-09 5:48 Alexandre Restovtsev
2012-04-08 16:06 Alexandre Restovtsev
2012-04-02 9:49 Alexandre Restovtsev
2012-04-02 9:45 Alexandre Restovtsev
2011-11-03 6:13 Alexandre Restovtsev
2011-10-18 7:37 Alexandre Restovtsev
2011-05-08 18:02 Gilles Dartiguelongue
2011-05-03 16:20 Nirbheek Chauhan
2011-04-27 22:22 Gilles Dartiguelongue
2011-04-10 18:04 Gilles Dartiguelongue
2011-04-05 0:57 Nirbheek Chauhan
2011-03-29 8:35 Nirbheek Chauhan
2011-03-27 4:02 Nirbheek Chauhan
2011-03-22 1:18 Nirbheek Chauhan
2011-03-12 1:15 Nirbheek Chauhan
2011-03-12 1:15 Nirbheek Chauhan
2011-02-21 22:35 Nirbheek Chauhan
2011-02-08 9:25 Nirbheek Chauhan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1332749979.4876bc6549c7bb8ee379c32b74310cd30ca95eca.nirbheek@gentoo \
--to=nirbheek@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox