diff --git a/network/plugin/freshflashplugin/actions.py b/network/plugin/freshflashplugin/actions.py deleted file mode 100644 index 22722b59d4..0000000000 --- a/network/plugin/freshflashplugin/actions.py +++ /dev/null @@ -1,23 +0,0 @@ -#!/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 deleted file mode 100644 index dc614e7e37..0000000000 --- a/network/plugin/freshflashplugin/pspec.xml +++ /dev/null @@ -1,63 +0,0 @@ - - - - - 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-11-04 - 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 deleted file mode 100644 index e13c1a8b98..0000000000 --- a/network/plugin/freshflashplugin/translations.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - freshplayerplugin - ppapi2npapi compatibility layer - PPAPI-host NPAPI-plugin adapter. - - \ No newline at end of file