ryao 14/08/09 16:51:55 Modified: pipelight-9999.ebuild ChangeLog Log: Fix issue where builds fail on systems that lack /usr/lib64/mozilla/plugins, thanks Michael. Bug #481596 comment 47; Also, add einfo about video group membership (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xBEE84C64)
Revision Changes Path 1.6 www-plugins/pipelight/pipelight-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/pipelight/pipelight-9999.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/pipelight/pipelight-9999.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/pipelight/pipelight-9999.ebuild?r1=1.5&r2=1.6 Index: pipelight-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-plugins/pipelight/pipelight-9999.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- pipelight-9999.ebuild 3 Aug 2014 22:41:19 -0000 1.5 +++ pipelight-9999.ebuild 9 Aug 2014 16:51:55 -0000 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/pipelight/pipelight-9999.ebuild,v 1.5 2014/08/03 22:41:19 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/pipelight/pipelight-9999.ebuild,v 1.6 2014/08/09 16:51:55 ryao Exp $ EAPI=5 @@ -38,6 +38,7 @@ # properly duplicate the plugins. # XXX: Patch the script to support DESTDIR and send the patch upstream. sed -e "s:^\(PIPELIGHT_LIBRARY_PATH=\"\)\\(.*\):\1${ED}usr/$(get_libdir)/${PN}\":" \ + -e "s:^\(PLUGIN_PATH=\"\)\\(.*\):\1${ED}usr/$(get_libdir)/${PN}\":" \ "${ED}/usr/bin/pipelight-plugin" > "${T}/pipelight-plugin" \ || die "Generating temporary pipelight-plugin failed" chmod u+x "${T}/pipelight-plugin" \ @@ -72,4 +73,9 @@ einfo "pipelight-plugin --update as root. Browsers like Chrome (all" einfo "versions before 35) will initialize plugins at boot while browsers" einfo "like Firefox will initialize plugins on demand." + einfo + # Users must be in the video group for video acceleration + einfo "Membership in the video group is required for using plugins that" + einfo "feature hardware acceleration for video decoding. This is important" + einfo "for video streaming sites that use Silverlight." } 1.6 www-plugins/pipelight/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/pipelight/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/pipelight/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/pipelight/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-plugins/pipelight/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 3 Aug 2014 22:41:19 -0000 1.5 +++ ChangeLog 9 Aug 2014 16:51:55 -0000 1.6 @@ -1,6 +1,11 @@ # ChangeLog for www-plugins/pipelight # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/pipelight/ChangeLog,v 1.5 2014/08/03 22:41:19 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/pipelight/ChangeLog,v 1.6 2014/08/09 16:51:55 ryao Exp $ + + 09 Aug 2014; Richard Yao <[email protected]> pipelight-9999.ebuild: + Fix issue where builds fail on systems that lack /usr/lib64/mozilla/plugins, + thanks Michael. Bug #481596 comment 47; Also, add einfo about video group + membership 04 Aug 2014; Richard Yao <[email protected]> pipelight-9999.ebuild: Fix mistake that used $DESTDIR instead of $ED. Thanks Michael. Bug #481596
