diff -Nru freshplayerplugin-0.3.4+git20160302~webupd8~xenial1/3rdparty/parson/.gitignore freshplayerplugin-0.3.5/3rdparty/parson/.gitignore --- freshplayerplugin-0.3.4+git20160302~webupd8~xenial1/3rdparty/parson/.gitignore 1970-01-01 00:00:00.000000000 +0000 +++ freshplayerplugin-0.3.5/3rdparty/parson/.gitignore 2016-04-12 21:02:49.000000000 +0000 @@ -0,0 +1,3 @@ +.DS_Store +test +*.o diff -Nru freshplayerplugin-0.3.4+git20160302~webupd8~xenial1/ChangeLog freshplayerplugin-0.3.5/ChangeLog --- freshplayerplugin-0.3.4+git20160302~webupd8~xenial1/ChangeLog 2016-01-25 10:17:50.000000000 +0000 +++ freshplayerplugin-0.3.5/ChangeLog 2016-04-12 21:02:49.000000000 +0000 @@ -1,3 +1,12 @@ +2016-04-12 Rinat Ibragimov + + * release v0.3.5 + * video: try /dev/video* instead of /dev/v4l/by-path/* + * network: fix byte order in PPB_NetAddress + * network: partially implement PPB_HostResolver;1.0 and + PPB_UDPSocket;1.2 + * mics: keep task order in PPB_MessageLoop + 2015-12-20 Rinat Ibragimov * release: v0.3.4 diff -Nru freshplayerplugin-0.3.4+git20160302~webupd8~xenial1/debian/browser-plugin-freshplayer-libpdf.install freshplayerplugin-0.3.5/debian/browser-plugin-freshplayer-libpdf.install --- freshplayerplugin-0.3.4+git20160302~webupd8~xenial1/debian/browser-plugin-freshplayer-libpdf.install 1970-01-01 00:00:00.000000000 +0000 +++ freshplayerplugin-0.3.5/debian/browser-plugin-freshplayer-libpdf.install 2016-02-15 16:34:09.000000000 +0000 @@ -0,0 +1 @@ +usr/lib/mozilla/plugins/libfreshwrapper-libpdf-*.so usr/lib/mozilla/plugins/ diff -Nru freshplayerplugin-0.3.4+git20160302~webupd8~xenial1/debian/browser-plugin-freshplayer-nacl.install freshplayerplugin-0.3.5/debian/browser-plugin-freshplayer-nacl.install --- freshplayerplugin-0.3.4+git20160302~webupd8~xenial1/debian/browser-plugin-freshplayer-nacl.install 1970-01-01 00:00:00.000000000 +0000 +++ freshplayerplugin-0.3.5/debian/browser-plugin-freshplayer-nacl.install 2016-02-15 16:34:09.000000000 +0000 @@ -0,0 +1 @@ +usr/lib/mozilla/plugins/libfreshwrapper-nacl.so usr/lib/mozilla/plugins/ diff -Nru freshplayerplugin-0.3.4+git20160302~webupd8~xenial1/debian/browser-plugin-freshplayer-pepperflash.dirs freshplayerplugin-0.3.5/debian/browser-plugin-freshplayer-pepperflash.dirs --- freshplayerplugin-0.3.4+git20160302~webupd8~xenial1/debian/browser-plugin-freshplayer-pepperflash.dirs 1970-01-01 00:00:00.000000000 +0000 +++ freshplayerplugin-0.3.5/debian/browser-plugin-freshplayer-pepperflash.dirs 2016-02-15 16:34:09.000000000 +0000 @@ -0,0 +1 @@ +/usr/lib/mozilla/plugins diff -Nru freshplayerplugin-0.3.4+git20160302~webupd8~xenial1/debian/browser-plugin-freshplayer-pepperflash.install freshplayerplugin-0.3.5/debian/browser-plugin-freshplayer-pepperflash.install --- freshplayerplugin-0.3.4+git20160302~webupd8~xenial1/debian/browser-plugin-freshplayer-pepperflash.install 1970-01-01 00:00:00.000000000 +0000 +++ freshplayerplugin-0.3.5/debian/browser-plugin-freshplayer-pepperflash.install 2016-02-15 16:34:09.000000000 +0000 @@ -0,0 +1 @@ +usr/lib/mozilla/plugins/libfreshwrapper-flashplayer.so usr/lib/browser-plugin-freshplayer-pepperflash/ diff -Nru freshplayerplugin-0.3.4+git20160302~webupd8~xenial1/debian/browser-plugin-freshplayer-pepperflash.postinst freshplayerplugin-0.3.5/debian/browser-plugin-freshplayer-pepperflash.postinst --- freshplayerplugin-0.3.4+git20160302~webupd8~xenial1/debian/browser-plugin-freshplayer-pepperflash.postinst 1970-01-01 00:00:00.000000000 +0000 +++ freshplayerplugin-0.3.5/debian/browser-plugin-freshplayer-pepperflash.postinst 2016-02-15 16:34:09.000000000 +0000 @@ -0,0 +1,24 @@ +#! /bin/sh + +set -e + +case "$1" in + configure) + update-alternatives --install \ + /usr/lib/mozilla/plugins/flash-mozilla.so \ + flash-mozilla.so \ + /usr/lib/browser-plugin-freshplayer-pepperflash/libfreshwrapper-flashplayer.so \ + 70 + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +#DEBHELPER# + diff -Nru freshplayerplugin-0.3.4+git20160302~webupd8~xenial1/debian/browser-plugin-freshplayer-pepperflash.prerm freshplayerplugin-0.3.5/debian/browser-plugin-freshplayer-pepperflash.prerm --- freshplayerplugin-0.3.4+git20160302~webupd8~xenial1/debian/browser-plugin-freshplayer-pepperflash.prerm 1970-01-01 00:00:00.000000000 +0000 +++ freshplayerplugin-0.3.5/debian/browser-plugin-freshplayer-pepperflash.prerm 2016-02-15 16:34:09.000000000 +0000 @@ -0,0 +1,25 @@ +#! /bin/sh + +set -e + +case "$1" in + remove|deconfigure) + update-alternatives --remove \ + flash-mozilla.so \ + /usr/lib/browser-plugin-freshplayer-pepperflash/libfreshwrapper-flashplayer.so \ + ;; + + failed-upgrade) + ;; + + upgrade) + ;; + + *) + echo "prerm called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +#DEBHELPER# + diff -Nru freshplayerplugin-0.3.4+git20160302~webupd8~xenial1/debian/changelog freshplayerplugin-0.3.5/debian/changelog --- freshplayerplugin-0.3.4+git20160302~webupd8~xenial1/debian/changelog 2016-03-08 14:16:40.000000000 +0000 +++ freshplayerplugin-0.3.5/debian/changelog 2016-04-13 14:40:48.000000000 +0000 @@ -1,560 +1,50 @@ -freshplayerplugin (0.3.4+git20160302~webupd8~xenial1) xenial; urgency=medium +freshplayerplugin (0.3.5-1~webupd8~xenial~1) xenial; urgency=medium - * new git pull + * Use official Debian packaging, but with latest Git code + * add a dummy freshplayerplugin package that depends on + browser-plugin-freshplayer-pepperflash to ensure that the new + package is installed by those using the old package name - -- Alin Andrei Wed, 02 Mar 2016 14:47:33 +0200 + -- Alin Andrei Wed, 13 Apr 2016 17:37:19 +0200 -freshplayerplugin (0.3.4+git20160215~webupd8~trusty1) trusty; urgency=medium +freshplayerplugin (0.3.4+git20160228~1~webupd8~trusty~0) unstable; urgency=medium - * new git pull + * really add the /usr/lib/mozilla/plugins directory (Closes: #814652) - -- Alin Andrei Mon, 15 Feb 2016 12:30:29 +0200 + -- Vincent Danjean Mon, 15 Feb 2016 17:33:28 +0100 -freshplayerplugin (0.3.4+git20160125~webupd8~wily1) wily; urgency=medium +freshplayerplugin (0.3.4-2) unstable; urgency=medium - * new git pull - * bump version - * even though the changelog mentions libgles2-mesa-dev is no - longer used, the package fails to build without it so continue - to depend on it + * add the '/usr/lib/mozilla/plugins' (empty) directory in the + browser-plugin-freshplayer-pepperflash package (Closes: #814652) - -- Alin Andrei Mon, 25 Jan 2016 12:30:29 +0200 + -- Vincent Danjean Sat, 13 Feb 2016 23:48:15 +0100 -freshplayerplugin (0.3.3+git20151209~webupd8~wily) wily; urgency=medium +freshplayerplugin (0.3.4-1) unstable; urgency=medium - * new git pull + * New upstream release (Closes: #805263, #797827) + * Implement the update-alternatives system for flash-mozilla.so + like flashplugin-nonfree (Closes: #809432) - -- Alin Andrei Wed, 09 Dec 2015 12:44:21 +0200 + -- Vincent Danjean Thu, 04 Feb 2016 21:58:41 +0100 -freshplayerplugin (0.3.3+git20151127~webupd8~trusty) trusty; urgency=medium +freshplayerplugin (0.3.2-1) unstable; urgency=medium - * new git pull + * New upstream release (Closes: #796856) + + should fix "FTBFS on big endian builds", fixed upstream (Closes: #794668) + * Add "--as-needed" to linker flags (avoid unneeded library dependencies) - -- Alin Andrei Fri, 27 Nov 2015 13:00:18 +0200 + -- Vincent Danjean Tue, 25 Aug 2015 10:53:29 +0200 -freshplayerplugin (0.3.3+git20151104~webupd8~precise) precise; urgency=medium +freshplayerplugin (0.3.1-2) unstable; urgency=medium - * new git pull + * Initial upload. (Closes: #775004: ITP: freshplayerplugin -- PPAPI- + host NPAPI-plugin adapter) - -- Alin Andrei Mon, 09 Nov 2015 12:28:31 +0200 + -- Vincent Danjean Tue, 07 Jul 2015 09:55:54 +0200 -freshplayerplugin (0.3.3+git20151103~webupd8~wily) wily; urgency=medium +freshplayerplugin (0.3.1-1) unstable; urgency=low - * new git pull + * Initial private release - -- Alin Andrei Tue, 03 Nov 2015 12:28:31 +0200 - -freshplayerplugin (0.3.3+git20151006~webupd8~precise) precise; urgency=medium - - * new git pull - * bump version number - - -- Alin Andrei Tue, 06 Oct 2015 11:11:41 +0200 - -freshplayerplugin (0.3.2+git20150928~webupd8~wily) wily; urgency=medium - - * new git pull - - -- Alin Andrei Mon, 28 Sep 2015 11:03:28 +0200 - -freshplayerplugin (0.3.2+git20150908~webupd8~precise) precise; urgency=medium - - * new git pull - - -- Alin Andrei Tue, 08 Sep 2015 11:42:13 +0200 - -freshplayerplugin (0.3.2+git20150902~webupd8~wily) wily; urgency=medium - - * new git pull - * no longer depends on libconfig-dev - - -- Alin Andrei Wed, 02 Sep 2015 12:35:29 +0200 - -freshplayerplugin (0.3.2+git20150831~webupd8~precise) precise; urgency=medium - - * new git pull - - -- Alin Andrei Mon, 31 Aug 2015 12:35:29 +0200 - -freshplayerplugin (0.3.2+git20150721~webupd8~wily) wily; urgency=medium - - * new git pull - - -- Alin Andrei Fri, 21 Aug 2015 11:29:44 +0200 - -freshplayerplugin (0.3.2+git20150719~webupd8~vivid) vivid; urgency=medium - - * new git pull - - -- Alin Andrei Wed, 19 Aug 2015 13:07:28 +0200 - -freshplayerplugin (0.3.2+git20150706~webupd8~precise) precise; urgency=medium - - * new git pull - * bump version number - - -- Alin Andrei Mon, 17 Aug 2015 13:07:28 +0200 - -freshplayerplugin (0.3.1+git20150810~webupd8~precise) precise; urgency=medium - - * new git pull - - -- Alin Andrei Mon, 10 Aug 2015 13:27:14 +0200 - -freshplayerplugin (0.3.1+git20150803~webupd8~vivid) vivid; urgency=medium - - * new git pull - - -- Alin Andrei Mon, 03 Aug 2015 14:15:54 +0200 - -freshplayerplugin (0.3.1+git20150706~webupd8~utopic) utopic; urgency=medium - - * new git pull - * bump version number - - -- Alin Andrei Mon, 07 Jul 2015 13:14:19 +0200 - -freshplayerplugin (0.3.0+git20150629~webupd8~vivid) vivid; urgency=medium - - * new git pull - - -- Alin Andrei Mon, 29 Jun 2015 11:45:17 +0200 - -freshplayerplugin (0.3.0+git20150622~webupd8~precise) precise; urgency=medium - - * new git pull - * build with accelerated hardware decoding - - -- Alin Andrei Thu, 18 Jun 2015 11:56:31 +0200 - -freshplayerplugin (0.3.0+git20150618~webupd8~trusty3) trusty; urgency=medium - - * new git pull - * now with vdpau support - build-depend on libvdpau-dev - * don't build with DWITH_HWDEC=0 for Vivid and Utopic only - - -- Alin Andrei Thu, 18 Jun 2015 11:56:31 +0200 - -freshplayerplugin (0.3.0+git20150616~webupd8~precise0) precise; urgency=medium - - * bump version - * new git pull - - -- Alin Andrei Tue, 16 Jun 2015 12:10:29 +0200 - -freshplayerplugin (0.2.4+git20150610~webupd8~precise0) precise; urgency=medium - - * new git pull - - -- Alin Andrei Wed, 10 Jun 2015 12:07:21 +0200 - -freshplayerplugin (0.2.4+git20150608~webupd8~vivid1) vivid; urgency=medium - - * new git pull - * build without disabling hwdec (only works on Ubuntu 15.04 and newer) - because it's not enabled by default and it must be enabled in the - config file anyway - - -- Alin Andrei Mon, 08 Jun 2015 11:54:34 +0200 - -freshplayerplugin (0.2.4+git20150604~webupd8~vivid1) vivid; urgency=medium - - * build with -DWITH_HWDEC=0 for all Ubuntu versions for now due to - bug #196 - - -- Alin Andrei Thu, 04 Jun 2015 10:36:28 +0200 - -freshplayerplugin (0.2.4+git20150604~webupd8~precise0) precise; urgency=medium - - * new git pull - * build with -DWITH_HWDEC=0 for Precise and Trusty (too old libav) - - -- Alin Andrei Thu, 04 Jun 2015 10:36:28 +0200 - -freshplayerplugin (0.2.4+git20150603~webupd8~vivid0) vivid; urgency=medium - - * new git pull - * new build-depends: libavcodec-dev and libva-dev - - -- Alin Andrei Wed, 03 Jun 2015 11:21:19 +0200 - -freshplayerplugin (0.2.4+git20150601~webupd8~precise0) precise; urgency=medium - - * new git pull - - -- Alin Andrei Mon, 01 Jun 2015 12:02:38 +0200 - -freshplayerplugin (0.2.4+git20150518~webupd8~vivid0) vivid; urgency=medium - - * new git pull - * new build-depends: libgles2-mesa-dev - - -- Alin Andrei Mon, 18 May 2015 16:42:29 +0200 - -freshplayerplugin (0.2.4+git20150511~webupd8~precise0) precise; urgency=medium - - * new git pull - * new build-depends: libv4l-dev, libxcursor-dev - * no longer depends on: libgles2-mesa-dev - - -- Alin Andrei Mon, 11 May 2015 13:19:49 +0200 - -freshplayerplugin (0.2.4+git20150505~webupd8~vivid0) vivid; urgency=medium - - * new git pull - - -- Alin Andrei Tue, 05 May 2015 11:38:19 +0200 - -freshplayerplugin (0.2.4+git20150504~webupd8~precise0) precise; urgency=medium - - * new git pull - - -- Alin Andrei Mon, 04 May 2015 12:24:14 +0200 - -freshplayerplugin (0.2.4+git20150420~webupd8~vivid0) vivid; urgency=medium - - * new git pull - * bump version to 0.2.4 - - -- Alin Andrei Tue, 28 Apr 2015 14:01:34 +0200 - -freshplayerplugin (0.2.3+git20150420~webupd8~precise0) precise; urgency=medium - - * new git pull - - -- Alin Andrei Mon, 20 Apr 2015 12:05:14 +0200 - -freshplayerplugin (0.2.3+git20150417~webupd8~vivid0) vivid; urgency=medium - - * new git pull - - -- Alin Andrei Fri, 17 Apr 2015 11:32:28 +0200 - -freshplayerplugin (0.2.3+git20150414~webupd8~precise0) precise; urgency=medium - - * new git pull - * build-depend on libjack-jackd2-dev and libsoxr-dev for JACK - support - - -- Alin Andrei Tue, 14 Apr 2015 11:47:13 +0200 - -freshplayerplugin (0.2.3+git20150410~webupd8~vivid0) vivid; urgency=medium - - * new git pull - - -- Alin Andrei Fri, 10 Apr 2015 11:02:41 +0200 - -freshplayerplugin (0.2.3+git20150407~webupd8~precise0) precise; urgency=medium - - * new git pull - - -- Alin Andrei Tue, 07 Apr 2015 14:17:35 +0200 - -freshplayerplugin (0.2.3+git20150330~webupd8~vivid0) vivid; urgency=medium - - * new git pull - - -- Alin Andrei Mon, 30 Mar 2015 15:21:39 +0200 - -freshplayerplugin (0.2.3+git20150327~webupd8~precise0) precise; urgency=medium - - * new git pull - - -- Alin Andrei Fri, 27 Mar 2015 11:13:28 +0200 - -freshplayerplugin (0.2.3+git20150323~webupd8~vivid0) vivid; urgency=medium - - * new git pull - - -- Alin Andrei Mon, 23 Mar 2015 11:46:37 +0200 - -freshplayerplugin (0.2.3+git20150317~webupd8~precise0) precise; urgency=medium - - * new git pull - - -- Alin Andrei Tue, 17 Mar 2015 13:59:24 +0200 - -freshplayerplugin (0.2.3+git20150309~webupd8~vivid0) vivid; urgency=medium - - * new git pull - - -- Alin Andrei Mon, 09 Mar 2015 12:35:12 +0200 - -freshplayerplugin (0.2.3+git20150302~webupd8~vivid0) vivid; urgency=medium - - * new git pull - - -- Alin Andrei Mon, 02 Mar 2015 19:57:41 +0200 - -freshplayerplugin (0.2.3+git20150223~webupd8~precise0) precise; urgency=medium - - * new git pull - * build-depend on libxrender-dev - - -- Alin Andrei Mon, 23 Feb 2015 13:15:19 +0200 - -freshplayerplugin (0.2.3+git20150220~webupd8~vivid0) vivid; urgency=medium - - * new git pull - * build-depend on libxrender-dev - - -- Alin Andrei Fri, 20 Feb 2015 15:14:39 +0200 - -freshplayerplugin (0.2.3+git20150216~webupd8~precise0) precise; urgency=medium - - * new git pull - - -- Alin Andrei Mon, 16 Feb 2015 10:45:24 +0200 - -freshplayerplugin (0.2.2+git20150213~webupd8~vivid0) vivid; urgency=medium - - * new git pull - - -- Alin Andrei Fri, 13 Feb 2015 12:22:13 +0200 - -freshplayerplugin (0.2.2+git20150209~webupd8~precise0) precise; urgency=medium - - * new git pull - - -- Alin Andrei Mon, 09 Feb 2015 11:04:22 +0200 - -freshplayerplugin (0.2.2+git20150202~webupd8~vivid0) vivid; urgency=medium - - * new git pull - * New build-depend: libssl-dev - - -- Alin Andrei Mon, 02 Feb 2015 14:45:31 +0200 - -freshplayerplugin (0.2.2+git20150128~webupd8~precise0) precise; urgency=medium - - * new git pull - - -- Alin Andrei Wed, 28 Jan 2015 11:58:34 +0200 - -freshplayerplugin (0.2.2+git20150125~webupd8~vivid0) vivid; urgency=medium - - * new git pull - - -- Alin Andrei Tue, 27 Jan 2015 11:24:18 +0200 - -freshplayerplugin (0.2.2+git20150123~webupd8~precise0) precise; urgency=medium - - * new git pull - - -- Alin Andrei Fri, 23 Jan 2015 15:00:47 +0200 - -freshplayerplugin (0.2.2+git20150119~webupd8~vivid0) vivid; urgency=medium - - * depend on libxrandr-dev - * new git pull - - -- Alin Andrei Mon, 19 Jan 2015 11:49:31 +0200 - -freshplayerplugin (0.2.2+git20150114~webupd8~precise0) precise; urgency=medium - - * bump version - * new git pull - - -- Alin Andrei Wed, 14 Jan 2015 13:43:24 +0200 - -freshplayerplugin (0.2.1+git20150112~webupd8~vivid0) vivid; urgency=medium - - * new git pull - - -- Alin Andrei Mon, 12 Jan 2015 12:51:43 +0200 - -freshplayerplugin (0.2.1+git20150109~webupd8~precise0) precise; urgency=medium - - * new git pull - - -- Alin Andrei Fri, 09 Jan 2015 16:45:55 +0200 - -freshplayerplugin (0.2.1+git20150107~webupd8~vivid0) vivid; urgency=medium - - * new git pull - - -- Alin Andrei Wed, 07 Jan 2015 13:04:12 +0200 - -freshplayerplugin (0.2.1+git20150105~webupd8~precise2) precise; urgency=medium - - * new git pull - * build-depend on libpulse-dev - * now requires libgl1-mesa-dev instead of libegl1-mesa-dev - - -- Alin Andrei Mon, 05 Jan 2015 13:04:12 +0200 - -freshplayerplugin (0.2.1+git20141222~webupd8~vivid0) vivid; urgency=medium - - * new git pull - - -- Alin Andrei Mon, 22 Dec 2014 14:14:28 +0200 - -freshplayerplugin (0.2.1+git20141124~webupd8~precise0) precise; urgency=medium - - * new git pull - * no longer depends on xinerama - - -- Alin Andrei Mon, 24 Nov 2014 13:03:44 +0200 - -freshplayerplugin (0.2.1+git20141120~webupd8~utopic0) utopic; urgency=medium - - * new git pull - - -- Alin Andrei Thu, 20 Nov 2014 13:05:19 +0200 - -freshplayerplugin (0.2.1+git20141106~webupd8~precise0) precise; urgency=medium - - * new git pull - - -- Alin Andrei Thu, 06 Nov 2014 18:06:45 +0200 - -freshplayerplugin (0.2.1+git20141103~webupd8~precise0) precise; urgency=medium - - * new git pull - - -- Alin Andrei Mon, 03 Nov 2014 11:43:24 +0200 - -freshplayerplugin (0.2.1+git20141027~webupd8~utopic0) utopic; urgency=medium - - * new git pull - - -- Alin Andrei Mon, 27 Oct 2014 14:36:19 +0200 - -freshplayerplugin (0.2.1+git20141024~webupd8~precise0) precise; urgency=medium - - * new git pull - - -- Alin Andrei Fri, 24 Oct 2014 12:12:38 +0200 - -freshplayerplugin (0.2.0+git20141020~webupd8~precise0) precise; urgency=medium - - * new git pull - - -- Alin Andrei Mon, 20 Oct 2014 18:43:51 +0200 - -freshplayerplugin (0.2.0+git20141009~webupd8~utopic0) utopic; urgency=medium - - * new git pull - - -- Alin Andrei Thu, 09 Oct 2014 12:52:14 +0200 - -freshplayerplugin (0.2.0+git20141006~webupd8~precise0) precise; urgency=medium - - * new git pull - - -- Alin Andrei Mon, 06 Oct 2014 12:13:51 +0200 - -freshplayerplugin (0.1.0+git20140929~webupd8~utopic0) utopic; urgency=medium - - * new git pull - * remove liburiparser-dev dependency, add ragel dependency - - -- Alin Andrei Mon, 29 Sep 2014 11:58:19 +0200 - -freshplayerplugin (0.1.0+git20140922~webupd8~precise0) precise; urgency=medium - - * new git pull - - -- Alin Andrei Mon, 22 Sep 2014 10:53:21 +0200 - -freshplayerplugin (0.1.0+git20140908~webupd8~utopic0) utopic; urgency=medium - - * new git pull - - -- Alin Andrei Mon, 08 Sep 2014 11:56:17 +0200 - -freshplayerplugin (0.1.0+git20140829~webupd8~trusty0) trusty; urgency=medium - - * new git pull - - -- Alin Andrei Fri, 29 Aug 2014 11:56:17 +0200 - -freshplayerplugin (0.1.0+git20140828~webupd8~precise1) precise; urgency=medium - - * new git pull - - -- Alin Andrei Thu, 28 Aug 2014 11:56:17 +0200 - -freshplayerplugin (0.1.0+git20140821~webupd8~utopic0) utopic; urgency=medium - - * new git pull - - -- Alin Andrei Thu, 21 Aug 2014 11:02:35 +0200 - -freshplayerplugin (0.1.0+git20140818~webupd8~utopic0) utopic; urgency=medium - - * new git pull - - -- Alin Andrei Mon, 18 Aug 2014 11:50:44 +0200 - -freshplayerplugin (0.1.0+git20140722~webupd8~precise0) precise; urgency=medium - - * new git pull - - -- Alin Andrei Tue, 22 Jul 2014 12:21:19 +0200 - -freshplayerplugin (0.1.0+git20140714~webupd8~utopic0) utopic; urgency=medium - - * new git pull - - -- Alin Andrei Mon, 14 Jul 2014 12:10:21 +0200 - -freshplayerplugin (0.1.0+git20140710~webupd8~precise0) precise; urgency=medium - - * new git pull - * suggests: google-chrome-stable | pepperflashplugin-nonfree | - pepflashplugin-installer - * install data/freshwrapper.conf.example to /usr/share/doc/freshplayerplugin/ - - -- Alin Andrei Thu, 10 Jul 2014 12:05:36 +0200 - -freshplayerplugin (0.1.0+git20140701~webupd8~utopic0) utopic; urgency=medium - - * new git pull - * suggests: google-chrome-stable | pepperflashplugin-nonfree | - pepflashplugin-installer - * install data/freshwrapper.conf.example to /usr/share/doc/freshplayerplugin/ - - -- Alin Andrei Mon, 30 Jun 2014 13:24:19 +0200 - -freshplayerplugin (0.1.0+git20140630~webupd8~trusty1) trusty; urgency=medium - - * new git pull - * the plugin is now calld libfreshwrapper-pepperflash.so - (previously it was called libfreshwrapper.so), so install the correct .so - * suggests: google-chrome-stable | pepperflashplugin-nonfree - - -- Alin Andrei Mon, 30 Jun 2014 13:24:19 +0200 - -freshplayerplugin (0.1.0+git20140625~webupd8~precise0) precise; urgency=medium - - * new git pull - - -- Alin Andrei Wed, 25 Jun 2014 11:27:51 +0200 - -freshplayerplugin (0.1.0+git20140616+1~webupd8~trusty0) trusty; urgency=medium - - * new git pull - * depend on libegl1-mesa-dev, libgles2-mesa-dev - - -- Alin Andrei Thu, 05 Jun 2014 15:10:40 +0200 - -freshplayerplugin (0.1.0+git20140605~webupd8~precise1) precise; urgency=medium - - * new git pull - * build-depend on libevent-dev - - -- Alin Andrei Thu, 05 Jun 2014 15:10:40 +0200 - -freshplayerplugin (0.1.0+git20140602~webupd8~precise) precise; urgency=medium - - * new git pull - * build-depend on libglu1-mesa-dev - - -- Alin Andrei Mon, 02 Jun 2014 16:44:24 +0200 - -freshplayerplugin (0.1.0+git20140529~webupd8~trusty1) trusty; urgency=medium - - * initial debianization - - -- Alin Andrei Thu, 29 May 2014 19:05:31 +0200 + -- Vincent Danjean Mon, 06 Jul 2015 21:44:33 +0200 diff -Nru freshplayerplugin-0.3.4+git20160302~webupd8~xenial1/debian/control freshplayerplugin-0.3.5/debian/control --- freshplayerplugin-0.3.4+git20160302~webupd8~xenial1/debian/control 2016-01-25 10:44:37.000000000 +0000 +++ freshplayerplugin-0.3.5/debian/control 2016-04-11 12:40:27.000000000 +0000 @@ -1,18 +1,108 @@ Source: freshplayerplugin -Section: libs +Maintainer: Vincent Danjean +Section: contrib/web +XS-Autobuild: yes Priority: optional -Maintainer: Alin Andrei -Standards-Version: 3.9.5 -Build-Depends: debhelper (>= 9), cmake, pkg-config, ragel, libasound2-dev, libssl-dev, libglib2.0-dev, libpango1.0-dev, libgl1-mesa-dev, libevent-dev, libgtk2.0-dev, libgles2-mesa-dev, libpulse-dev, libxrandr-dev, libxrender-dev, libjack-jackd2-dev, libsoxr-dev, libxcursor-dev, libv4l-dev, libavcodec-dev, libva-dev, libvdpau-dev +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: 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 behaves like + browser to PPAPI plugin and implements NPAPI plugin interface + for 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 as + NPAPI Flash have. + . + Flash plugin for Linux provided by adobe stopped at version 11.2; for + chrome/chromium users there is pepperflash plugin but it's not supported by + firefox/iceweasel/other 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} -Suggests: pepperflashplugin-nonfree | google-chrome-stable | pepflashplugin-installer -Description: PPAPI-host NPAPI-plugin adapter - The main goal of this project is to get PPAPI (Pepper) - Flash player working in Firefox by implementing a - wrapper, some kind of adapter which will look like - browser to PPAPI plugin and look like NPAPI plugin - for browser. +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 behaves like + browser to PPAPI plugin and implements NPAPI plugin interface + for 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 as + NPAPI Flash have. + . + 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 behaves like + browser to PPAPI plugin and implements NPAPI plugin interface + for 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 as + NPAPI Flash have. + . + 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 meta package + This package ensures those using the old package named + freshplayerplugin get the new one, called + browser-plugin-freshplayer-pepperflash. + . + It's safe to remove this package diff -Nru freshplayerplugin-0.3.4+git20160302~webupd8~xenial1/debian/copyright freshplayerplugin-0.3.5/debian/copyright --- freshplayerplugin-0.3.4+git20160302~webupd8~xenial1/debian/copyright 2014-06-05 12:11:42.000000000 +0000 +++ freshplayerplugin-0.3.5/debian/copyright 2016-02-15 16:34:09.000000000 +0000 @@ -1,30 +1,510 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: freshplayerplugin -Upstream-Contact: Rinat Ibragimov -Source: https://github.com/i-rinat/freshplayerplugin +Source: https://github.com/i-rinat/freshplayerplugin/releases Files: * -Copyright: Copyright 2014 Rinat Ibragimov +Copyright: 2013-2015 Rinat Ibragimov License: MIT - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - . - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - . - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE. + +Files: 3rdparty/angle/* +Copyright: 2002-2013 The ANGLE Project Authors +License: BSD-TransGaming-Google-et-all + +Files: 3rdparty/npapi/* +Copyright: The Mozilla Foundation +License: MPL-2.0 + +Files: 3rdparty/npapi/npruntime.h +Copyright: 2004 Apple Computer, Inc + 2004 The Mozilla Foundation +License: BSD-Apple-Mozilla + +Files: 3rdparty/parson/* +Copyright: 2012 - 2014 Krzysztof Gabis +License: MIT + +Files: 3rdparty/ppapi/* +Copyright: 2010-2015 The Chromium Authors +License: BSD-Google Files: debian/* -Copyright: Copyright 2014 Alin Andrei +Copyright: 2015 Vincent Danjean +License: MIT + License: MIT - Same license as freshplayerplugin. + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included + in all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY + CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, + TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +License: BSD-TransGaming-Google-et-all + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + . + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + . + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + . + * Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS + FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, + BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN + ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. + +License: BSD-Google + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: + . + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + . + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + . + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +License: BSD-Apple-Mozilla + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: + . + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + . + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + . + 3. Neither the names of Apple Computer, Inc. ("Apple") or The Mozilla + Foundation ("Mozilla") nor the names of their contributors may be used + to endorse or promote products derived from this software without + specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY APPLE, MOZILLA AND THEIR CONTRIBUTORS "AS + IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED + TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE, MOZILLA OR + THEIR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED + TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +License: MPL-2.0 + . + Mozilla Public License Version 2.0 + ================================== + . + 1. Definitions + -------------- + . + 1.1. "Contributor" + means each individual or legal entity that creates, contributes to + the creation of, or owns Covered Software. + . + 1.2. "Contributor Version" + means the combination of the Contributions of others (if any) used + by a Contributor and that particular Contributor's Contribution. + . + 1.3. "Contribution" + means Covered Software of a particular Contributor. + . + 1.4. "Covered Software" + means Source Code Form to which the initial Contributor has attached + the notice in Exhibit A, the Executable Form of such Source Code + Form, and Modifications of such Source Code Form, in each case + including portions thereof. + . + 1.5. "Incompatible With Secondary Licenses" + means + . + (a) that the initial Contributor has attached the notice described + in Exhibit B to the Covered Software; or + . + (b) that the Covered Software was made available under the terms of + version 1.1 or earlier of the License, but not also under the + terms of a Secondary License. + . + 1.6. "Executable Form" + means any form of the work other than Source Code Form. + . + 1.7. "Larger Work" + means a work that combines Covered Software with other material, in + a separate file or files, that is not Covered Software. + . + 1.8. "License" + means this document. + . + 1.9. "Licensable" + means having the right to grant, to the maximum extent possible, + whether at the time of the initial grant or subsequently, any and + all of the rights conveyed by this License. + . + 1.10. "Modifications" + means any of the following: + . + (a) any file in Source Code Form that results from an addition to, + deletion from, or modification of the contents of Covered + Software; or + . + (b) any new file in Source Code Form that contains any Covered + Software. + . + 1.11. "Patent Claims" of a Contributor + means any patent claim(s), including without limitation, method, + process, and apparatus claims, in any patent Licensable by such + Contributor that would be infringed, but for the grant of the + License, by the making, using, selling, offering for sale, having + made, import, or transfer of either its Contributions or its + Contributor Version. + . + 1.12. "Secondary License" + means either the GNU General Public License, Version 2.0, the GNU + Lesser General Public License, Version 2.1, the GNU Affero General + Public License, Version 3.0, or any later versions of those + licenses. + . + 1.13. "Source Code Form" + means the form of the work preferred for making modifications. + . + 1.14. "You" (or "Your") + means an individual or a legal entity exercising rights under this + License. For legal entities, "You" includes any entity that + controls, is controlled by, or is under common control with You. For + purposes of this definition, "control" means (a) the power, direct + or indirect, to cause the direction or management of such entity, + whether by contract or otherwise, or (b) ownership of more than + fifty percent (50%) of the outstanding shares or beneficial + ownership of such entity. + . + 2. License Grants and Conditions + -------------------------------- + . + 2.1. Grants + . + Each Contributor hereby grants You a world-wide, royalty-free, + non-exclusive license: + . + (a) under intellectual property rights (other than patent or trademark) + Licensable by such Contributor to use, reproduce, make available, + modify, display, perform, distribute, and otherwise exploit its + Contributions, either on an unmodified basis, with Modifications, or + as part of a Larger Work; and + . + (b) under Patent Claims of such Contributor to make, use, sell, offer + for sale, have made, import, and otherwise transfer either its + Contributions or its Contributor Version. + . + 2.2. Effective Date + . + The licenses granted in Section 2.1 with respect to any Contribution + become effective for each Contribution on the date the Contributor first + distributes such Contribution. + . + 2.3. Limitations on Grant Scope + . + The licenses granted in this Section 2 are the only rights granted under + this License. No additional rights or licenses will be implied from the + distribution or licensing of Covered Software under this License. + Notwithstanding Section 2.1(b) above, no patent license is granted by a + Contributor: + . + (a) for any code that a Contributor has removed from Covered Software; + or + . + (b) for infringements caused by: (i) Your and any other third party's + modifications of Covered Software, or (ii) the combination of its + Contributions with other software (except as part of its Contributor + Version); or + . + (c) under Patent Claims infringed by Covered Software in the absence of + its Contributions. + . + This License does not grant any rights in the trademarks, service marks, + or logos of any Contributor (except as may be necessary to comply with + the notice requirements in Section 3.4). + . + 2.4. Subsequent Licenses + . + No Contributor makes additional grants as a result of Your choice to + distribute the Covered Software under a subsequent version of this + License (see Section 10.2) or under the terms of a Secondary License (if + permitted under the terms of Section 3.3). + . + 2.5. Representation + . + Each Contributor represents that the Contributor believes its + Contributions are its original creation(s) or it has sufficient rights + to grant the rights to its Contributions conveyed by this License. + . + 2.6. Fair Use + . + This License is not intended to limit any rights You have under + applicable copyright doctrines of fair use, fair dealing, or other + equivalents. + . + 2.7. Conditions + . + Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted + in Section 2.1. + . + 3. Responsibilities + ------------------- + . + 3.1. Distribution of Source Form + . + All distribution of Covered Software in Source Code Form, including any + Modifications that You create or to which You contribute, must be under + the terms of this License. You must inform recipients that the Source + Code Form of the Covered Software is governed by the terms of this + License, and how they can obtain a copy of this License. You may not + attempt to alter or restrict the recipients' rights in the Source Code + Form. + . + 3.2. Distribution of Executable Form + . + If You distribute Covered Software in Executable Form then: + . + (a) such Covered Software must also be made available in Source Code + Form, as described in Section 3.1, and You must inform recipients of + the Executable Form how they can obtain a copy of such Source Code + Form by reasonable means in a timely manner, at a charge no more + than the cost of distribution to the recipient; and + . + (b) You may distribute such Executable Form under the terms of this + License, or sublicense it under different terms, provided that the + license for the Executable Form does not attempt to limit or alter + the recipients' rights in the Source Code Form under this License. + . + 3.3. Distribution of a Larger Work + . + You may create and distribute a Larger Work under terms of Your choice, + provided that You also comply with the requirements of this License for + the Covered Software. If the Larger Work is a combination of Covered + Software with a work governed by one or more Secondary Licenses, and the + Covered Software is not Incompatible With Secondary Licenses, this + License permits You to additionally distribute such Covered Software + under the terms of such Secondary License(s), so that the recipient of + the Larger Work may, at their option, further distribute the Covered + Software under the terms of either this License or such Secondary + License(s). + . + 3.4. Notices + . + You may not remove or alter the substance of any license notices + (including copyright notices, patent notices, disclaimers of warranty, + or limitations of liability) contained within the Source Code Form of + the Covered Software, except that You may alter any license notices to + the extent required to remedy known factual inaccuracies. + . + 3.5. Application of Additional Terms + . + You may choose to offer, and to charge a fee for, warranty, support, + indemnity or liability obligations to one or more recipients of Covered + Software. However, You may do so only on Your own behalf, and not on + behalf of any Contributor. You must make it absolutely clear that any + such warranty, support, indemnity, or liability obligation is offered by + You alone, and You hereby agree to indemnify every Contributor for any + liability incurred by such Contributor as a result of warranty, support, + indemnity or liability terms You offer. You may include additional + disclaimers of warranty and limitations of liability specific to any + jurisdiction. + . + 4. Inability to Comply Due to Statute or Regulation + --------------------------------------------------- + . + If it is impossible for You to comply with any of the terms of this + License with respect to some or all of the Covered Software due to + statute, judicial order, or regulation then You must: (a) comply with + the terms of this License to the maximum extent possible; and (b) + describe the limitations and the code they affect. Such description must + be placed in a text file included with all distributions of the Covered + Software under this License. Except to the extent prohibited by statute + or regulation, such description must be sufficiently detailed for a + recipient of ordinary skill to be able to understand it. + . + 5. Termination + -------------- + . + 5.1. The rights granted under this License will terminate automatically + if You fail to comply with any of its terms. However, if You become + compliant, then the rights granted under this License from a particular + Contributor are reinstated (a) provisionally, unless and until such + Contributor explicitly and finally terminates Your grants, and (b) on an + ongoing basis, if such Contributor fails to notify You of the + non-compliance by some reasonable means prior to 60 days after You have + come back into compliance. Moreover, Your grants from a particular + Contributor are reinstated on an ongoing basis if such Contributor + notifies You of the non-compliance by some reasonable means, this is the + first time You have received notice of non-compliance with this License + from such Contributor, and You become compliant prior to 30 days after + Your receipt of the notice. + . + 5.2. If You initiate litigation against any entity by asserting a patent + infringement claim (excluding declaratory judgment actions, + counter-claims, and cross-claims) alleging that a Contributor Version + directly or indirectly infringes any patent, then the rights granted to + You by any and all Contributors for the Covered Software under Section + 2.1 of this License shall terminate. + . + 5.3. In the event of termination under Sections 5.1 or 5.2 above, all + end user license agreements (excluding distributors and resellers) which + have been validly granted by You or Your distributors under this License + prior to termination shall survive termination. + . + ************************************************************************ + * * + * 6. Disclaimer of Warranty * + * ------------------------- * + * * + * Covered Software is provided under this License on an "as is" * + * basis, without warranty of any kind, either expressed, implied, or * + * statutory, including, without limitation, warranties that the * + * Covered Software is free of defects, merchantable, fit for a * + * particular purpose or non-infringing. The entire risk as to the * + * quality and performance of the Covered Software is with You. * + * Should any Covered Software prove defective in any respect, You * + * (not any Contributor) assume the cost of any necessary servicing, * + * repair, or correction. This disclaimer of warranty constitutes an * + * essential part of this License. No use of any Covered Software is * + * authorized under this License except under this disclaimer. * + * * + ************************************************************************ + . + ************************************************************************ + * * + * 7. Limitation of Liability * + * -------------------------- * + * * + * Under no circumstances and under no legal theory, whether tort * + * (including negligence), contract, or otherwise, shall any * + * Contributor, or anyone who distributes Covered Software as * + * permitted above, be liable to You for any direct, indirect, * + * special, incidental, or consequential damages of any character * + * including, without limitation, damages for lost profits, loss of * + * goodwill, work stoppage, computer failure or malfunction, or any * + * and all other commercial damages or losses, even if such party * + * shall have been informed of the possibility of such damages. This * + * limitation of liability shall not apply to liability for death or * + * personal injury resulting from such party's negligence to the * + * extent applicable law prohibits such limitation. Some * + * jurisdictions do not allow the exclusion or limitation of * + * incidental or consequential damages, so this exclusion and * + * limitation may not apply to You. * + * * + ************************************************************************ + . + 8. Litigation + ------------- + . + Any litigation relating to this License may be brought only in the + courts of a jurisdiction where the defendant maintains its principal + place of business and such litigation shall be governed by laws of that + jurisdiction, without reference to its conflict-of-law provisions. + Nothing in this Section shall prevent a party's ability to bring + cross-claims or counter-claims. + . + 9. Miscellaneous + ---------------- + . + This License represents the complete agreement concerning the subject + matter hereof. If any provision of this License is held to be + unenforceable, such provision shall be reformed only to the extent + necessary to make it enforceable. Any law or regulation which provides + that the language of a contract shall be construed against the drafter + shall not be used to construe this License against a Contributor. + . + 10. Versions of the License + --------------------------- + . + 10.1. New Versions + . + Mozilla Foundation is the license steward. Except as provided in Section + 10.3, no one other than the license steward has the right to modify or + publish new versions of this License. Each version will be given a + distinguishing version number. + . + 10.2. Effect of New Versions + . + You may distribute the Covered Software under the terms of the version + of the License under which You originally received the Covered Software, + or under the terms of any subsequent version published by the license + steward. + . + 10.3. Modified Versions + . + If you create software not governed by this License, and you want to + create a new license for such software, you may create and use a + modified version of this License if you rename the license and remove + any references to the name of the license steward (except to note that + such modified license differs from this License). + . + 10.4. Distributing Source Code Form that is Incompatible With Secondary + Licenses + . + If You choose to distribute Source Code Form that is Incompatible With + Secondary Licenses under the terms of this version of the License, the + notice described in Exhibit B of this License must be attached. + . + Exhibit A - Source Code Form License Notice + ------------------------------------------- + . + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at http://mozilla.org/MPL/2.0/. + . + If it is not possible or desirable to put the notice in a particular + file, then You may include the notice in a location (such as a LICENSE + file in a relevant directory) where a recipient would be likely to look + for such a notice. + . + You may add additional accurate notices of copyright ownership. diff -Nru freshplayerplugin-0.3.4+git20160302~webupd8~xenial1/debian/docs freshplayerplugin-0.3.5/debian/docs --- freshplayerplugin-0.3.4+git20160302~webupd8~xenial1/debian/docs 1970-01-01 00:00:00.000000000 +0000 +++ freshplayerplugin-0.3.5/debian/docs 2016-02-15 16:34:09.000000000 +0000 @@ -0,0 +1,4 @@ +README.md +data/freshwrapper.conf.example +doc/known-issues.md +doc/img-missing-pepflash.png diff -Nru freshplayerplugin-0.3.4+git20160302~webupd8~xenial1/debian/rules freshplayerplugin-0.3.5/debian/rules --- freshplayerplugin-0.3.4+git20160302~webupd8~xenial1/debian/rules 2015-06-22 08:21:24.000000000 +0000 +++ freshplayerplugin-0.3.5/debian/rules 2016-02-15 16:34:09.000000000 +0000 @@ -1,20 +1,39 @@ #!/usr/bin/make -f -# -*- makefile -*- +# See debhelper(7) (uncomment to enable) +# output every command that modifies files on the build system. +#export DH_VERBOSE = 1 +# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/* +DPKG_EXPORT_BUILDFLAGS = 1 +include /usr/share/dpkg/default.mk + +# see FEATURE AREAS in dpkg-buildflags(1) +#export DEB_BUILD_MAINT_OPTIONS = hardening=+all + +# see ENVIRONMENT in dpkg-buildflags(1) +# package maintainers to append CFLAGS +#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic +# package maintainers to append LDFLAGS +export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed + + +# main packaging script based on dh7 syntax %: - dh $@ + dh $@ --builddir build -# use this for Ubuntu versions older than Utopic: +# dh_make generated override targets +# This is example for Cmake (See https://bugs.debian.org/641051 ) #override_dh_auto_configure: -# dh_auto_configure -- -DWITH_HWDEC=0 +# dh_auto_configure -- \ +# -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) -override_dh_auto_test: - # Cannot run tests without a X11 server (with VAAPI support) +override_dh_auto_configure: + dh_auto_configure -- \ + -DWITH_LIBPDF=TRUE \ + -DWITH_NACL=TRUE \ + -DWITH_PEPPERFLASH=TRUE -override_dh_auto_install: - dh_auto_install - mkdir -p debian/freshplayerplugin/usr/lib/mozilla/plugins/ - mkdir -p debian/freshplayerplugin/usr/share/doc/freshplayerplugin/ - cp obj*/libfreshwrapper*.so debian/freshplayerplugin/usr/lib/mozilla/plugins/ - cp data/freshwrapper.conf.example debian/freshplayerplugin/usr/share/doc/freshplayerplugin/ +override_dh_makeshlibs: + # not invoking dh_makeshlibs: the generated library is private + # no need to generate shlibs file nor ldconfig calls diff -Nru freshplayerplugin-0.3.4+git20160302~webupd8~xenial1/debian/source/format freshplayerplugin-0.3.5/debian/source/format --- freshplayerplugin-0.3.4+git20160302~webupd8~xenial1/debian/source/format 2014-05-29 16:40:50.000000000 +0000 +++ freshplayerplugin-0.3.5/debian/source/format 2016-04-11 13:01:39.000000000 +0000 @@ -1 +1 @@ -3.0 (native) +3.0 (quilt) diff -Nru freshplayerplugin-0.3.4+git20160302~webupd8~xenial1/debian/watch freshplayerplugin-0.3.5/debian/watch --- freshplayerplugin-0.3.4+git20160302~webupd8~xenial1/debian/watch 2014-05-19 22:41:55.000000000 +0000 +++ freshplayerplugin-0.3.5/debian/watch 2016-02-15 16:34:09.000000000 +0000 @@ -1,3 +1,3 @@ version=3 -opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/freshplayerplugin-$1.tar.gz/ \ - https://github.com/i-rinat/freshplayerplugin/tags .*/v?(\d\S*)\.tar\.gz +https://github.com/i-rinat/freshplayerplugin/releases .*/v(.*)\.tar\.gz + diff -Nru freshplayerplugin-0.3.4+git20160302~webupd8~xenial1/.gitignore freshplayerplugin-0.3.5/.gitignore --- freshplayerplugin-0.3.4+git20160302~webupd8~xenial1/.gitignore 1970-01-01 00:00:00.000000000 +0000 +++ freshplayerplugin-0.3.5/.gitignore 2016-04-12 21:02:49.000000000 +0000 @@ -0,0 +1 @@ +/build