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 ) id 1QHIKx-0005HY-K1 for garchives@archives.gentoo.org; Tue, 03 May 2011 16:20:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 032101C041; Tue, 3 May 2011 16:20:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C26961C041 for ; Tue, 3 May 2011 16:20:26 +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 4560A1B4065 for ; Tue, 3 May 2011 16:20:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id A592080507 for ; Tue, 3 May 2011 16:20:25 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: <50d3b44a26705269e80f5aa7636680d5134a2530.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-3.0.1.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: 50d3b44a26705269e80f5aa7636680d5134a2530 Date: Tue, 3 May 2011 16:20:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: d8cf1b5c08c667013021159dca6f3bb2 commit: 50d3b44a26705269e80f5aa7636680d5134a2530 Author: Nirbheek Chauhan gentoo org> AuthorDate: Tue May 3 16:11:56 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Tue May 3 16:12:00 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D50d3b44a media-video/totem: work around bug 358755 * Access violations --- media-video/totem/totem-3.0.1.ebuild | 4 ++++ media-video/totem/totem-9999.ebuild | 4 ++++ 2 files changed, 8 insertions(+), 0 deletions(-) diff --git a/media-video/totem/totem-3.0.1.ebuild b/media-video/totem/tot= em-3.0.1.ebuild index cc352c8..3fee120 100644 --- a/media-video/totem/totem-3.0.1.ebuild +++ b/media-video/totem/totem-3.0.1.ebuild @@ -142,6 +142,10 @@ src_prepare() { # AC_CONFIG_AUX_DIR_DEFAULT doesn't exist, and eautoreconf/aclocal fail= s mkdir -p m4 =20 + # Don't check for gconf sinks, causes access violations that we can't f= ix. + # See bug 358755 + sed -ri -e 's/gconf[a-z]+sink //g' configure* || die "gconf sed failed" + # Fix broken smclient option passing # FIXME: File a bug for this epatch "${FILESDIR}/${PN}-2.90.0-smclient-target-detection.patch" diff --git a/media-video/totem/totem-9999.ebuild b/media-video/totem/tote= m-9999.ebuild index cc352c8..3fee120 100644 --- a/media-video/totem/totem-9999.ebuild +++ b/media-video/totem/totem-9999.ebuild @@ -142,6 +142,10 @@ src_prepare() { # AC_CONFIG_AUX_DIR_DEFAULT doesn't exist, and eautoreconf/aclocal fail= s mkdir -p m4 =20 + # Don't check for gconf sinks, causes access violations that we can't f= ix. + # See bug 358755 + sed -ri -e 's/gconf[a-z]+sink //g' configure* || die "gconf sed failed" + # Fix broken smclient option passing # FIXME: File a bug for this epatch "${FILESDIR}/${PN}-2.90.0-smclient-target-detection.patch"