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 1PsLJl-0002Bv-Pe for garchives@archives.gentoo.org; Wed, 23 Feb 2011 20:28:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDEA51C00B; Wed, 23 Feb 2011 20:28:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8B17B1C00B for ; Wed, 23 Feb 2011 20:28:05 +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 F10DB1B410C for ; Wed, 23 Feb 2011 20:28:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 594888006A for ; Wed, 23 Feb 2011 20:28:04 +0000 (UTC) From: "Priit Laes" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Priit Laes" Message-ID: <8b54fafee2cb3f5739cb914c580fed39dad5e17b.plaes@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: net-libs/webkit-gtk/ X-VCS-Repository: proj/gnome X-VCS-Files: net-libs/webkit-gtk/webkit-gtk-1.3.11-r200.ebuild net-libs/webkit-gtk/webkit-gtk-1.3.11.ebuild net-libs/webkit-gtk/webkit-gtk-1.3.12-r200.ebuild net-libs/webkit-gtk/webkit-gtk-1.3.12.ebuild X-VCS-Directories: net-libs/webkit-gtk/ X-VCS-Committer: plaes X-VCS-Committer-Name: Priit Laes X-VCS-Revision: 8b54fafee2cb3f5739cb914c580fed39dad5e17b Date: Wed, 23 Feb 2011 20:28:04 +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: 9f075393e4f476568b93aa985283a2d4 commit: 8b54fafee2cb3f5739cb914c580fed39dad5e17b Author: Priit Laes plaes org> AuthorDate: Wed Feb 23 20:23:56 2011 +0000 Commit: Priit Laes plaes org> CommitDate: Wed Feb 23 20:23:56 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D8b54fafe net-libs/webkit-gtk: Bump to 1.3.12 --- ...1-r200.ebuild =3D> webkit-gtk-1.3.12-r200.ebuild} | 14 ++++++++----= -- ...-gtk-1.3.11.ebuild =3D> webkit-gtk-1.3.12.ebuild} | 19 +++++++++++-= ------- 2 files changed, 19 insertions(+), 14 deletions(-) diff --git a/net-libs/webkit-gtk/webkit-gtk-1.3.11-r200.ebuild b/net-libs= /webkit-gtk/webkit-gtk-1.3.12-r200.ebuild similarity index 92% rename from net-libs/webkit-gtk/webkit-gtk-1.3.11-r200.ebuild rename to net-libs/webkit-gtk/webkit-gtk-1.3.12-r200.ebuild index 58ff81a..869c130 100644 --- a/net-libs/webkit-gtk/webkit-gtk-1.3.11-r200.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-1.3.12-r200.ebuild @@ -15,7 +15,7 @@ LICENSE=3D"LGPL-2 LGPL-2.1 BSD" SLOT=3D"2" KEYWORDS=3D"~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd ~x86-fre= ebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos" # aqua, geoclue -IUSE=3D"coverage debug doc +gstreamer +introspection +jit" +IUSE=3D"coverage debug doc spell +gstreamer +introspection +jit" =20 # use sqlite, svg by default # dependency on >=3Dx11-libs/gtk+-2.13:2 for gail @@ -30,9 +30,8 @@ RDEPEND=3D" >=3Ddev-libs/glib-2.27.90 >=3Dx11-libs/gtk+-2.13:2 >=3Ddev-libs/icu-3.8.1-r1 - >=3Dnet-libs/libsoup-2.33.4 + >=3Dnet-libs/libsoup-2.33.6 >=3Ddev-db/sqlite-3 - >=3Dapp-text/enchant-0.22 >=3Dx11-libs/pango-1.12 =20 gstreamer? ( @@ -40,7 +39,10 @@ RDEPEND=3D" >=3Dmedia-libs/gst-plugins-base-0.10.25:0.10 ) =20 introspection? ( - >=3Ddev-libs/gobject-introspection-0.9.5 )" + >=3Ddev-libs/gobject-introspection-0.9.5 ) + + spell? ( + >=3Dapp-text/enchant-0.22 )" =20 DEPEND=3D"${RDEPEND} >=3Dsys-devel/flex-2.5.33 @@ -84,12 +86,12 @@ src_configure() { myconf=3D" $(use_enable coverage) $(use_enable debug) + $(use_enable spell spellcheck) $(use_enable introspection) $(use_enable gstreamer video) $(use_enable jit) - --enable-blob --with-gtk=3D2.0 - --disable-WebGL + --disable-webgl --disable-webkit2 --disable-web-sockets" # quartz patch above does not apply anymore diff --git a/net-libs/webkit-gtk/webkit-gtk-1.3.11.ebuild b/net-libs/webk= it-gtk/webkit-gtk-1.3.12.ebuild similarity index 91% rename from net-libs/webkit-gtk/webkit-gtk-1.3.11.ebuild rename to net-libs/webkit-gtk/webkit-gtk-1.3.12.ebuild index d655d6a..9603900 100644 --- a/net-libs/webkit-gtk/webkit-gtk-1.3.11.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-1.3.12.ebuild @@ -15,7 +15,7 @@ LICENSE=3D"LGPL-2 LGPL-2.1 BSD" SLOT=3D"3" KEYWORDS=3D"~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd ~x86-fre= ebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos" # aqua, geoclue -IUSE=3D"coverage debug doc +gstreamer +introspection +jit" +IUSE=3D"coverage debug doc +gstreamer +introspection +jit spell" =20 # use sqlite, svg by default # dependency on >=3Dx11-libs/gtk+-2.13:2 for gail @@ -28,11 +28,10 @@ RDEPEND=3D" media-libs/libpng x11-libs/cairo >=3Ddev-libs/glib-2.27.90 - >=3Dx11-libs/gtk+-2.91.7:3 + >=3Dx11-libs/gtk+-3.0:3 >=3Ddev-libs/icu-3.8.1-r1 - >=3Dnet-libs/libsoup-2.33.4 + >=3Dnet-libs/libsoup-2.33.6 >=3Ddev-db/sqlite-3 - >=3Dapp-text/enchant-0.22 >=3Dx11-libs/pango-1.12 =20 gstreamer? ( @@ -40,7 +39,11 @@ RDEPEND=3D" >=3Dmedia-libs/gst-plugins-base-0.10.25:0.10 ) =20 introspection? ( - >=3Ddev-libs/gobject-introspection-0.9.5 )" + >=3Ddev-libs/gobject-introspection-0.9.5 ) + + spell? ( + >=3Dapp-text/enchant-0.22 )" + =20 DEPEND=3D"${RDEPEND} >=3Dsys-devel/flex-2.5.33 @@ -79,17 +82,17 @@ src_configure() { =20 # XXX: Check Web Audio support # XXX: websockets disabled due to security issue in protocol - # XXX: WebGL fails compilation + # XXX: webgl fails compilation # XXX: Wtf is WebKit2? myconf=3D" $(use_enable coverage) $(use_enable debug) + $(use_enable spell spellcheck) $(use_enable introspection) $(use_enable gstreamer video) $(use_enable jit) - --enable-blob + --disable-webgl --with-gtk=3D3.0 - --disable-WebGL --disable-webkit2 --disable-web-sockets" # quartz patch above does not apply anymore