From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E7DB6138454 for ; Fri, 11 Sep 2015 16:31:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1DA4E076D; Fri, 11 Sep 2015 16:31:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B4DAE076D for ; Fri, 11 Sep 2015 16:31:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3C6EE34091F for ; Fri, 11 Sep 2015 16:31:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A8CD170 for ; Fri, 11 Sep 2015 16:31:14 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1441989029.bc7b92e875db316b8b81055c21334dcd0dcbd16c.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/chromium/, www-client/chromium/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/chromium/chromium-47.0.2503.0.ebuild www-client/chromium/files/chromium-widevine-r1.patch www-client/chromium/metadata.xml X-VCS-Directories: www-client/chromium/files/ www-client/chromium/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: bc7b92e875db316b8b81055c21334dcd0dcbd16c X-VCS-Branch: master Date: Fri, 11 Sep 2015 16:31:14 +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-Archives-Salt: d83b51fb-06f4-431a-a039-30c4cb36358f X-Archives-Hash: ca12951972971150648bc20046bd8459 commit: bc7b92e875db316b8b81055c21334dcd0dcbd16c Author: Mike Gilbert gentoo org> AuthorDate: Fri Sep 11 16:22:48 2015 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Sep 11 16:30:29 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc7b92e8 www-client/chromium: Restore widevine support in the dev channel (47) This includes a minimal patch to get chromium to compile. The widevine version is reported as "unknown" in chrome://plugins. A more robust solution should really be implemented upstream. Tested by viewing a video on Netflix. Based on work by Greg Turner and Ari Entlich. Closes #37. Bug: https://bugs.gentoo.org/547630 Bug: https://crbug.com/473866 Package-Manager: portage-2.2.20 www-client/chromium/chromium-47.0.2503.0.ebuild | 10 +++++++--- www-client/chromium/files/chromium-widevine-r1.patch | 14 ++++++++++++++ www-client/chromium/metadata.xml | 1 + 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/www-client/chromium/chromium-47.0.2503.0.ebuild b/www-client/chromium/chromium-47.0.2503.0.ebuild index a29ad86..346ae3a 100644 --- a/www-client/chromium/chromium-47.0.2503.0.ebuild +++ b/www-client/chromium/chromium-47.0.2503.0.ebuild @@ -19,7 +19,7 @@ SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P} LICENSE="BSD hotwording? ( no-source-code )" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" -IUSE="cups gnome gnome-keyring hidpi hotwording kerberos neon pic +proprietary-codecs pulseaudio selinux +tcmalloc" +IUSE="cups gnome gnome-keyring hidpi hotwording kerberos neon pic +proprietary-codecs pulseaudio selinux +tcmalloc widevine" RESTRICT="proprietary-codecs? ( bindist )" # Native Client binaries are compiled with different set of flags, bug #452066. @@ -100,7 +100,8 @@ RDEPEND+=" virtual/opengl virtual/ttf-fonts selinux? ( sec-policy/selinux-chromium ) - tcmalloc? ( !Disable optimized assembly code that is not PIC friendly Enable proprietary codecs like H.264, MP3 Use bundled tcmalloc instead of system malloc + Unsupported closed-source DRM capability (required by Netflix VOD)