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 1PmjpQ-0007k2-Kn for garchives@archives.gentoo.org; Tue, 08 Feb 2011 09:25:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F5971C015; Tue, 8 Feb 2011 09:25:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C4F011C015 for ; Tue, 8 Feb 2011 09:25:36 +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 4F36C1B4200 for ; Tue, 8 Feb 2011 09:25:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id AFBF08006A for ; Tue, 8 Feb 2011 09:25:35 +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: <4ccb2f294f5ec68cf4bd599930279eba31bb9b3c.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.5.ebuild media-video/totem/totem-2.91.6.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: 4ccb2f294f5ec68cf4bd599930279eba31bb9b3c Date: Tue, 8 Feb 2011 09:25:35 +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: bd65e2af9e8be4246d5f98c9e1dbf203 commit: 4ccb2f294f5ec68cf4bd599930279eba31bb9b3c Author: Nirbheek Chauhan gentoo org> AuthorDate: Tue Feb 8 09:25:01 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Tue Feb 8 09:25:01 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D4ccb2f29 media-video/totem: 2.91.5 -> 2.91.6 * Build fixes with latest gtk+:3 --- .../{totem-2.91.5.ebuild =3D> totem-2.91.6.ebuild} | 10 +++++++--- media-video/totem/totem-9999.ebuild | 10 +++++++--- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/media-video/totem/totem-2.91.5.ebuild b/media-video/totem/to= tem-2.91.6.ebuild similarity index 95% rename from media-video/totem/totem-2.91.5.ebuild rename to media-video/totem/totem-2.91.6.ebuild index e03cb6e..f84d8f9 100644 --- a/media-video/totem/totem-2.91.5.ebuild +++ b/media-video/totem/totem-2.91.6.ebuild @@ -32,7 +32,7 @@ fi # FIXME: Automagic tracker-0.9.0 RDEPEND=3D">=3Ddev-libs/glib-2.27.92 >=3Dx11-libs/gdk-pixbuf-2.23.0 - >=3Dx11-libs/gtk+-2.99.2:3[introspection?] + >=3Dx11-libs/gtk+-2.99.3:3[introspection?] >=3Ddev-libs/totem-pl-parser-2.32.2[introspection?] >=3Ddev-libs/libpeas-0.7.1[gtk] >=3Dx11-themes/gnome-icon-theme-2.16 @@ -137,14 +137,18 @@ pkg_setup() { } =20 src_prepare() { + # AC_CONFIG_AUX_DIR_DEFAULT doesn't exist, and eautoreconf/aclocal fail= s + mkdir -p m4 gnome2_src_prepare =20 # Fix broken smclient option passing # FIXME: File a bug for this epatch "${FILESDIR}/${PN}-2.90.0-smclient-target-detection.patch" =20 - intltoolize --force --copy --automake || die "intltoolize failed" - eautoreconf + if [[ ${PV} !=3D 9999 ]]; then + intltoolize --force --copy --automake || die "intltoolize failed" + eautoreconf + fi =20 # disable pyc compiling mv py-compile py-compile.orig diff --git a/media-video/totem/totem-9999.ebuild b/media-video/totem/tote= m-9999.ebuild index e03cb6e..f84d8f9 100644 --- a/media-video/totem/totem-9999.ebuild +++ b/media-video/totem/totem-9999.ebuild @@ -32,7 +32,7 @@ fi # FIXME: Automagic tracker-0.9.0 RDEPEND=3D">=3Ddev-libs/glib-2.27.92 >=3Dx11-libs/gdk-pixbuf-2.23.0 - >=3Dx11-libs/gtk+-2.99.2:3[introspection?] + >=3Dx11-libs/gtk+-2.99.3:3[introspection?] >=3Ddev-libs/totem-pl-parser-2.32.2[introspection?] >=3Ddev-libs/libpeas-0.7.1[gtk] >=3Dx11-themes/gnome-icon-theme-2.16 @@ -137,14 +137,18 @@ pkg_setup() { } =20 src_prepare() { + # AC_CONFIG_AUX_DIR_DEFAULT doesn't exist, and eautoreconf/aclocal fail= s + mkdir -p m4 gnome2_src_prepare =20 # Fix broken smclient option passing # FIXME: File a bug for this epatch "${FILESDIR}/${PN}-2.90.0-smclient-target-detection.patch" =20 - intltoolize --force --copy --automake || die "intltoolize failed" - eautoreconf + if [[ ${PV} !=3D 9999 ]]; then + intltoolize --force --copy --automake || die "intltoolize failed" + eautoreconf + fi =20 # disable pyc compiling mv py-compile py-compile.orig