diff --git a/packages/net-www/exlibs/inox.exlib b/packages/net-www/exlibs/inox.exlib index f951c5de..6a2a5c28 100644 --- a/packages/net-www/exlibs/inox.exlib +++ b/packages/net-www/exlibs/inox.exlib @@ -60,6 +60,7 @@ MYOPTIONS=" sse2 ( providers: jpeg-turbo ) ( providers: eudev systemd ) [[ number-selected = exactly-one ]] + ( providers: gtk2 gtk3 ) [[ number-selected = exactly-one ]] " # http://crbug.com/62803 tracks the addition of a use_openssl option. Once that bug is closed, @@ -107,7 +108,8 @@ DEPENDENCIES=" virtual/usb:1 x11-libs/cairo[X] x11-libs/gdk-pixbuf:2.0 - x11-libs/gtk+:2[>=2.16] + providers:gtk2? ( x11-libs/gtk+:2[>=2.16.0] ) + providers:gtk3? ( x11-libs/gtk+:3 ) x11-libs/harfbuzz x11-libs/libX11 x11-libs/libXScrnSaver @@ -123,7 +125,8 @@ DEPENDENCIES=" cups? ( dev-libs/libgcrypt net-print/cups - x11-libs/gtk+:2[>=2.16][cups] + providers:gtk2? ( x11-libs/gtk+:2[>=2.16.0][cups] ) + providers:gtk3? ( x11-libs/gtk+:3[cups] ) ) gconf? ( gnome-platform/GConf:2 ) keyring? ( gnome-desktop/libgnome-keyring:1 ) @@ -217,6 +220,7 @@ inox_src_configure() { no_strict_aliasing=1 use_cups=$(option cups 1 0) + use_gtk3=$(option providers:gtk3 1 0) use_gconf=$(option gconf 1 0) use_gnome_keyring=$(option keyring 1 0) use_pulseaudio=$(option pulseaudio 1 0) diff --git a/packages/net-www/inox-flash-plugin/inox-flash-plugin-52.0.2743.116_1.exheres-0 b/packages/net-www/inox-flash-plugin/inox-flash-plugin-53.0.2785.92_1.exheres-0 similarity index 100% rename from packages/net-www/inox-flash-plugin/inox-flash-plugin-52.0.2743.116_1.exheres-0 rename to packages/net-www/inox-flash-plugin/inox-flash-plugin-53.0.2785.92_1.exheres-0 diff --git a/packages/net-www/inox-widevine-plugin/inox-widevine-plugin-52.0.2743.116_1.exheres-0 b/packages/net-www/inox-widevine-plugin/inox-widevine-plugin-53.0.2785.92_1.exheres-0 similarity index 100% rename from packages/net-www/inox-widevine-plugin/inox-widevine-plugin-52.0.2743.116_1.exheres-0 rename to packages/net-www/inox-widevine-plugin/inox-widevine-plugin-53.0.2785.92_1.exheres-0 diff --git a/packages/net-www/inox/inox-52.0.2743.116.exheres-0 b/packages/net-www/inox/inox-53.0.2785.92.exheres-0 similarity index 91% rename from packages/net-www/inox/inox-52.0.2743.116.exheres-0 rename to packages/net-www/inox/inox-53.0.2785.92.exheres-0 index 84997ddf..ef505bf6 100644 --- a/packages/net-www/inox/inox-52.0.2743.116.exheres-0 +++ b/packages/net-www/inox/inox-53.0.2785.92.exheres-0 @@ -2,7 +2,7 @@ # Copyright 2009 Heiko Przybyl # Distributed under the terms of the GNU General Public License v2 -require inox [ patchset="51.0.2704.79" ] +require inox [ patchset="53.0.2785.89" ] DESCRIPTION+=" Chromium has three release channels: Stable, Beta, and Dev. This package corresponds to the Stable @@ -16,7 +16,7 @@ RESTRICT=test # http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${PV}-1_{amd64,i386}.deb # $ strings ./opt/google/chrome/chrome | grep -C 1 " (version:" | tail -1 -WIDEVINE_VERSION=1.4.8.824 +WIDEVINE_VERSION=1.4.8.893 src_prepare() { inox_src_prepare