zx2c4 15/02/08 16:05:41
Modified: chrome-binary-plugins-40.0.2214.111_p1.ebuild
chrome-binary-plugins-42.0.2292.0_alpha1.ebuild
chrome-binary-plugins-41.0.2272.43_beta1.ebuild
metadata.xml ChangeLog
Log:
Add support for widevine
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key
A5DE03AE)
Revision Changes Path
1.2
www-plugins/chrome-binary-plugins/chrome-binary-plugins-40.0.2214.111_p1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-40.0.2214.111_p1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-40.0.2214.111_p1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-40.0.2214.111_p1.ebuild?r1=1.1&r2=1.2
Index: chrome-binary-plugins-40.0.2214.111_p1.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-40.0.2214.111_p1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chrome-binary-plugins-40.0.2214.111_p1.ebuild 6 Feb 2015 15:29:44
-0000 1.1
+++ chrome-binary-plugins-40.0.2214.111_p1.ebuild 8 Feb 2015 16:05:41
-0000 1.2
@@ -1,6 +1,6 @@
# 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.2214.111_p1.ebuild,v
1.1 2015/02/06 15:29:44 floppym Exp $
+# $Header:
/var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-40.0.2214.111_p1.ebuild,v
1.2 2015/02/08 16:05:41 zx2c4 Exp $
EAPI=5
@@ -46,7 +46,7 @@
fi
LICENSE="google-chrome"
-IUSE="+flash"
+IUSE="+flash +widevine"
RESTRICT="bindist mirror strip"
for x in 0 beta stable unstable; do
@@ -76,6 +76,12 @@
insinto /usr/$(get_libdir)/chromium-browser/
+ if use widevine; then
+ doins libwidevinecdm.so
+ strings ./chrome | grep -C 1 " (version:" | tail -1 >
widevine.version
+ doins widevine.version
+ fi
+
if use flash; then
doins -r PepperFlash
1.2
www-plugins/chrome-binary-plugins/chrome-binary-plugins-42.0.2292.0_alpha1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-42.0.2292.0_alpha1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-42.0.2292.0_alpha1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-42.0.2292.0_alpha1.ebuild?r1=1.1&r2=1.2
Index: chrome-binary-plugins-42.0.2292.0_alpha1.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-42.0.2292.0_alpha1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chrome-binary-plugins-42.0.2292.0_alpha1.ebuild 4 Feb 2015 02:12:49
-0000 1.1
+++ chrome-binary-plugins-42.0.2292.0_alpha1.ebuild 8 Feb 2015 16:05:41
-0000 1.2
@@ -1,6 +1,6 @@
# 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-42.0.2292.0_alpha1.ebuild,v
1.1 2015/02/04 02:12:49 floppym Exp $
+# $Header:
/var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-42.0.2292.0_alpha1.ebuild,v
1.2 2015/02/08 16:05:41 zx2c4 Exp $
EAPI=5
@@ -46,7 +46,7 @@
fi
LICENSE="google-chrome"
-IUSE="+flash"
+IUSE="+flash +widevine"
RESTRICT="bindist mirror strip"
for x in 0 beta stable unstable; do
@@ -76,6 +76,12 @@
insinto /usr/$(get_libdir)/chromium-browser/
+ if use widevine; then
+ doins libwidevinecdm.so
+ strings ./chrome | grep -C 1 " (version:" | tail -1 >
widevine.version
+ doins widevine.version
+ fi
+
if use flash; then
doins -r PepperFlash
1.2
www-plugins/chrome-binary-plugins/chrome-binary-plugins-41.0.2272.43_beta1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-41.0.2272.43_beta1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-41.0.2272.43_beta1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-41.0.2272.43_beta1.ebuild?r1=1.1&r2=1.2
Index: chrome-binary-plugins-41.0.2272.43_beta1.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-41.0.2272.43_beta1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chrome-binary-plugins-41.0.2272.43_beta1.ebuild 6 Feb 2015 15:29:44
-0000 1.1
+++ chrome-binary-plugins-41.0.2272.43_beta1.ebuild 8 Feb 2015 16:05:41
-0000 1.2
@@ -1,6 +1,6 @@
# 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-41.0.2272.43_beta1.ebuild,v
1.1 2015/02/06 15:29:44 floppym Exp $
+# $Header:
/var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-41.0.2272.43_beta1.ebuild,v
1.2 2015/02/08 16:05:41 zx2c4 Exp $
EAPI=5
@@ -46,7 +46,7 @@
fi
LICENSE="google-chrome"
-IUSE="+flash"
+IUSE="+flash +widevine"
RESTRICT="bindist mirror strip"
for x in 0 beta stable unstable; do
@@ -76,6 +76,12 @@
insinto /usr/$(get_libdir)/chromium-browser/
+ if use widevine; then
+ doins libwidevinecdm.so
+ strings ./chrome | grep -C 1 " (version:" | tail -1 >
widevine.version
+ doins widevine.version
+ fi
+
if use flash; then
doins -r PepperFlash
1.4 www-plugins/chrome-binary-plugins/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/metadata.xml?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/metadata.xml?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/metadata.xml?r1=1.3&r2=1.4
Index: metadata.xml
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml 6 Feb 2015 15:29:44 -0000 1.3
+++ metadata.xml 8 Feb 2015 16:05:41 -0000 1.4
@@ -12,5 +12,6 @@
</maintainer>
<use>
<flag name="flash">Install Chrome's native Pepper Flash</flag>
+ <flag name="widevine">Install the Widevine DRM library</flag>
</use>
</pkgmetadata>
1.221 www-plugins/chrome-binary-plugins/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?rev=1.221&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?rev=1.221&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?r1=1.220&r2=1.221
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v
retrieving revision 1.220
retrieving revision 1.221
diff -u -r1.220 -r1.221
--- ChangeLog 6 Feb 2015 15:29:44 -0000 1.220
+++ ChangeLog 8 Feb 2015 16:05:41 -0000 1.221
@@ -1,6 +1,12 @@
# ChangeLog for www-plugins/chrome-binary-plugins
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header:
/var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.220
2015/02/06 15:29:44 floppym Exp $
+# $Header:
/var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.221
2015/02/08 16:05:41 zx2c4 Exp $
+
+ 08 Feb 2015; Jason A. Donenfeld <[email protected]>
+ chrome-binary-plugins-40.0.2214.111_p1.ebuild,
+ chrome-binary-plugins-41.0.2272.43_beta1.ebuild,
+ chrome-binary-plugins-42.0.2292.0_alpha1.ebuild, metadata.xml:
+ Add support for widevine
*chrome-binary-plugins-41.0.2272.43_beta1 (06 Feb 2015)
*chrome-binary-plugins-40.0.2214.111_p1 (06 Feb 2015)