Skip to content

Commit

Permalink
Add updated chrome-binary-plugins uses widevine rather than drm use-flag
Browse files Browse the repository at this point in the history
  • Loading branch information
FireBurn committed Jan 27, 2015
1 parent 64f24cc commit 22574cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions www-plugins/chrome-binary-plugins/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DIST google-chrome-unstable_40.0.2188.2-1_amd64.deb 47798296 SHA256 8945bcd45571cc5169fe7ef1ffe2d9742fc1a7c19a69a650364243b908a4bff7 SHA512 905c8f684ee466e0da61696946da50389b2c6079f4832a6b68aae92eee9a8b26da5e82b9a67c4c4fdc0f4560ede35faff18330d46457aab2eaa1df3abf8ec2b4 WHIRLPOOL 19f707b8a7ffc918a1eff5553794912f29a4440eb7455a3401aa950c5e4994acea7617b38d67d3543e0abb08f74ea4733848d4a25435035e6436cc8a10fc9c52
DIST google-chrome-unstable_40.0.2188.2-1_i386.deb 47532726 SHA256 c141de5f9fffcfcebea4353a3b9139a584cd03d193c233616f56c699056c2066 SHA512 e0f4aabbeba9f361b20c87915f8e54fc00e648fc39b87ba49511ffc5302292b17b51e2fa030a15590602f2820bbab77956100a21e5de7412fb057f09950c14d0 WHIRLPOOL 6da03f3d5a7da8c2d3c6cc20c22941962f2cb65ea82cfeba4a168f410af17f0f6598855311ad7fc4dbfe47adc1c51a6265329220b14066719c1fa3acda5d8c65
DIST google-chrome-beta_41.0.2272.17-1_amd64.deb 47440942 SHA256 954eb15c79907d9ec0d090038e507b585941954d845cc13d48044d1084c94117 SHA512 79b4922e9e669b2566caf099bb5380c5fc2935af21bc450103a6f89f4b53f5eae2dbdb624b822c0b9092260cd52eedfdaacb402ff386c4216ebec4daf8eff6c0 WHIRLPOOL 1d387bcef5c3e38defda50c7bb12a1a4f6c7c261eeacb60e9a8eb772e38eaf978102aec0682ffb12f84eebf95638c1c2503a136c348081e92b0c42855934994a
DIST google-chrome-beta_41.0.2272.17-1_i386.deb 46415970 SHA256 aa8e078f011fa0c189711b91d1a413a5ed6c96597b9951c49cc68d6618684a71 SHA512 3dbe994208415b2a5fc155532df83da5215c669bc26878b0800b7c0de55675d9e6faf7f220181a29e5231536709548adf686cb157ec4f25b0a811248582e99f3 WHIRLPOOL c9cd12e3614dceb29afd6e2f24d12b1cce8e76616c78d19a080a40bbfa92349d4a65b1641d17d96d0490774271b8c1e76f066eded8fd353642a2dffb105b3ec9
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-40.0.2188.2_alpha1.ebuild,v 1.1 2014/10/15 00:36:10 floppym Exp $
# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-41.0.2272.17_beta1.ebuild,v 1.1 2015/01/27 21:10:02 floppym Exp $

EAPI=5

Expand Down Expand Up @@ -46,7 +46,7 @@ KEYWORDS="~amd64 ~x86"
fi

LICENSE="google-chrome"
IUSE="+drm +flash"
IUSE="+flash +widevine"
RESTRICT="bindist mirror strip"

for x in 0 beta stable unstable; do
Expand Down Expand Up @@ -74,12 +74,12 @@ fi
src_install() {
local version flapper

if use drm; then
if use widevine; then
insinto /usr/$(get_libdir)/chromium-browser/pepper/
doins libwidevinecdmadapter.so
doins libwidevinecdm.so

version="1.4.6.713"
version="1.4.7.771"
flapper="${ROOT}usr/$(get_libdir)/chromium-browser/pepper/libwidevinecdmadapter.so"
echo -n "CHROMIUM_FLAGS=\"\${CHROMIUM_FLAGS} " > widevine
echo -n "--register-pepper-plugins=$flapper" >> widevine
Expand Down

0 comments on commit 22574cf

Please sign in to comment.