From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 21625138334 for ; Sun, 2 Dec 2018 21:43:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AAA9E0B0E; Sun, 2 Dec 2018 21:43:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE680E0B0E for ; Sun, 2 Dec 2018 21:43:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 89D37335C16 for ; Sun, 2 Dec 2018 21:43:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B55EB4CD for ; Sun, 2 Dec 2018 21:43:10 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1543786769.ccb3a982dbfa9c49c48eb4db80d1e2d1f870abb1.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/ffmpeg/ffmpeg-4.0.2.ebuild media-video/ffmpeg/ffmpeg-4.0.3.ebuild media-video/ffmpeg/ffmpeg-4.1.ebuild media-video/ffmpeg/ffmpeg-9999.ebuild X-VCS-Directories: media-video/ffmpeg/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: ccb3a982dbfa9c49c48eb4db80d1e2d1f870abb1 X-VCS-Branch: master Date: Sun, 2 Dec 2018 21:43:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dd440963-e89f-40cc-bd22-4ce08d380f0b X-Archives-Hash: ce9ea7e16dc7b0c99340e78354a70708 commit: ccb3a982dbfa9c49c48eb4db80d1e2d1f870abb1 Author: James Le Cuirot gentoo org> AuthorDate: Sat Dec 1 23:13:53 2018 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Dec 2 21:39:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccb3a982 media-video/ffmpeg: Fix Chromium build for v4+ I don't know why enabling OpenCL causes the browser to segfault as I found this out through trial and error. It's not worth touching the older versions as they don't work against recent browser versions anyway. No revbump as few people enable this flag. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: James Le Cuirot gentoo.org> media-video/ffmpeg/ffmpeg-4.0.2.ebuild | 2 +- media-video/ffmpeg/ffmpeg-4.0.3.ebuild | 2 +- media-video/ffmpeg/ffmpeg-4.1.ebuild | 2 +- media-video/ffmpeg/ffmpeg-9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-video/ffmpeg/ffmpeg-4.0.2.ebuild b/media-video/ffmpeg/ffmpeg-4.0.2.ebuild index e5d58988d8c..3a5a70b3e2b 100644 --- a/media-video/ffmpeg/ffmpeg-4.0.2.ebuild +++ b/media-video/ffmpeg/ffmpeg-4.0.2.ebuild @@ -454,7 +454,7 @@ multilib_src_configure() { --disable-shared \ --enable-static \ --enable-pic \ - --extra-cflags="-DFF_API_CONVERGENCE_DURATION=0" + --disable-opencl echo "${@}" "${@}" || die popd >/dev/null || die diff --git a/media-video/ffmpeg/ffmpeg-4.0.3.ebuild b/media-video/ffmpeg/ffmpeg-4.0.3.ebuild index 837267e198a..0e284c3f051 100644 --- a/media-video/ffmpeg/ffmpeg-4.0.3.ebuild +++ b/media-video/ffmpeg/ffmpeg-4.0.3.ebuild @@ -455,7 +455,7 @@ multilib_src_configure() { --disable-shared \ --enable-static \ --enable-pic \ - --extra-cflags="-DFF_API_CONVERGENCE_DURATION=0" + --disable-opencl echo "${@}" "${@}" || die popd >/dev/null || die diff --git a/media-video/ffmpeg/ffmpeg-4.1.ebuild b/media-video/ffmpeg/ffmpeg-4.1.ebuild index 4b16f79189e..1b1172dce71 100644 --- a/media-video/ffmpeg/ffmpeg-4.1.ebuild +++ b/media-video/ffmpeg/ffmpeg-4.1.ebuild @@ -460,7 +460,7 @@ multilib_src_configure() { --disable-shared \ --enable-static \ --enable-pic \ - --extra-cflags="-DFF_API_CONVERGENCE_DURATION=0" + --disable-opencl echo "${@}" "${@}" || die popd >/dev/null || die diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index 869c06071cf..b3739eb76f8 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -459,7 +459,7 @@ multilib_src_configure() { --disable-shared \ --enable-static \ --enable-pic \ - --extra-cflags="-DFF_API_CONVERGENCE_DURATION=0" + --disable-opencl echo "${@}" "${@}" || die popd >/dev/null || die