Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 562496 - www-plugins/freshplayerplugin-0.3.3 version bump
Summary: www-plugins/freshplayerplugin-0.3.3 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Brian Evans (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2015-10-07 17:03 UTC by Dennis Schridde
Modified: 2015-10-08 02:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Schridde 2015-10-07 17:03:48 UTC
Version 0.3.3 was released this weekend: https://github.com/i-rinat/freshplayerplugin/releases/tag/v0.3.3
Comment 1 Dennis Schridde 2015-10-07 17:17:10 UTC
Patch (according to release notes, confirmed to build, result works):
--- gentoo/www-plugins/freshplayerplugin/freshplayerplugin-0.3.2.ebuild 2015-08-22 04:31:01.000000000 +0200
+++ local/www-plugins/freshplayerplugin/freshplayerplugin-0.3.3.ebuild  2015-10-07 19:11:30.646522897 +0200
@@ -26,7 +26,6 @@
 
 CDEPEND="
        dev-libs/glib:2=
-       dev-libs/libconfig:=
        dev-libs/libevent:=[threads]
        dev-libs/openssl:0=
        media-libs/alsa-lib:=
@@ -78,5 +77,5 @@
 src_install() {
        dodoc ChangeLog data/freshwrapper.conf.example README.md
        exeinto /usr/$(get_libdir)/nsbrowser/plugins
-       doexe "${BUILD_DIR}/libfreshwrapper-pepperflash.so"
+       doexe "${BUILD_DIR}/libfreshwrapper-flashplayer.so"
 }
Comment 2 Brian Evans (RETIRED) gentoo-dev 2015-10-08 02:01:43 UTC
Committed