forked from hasufell/hasufell-repository
net-www/inox*: bump to 53.0.2785.92
This commit is contained in:
parent
0059d8e918
commit
f6ddbb0207
@ -60,6 +60,7 @@ MYOPTIONS="
|
|||||||
sse2
|
sse2
|
||||||
( providers: jpeg-turbo )
|
( providers: jpeg-turbo )
|
||||||
( providers: eudev systemd ) [[ number-selected = exactly-one ]]
|
( 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,
|
# 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
|
virtual/usb:1
|
||||||
x11-libs/cairo[X]
|
x11-libs/cairo[X]
|
||||||
x11-libs/gdk-pixbuf:2.0
|
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/harfbuzz
|
||||||
x11-libs/libX11
|
x11-libs/libX11
|
||||||
x11-libs/libXScrnSaver
|
x11-libs/libXScrnSaver
|
||||||
@ -123,7 +125,8 @@ DEPENDENCIES="
|
|||||||
cups? (
|
cups? (
|
||||||
dev-libs/libgcrypt
|
dev-libs/libgcrypt
|
||||||
net-print/cups
|
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 )
|
gconf? ( gnome-platform/GConf:2 )
|
||||||
keyring? ( gnome-desktop/libgnome-keyring:1 )
|
keyring? ( gnome-desktop/libgnome-keyring:1 )
|
||||||
@ -217,6 +220,7 @@ inox_src_configure() {
|
|||||||
no_strict_aliasing=1
|
no_strict_aliasing=1
|
||||||
|
|
||||||
use_cups=$(option cups 1 0)
|
use_cups=$(option cups 1 0)
|
||||||
|
use_gtk3=$(option providers:gtk3 1 0)
|
||||||
use_gconf=$(option gconf 1 0)
|
use_gconf=$(option gconf 1 0)
|
||||||
use_gnome_keyring=$(option keyring 1 0)
|
use_gnome_keyring=$(option keyring 1 0)
|
||||||
use_pulseaudio=$(option pulseaudio 1 0)
|
use_pulseaudio=$(option pulseaudio 1 0)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Copyright 2009 Heiko Przybyl <zuxez@cs.tu-berlin.de>
|
# Copyright 2009 Heiko Przybyl <zuxez@cs.tu-berlin.de>
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# 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+="
|
DESCRIPTION+="
|
||||||
Chromium has three release channels: Stable, Beta, and Dev. This package corresponds to the Stable
|
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
|
# 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
|
# $ 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() {
|
src_prepare() {
|
||||||
inox_src_prepare
|
inox_src_prepare
|
Loading…
Reference in New Issue
Block a user