Source: freshplayerplugin
Maintainer: Steven Pusser (Stevo) <maintainer@mepiscommunity.org>
Bugs: mailto: maintainer@mepiscommunity.org
XSBC-OriginalMaintainer: Vincent Danjean <vdanjean@debian.org>
Section: contrib/web
XS-Autobuild: yes
Priority: optional
Build-Depends: debhelper (>= 9),
               cmake,
               pkg-config,
               libglib2.0-dev,
               libasound2-dev,
               libx11-dev,
               libgl1-mesa-dev,
               liburiparser-dev,
               libcairo2-dev,
               libpango1.0-dev,
               libpangocairo-1.0-0,
               libpangoft2-1.0-0,
               libfreetype6-dev,
               libgtk2.0-dev,
               libxinerama-dev,
               libconfig-dev,
               libevent-dev,
               libegl1-mesa-dev,
               libgles2-mesa-dev,
               ragel,
               libssl-dev,
               libv4l-dev,
               libpulse-dev,
               libavcodec-dev,
               libavutil-dev,
               libva-dev,
               libvdpau-dev
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/freshplayerplugin.git
Vcs-Git: https://anonscm.debian.org/collab-maint/freshplayerplugin.git
Homepage: https://github.com/i-rinat/freshplayerplugin

Package: browser-plugin-freshplayer-pepperflash
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Recommends: pepperflashplugin-nonfree
Description: PPAPI-host NPAPI-plugin adapter for pepperflash
 The main goal of the project is to get PPAPI (Chrome) plugins
 working in Firefox (and any other web-browser supporting NPAPI plugins).
 It implements a wrapper which looks like a browser to PPAPI plugins and
 implements an NPAPI plugin interface for the browser to use.
 .
 This particular implementation doesn't implement any sandboxing, which means
 any malicious code can break through plugin security as there are no additional
 barriers.  This is the same level of security that the NPAPI Flash has.
 .
 The NPAPI Flash plugin for Linux provided by Adobe stopped development at
 version 11.2; for Chrome/Chromium users there is the PPAPI pepperflash plugin,
 but it's not supported by Firefox/Iceweasel/Qupzilla/other NPAPI browsers.
 .
 This package allows one to use the Pepper Flash plugin from Chrome
 in NPAPI web browsers.

Package: browser-plugin-freshplayer-libpdf
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
Description: PPAPI-host NPAPI-plugin adapter for libpdf.so from Chrome
 The main goal of the project is to get PPAPI (Chrome) plugins
 working in Firefox (and any other web-browser supporting NPAPI plugins).
 It implements a wrapper which looks like a browser to PPAPI plugins and
 implements an NPAPI plugin interface for the browser to use.
 .
 This particular implementation doesn't implement any sandboxing, which means
 any malicious code can break through plugin security as there are no additional
 barriers.  This is the same level of security that the NPAPI Flash has.
 .
 This package allows one to use the libpdf.so plugin from Chrome
 in NPAPI web browsers.

Package: browser-plugin-freshplayer-nacl
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: PPAPI-host NPAPI-plugin adapter for Native Client from Chrome
 The main goal of the project is to get PPAPI (Chrome) plugins
 working in Firefox (and any other web-browser supporting NPAPI plugins).
 It implements a wrapper which looks like a browser to PPAPI plugins and
 implements an NPAPI plugin interface for the browser to use.
 .
 This particular implementation doesn't implement any sandboxing, which means
 any malicious code can break through plugin security as there are no additional
 barriers.  This is the same level of security that the NPAPI Flash has.
 .
 This package allows one to use the Native Client plugin from Chrome
 (libppGoogleNaClPluginChrome.so) in NPAPI web browsers.
 
Package: freshplayerplugin
Architecture: all
Depends: browser-plugin-freshplayer-pepperflash
Description: dummy for upgrade to browser-plugin-freshplayer-pepperflash
 This is a dummy package to allow for the smooth upgrade to the Debian
 browser-plugin-freshplayer-pepperflash package.
 .
 It can safely be removed after the upgrade.