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 BCC94139085 for ; Sun, 5 Feb 2017 03:54:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3555E0D18; Sun, 5 Feb 2017 03:54:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE84BE0D18 for ; Sun, 5 Feb 2017 03:54:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F14334162B for ; Sun, 5 Feb 2017 03:54:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 899923B8E for ; Sun, 5 Feb 2017 03:54:22 +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: <1486266803.a88d343824cd6274145187274abd03af0963d4c4.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.19_alpha.ebuild www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.21_beta.ebuild X-VCS-Directories: www-plugins/chrome-binary-plugins/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: a88d343824cd6274145187274abd03af0963d4c4 X-VCS-Branch: master Date: Sun, 5 Feb 2017 03:54:22 +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: edaa37cf-be50-476e-8611-0b1a98cd8aee X-Archives-Hash: fddf7980cfb22565c2a80a26cb61273c commit: a88d343824cd6274145187274abd03af0963d4c4 Author: Mike Gilbert gentoo org> AuthorDate: Sun Feb 5 03:53:23 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Feb 5 03:53:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a88d3438 Revert "www-plugins/chrome-binary-plugins: drop libwidvinecdm.so" This reverts commit 62cf495a54341e663828e1e7902fb3ced39b3d76. This should probably get dropped from www-client/chromium instead. .../chrome-binary-plugins-57.0.2987.19_alpha.ebuild | 7 +++++-- .../chrome-binary-plugins-57.0.2987.21_beta.ebuild | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.19_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.19_alpha.ebuild index 7befd7e..b4975ca 100644 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.19_alpha.ebuild +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.19_alpha.ebuild @@ -53,8 +53,11 @@ pkg_nofetch() { src_install() { local version + insinto /usr/$(get_libdir)/chromium if use widevine; then - insinto usr/$(get_libdir)/chromium-browser - doins libwidevinecdmadapter.so + doins libwidevinecdm.so libwidevinecdmadapter.so + dosym ../chromium/libwidevinecdm.so /usr/$(get_libdir)/chromium-browser/libwidevinecdm.so + strings ./chrome | grep -C 1 " (version:" | tail -1 > widevine.version + doins widevine.version fi } diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.21_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.21_beta.ebuild index 7befd7e..b4975ca 100644 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.21_beta.ebuild +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.21_beta.ebuild @@ -53,8 +53,11 @@ pkg_nofetch() { src_install() { local version + insinto /usr/$(get_libdir)/chromium if use widevine; then - insinto usr/$(get_libdir)/chromium-browser - doins libwidevinecdmadapter.so + doins libwidevinecdm.so libwidevinecdmadapter.so + dosym ../chromium/libwidevinecdm.so /usr/$(get_libdir)/chromium-browser/libwidevinecdm.so + strings ./chrome | grep -C 1 " (version:" | tail -1 > widevine.version + doins widevine.version fi }