From 9cda6edb27c2288e01ced3a797afb86b5bd9f2b1 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Mon, 30 Jan 2017 01:10:02 -0500 Subject: [PATCH] www-client/chromium: conditionally apply system-ffmpeg patch This patch causes chromium to segfault when using the bundled ffmpeg. Bug: https://bugs.gentoo.org/607454 Package-Manager: Portage-2.3.3_p42_p352298, Repoman-2.3.1_p35_p352298 --- ....76.ebuild => chromium-56.0.2924.76-r1.ebuild} | 15 ++++++++------- www-client/chromium/chromium-57.0.2987.13.ebuild | 12 +++++++----- 2 files changed, 15 insertions(+), 12 deletions(-) rename www-client/chromium/{chromium-56.0.2924.76.ebuild => chromium-56.0.2924.76-r1.ebuild} (98%) diff --git a/www-client/chromium/chromium-56.0.2924.76.ebuild b/www-client/chromium/chromium-56.0.2924.76-r1.ebuild similarity index 98% rename from www-client/chromium/chromium-56.0.2924.76.ebuild rename to www-client/chromium/chromium-56.0.2924.76-r1.ebuild index f72fda4c3e08..aa48b74ddb99 100644 --- a/www-client/chromium/chromium-56.0.2924.76.ebuild +++ b/www-client/chromium/chromium-56.0.2924.76-r1.ebuild @@ -155,13 +155,6 @@ For other desktop environments, try one of the following: - x11-themes/tango-icon-theme " -PATCHES=( - "${FILESDIR}/${PN}-system-ffmpeg-r4.patch" - "${FILESDIR}/${PN}-widevine-r1.patch" - "${FILESDIR}/${PN}-glibc-2.24.patch" - "${FILESDIR}/${PN}-56-gcc4.patch" -) - pre_build_checks() { if [[ ${MERGE_TYPE} != binary ]]; then local -x CPP="$(tc-getCXX) -E" @@ -201,6 +194,14 @@ pkg_setup() { } src_prepare() { + local PATCHES=( + "${FILESDIR}/${PN}-widevine-r1.patch" + "${FILESDIR}/${PN}-glibc-2.24.patch" + "${FILESDIR}/${PN}-56-gcc4.patch" + ) + + use system-ffmpeg && PATCHES+=( "${FILESDIR}/${PN}-system-ffmpeg-r4.patch" ) + default local keeplibs=( diff --git a/www-client/chromium/chromium-57.0.2987.13.ebuild b/www-client/chromium/chromium-57.0.2987.13.ebuild index 139ec0c30d84..f9ea58616254 100644 --- a/www-client/chromium/chromium-57.0.2987.13.ebuild +++ b/www-client/chromium/chromium-57.0.2987.13.ebuild @@ -155,11 +155,6 @@ For other desktop environments, try one of the following: - x11-themes/tango-icon-theme " -PATCHES=( - "${FILESDIR}/${PN}-system-ffmpeg-r4.patch" - "${FILESDIR}/${PN}-widevine-r1.patch" -) - pre_build_checks() { if [[ ${MERGE_TYPE} != binary ]]; then local -x CPP="$(tc-getCXX) -E" @@ -201,6 +196,13 @@ pkg_setup() { } src_prepare() { + local PATCHES=( + "${FILESDIR}/${PN}-widevine-r1.patch" + "${FILESDIR}/${PN}-FORTIFY_SOURCE.patch" + ) + + use system-ffmpeg && PATCHES+=( "${FILESDIR}/${PN}-system-ffmpeg-r4.patch" ) + default local keeplibs=( -- 2.26.2