From 3deff59c16c58875fc88119a7ad39f828053fbb2 Mon Sep 17 00:00:00 2001 From: namso-01 Date: Mon, 2 Nov 2015 23:07:28 +0200 Subject: [PATCH] freshflashplugin: version Bump --- network/plugin/freshflashplugin/actions.py | 23 +++++++ network/plugin/freshflashplugin/pspec.xml | 63 +++++++++++++++++++ .../plugin/freshflashplugin/translations.xml | 8 +++ 3 files changed, 94 insertions(+) create mode 100644 network/plugin/freshflashplugin/actions.py create mode 100644 network/plugin/freshflashplugin/pspec.xml create mode 100644 network/plugin/freshflashplugin/translations.xml diff --git a/network/plugin/freshflashplugin/actions.py b/network/plugin/freshflashplugin/actions.py new file mode 100644 index 0000000000..22722b59d4 --- /dev/null +++ b/network/plugin/freshflashplugin/actions.py @@ -0,0 +1,23 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import cmaketools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr") +def build(): + cmaketools.make() + +def install(): + pisitools.insinto("/usr/share/freshplayerplugin/", "data/freshwrapper.conf.example") + pisitools.insinto("/usr/lib/mozilla/plugins/", "libfreshwrapper-*.so") + + 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 diff --git a/network/plugin/freshflashplugin/pspec.xml b/network/plugin/freshflashplugin/pspec.xml new file mode 100644 index 0000000000..46b9e99699 --- /dev/null +++ b/network/plugin/freshflashplugin/pspec.xml @@ -0,0 +1,63 @@ + + + + + freshplayerplugin + https://github.com/i-rinat/freshplayerplugin + + Osman Erkan + osman.erkan@pisilinux.org + + MIT + app:gui + ppapi2npapi compatibility layer + PPAPI-host NPAPI-plugin adapter. + https://github.com/i-rinat/freshplayerplugin/archive/v0.3.3.tar.gz + + cmake + ragel + gtk2-devel + libva-devel + libv4l-devel + ffmpeg-devel + openssl-devel + libvdpau-devel + alsa-lib-devel + libevent-devel + libXrandr-devel + libXcursor-devel + pulseaudio-libs-devel + + + + + freshplayerplugin + + mesa + libva + ffmpeg + libv4l + alsa-lib + libevent + libvdpau + libXrandr + pepperflash + pulseaudio-libs + + + /usr/lib + /usr/share/doc + /usr/share/freshplayerplugin/ + + + + + + 2015-010-30 + 0.3.3 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + \ No newline at end of file diff --git a/network/plugin/freshflashplugin/translations.xml b/network/plugin/freshflashplugin/translations.xml new file mode 100644 index 0000000000..e13c1a8b98 --- /dev/null +++ b/network/plugin/freshflashplugin/translations.xml @@ -0,0 +1,8 @@ + + + + freshplayerplugin + ppapi2npapi compatibility layer + PPAPI-host NPAPI-plugin adapter. + + \ No newline at end of file