From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-commits+bounces-329939-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1Q3hBl-0005SY-Gb
	for garchives@archives.gentoo.org; Sun, 27 Mar 2011 04:02:53 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A3D7AE05DD;
	Sun, 27 Mar 2011 04:02:46 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 74F16E05DD
	for <gentoo-commits@lists.gentoo.org>; Sun, 27 Mar 2011 04:02:46 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
	(using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 14D421BC002
	for <gentoo-commits@lists.gentoo.org>; Sun, 27 Mar 2011 04:02:46 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id 727928006A
	for <gentoo-commits@lists.gentoo.org>; Sun, 27 Mar 2011 04:02:45 +0000 (UTC)
From: "Nirbheek Chauhan" <nirbheek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" <nirbheek@gentoo.org>
Message-ID: <e6e6d030e90ed9620b3ed2c3f8dd8de8e2fde142.nirbheek@gentoo>
Subject: [gentoo-commits] proj/gnome:master commit in: media-video/totem/
X-VCS-Repository: proj/gnome
X-VCS-Files: media-video/totem/totem-2.91.92-r1.ebuild media-video/totem/totem-2.91.92.ebuild media-video/totem/totem-9999.ebuild
X-VCS-Directories: media-video/totem/
X-VCS-Committer: nirbheek
X-VCS-Committer-Name: Nirbheek Chauhan
X-VCS-Revision: e6e6d030e90ed9620b3ed2c3f8dd8de8e2fde142
Date: Sun, 27 Mar 2011 04:02:45 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: b91dec4dc4780524d8da128713341207

commit:     e6e6d030e90ed9620b3ed2c3f8dd8de8e2fde142
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 04:01:38 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 04:02:11 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D=
commit;h=3De6e6d030

media-video/totem: build screensaver plugin too

* It was missed from configure when it was added

---
 ...otem-2.91.92.ebuild =3D> totem-2.91.92-r1.ebuild} |    5 ++++-
 media-video/totem/totem-9999.ebuild                |    5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/media-video/totem/totem-2.91.92.ebuild b/media-video/totem/t=
otem-2.91.92-r1.ebuild
similarity index 94%
rename from media-video/totem/totem-2.91.92.ebuild
rename to media-video/totem/totem-2.91.92-r1.ebuild
index 6f8afd9..52e1e9f 100644
--- a/media-video/totem/totem-2.91.92.ebuild
+++ b/media-video/totem/totem-2.91.92-r1.ebuild
@@ -123,7 +123,10 @@ pkg_setup() {
 		VALAC=3D$(type -P valac-0.12)
 		BROWSER_PLUGIN_DIR=3D/usr/$(get_libdir)/nsbrowser/plugins"
=20
-	local plugins=3D"brasero-disc-recorder,chapters,im-status,gromit,media-=
player-keys,ontop,properties,sidebar-test,skipto,screenshot,thumbnail"
+	# Disabled: coherence_upnp, sample-python, zeitgeist-dp
+	local plugins=3D"brasero-disc-recorder,chapters,im-status,gromit"
+	plugins=3D"${plugins},media-player-keys,ontop,properties,screensaver"
+	plugins=3D"${plugins},screenshot,sidebar-test,skipto,thumbnail"
 	use bluetooth && plugins=3D"${plugins},bemused"
 	use iplayer && plugins=3D"${plugins},iplayer"
 	use lirc && plugins=3D"${plugins},lirc"

diff --git a/media-video/totem/totem-9999.ebuild b/media-video/totem/tote=
m-9999.ebuild
index 6f8afd9..52e1e9f 100644
--- a/media-video/totem/totem-9999.ebuild
+++ b/media-video/totem/totem-9999.ebuild
@@ -123,7 +123,10 @@ pkg_setup() {
 		VALAC=3D$(type -P valac-0.12)
 		BROWSER_PLUGIN_DIR=3D/usr/$(get_libdir)/nsbrowser/plugins"
=20
-	local plugins=3D"brasero-disc-recorder,chapters,im-status,gromit,media-=
player-keys,ontop,properties,sidebar-test,skipto,screenshot,thumbnail"
+	# Disabled: coherence_upnp, sample-python, zeitgeist-dp
+	local plugins=3D"brasero-disc-recorder,chapters,im-status,gromit"
+	plugins=3D"${plugins},media-player-keys,ontop,properties,screensaver"
+	plugins=3D"${plugins},screenshot,sidebar-test,skipto,thumbnail"
 	use bluetooth && plugins=3D"${plugins},bemused"
 	use iplayer && plugins=3D"${plugins},iplayer"
 	use lirc && plugins=3D"${plugins},lirc"