forked from hasufell/hasufell-repository
net-www/inox*: bump to 59.0.3071.115
This commit is contained in:
parent
213cd044c7
commit
a70a7da063
@ -53,9 +53,10 @@ SLOT="0"
|
|||||||
MYOPTIONS="
|
MYOPTIONS="
|
||||||
bindist
|
bindist
|
||||||
cups
|
cups
|
||||||
gconf
|
|
||||||
keyring [[ description = [ Store passwords using GNOME Keyring ] ]]
|
keyring [[ description = [ Store passwords using GNOME Keyring ] ]]
|
||||||
pulseaudio
|
pulseaudio
|
||||||
|
suid-sandbox [[ description = [ Enable Chromium's SUID sandbox, only necessary for
|
||||||
|
kernels built without user namespaces ] ]]
|
||||||
platform:
|
platform:
|
||||||
amd64
|
amd64
|
||||||
x86
|
x86
|
||||||
@ -72,7 +73,9 @@ MYOPTIONS="
|
|||||||
|
|
||||||
# TODO: GN build with system speech dispatcher and libevent
|
# TODO: GN build with system speech dispatcher and libevent
|
||||||
# app-speech/speechd[>=0.8]
|
# app-speech/speechd[>=0.8]
|
||||||
|
# dev-libs/icu:=
|
||||||
# dev-libs/libevent[>=1.4.13]
|
# dev-libs/libevent[>=1.4.13]
|
||||||
|
# dev-libs/libxml2:2.0[>=2.6.32]
|
||||||
# media-libs/libvpx[>=1.6.0-r1]
|
# media-libs/libvpx[>=1.6.0-r1]
|
||||||
DEPENDENCIES="
|
DEPENDENCIES="
|
||||||
build:
|
build:
|
||||||
@ -94,8 +97,6 @@ DEPENDENCIES="
|
|||||||
dev-libs/dbus-glib:1[>=0.84]
|
dev-libs/dbus-glib:1[>=0.84]
|
||||||
dev-libs/expat
|
dev-libs/expat
|
||||||
dev-libs/glib:2[>=2.26] [[ note = [ for gsettings ] ]]
|
dev-libs/glib:2[>=2.26] [[ note = [ for gsettings ] ]]
|
||||||
dev-libs/icu:=
|
|
||||||
dev-libs/libxml2:2.0[>=2.6.32]
|
|
||||||
dev-libs/libxslt[>=1.1.26]
|
dev-libs/libxslt[>=1.1.26]
|
||||||
dev-libs/nspr[>=4.0]
|
dev-libs/nspr[>=4.0]
|
||||||
dev-libs/nss[>=3.12.3] [[ note = [ see base/nss_util.cc for the version requirement ] ]]
|
dev-libs/nss[>=3.12.3] [[ note = [ see base/nss_util.cc for the version requirement ] ]]
|
||||||
@ -108,11 +109,10 @@ DEPENDENCIES="
|
|||||||
net-libs/libsrtp
|
net-libs/libsrtp
|
||||||
sys-apps/dbus
|
sys-apps/dbus
|
||||||
sys-apps/pciutils
|
sys-apps/pciutils
|
||||||
providers:eudev? ( sys-apps/eudev )
|
|
||||||
providers:systemd? ( sys-apps/systemd )
|
|
||||||
sys-libs/zlib[>=1.2.7-r1]
|
sys-libs/zlib[>=1.2.7-r1]
|
||||||
sys-sound/alsa-lib
|
sys-sound/alsa-lib
|
||||||
virtual/usb:1
|
virtual/usb:1
|
||||||
|
x11-dri/libdrm
|
||||||
x11-libs/cairo[X]
|
x11-libs/cairo[X]
|
||||||
x11-libs/gdk-pixbuf:2.0
|
x11-libs/gdk-pixbuf:2.0
|
||||||
x11-libs/harfbuzz[>=1.4.2]
|
x11-libs/harfbuzz[>=1.4.2]
|
||||||
@ -133,9 +133,10 @@ DEPENDENCIES="
|
|||||||
dev-libs/libgcrypt
|
dev-libs/libgcrypt
|
||||||
net-print/cups
|
net-print/cups
|
||||||
)
|
)
|
||||||
gconf? ( gnome-platform/GConf:2 )
|
|
||||||
keyring? ( gnome-desktop/libgnome-keyring:1 )
|
keyring? ( gnome-desktop/libgnome-keyring:1 )
|
||||||
|
providers:eudev? ( sys-apps/eudev )
|
||||||
providers:jpeg-turbo? ( media-libs/libjpeg-turbo )
|
providers:jpeg-turbo? ( media-libs/libjpeg-turbo )
|
||||||
|
providers:systemd? ( sys-apps/systemd )
|
||||||
pulseaudio? ( media-sound/pulseaudio )
|
pulseaudio? ( media-sound/pulseaudio )
|
||||||
run:
|
run:
|
||||||
x11-libs/gtk+:3
|
x11-libs/gtk+:3
|
||||||
@ -174,6 +175,9 @@ inox_src_prepare() {
|
|||||||
# this one is unneded and doesn't apply cleanly
|
# this one is unneded and doesn't apply cleanly
|
||||||
edo rm "${WORKBASE}"/inox-patchset-${PATCHSET}/*launcher-branding.patch
|
edo rm "${WORKBASE}"/inox-patchset-${PATCHSET}/*launcher-branding.patch
|
||||||
# fire up the inox patches
|
# fire up the inox patches
|
||||||
|
edo sed -i \
|
||||||
|
-e 's|\/src\/ports|\/third_party\/skia\/src\/ports|' \
|
||||||
|
"${WORKBASE}"/inox-patchset-${PATCHSET}/0001-Clip-FreeType-glyph-bitmap-to-mask.patch
|
||||||
expatch "${WORKBASE}"/inox-patchset-${PATCHSET}/
|
expatch "${WORKBASE}"/inox-patchset-${PATCHSET}/
|
||||||
|
|
||||||
default
|
default
|
||||||
@ -226,6 +230,7 @@ inox_src_prepare() {
|
|||||||
third_party/fips181
|
third_party/fips181
|
||||||
third_party/flatbuffers
|
third_party/flatbuffers
|
||||||
third_party/flot
|
third_party/flot
|
||||||
|
third_party/freetype
|
||||||
third_party/google_input_tools
|
third_party/google_input_tools
|
||||||
third_party/google_input_tools/third_party/closure_library
|
third_party/google_input_tools/third_party/closure_library
|
||||||
third_party/google_input_tools/third_party/closure_library/third_party/closure
|
third_party/google_input_tools/third_party/closure_library/third_party/closure
|
||||||
@ -244,8 +249,9 @@ inox_src_prepare() {
|
|||||||
third_party/libsrtp
|
third_party/libsrtp
|
||||||
third_party/libudev
|
third_party/libudev
|
||||||
third_party/libusb
|
third_party/libusb
|
||||||
|
third_party/libva
|
||||||
third_party/libwebm
|
third_party/libwebm
|
||||||
third_party/libxml/chromium
|
third_party/libxml
|
||||||
third_party/libyuv
|
third_party/libyuv
|
||||||
third_party/lss
|
third_party/lss
|
||||||
third_party/lzma_sdk
|
third_party/lzma_sdk
|
||||||
@ -262,14 +268,13 @@ inox_src_prepare() {
|
|||||||
third_party/pdfium
|
third_party/pdfium
|
||||||
third_party/pdfium/third_party/agg23
|
third_party/pdfium/third_party/agg23
|
||||||
third_party/pdfium/third_party/base
|
third_party/pdfium/third_party/base
|
||||||
|
third_party/pdfium/third_party/build
|
||||||
third_party/pdfium/third_party/bigint
|
third_party/pdfium/third_party/bigint
|
||||||
third_party/pdfium/third_party/freetype
|
third_party/pdfium/third_party/freetype
|
||||||
third_party/pdfium/third_party/lcms2-2.6
|
third_party/pdfium/third_party/lcms2-2.6
|
||||||
third_party/pdfium/third_party/libjpeg
|
|
||||||
third_party/pdfium/third_party/libopenjpeg20
|
third_party/pdfium/third_party/libopenjpeg20
|
||||||
third_party/pdfium/third_party/libpng16
|
third_party/pdfium/third_party/libpng16
|
||||||
third_party/pdfium/third_party/libtiff
|
third_party/pdfium/third_party/libtiff
|
||||||
third_party/pdfium/third_party/zlib_v128
|
|
||||||
third_party/ply
|
third_party/ply
|
||||||
third_party/polymer
|
third_party/polymer
|
||||||
third_party/protobuf
|
third_party/protobuf
|
||||||
@ -279,6 +284,10 @@ inox_src_prepare() {
|
|||||||
third_party/skia
|
third_party/skia
|
||||||
third_party/smhasher
|
third_party/smhasher
|
||||||
third_party/sqlite
|
third_party/sqlite
|
||||||
|
third_party/swiftshader
|
||||||
|
third_party/swiftshader/third_party/llvm-subzero
|
||||||
|
third_party/swiftshader/third_party/pnacl-subzero
|
||||||
|
third_party/swiftshader/third_party/subzero
|
||||||
third_party/tcmalloc
|
third_party/tcmalloc
|
||||||
third_party/usrsctp
|
third_party/usrsctp
|
||||||
third_party/web-animations-js
|
third_party/web-animations-js
|
||||||
@ -313,6 +322,10 @@ inox_src_prepare() {
|
|||||||
keeplibs+=( third_party/libvpx )
|
keeplibs+=( third_party/libvpx )
|
||||||
keeplibs+=( third_party/libvpx/source/libvpx/third_party/x86inc )
|
keeplibs+=( third_party/libvpx/source/libvpx/third_party/x86inc )
|
||||||
|
|
||||||
|
# TODO: keep icu (59.0.3071.86 fails to compile with the current icu-59.1
|
||||||
|
keeplibs+=( third_party/icu/common )
|
||||||
|
keeplibs+=( third_party/icu/source )
|
||||||
|
|
||||||
# remove some of the bundled libraries
|
# remove some of the bundled libraries
|
||||||
edo build/linux/unbundle/remove_bundled_libraries.py "${keeplibs[@]}" --do-remove
|
edo build/linux/unbundle/remove_bundled_libraries.py "${keeplibs[@]}" --do-remove
|
||||||
|
|
||||||
@ -343,18 +356,19 @@ inox_src_prepare() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
inox_src_configure() {
|
inox_src_configure() {
|
||||||
|
# icu: 59.0.3071.86 https://chromium-review.googlesource.com/c/505173/
|
||||||
# re2: not yet packaged
|
# re2: not yet packaged
|
||||||
# libevent: https://bugs.gentoo.org/593458
|
# libevent: https://bugs.gentoo.org/593458
|
||||||
# libvpx: 58.0.3029.81 fails to compile
|
# libvpx: 58.0.3029.81 fails to compile
|
||||||
|
# libxml: 59.0.3071.86 https://bugs.gentoo.org/616818
|
||||||
# ffmpeg: unknown
|
# ffmpeg: unknown
|
||||||
local gn_system_libraries="
|
local gn_system_libraries="
|
||||||
flac
|
flac
|
||||||
harfbuzz-ng
|
harfbuzz-ng
|
||||||
icu
|
libdrm
|
||||||
libjpeg
|
libjpeg
|
||||||
libpng
|
libpng
|
||||||
libwebp
|
libwebp
|
||||||
libxml
|
|
||||||
libxslt
|
libxslt
|
||||||
snappy
|
snappy
|
||||||
yasm
|
yasm
|
||||||
@ -376,6 +390,9 @@ inox_src_configure() {
|
|||||||
# GN needs explicit config for Debug/Release as opposed to inferring it from build directory
|
# GN needs explicit config for Debug/Release as opposed to inferring it from build directory
|
||||||
myconf_gn+=" is_debug=false"
|
myconf_gn+=" is_debug=false"
|
||||||
|
|
||||||
|
# Use tcmalloc
|
||||||
|
myconf_gn+=" use_allocator=\"tcmalloc\""
|
||||||
|
|
||||||
# Disable nacl, we can't build without pnacl (http://crbug.com/269560)
|
# Disable nacl, we can't build without pnacl (http://crbug.com/269560)
|
||||||
myconf_gn+=" enable_nacl=false"
|
myconf_gn+=" enable_nacl=false"
|
||||||
|
|
||||||
@ -393,6 +410,7 @@ inox_src_configure() {
|
|||||||
# Disable fatal linker warnings, Gentoo bug 506268
|
# Disable fatal linker warnings, Gentoo bug 506268
|
||||||
myconf_gn+=" fatal_linker_warnings=false"
|
myconf_gn+=" fatal_linker_warnings=false"
|
||||||
|
|
||||||
|
# Follow upstream advice on the chromium-packagers group
|
||||||
myconf_gn+=" fieldtrial_testing_like_official_build=true"
|
myconf_gn+=" fieldtrial_testing_like_official_build=true"
|
||||||
|
|
||||||
# FFmpeg handling
|
# FFmpeg handling
|
||||||
@ -403,8 +421,8 @@ inox_src_configure() {
|
|||||||
# Options
|
# Options
|
||||||
# TODO: link_pulseaudio=true for GN
|
# TODO: link_pulseaudio=true for GN
|
||||||
myconf_gn+=" enable_widevine=true"
|
myconf_gn+=" enable_widevine=true"
|
||||||
|
myconf_gn+=" link_pulseaudio=$(option pulseaudio true false)"
|
||||||
myconf_gn+=" use_cups=$(option cups true false)"
|
myconf_gn+=" use_cups=$(option cups true false)"
|
||||||
myconf_gn+=" use_gconf=$(option gconf true false)"
|
|
||||||
myconf_gn+=" use_gnome_keyring=$(option keyring true false)"
|
myconf_gn+=" use_gnome_keyring=$(option keyring true false)"
|
||||||
myconf_gn+=" use_pulseaudio=$(option pulseaudio true false)"
|
myconf_gn+=" use_pulseaudio=$(option pulseaudio true false)"
|
||||||
|
|
||||||
@ -416,8 +434,6 @@ inox_src_configure() {
|
|||||||
|
|
||||||
# inox specific
|
# inox specific
|
||||||
myconf_gn+=" enable_hangout_services_extension=false"
|
myconf_gn+=" enable_hangout_services_extension=false"
|
||||||
myconf_gn+=" enable_rlz=false"
|
|
||||||
myconf_gn+=" enable_rlz_support=false"
|
|
||||||
myconf_gn+=" enable_remoting=false"
|
myconf_gn+=" enable_remoting=false"
|
||||||
myconf_gn+=" enable_google_now=false"
|
myconf_gn+=" enable_google_now=false"
|
||||||
myconf_gn+=" safe_browsing_mode=0"
|
myconf_gn+=" safe_browsing_mode=0"
|
||||||
@ -438,7 +454,11 @@ inox_src_configure() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
inox_src_compile() {
|
inox_src_compile() {
|
||||||
eninja -C out/Release chrome chrome_sandbox
|
if optionq suid-sandbox; then
|
||||||
|
eninja -C out/Release chrome chrome_sandbox
|
||||||
|
else
|
||||||
|
eninja -C out/Release chrome
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
inox_src_test() {
|
inox_src_test() {
|
||||||
@ -538,14 +558,19 @@ inox_src_install() {
|
|||||||
|
|
||||||
exeinto ${dest}
|
exeinto ${dest}
|
||||||
newexe chrome inox
|
newexe chrome inox
|
||||||
newexe chrome_sandbox chrome-sandbox # the name is hardcoded
|
if optionq suid-sandbox; then
|
||||||
edo chmod 4755 "${IMAGE}"${dest}/chrome-sandbox
|
newexe chrome_sandbox inox-sandbox # the name is hardcoded
|
||||||
|
edo chmod 4755 "${IMAGE}"${dest}/inox-sandbox
|
||||||
|
fi
|
||||||
doexe "${FILES}"/inox-launcher.sh
|
doexe "${FILES}"/inox-launcher.sh
|
||||||
|
|
||||||
insinto ${dest}
|
insinto ${dest}
|
||||||
doins -r *.pak locales resources
|
doins -r *.pak locales resources
|
||||||
doins -r *.bin
|
doins -r *.bin
|
||||||
|
|
||||||
|
# TODO: Required by bundled icu
|
||||||
|
doins icudtl.dat
|
||||||
|
|
||||||
doins libwidevinecdmadapter.so
|
doins libwidevinecdmadapter.so
|
||||||
|
|
||||||
newman chrome.1 inox.1
|
newman chrome.1 inox.1
|
||||||
@ -553,6 +578,9 @@ inox_src_install() {
|
|||||||
dodir /usr/$(exhost --target)/bin
|
dodir /usr/$(exhost --target)/bin
|
||||||
dosym ${dest}/inox-launcher.sh /usr/$(exhost --target)/bin/inox-browser
|
dosym ${dest}/inox-launcher.sh /usr/$(exhost --target)/bin/inox-browser
|
||||||
|
|
||||||
|
insinto ${dest}/swiftshader
|
||||||
|
doins swiftshader/*.so
|
||||||
|
|
||||||
for size in 22 24 48 64 128 256 ; do
|
for size in 22 24 48 64 128 256 ; do
|
||||||
insinto /usr/share/icons/hicolor/${size}x${size}/apps
|
insinto /usr/share/icons/hicolor/${size}x${size}/apps
|
||||||
newins "${WORK}"/chrome/app/theme/chromium/product_logo_${size}.png inox-browser.png
|
newins "${WORK}"/chrome/app/theme/chromium/product_logo_${size}.png inox-browser.png
|
||||||
|
@ -13,6 +13,12 @@ PLATFORMS="~amd64 ~x86"
|
|||||||
|
|
||||||
RESTRICT=test
|
RESTRICT=test
|
||||||
|
|
||||||
|
# Temponary fix, chromium doesn't package freetype2 anymore
|
||||||
|
# https://groups.google.com/a/chromium.org/d/msg/chromium-packagers/wuInaKJkosg/kMfIV_7wDgAJ
|
||||||
|
DOWNLOADS+="
|
||||||
|
https://chromium.googlesource.com/chromium/src/third_party/freetype2/+archive/5a3490e054bda8a318ebde482.tar.gz -> \
|
||||||
|
freetype2-5a3490e054bda8a318ebde482.tar.gz"
|
||||||
|
|
||||||
# http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${PV}-1_amd64.deb
|
# http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${PV}-1_amd64.deb
|
||||||
# $ ar -x google-chrome-stable_${PV}-1_amd64.deb
|
# $ ar -x google-chrome-stable_${PV}-1_amd64.deb
|
||||||
# $ tar xf data.tar.xz
|
# $ tar xf data.tar.xz
|
||||||
@ -23,6 +29,16 @@ DEFAULT_SRC_PREPARE_PATCHES=(
|
|||||||
"${FILES}"/${PN}-58.0.3029.81-skia-avx2.patch
|
"${FILES}"/${PN}-58.0.3029.81-skia-avx2.patch
|
||||||
)
|
)
|
||||||
|
|
||||||
|
src_unpack() {
|
||||||
|
unpack chromium-${PV}.tar.xz
|
||||||
|
unpack inox-patches-${PATCHSET}.tar.gz
|
||||||
|
|
||||||
|
# Temponary fix, chromium doesn't package freetype2 anymore
|
||||||
|
edo mkdir "${WORK}"/third_party/freetype/src
|
||||||
|
edo cd "${WORK}"/third_party/freetype/src
|
||||||
|
unpack freetype2-5a3490e054bda8a318ebde482.tar.gz
|
||||||
|
}
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
inox_src_prepare
|
inox_src_prepare
|
||||||
|
|
Loading…
Reference in New Issue
Block a user