diff --git a/network/plugin/freshplayerplugin/actions.py b/network/plugin/freshplayerplugin/actions.py
index 22722b59d4..05b5480253 100644
--- a/network/plugin/freshplayerplugin/actions.py
+++ b/network/plugin/freshplayerplugin/actions.py
@@ -10,7 +10,8 @@ from pisi.actionsapi import get
def setup():
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr")
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DWITH_GTK=3")
def build():
cmaketools.make()
@@ -20,4 +21,4 @@ def install():
pisitools.dosed("%s/usr/share/freshplayerplugin/freshwrapper.conf.example" % get.installDIR(), "/opt/google/chrome", "/usr/lib/chromium-browser")
- pisitools.dodoc("COPYING", "LICENSE")
\ No newline at end of file
+ pisitools.dodoc("COPYING", "LICENSE")
diff --git a/network/plugin/freshplayerplugin/pspec.xml b/network/plugin/freshplayerplugin/pspec.xml
index a8419605fb..6ebd525c8f 100644
--- a/network/plugin/freshplayerplugin/pspec.xml
+++ b/network/plugin/freshplayerplugin/pspec.xml
@@ -12,11 +12,21 @@
app:gui
ppapi2npapi compatibility layer
PPAPI-host NPAPI-plugin adapter.
- https://github.com/i-rinat/freshplayerplugin/archive/v0.3.5.tar.gz
+ https://github.com/i-rinat/freshplayerplugin/archive/v0.3.6.tar.gz
cmake
+ cairo-devel
+ glib2-devel
+ icu4c-devel
+ pango-devel
+ libX11-devel
+ openssl-devel
+ freetype-devel
+ libXcursor-devel
+ libXrender-devel
ragel
gtk2-devel
+ gtk3-devel
libva-devel
libv4l-devel
ffmpeg-devel
@@ -34,6 +44,16 @@
freshplayerplugin
mesa
+ cairo
+ glib2
+ icu4c
+ pango
+ libX11
+ libgcc
+ openssl
+ freetype
+ libXcursor
+ libXrender
libva
ffmpeg
libv4l
@@ -52,6 +72,13 @@
+
+ 2016-12-20
+ 0.3.6
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
2016-06-14
0.3.5