debian/0000755000000000000000000000000012203361455007167 5ustar debian/postrm0000755000000000000000000000033712203361366010445 0ustar #!/bin/sh set -e PACKAGE=mozplugger case "$1" in abort-install|abort-upgrade) oldfile=/etc/mozpluggerrc # Remove old conffile dpkg-maintscript-helper rm_conffile "$oldfile" 1.14.2-2~ -- "$@" esac #DEBHELPER# exit 0 debian/mozplugger.NEWS0000644000000000000000000000143012203361366012057 0ustar mozplugger (1.14.2-2) experimental; urgency=low The update-mozpluggerrc script has been included in order to fix the bug#275766. Since the /etc/mozpluggerrc file may become pretty unmanageable, the old config file has been split into several .conf files installed under /etc/mozpluggerrc.d/, and it gets reassembled by the update-mozpluggerrc script. So if users want to customize the global configuration, they need to edit those files or adding/removing new ones into the above path, then run the following (as root): # /usr/sbin/update-mozplugger A new /etc/mozpluggerrc file is created and the changes will take effects after restarting the web browser. -- Alessio Treglia Wed, 24 Nov 2010 15:46:31 +0100 debian/compat0000644000000000000000000000000212203361366010366 0ustar 7 debian/patches/0000755000000000000000000000000012203361377010621 5ustar debian/patches/01-manpages.patch0000644000000000000000000000500612203361377013654 0ustar Author: Alessio Treglia Description: Fix mistakes in mozplugger.7 manpage file. Forwarded: https://www.mozdev.org/bugs/show_bug.cgi?id=24911 --- mozplugger.7 | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) --- mozplugger.orig/mozplugger.7 +++ mozplugger/mozplugger.7 @@ -1,4 +1,3 @@ -.PU .TH mozplugger 7 "2012 Jan 04" .SH NAME mozplugger \- a streaming multimedia plugin for UNIX mozilla @@ -50,7 +49,7 @@ commands used to handle those mime types .br video/quicktime: qt,mov: Mpeg video .br - : xanim +W$window -Zr +q +Ze +f $file + : xanim +W$window \-Zr +q +Ze +f $file Each line describing a mime type has three fields: @@ -123,7 +122,7 @@ and will be rejected if they do not match what is expected from the associated HTML code (see later for details). -In addition for a command to be choosen the application has to be +In addition for a command to be chosen the application has to be available. That is, MozPlugger will assume the first word of the command is the name of an application and search $PATH for that application. If that application is not found MozPlugger will skip that command line. @@ -281,8 +280,8 @@ Quicktime objects sometimes use this mec .TP .B needs_xembed Some applications when embedded requires the Xembed protocol, other applications -dont want the Xembed protocol. Add or remove this flag if you find that you -cannot move keyboard focus to the embedded window. Curently it appears QT4 based +don't want the Xembed protocol. Add or remove this flag if you find that you +cannot move keyboard focus to the embedded window. Currently it appears QT4 based applications require this flag. .SH ENVIRONMENT VARIABLES There are some envirnoment variables that control the behaviour of Mozplugger. @@ -390,12 +389,12 @@ If using behind a non-transparent HTTP p using the .B stream flag do not work. This is because the proxy settings are not passed to the -application in the command line. To work around this situation, dont use the +application in the command line. To work around this situation, don't use the stream flag OR edit the mozpluggerrc file and passed in necessary proxy setiings via the command line. It has been found that certain combinations of browser and embedded application -dont allow keyboard focus in the embedded application, if this happens to you +don't allow keyboard focus in the embedded application, if this happens to you try adding or removing the "needs_xembed" flag from the associated command in mozpluggerrc. debian/patches/00Makefile.patch0000644000000000000000000000261612203361366013522 0ustar Description: Small adjustments to the buildsystem. Pass DESTDIR to the Makefile. Don't install mozpluggerrc. Author: Alessio Treglia Forwarded: no --- Makefile.in | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) --- mozplugger.orig/Makefile.in +++ mozplugger/Makefile.in @@ -1,7 +1,7 @@ # @configure_input@ # For building rpms -root= +root=$(DESTDIR) # For installing prefix=@prefix@ @@ -160,17 +160,16 @@ localinstall_opera: make localinstall BROWSERDIR=.opera install: - -@install -d @bindir@ - -@install -d $(prefix)$(libprefix)/mozilla/plugins - -@install -d @mandir@/man7 - -@install -d @sysconfdir@ - install mozplugger-helper @bindir@ - install mozplugger-controller @bindir@ - install mozplugger-linker @bindir@ + -@install -d $(root)@bindir@ + -@install -d $(root)$(prefix)$(libprefix)/mozilla/plugins + -@install -d $(root)@mandir@/man7 + -@install -d $(root)@sysconfdir@ + install mozplugger-helper $(root)@bindir@ + install mozplugger-controller $(root)@bindir@ + install mozplugger-linker $(root)@bindir@ for a in ${PLUGINDIRS}; do install mozplugger.so $$a ; done # cp mozplugger.so $(prefix)$(libprefix)/mozilla/plugins/ - install $(srcdir)/mozpluggerrc @sysconfdir@ - install $(srcdir)/mozplugger.7 @mandir@/man7/ + install $(srcdir)/mozplugger.7 $(root)@mandir@/man7/ uninstall: rm -f @mandir@/man7/mozplugger.7 debian/patches/02-mozpluggerrc.patch0000644000000000000000000000305012203361377014577 0ustar Author: Alessio Treglia Description: Several patches to the mozpluggerrc file. Try to embed Evince (Debian bug#588833) Remove kdpf, no longer available (LP: #303623) Add Chromium browser support (Debian bug#582176) Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588833 Bug-Ubuntu: https://launchpad.net/bugs/303623 --- mozpluggerrc | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) --- mozplugger.orig/mozpluggerrc +++ mozplugger/mozpluggerrc @@ -280,12 +280,11 @@ application/x-pdf:pdf:PDF file text/pdf:pdf:PDF file text/x-pdf:pdf:PDF file ACROREAD() - repeat noisy swallow(kpdf) fill: kpdf "$file" - repeat noisy swallow(Xpdf) fill: xpdf -g +9000+9000 "$file" - repeat noisy swallow(okular) fill: okular "$file" - repeat noisy swallow(epdfview) fill: epdfview "$file" + repeat noisy swallow(Xpdf) fill needs_xembed: xpdf -g +9000+9000 "$file" + repeat noisy swallow(okular) fill needs_xembed: okular "$file" + repeat noisy swallow(epdfview) fill needs_xembed: epdfview "$file" GV() - repeat noisy fill exits: evince "$file" + repeat noisy swallow(evince) fill needs_xembed: evince "$file" application/x-dvi:dvi:DVI file repeat swallow(kdvi) fill: kdvi "$file" @@ -294,7 +293,7 @@ application/x-dvi:dvi:DVI file application/x-postscript:ps:PostScript file application/postscript:ps:PostScript file GV() - repeat noisy fill exits: evince "$file" + repeat noisy fill exits needs_xembed: evince "$file" application/x-rtf:rtf:Rich Text Format application/rtf:rtf:Rich Text Format debian/patches/series0000644000000000000000000000007112203361377012034 0ustar 00Makefile.patch 01-manpages.patch 02-mozpluggerrc.patch debian/rules0000755000000000000000000000003612203361366010247 0ustar #!/usr/bin/make -f %: dh $@ debian/docs0000644000000000000000000000000712203361366010040 0ustar README debian/mozpluggerrc.d/0000755000000000000000000000000012203361377012134 5ustar debian/mozpluggerrc.d/40-global_defs.conf0000644000000000000000000000565112203361377015474 0ustar # Configure file for MozPlugger 1.14.2 # Version: Sept 18, 2010 # # Commands which are not installed on your system will not be used. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. ################### ### m4 macros ### ################### changequote([,]) ### Helpers ### MPlayer define(MP_CMD,[mplayer -really-quiet -nojoystick -nofs -zoom -vo xv,x11 -ao esd,alsa,oss,arts,null -osdlevel 0 $1 /dev/audio audio/wav:wav:Microsoft wave file audio/x-wav:wav:Microsoft wave file audio/x-pn-wav:wav:Microsoft wave file audio/x-pn-windows-acm:wav:Microsoft wave file controls: play "$file" controls: wavplay -q "$file" controls noisy: bplay "$file" controls: splay "$file" nokill noisy : xmms -e -p "$file" repeat noisy swallow(alsaplayer): alsaplayer -q "$file" audio/x-pn-realaudio-plugin:rpm:RealPlayer Plugin Metafile audio/x-pn-realaudio:ra,rm,ram:Realaudio-plugin resource locator audio/x-realaudio:ra,rm,ram:RealAudio file application/vnd.rn-realmedia:rm:RealMedia file application/smil:smi:RealPlayer audio/vnd.rn-realaudio:ra,ram:RealAudio file audio/vnd.rn-realvideo:rv:RealVideo file nokill stream: hxplay "$file" nokill stream: realplay "$file" audio/x-ms-wax:wax:Windows Media Audio MP_AUDIO_STREAM(-playlist-playlist)) TM_AUDIO_STREAM() audio/x-ms-wma:wma:Windows Media Audio MP_AUDIO_STREAM() TM_AUDIO_STREAM() debian/control0000644000000000000000000000275112203361530010571 0ustar Source: mozplugger Section: web Priority: optional Maintainer: Debian QA Group Standards-Version: 3.9.3 Build-Depends: debhelper (>= 7), libx11-dev, libxt-dev, x11proto-core-dev Vcs-Git: git://git.debian.org/collab-maint/mozplugger.git Vcs-Browser: http://git.debian.org/?p=collab-maint/mozplugger.git Homepage: http://mozplugger.mozdev.org Package: mozplugger Architecture: any Pre-Depends: dpkg (>= 1.15.7.2) Depends: m4, ${shlibs:Depends}, iceweasel | iceape-browser | firefox | abrowser | galeon | rekonq | konqueror | opera | epiphany | chromium (>> 10.0.648.114~r75702-1~) | chromium-browser | xulrunner-1.9 | xulrunner-1.9.1 | xulrunner-1.9.2 | xulrunner-2.0, ${misc:Depends} Suggests: bplay, mikmod, mpg123, mpg321, mplayer | mplayer2, vorbis-tools, sox, playmidi, sidplay-base, splay, timidity, xcdroast, xine-ui, xmp, libreoffice-common, gqview, qiv, imagemagick, evince | evince-gtk, xpdf, texlive-base, abiword-common, gnumeric, rasmol, xscreensaver-gl Description: Plugin allowing external viewers to be launched inside Mozilla mozplugger allows you to seamlessly integrate external applications to view files downloaded from the web that Mozilla can not normally handle. The application is embedded within a Mozilla window as to act like and feel like a true plugin. . This allows you to view PDFs, Postscript files, animations and movies, amongst other file types all from within Mozilla (with supporting applications). debian/mozplugger.links0000644000000000000000000000013012203361366012417 0ustar usr/share/man/man1/mozplugger-controller.1.gz usr/share/man/man1/mozplugger-linker.1.gz debian/mozplugger.manpages0000644000000000000000000000002212203361366013072 0ustar debian/manpages/* debian/changelog0000644000000000000000000006036412203361455011052 0ustar mozplugger (1.14.5-2) unstable; urgency=low * QA upload. * Orphaning this. -- Alessio Fri, 16 Aug 2013 09:30:19 +0100 mozplugger (1.14.5-1) unstable; urgency=low * New upstream release. * Remove 11-processes_left_behind.patch, was applied upstream. * Refresh patches. * Update debian/rules, upstream replaced the pure Makefile-based buildsystem with autoconf. * debian/mozpluger.install: - Install mozplugger.so by hand, the buildsystem is buggy. * Bump Standards. -- Alessio Treglia Mon, 21 May 2012 02:37:00 +0200 mozplugger (1.14.3-7) unstable; urgency=low * Don't leave processes in background after they've become unnecessary. -- Alessio Treglia Tue, 03 Jan 2012 11:34:57 +0100 mozplugger (1.14.3-6) unstable; urgency=low * Turn off DEBUG mode (Closes: #619223). -- Alessio Treglia Mon, 28 Nov 2011 01:37:29 +0100 mozplugger (1.14.3-5) unstable; urgency=low * Install mozplugger in /usr/lib/mozilla/plugins/ only (Closes: #638459) Thanks to Gabriele Giacone for the report. -- Alessio Treglia Sat, 20 Aug 2011 09:40:01 +0200 mozplugger (1.14.3-4) unstable; urgency=low * Fix small typo in debian/control which causes mozplugger to install redundant dependencies (Closes: #635678). -- Alessio Treglia Thu, 28 Jul 2011 12:55:03 +0200 mozplugger (1.14.3-3) unstable; urgency=low * Update chromium packages' names. * Reintroduce a Suggests list (Closes: #466183). * Remove -Od from timidity command line (LP: #796869). -- Alessio Treglia Sun, 10 Jul 2011 10:50:35 +0200 mozplugger (1.14.3-2) unstable; urgency=low * Fix path of /usr/lib/xscreensaver/molecule (Closes: #617292). * Bump Standards. -- Alessio Treglia Thu, 28 Apr 2011 13:33:08 +0200 mozplugger (1.14.3-1) unstable; urgency=low * Imported Upstream version 1.14.3, fixes upstream bugs: - 23735: Add option to configure.ac to allow build with needs_xembed always true - 23734: Use autoconf to reduce complexity of supporting different builds - 23733: mozplugger rejects URLS that contains semicolons. - 23732: When creating temporary file no check is made for bad characters. * debian/rules: - Don't use the legacy /usr/lib/{firefox,xulrunner-addons} locations on Ubuntu. * debian/clean: - Clean debian/mozplugger.links, remove override_dh_auto_clean from debian/rules. * debian/control: - Add xulrunner-2.0 support. * Refresh patches. -- Alessio Treglia Sun, 06 Mar 2011 09:03:33 +0100 mozplugger (1.14.2-5) unstable; urgency=low * Upload to unstable. -- Alessio Treglia Tue, 08 Feb 2011 19:11:57 +0100 mozplugger (1.14.2-4) experimental; urgency=low * Build with -DDEBUG. -- Alessio Treglia Mon, 10 Jan 2011 11:14:39 +0100 mozplugger (1.14.2-3) experimental; urgency=low * Add rekonq to the supported browsers list (LP: #682241). -- Alessio Treglia Sun, 28 Nov 2010 10:36:45 +0100 mozplugger (1.14.2-2) experimental; urgency=low * Fix evince behavior when opening PostScript files. * Provide an update-mozpluggerrc script to regenerate /etc/mozpluggerrc from the contents of the directory /etc/mozpluggerrc.d/ (Closes: #275766). * Handle the removal of the old conffile. * Pre-Depends on dpkg (>= 1.15.7.2). * Drop CDBS, switch to DH 7 short-form. * Generate debian/mozplugger.links file depending on the distribution on which the package is built. This reduces the delta to 0. * debian/00Makefile.patch: - Don't install mozpluggerrc. - Add header DEP-3 compliant. * Merge Ubuntu changelog entries. * Add NEWS.Debian file. -- Alessio Treglia Wed, 24 Nov 2010 15:46:31 +0100 mozplugger (1.14.2-1ubuntu1) natty; urgency=low * Merge from debian experimental, Ubuntu remaining changes: - Replace ice{weasel,ape} with firefox,xulrunner-addons in debian/mozplugger.links file. -- Alessio Treglia Sat, 16 Oct 2010 12:06:10 +0200 mozplugger (1.14.2-1) experimental; urgency=low * New upstream release. * Drop debian/patches/03-honor_needs_xembed.patch, applied upstream. * Refresh debian/patches/01-manpages.patch patch. * Add local-options file into debian/source/. -- Alessio Treglia Wed, 22 Sep 2010 16:23:15 +0200 mozplugger (1.14.1-2~exp3ubuntu1) maverick; urgency=low * Great news: this works with Chromium browser! * Merge with Debian experimental, remaining changes: - Replace ice{weasel,ape} with firefox,xulrunner-addons in debian/mozplugger.links file. -- Alessio Treglia Mon, 13 Sep 2010 13:04:08 +0200 mozplugger (1.14.1-2~exp3) experimental; urgency=low * Add Chromium browser support in mozpluggerrc (Closes: #582176). * Re-introduce epiphany in the Depends field. * Add chromium-browser to Depends field. -- Alessio Treglia Mon, 13 Sep 2010 12:52:13 +0200 mozplugger (1.14.1-2~exp2) experimental; urgency=low * Mozplugger seems ignoring needs_xembed flag; attempt to make it able to work with Chromium browser. -- Alessio Treglia Sat, 11 Sep 2010 11:45:37 +0200 mozplugger (1.14.1-2~exp1) experimental; urgency=low * debian/patches/02-mozpluggerrc.patch: - Try to embed Evince (Closes: #588833). - Remove kdpf since it is no longer available (LP: #303623). -- Alessio Treglia Sun, 05 Sep 2010 11:15:14 +0200 mozplugger (1.14.1-1) unstable; urgency=low * New upstream bugfix-only release: - Don't store temporary files in $HOME (Closes: #588130). - Use NPP_StreamAsFile with webkit based browsers. - Embedded objects now have a property called "isPlaying", which return true if the application is running, false otherwise. * Merge Ubuntu changelog entries. * Update Standards to 3.9.1. * Update watch file. * Refresh debian/patches/01-manpages.patch patch. -- Alessio Treglia Sun, 05 Sep 2010 10:34:08 +0200 mozplugger (1.14.0-2ubuntu1) maverick; urgency=low * Merge with debian unstable, remaining changes: - debian/mozplugger.links: Replace ice{weasel,ape} with firefox,xulrunner-addons. -- Alessio Treglia Sun, 27 Jun 2010 19:36:04 +0200 mozplugger (1.14.0-2) unstable; urgency=low * Add debian/source/format file. * Switch to format 3.0 (quilt). * Bump priority of firefox up, it should come just after iceweasel. * Add .gitignore file. * Add debian/gbp.conf file. -- Alessio Treglia Sat, 26 Jun 2010 16:28:00 +0200 mozplugger (1.14.0-1ubuntu1) maverick; urgency=low * Merge with Debian unstable, Ubuntu remaining changes: - debian/mozplugger.links: Replace ice{weasel,ape} with firefox,xulrunner-addons. -- Alessio Treglia Thu, 17 Jun 2010 22:21:02 +0200 mozplugger (1.14.0-1) unstable; urgency=low * Merge Ubuntu changelog entries. * New upstream release. * Change my mail address. * Refresh patches. * Remove final blank line from the description. -- Alessio Treglia Tue, 15 Jun 2010 09:58:58 +0200 mozplugger (1.13.3-1ubuntu1) lucid; urgency=low * Merge from debian unstable, Ubuntu remaining changes: - debian/mozplugger.links: + Replace ice{weasel,ape} with firefox,xulrunner-addons. - This closes LP: #439540. -- Alessio Treglia Sat, 17 Apr 2010 10:47:53 +0200 mozplugger (1.13.3-1) unstable; urgency=low * New upstream release: - Fixes upstream bug #22723 (Closes: #519832). * Refresh 01-manpages.patch and add more patches. * Add README.source to document howto patch the sources. -- Alessio Treglia Sat, 17 Apr 2010 01:15:53 +0200 mozplugger (1.13.2-2) unstable; urgency=low * Add xulrunner-1.9.{1,2} support (Closes: #575532). * Don't depend on epiphany-browser, see bug #566857. -- Alessio Treglia Thu, 15 Apr 2010 19:09:23 +0200 mozplugger (1.13.2-1ubuntu1) lucid; urgency=low * Merge from debian testing (LP: #553855). Remaining changes: - debian/control: + Bump xulrunner depends to xulrunner-1.9.2 (LP: #553850) + Remove epiphany-browser from Suggests field, see Debian bug #566857 for more information. - debian/mozplugger.links: + Replace ice{weasel,ape} with firefox,xulrunner-addons. -- Micah Gersten Fri, 02 Apr 2010 12:03:28 -0500 mozplugger (1.13.2-1) unstable; urgency=low * New upstream release: - Fix upstream's #22440 bug introduced by 1.13.1. * Bump Standards. * Switch to quilt. * Refresh patches. -- Alessio Treglia Sat, 20 Feb 2010 01:27:43 +0100 mozplugger (1.13.1-1ubuntu1) lucid; urgency=low * Merge from debian, remaining changes: - debian/mozplugger.links: + Replace ice{weasel,ape} with firefox,xulrunner-addons. * Remove epiphany-browser from Suggests field, see Debian bug #566857 for more information. -- Alessio Treglia Thu, 28 Jan 2010 14:19:10 +0100 mozplugger (1.13.1-1) unstable; urgency=low * New upstream release 1.13.1. * Refresh patches. * Update Vcs-* fields, the packaging has been moved to Git. * The previous upload closed the wrong ITA bug: Closes: #557588. -- Alessio Treglia Wed, 27 Jan 2010 11:57:50 +0100 mozplugger (1.13.0-2) unstable; urgency=low * Adopting this (Closes: #557558). * debian/control: - Bump Stanadards-Versions. - Add ${misc:Depends} macro to the Depends field. - Remove XS- prefix from Vcs-* fields. - Allow uploads by Debian Maintainers. - Append firefox | abrowser to the Depends field value. * debian/copyright: - Fix copyright-refers-to-versionless-license-file. * Link usr/share/man/man1/mozplugger-controller.1.gz to usr/share/man/man1/mozplugger-linker.1.gz. * debian/patches/01-manpages.patch: - Fix errors in mozplugger.7 manpage. -- Alessio Treglia Thu, 14 Jan 2010 08:45:43 +0100 mozplugger (1.13.0-1ubuntu1) lucid; urgency=low * Merge from debian testing, Ubuntu remaining changes: - debian/control: + Replace Depends on iceweasel | iceape-browser with firefox | abrowser. - debian/mozplugger.links: + Replace ice{weasel,ape} with firefox,xulrunner-addons. -- Alessio Treglia Thu, 31 Dec 2009 14:24:17 +0100 mozplugger (1.13.0-1) unstable; urgency=low * New upstream version * Oprphan package -- Ari Pollak Sun, 22 Nov 2009 21:21:11 -0500 mozplugger (1.12.1-2) unstable; urgency=low * Add xulrunner-1.9 to optional depends (Closes: #535314) -- Ari Pollak Mon, 10 Aug 2009 12:13:49 -0400 mozplugger (1.12.1-1ubuntu1) karmic; urgency=low * Merge from debian unstable, remaining changes: - debian/control: + Change Depends on iceweasel to firefox. + Remove Depends on iceape-browser. + Add xulrunner-1.9 to Depends field. - debian/mozplugger.links: + Remove iceape link. + Move iceweasel link to firefox. + Add xulrunner-1.9 link. * Packages that Depend/Suggest/Recommend firefox (metapackages) must alternatively Depend/Suggest/Recommend abrowser. -- Alessio Treglia Mon, 04 May 2009 11:58:31 +0200 mozplugger (1.12.1-1) unstable; urgency=low * New upstream version -- Ari Pollak Sat, 02 May 2009 21:13:29 -0400 mozplugger (1.12.0-1ubuntu1) jaunty; urgency=low * Merge from debian unstable (LP: #316033), Ubuntu remaining changes: - debian/control: + Change iceape-browser dependency to mozilla-browser + Depends on xulrunner-1.9 - debian/mozplugger.links: + Remove iceape link + Move iceweasel link to firefox + Add xulrunner-1.9 link * Change depends on iceweasel to firefox (LP: #272959). -- Alessio Treglia Sun, 11 Jan 2009 11:45:25 +0100 mozplugger (1.12.0-1) unstable; urgency=low * New upstream version - Adds support for okular (Closes: #478679) -- Ari Pollak Sat, 10 Jan 2009 16:53:29 -0500 mozplugger (1.10.2-2ubuntu1) intrepid; urgency=low * Merge from Debian unstable. Ubuntu remaining changes: - Changed iceape-browser dependency to mozilla-browser - debian/mozplugger.links: + dropped iceape link + changed iceweasel to firefox * xulrunner-1.9 support - update debian/mozplugger.links - update debian/control * Updated standards version. -- Emanuele Gentili Tue, 26 Aug 2008 14:12:10 +0200 mozplugger (1.10.2-2) unstable; urgency=low * debian/patches/01_amd64-swallow.patch: - Apply patch from Loic Grenie (and accepted upstream) to fix swallowing of windows on amd64 (Closes: #489755) -- Ari Pollak Sun, 24 Aug 2008 16:46:12 -0400 mozplugger (1.10.2-1ubuntu1) intrepid; urgency=low * Merge from Debian unstable. Ubuntu remaining changes: - Changed iceape-browser dependency to mozilla-browser - debian/mozplugger.links: + dropped iceape link + changed iceweasel to firefox - debian/control: Change Maintainer/XSBC-Original-Maintainer field * xulrunner-1.9 support - update debian/mozplugger.links - update debian/control * Updated standards version. -- Emanuele Gentili Mon, 14 Jul 2008 16:45:30 +0200 mozplugger (1.10.2-1) unstable; urgency=low * New upstream release * Add XS-Vcs-Svn and Homepage headers to control file * Remove obsolete Conflicts on plugger * Properly encode UTF-8 characters in manpages (Closes: #441818) * Bump standards version; no changes necessary -- Ari Pollak Tue, 01 Apr 2008 20:44:12 -0400 mozplugger (1.10.1-2ubuntu2) hardy; urgency=low * xulrunner-1.9 support (LP: #202075) - update debian/mozplugger.links - update debian/control -- Alexander Sack Tue, 01 Apr 2008 02:31:29 +0200 mozplugger (1.10.1-2ubuntu1) hardy; urgency=low * Merge from Debian unstable. (LP: #195029) Ubuntu remaining changes: - Changed iceape-browser dependency to mozilla-browser - debian/mozplugger.links: + dropped iceape link + changed iceweasel to firefox - debian/control: Change Maintainer/XSBC-Original-Maintainer field -- Stefan Ebner Fri, 22 Feb 2008 10:31:41 +0100 mozplugger (1.10.1-1ubuntu1) hardy; urgency=low * Merge from Debian unstable (LP: #189803), Ubuntu remaining changes: - Changed iceape-browser dependency to mozilla-browser - debian/mozplugger.links: + dropped iceape link + changed iceweasel to firefox * debian/control: Change Maintainer/XSBC-Original-Maintainer field -- Pedro Fragoso Wed, 06 Feb 2008 10:50:02 +0000 mozplugger (1.10.1-1) unstable; urgency=low * New upstream release -- Ari Pollak Tue, 05 Feb 2008 22:19:10 -0500 mozplugger (1.8.0-4ubuntu1) hardy; urgency=low * Merge from debian unstable, remaining changes: + Changed iceape-browser dependency to mozilla-browser + debian/mozplugger.links: - dropped iceape link - changed iceweasel to firefox -- Stephan Hermann Sun, 13 Jan 2008 11:09:11 +0100 mozplugger (1.8.0-4) unstable; urgency=low * Fix grammatical error in package description (Closes: #419453) * Fix extraneous punctuation in acroread patch (Closes: #451387) -- Ari Pollak Tue, 20 Nov 2007 16:35:49 -0500 mozplugger (1.8.0-3ubuntu1) gutsy; urgency=low * Merge from Debian unstable. Remaining Ubuntu changes: + Changed iceape-browser dependency to mozilla-browser + debian/mozplugger.links: - dropped iceape link - changed iceweasel to firefox (LP: #84088) * Modify Maintainer value to match Debian-Maintainer-Field Spec -- Stephan Hermann Sun, 6 May 2007 16:36:07 +0200 mozplugger (1.8.0-3) unstable; urgency=low * Upload to unstable, no other changes -- Ari Pollak Sun, 08 Apr 2007 13:22:01 -0400 mozplugger (1.8.0-2) experimental; urgency=low * Fix the plugin on 64-bit platforms like amd64 (Closes: #416495) * Add optional dependency on opera (Closes: #409753) -- Ari Pollak Sat, 07 Apr 2007 00:22:22 -0400 mozplugger (1.8.0-1) experimental; urgency=low * New upstream version * Remove extraneous firefox plugin directory * Update watch file -- Ari Pollak Sat, 3 Feb 2007 19:16:23 -0500 mozplugger (1.7.3-6ubuntu2) feisty; urgency=low * Changed iceape-browser dependency to mozilla-browser * debian/mozplugger.links: - dropped iceape link - changed iceweasel to firefox (LP: #84088) -- Adrien Cunin Fri, 9 Feb 2007 17:55:09 +0100 mozplugger (1.7.3-6ubuntu1) feisty; urgency=low * Switch iceweasel dependancy to firefox. (LP: #83175) -- Steve Kowalik Mon, 5 Feb 2007 00:00:45 +1100 mozplugger (1.7.3-6) unstable; urgency=low * Change mozilla-browser dependency to iceape-browser (Closes: #401768) -- Ari Pollak Tue, 5 Dec 2006 15:30:06 -0500 mozplugger (1.7.3-5) unstable; urgency=low * Add support for iceape-browser (Closes: #401549) -- Ari Pollak Mon, 4 Dec 2006 11:28:12 -0500 mozplugger (1.7.3-4) unstable; urgency=low * Install plugin to correct iceweasel directory instead of firefox (Closes: #401418) -- Ari Pollak Sun, 3 Dec 2006 16:06:29 -0500 mozplugger (1.7.3-3) unstable; urgency=low * Update package to work with iceweasel instead of firefox * Update mozplugger(7) manpage to reflect proper paths for where mozpluggerrc and pluginreg.dat can be located (Closes: #368365) -- Ari Pollak Tue, 21 Nov 2006 11:40:08 -0500 mozplugger (1.7.3-2) unstable; urgency=low * For some reason acroread's help is broken so we'll just assume the installed acroread is version 7. * Move browser Recommends to Depends -- Ari Pollak Sat, 20 May 2006 22:56:36 -0400 mozplugger (1.7.3-1) unstable; urgency=low * New upstream release - Updates mozpluggerrc (Closes: #340686) - Adds support for Acrobat Reader 7 (Closes: #303188, #311204) - Fixes firefox resize problem (Closes: #343398) * Hijack package, due to previous maintainer being unresponsive * Acknowledge previous NMU (Closes: #347033) * Update watch file (Closes: #332656) * Update symlinks to be in /usr/lib/firefox instead of /usr/lib/mozilla-firefox (Closes: #351553) * Add upstream URL to package description (Closes: #335345) -- Ari Pollak Tue, 25 Apr 2006 21:57:33 -0400 mozplugger (1.7.1-1.1) unstable; urgency=low * Non-maintainer upload. * Remove Build-Dependency on xlibs-dev (Closes: #347033). * Credit and Big Thanks to Justin Pryzby for the patch and testing. -- Amaya Rodrigo Sastre Sat, 21 Jan 2006 20:30:20 +0100 mozplugger (1.7.1-1) unstable; urgency=low * New upstream (Closes: #274652) * Added watch file (Closes: #292798) -- Bernard Blackham Wed, 19 Jan 2005 18:22:48 +0800 mozplugger (1.6.2-2) unstable; urgency=low * Remove mozilla-firebird from plugin directories (Closes: #274858) * Add x-ms-asf-plugin to mozpluggerrc -- Bernard Blackham Fri, 19 Nov 2004 19:44:49 +0800 mozplugger (1.6.2-1) unstable; urgency=low * New upstream release (Closes: #274652) - Fixes certain swallow bugs (Closes: #264955) -- Bernard Blackham Sun, 3 Oct 2004 20:44:07 +0800 mozplugger (1.6.1+1.6.2a-1) unstable; urgency=low * New upstream release. -- Bernard Blackham Fri, 24 Sep 2004 11:23:41 +0800 mozplugger (1.6.0-3) unstable; urgency=low * Fix swallowing of xpdf. * Don't specify audio output driver for mplayer (should be specified in mplayer config). -- Bernard Blackham Tue, 10 Aug 2004 11:28:55 +0800 mozplugger (1.6.0-2) unstable; urgency=low * Added missing dependency for m4 (Closes: #262171). -- Bernard Blackham Fri, 30 Jul 2004 12:33:22 +0800 mozplugger (1.6.0-1) unstable; urgency=low * New upstream: - includes M4 macro processing in mozpluggerrc - xine and xmms are disabled by default - uncomment define(ENABLE_HELPERS)) * Updated standards version. -- Bernard Blackham Mon, 12 Jul 2004 00:28:52 +0800 mozplugger (1.5.9+1.6.0b-1) unstable; urgency=low * New upstream release candidate. -- Bernard Blackham Sun, 11 Jul 2004 00:36:16 +0800 mozplugger (1.5.2-1) unstable; urgency=low * New upstream * Use dh_link (Closes: #236945, #236698) * Make xmms enqueue if we need to resort to xmms (Closes: #244335) * Don't specify mplayer driver options on cmdline (Closes: #248006) * Call OpenOffice.org by openoffice (Closes: #254790) * Correct display of TIFFs (Closes: #255032) -- Bernard Blackham Sun, 23 May 2004 18:35:37 +0800 mozplugger (1.5.1-2) unstable; urgency=low * Added mozilla-firefox support. -- Bernard Blackham Wed, 3 Mar 2004 04:45:55 +0800 mozplugger (1.5.1-1) unstable; urgency=low * New upstream release. -- Bernard Blackham Sat, 28 Feb 2004 09:55:58 +0800 mozplugger (1.5.0+1.5.1b-1) unstable; urgency=low * New upstream beta release. * Add support for mozilla-firebird (Closes: #214033, #231498, #233309) -- Bernard Blackham Sun, 1 Feb 2004 19:45:47 +0800 mozplugger (1.5.0-1) unstable; urgency=low * New upstream (Closes: #229161) - Fixes occasional swallowing failures (Closes: #203425) -- Bernard Blackham Fri, 23 Jan 2004 21:56:52 +0800 mozplugger (1.4.2-1) unstable; urgency=low * New upstream: - Fixes ia64 segfaults (Closes: #218361) -- Bernard Blackham Fri, 19 Dec 2003 20:32:52 +0800 mozplugger (1.3.2-1) unstable; urgency=low * New upstream - fixes regression in that stopped mozplugger from finding helpers in certain directories. -- Bernard Blackham Wed, 22 Oct 2003 19:26:23 +0800 mozplugger (1.3.1-1) unstable; urgency=low * New upstream. -- Bernard Blackham Wed, 3 Sep 2003 00:23:50 +0800 mozplugger (1.3.0-1) unstable; urgency=low * New upstream. -- Bernard Blackham Sat, 5 Jul 2003 11:39:50 +0800 mozplugger (1.2.2-1) unstable; urgency=low * New upstream. * Fixes non-functioning maxaspect code. -- Bernard Blackham Sat, 28 Jun 2003 11:35:48 +0800 mozplugger (1.2.1-1) unstable; urgency=low * New upstream. -- Bernard Blackham Sun, 15 Jun 2003 13:11:54 +0800 mozplugger (1.2.0-1) unstable; urgency=low * New upstream - swallowing code changes & restructuring. -- Bernard Blackham Thu, 29 May 2003 16:54:04 +0800 mozplugger (1.1.3-1) unstable; urgency=low * New upstream - fixes crashes with Mozilla 1.3. Closes: #189142, #189124 * Added Build Depends on xlibs-dev. Closes: #190588 -- Bernard Blackham Fri, 25 Apr 2003 11:02:06 +1000 mozplugger (1.1.2-3) unstable; urgency=low * NPL and MPL merged into copyright file for consistency * Switched to dh_make from debmake * Fixed certain cases when mozplugger did not swallow -- Bernard Blackham Sun, 6 Apr 2003 17:09:44 +0800 mozplugger (1.1.2-2) unstable; urgency=low * Split back into .orig.tar.gz and .diff.gz -- Bernard Blackham Sat, 29 Mar 2003 16:21:06 +0800 mozplugger (1.1.2-1) unstable; urgency=low * New upstream. * Uploaded. Closes: #165556, #181718 -- Bernard Blackham Sat, 15 Mar 2003 01:17:45 +0800 mozplugger (1.1.1-2) unstable; urgency=low * Clarification of copyright. * Updated mozpluggerrc from upstream * Bugfixes for 64-bit archs -- Bernard Blackham Fri, 21 Feb 2003 09:45:29 +0800 mozplugger (1.1.1-1) unstable; urgency=low * Initial release. -- Bernard Blackham Wed, 19 Feb 2003 23:41:17 +0800 debian/mozplugger.dirs0000644000000000000000000000003012203361366012237 0ustar usr/lib/mozilla/plugins debian/README.Debian0000644000000000000000000000063212203361366011232 0ustar mozplugger for Debian ---------------------- You may need to delete your local $HOME/.mozilla/pluginreg.dat file for mozplugger to be enabled correctly. (It will get regenerated). To add more helpers, edit /etc/mozpluggerrc. The window name can be obtained using the utility xprop(1x). Type "xprop WM_CLASS" and click on a window. Bernard Blackham , Wed, 19 Feb 2003 23:41:17 +0800 debian/gbp.conf0000644000000000000000000000013012203361377010603 0ustar [DEFAULT] debian-branch = master.sid upstream-branch = upstream.sid pristine-tar = True debian/mozplugger.install0000644000000000000000000000014612203361366012754 0ustar debian/mozpluggerrc.d etc/ debian/update-mozpluggerrc usr/sbin mozplugger.so usr/lib/mozilla/plugins/ debian/copyright0000644000000000000000000007577412203361366011147 0ustar This package was debianized by Bernard Blackham bernard@blackham.com.au on Wed, 19 Feb 2003 23:41:17 +0800. It was downloaded from http://mozplugger.mozdev.org/ Copyright: All components of this package are released under the GPL (GNU General Public License), with the exception of: npapi/ : Files taken from mozilla-dev, licensed under a mixture of the NPL (Netscape Public License), the MPL (Mozilla Public License) and the GPL. The full text of the GPL is in /usr/share/common-licenses/GPL-2. The full text of the MPL & NPL are provided below. ------------------------------------------------------------------------------ The full text of the MPL follows: ------------------------------------------------------------------------------ MOZILLA PUBLIC LICENSE Version 1.1 --------------- 1. Definitions. 1.0.1. "Commercial Use" means distribution or otherwise making the Covered Code available to a third party. 1.1. "Contributor" means each entity that creates or contributes to the creation of Modifications. 1.2. "Contributor Version" means the combination of the Original Code, prior Modifications used by a Contributor, and the Modifications made by that particular Contributor. 1.3. "Covered Code" means the Original Code or Modifications or the combination of the Original Code and Modifications, in each case including portions thereof. 1.4. "Electronic Distribution Mechanism" means a mechanism generally accepted in the software development community for the electronic transfer of data. 1.5. "Executable" means Covered Code in any form other than Source Code. 1.6. "Initial Developer" means the individual or entity identified as the Initial Developer in the Source Code notice required by Exhibit A. 1.7. "Larger Work" means a work which combines Covered Code or portions thereof with code not governed by the terms of this License. 1.8. "License" means this document. 1.8.1. "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein. 1.9. "Modifications" means any addition to or deletion from the substance or structure of either the Original Code or any previous Modifications. When Covered Code is released as a series of files, a Modification is: A. Any addition to or deletion from the contents of a file containing Original Code or previous Modifications. B. Any new file that contains any part of the Original Code or previous Modifications. 1.10. "Original Code" means Source Code of computer software code which is described in the Source Code notice required by Exhibit A as Original Code, and which, at the time of its release under this License is not already Covered Code governed by this License. 1.10.1. "Patent Claims" means any patent claim(s), now owned or hereafter acquired, including without limitation, method, process, and apparatus claims, in any patent Licensable by grantor. 1.11. "Source Code" means the preferred form of the Covered Code for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of an Executable, or source code differential comparisons against either the Original Code or another well known, available Covered Code of the Contributor's choice. The Source Code can be in a compressed or archival form, provided the appropriate decompression or de-archiving software is widely available for no charge. 1.12. "You" (or "Your") means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 6.1. For legal entities, "You" includes any entity which 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. Source Code License. 2.1. The Initial Developer Grant. The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims: (a) under intellectual property rights (other than patent or trademark) Licensable by Initial Developer to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, and/or as part of a Larger Work; and (b) under Patents Claims infringed by the making, using or selling of Original Code, to make, have made, use, practice, sell, and offer for sale, and/or otherwise dispose of the Original Code (or portions thereof). (c) the licenses granted in this Section 2.1(a) and (b) are effective on the date Initial Developer first distributes Original Code under the terms of this License. (d) Notwithstanding Section 2.1(b) above, no patent license is granted: 1) for code that You delete from the Original Code; 2) separate from the Original Code; or 3) for infringements caused by: i) the modification of the Original Code or ii) the combination of the Original Code with other software or devices. 2.2. Contributor Grant. Subject to third party intellectual property claims, 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 Contributor, to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof) either on an unmodified basis, with other Modifications, as Covered Code and/or as part of a Larger Work; and (b) under Patent Claims infringed by the making, using, or selling of Modifications made by that Contributor either alone and/or in combination with its Contributor Version (or portions of such combination), to make, use, sell, offer for sale, have made, and/or otherwise dispose of: 1) Modifications made by that Contributor (or portions thereof); and 2) the combination of Modifications made by that Contributor with its Contributor Version (or portions of such combination). (c) the licenses granted in Sections 2.2(a) and 2.2(b) are effective on the date Contributor first makes Commercial Use of the Covered Code. (d) Notwithstanding Section 2.2(b) above, no patent license is granted: 1) for any code that Contributor has deleted from the Contributor Version; 2) separate from the Contributor Version; 3) for infringements caused by: i) third party modifications of Contributor Version or ii) the combination of Modifications made by that Contributor with other software (except as part of the Contributor Version) or other devices; or 4) under Patent Claims infringed by Covered Code in the absence of Modifications made by that Contributor. 3. Distribution Obligations. 3.1. Application of License. The Modifications which You create or to which You contribute are governed by the terms of this License, including without limitation Section 2.2. The Source Code version of Covered Code may be distributed only under the terms of this License or a future version of this License released under Section 6.1, and You must include a copy of this License with every copy of the Source Code You distribute. You may not offer or impose any terms on any Source Code version that alters or restricts the applicable version of this License or the recipients' rights hereunder. However, You may include an additional document offering the additional rights described in Section 3.5. 3.2. Availability of Source Code. Any Modification which You create or to which You contribute must be made available in Source Code form under the terms of this License either on the same media as an Executable version or via an accepted Electronic Distribution Mechanism to anyone to whom you made an Executable version available; and if made available via Electronic Distribution Mechanism, must remain available for at least twelve (12) months after the date it initially became available, or at least six (6) months after a subsequent version of that particular Modification has been made available to such recipients. You are responsible for ensuring that the Source Code version remains available even if the Electronic Distribution Mechanism is maintained by a third party. 3.3. Description of Modifications. You must cause all Covered Code to which You contribute to contain a file documenting the changes You made to create that Covered Code and the date of any change. You must include a prominent statement that the Modification is derived, directly or indirectly, from Original Code provided by the Initial Developer and including the name of the Initial Developer in (a) the Source Code, and (b) in any notice in an Executable version or related documentation in which You describe the origin or ownership of the Covered Code. 3.4. Intellectual Property Matters (a) Third Party Claims. If Contributor has knowledge that a license under a third party's intellectual property rights is required to exercise the rights granted by such Contributor under Sections 2.1 or 2.2, Contributor must include a text file with the Source Code distribution titled "LEGAL" which describes the claim and the party making the claim in sufficient detail that a recipient will know whom to contact. If Contributor obtains such knowledge after the Modification is made available as described in Section 3.2, Contributor shall promptly modify the LEGAL file in all copies Contributor makes available thereafter and shall take other steps (such as notifying appropriate mailing lists or newsgroups) reasonably calculated to inform those who received the Covered Code that new knowledge has been obtained. (b) Contributor APIs. If Contributor's Modifications include an application programming interface and Contributor has knowledge of patent licenses which are reasonably necessary to implement that API, Contributor must also include this information in the LEGAL file. (c) Representations. Contributor represents that, except as disclosed pursuant to Section 3.4(a) above, Contributor believes that Contributor's Modifications are Contributor's original creation(s) and/or Contributor has sufficient rights to grant the rights conveyed by this License. 3.5. Required Notices. You must duplicate the notice in Exhibit A in each file of the Source Code. If it is not possible to put such notice in a particular Source Code file due to its structure, then You must include such notice in a location (such as a relevant directory) where a user would be likely to look for such a notice. If You created one or more Modification(s) You may add your name as a Contributor to the notice described in Exhibit A. You must also duplicate this License in any documentation for the Source Code where You describe recipients' rights or ownership rights relating to Covered Code. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Code. However, You may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear than any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer. 3.6. Distribution of Executable Versions. You may distribute Covered Code in Executable form only if the requirements of Section 3.1-3.5 have been met for that Covered Code, and if You include a notice stating that the Source Code version of the Covered Code is available under the terms of this License, including a description of how and where You have fulfilled the obligations of Section 3.2. The notice must be conspicuously included in any notice in an Executable version, related documentation or collateral in which You describe recipients' rights relating to the Covered Code. You may distribute the Executable version of Covered Code or ownership rights under a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable version does not attempt to limit or alter the recipient's rights in the Source Code version from the rights set forth in this License. If You distribute the Executable version under a different license You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or any Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer. 3.7. Larger Works. You may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Code. 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 Code 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 included in the LEGAL file described in Section 3.4 and must be included with all distributions of the Source Code. 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. Application of this License. This License applies to code to which the Initial Developer has attached the notice in Exhibit A and to related Covered Code. 6. Versions of the License. 6.1. New Versions. Netscape Communications Corporation ("Netscape") may publish revised and/or new versions of the License from time to time. Each version will be given a distinguishing version number. 6.2. Effect of New Versions. Once Covered Code has been published under a particular version of the License, You may always continue to use it under the terms of that version. You may also choose to use such Covered Code under the terms of any subsequent version of the License published by Netscape. No one other than Netscape has the right to modify the terms applicable to Covered Code created under this License. 6.3. Derivative Works. If You create or use a modified version of this License (which you may only do in order to apply it to code which is not already Covered Code governed by this License), You must (a) rename Your license so that the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape", "MPL", "NPL" or any confusingly similar phrase do not appear in your license (except to note that your license differs from this License) and (b) otherwise make it clear that Your version of the license contains terms which differ from the Mozilla Public License and Netscape Public License. (Filling in the name of the Initial Developer, Original Code or Contributor in the notice described in Exhibit A shall not of themselves be deemed to be modifications of this License.) 7. DISCLAIMER OF WARRANTY. COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE 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 CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER 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 CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. 8. TERMINATION. 8.1. This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. All sublicenses to the Covered Code which are properly granted shall survive any termination of this License. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive. 8.2. If You initiate litigation by asserting a patent infringement claim (excluding declatory judgment actions) against Initial Developer or a Contributor (the Initial Developer or Contributor against whom You file such action is referred to as "Participant") alleging that: (a) such Participant's Contributor Version directly or indirectly infringes any patent, then any and all rights granted by such Participant to You under Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice from Participant terminate prospectively, unless if within 60 days after receipt of notice You either: (i) agree in writing to pay Participant a mutually agreeable reasonable royalty for Your past and future use of Modifications made by such Participant, or (ii) withdraw Your litigation claim with respect to the Contributor Version against such Participant. If within 60 days of notice, a reasonable royalty and payment arrangement are not mutually agreed upon in writing by the parties or the litigation claim is not withdrawn, the rights granted by Participant to You under Sections 2.1 and/or 2.2 automatically terminate at the expiration of the 60 day notice period specified above. (b) any software, hardware, or device, other than such Participant's Contributor Version, directly or indirectly infringes any patent, then any rights granted to You by such Participant under Sections 2.1(b) and 2.2(b) are revoked effective as of the date You first made, used, sold, distributed, or had made, Modifications made by that Participant. 8.3. If You assert a patent infringement claim against Participant alleging that such Participant's Contributor Version directly or indirectly infringes any patent where such claim is resolved (such as by license or settlement) prior to the initiation of patent infringement litigation, then the reasonable value of the licenses granted by such Participant under Sections 2.1 or 2.2 shall be taken into account in determining the amount or value of any payment or license. 8.4. In the event of termination under Sections 8.1 or 8.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or any distributor hereunder prior to termination shall survive termination. 9. LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR 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. 10. U.S. GOVERNMENT END USERS. The Covered Code is a "commercial item," as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer software" and "commercial computer software documentation," as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Code with only those rights set forth herein. 11. MISCELLANEOUS. This License represents the complete agreement concerning 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. This License shall be governed by California law provisions (except to the extent applicable law, if any, provides otherwise), excluding its conflict-of-law provisions. With respect to disputes in which at least one party is a citizen of, or an entity chartered or registered to do business in the United States of America, any litigation relating to this License shall be subject to the jurisdiction of the Federal Courts of the Northern District of California, with venue lying in Santa Clara County, California, with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys' fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License. 12. RESPONSIBILITY FOR CLAIMS. As between Initial Developer and the Contributors, each party is responsible for claims and damages arising, directly or indirectly, out of its utilization of rights under this License and You agree to work with Initial Developer and Contributors to distribute such responsibility on an equitable basis. Nothing herein is intended or shall be deemed to constitute any admission of liability. 13. MULTIPLE-LICENSED CODE. Initial Developer may designate portions of the Covered Code as "Multiple-Licensed". "Multiple-Licensed" means that the Initial Developer permits you to utilize portions of the Covered Code under Your choice of the NPL or the alternative licenses, if any, specified by the Initial Developer in the file described in Exhibit A. EXHIBIT A -Mozilla Public License. ``The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is ______________________________________. The Initial Developer of the Original Code is ________________________. Portions created by ______________________ are Copyright (C) ______ _______________________. All Rights Reserved. Contributor(s): ______________________________________. Alternatively, the contents of this file may be used under the terms of the _____ license (the "[___] License"), in which case the provisions of [______] License are applicable instead of those above. If you wish to allow use of your version of this file only under the terms of the [____] License and not to allow others to use your version of this file under the MPL, indicate your decision by deleting the provisions above and replace them with the notice and other provisions required by the [___] License. If you do not delete the provisions above, a recipient may use your version of this file under either the MPL or the [___] License." [NOTE: The text of this Exhibit A may differ slightly from the text of the notices in the Source Code files of the Original Code. You should use the text of this Exhibit A rather than the text found in the Original Code Source Code for Your Modifications.] ------------------------------------------------------------------------------ The full text of the NPL follows: ------------------------------------------------------------------------------ AMENDMENTS The Netscape Public License Version 1.1 ("NPL") consists of the Mozilla Public License Version 1.1 with the following Amendments, including Exhibit A-Netscape Public License. Files identified with "Exhibit A-Netscape Public License" are governed by the Netscape Public License Version 1.1. Additional Terms applicable to the Netscape Public License. I. Effect. These additional terms described in this Netscape Public License -- Amendments shall apply to the Mozilla Communicator client code and to all Covered Code under this License. II. "Netscape's Branded Code" means Covered Code that Netscape distributes and/or permits others to distribute under one or more trademark(s) which are controlled by Netscape but which are not licensed for use under this License. III. Netscape and logo. This License does not grant any rights to use the trademarks "Netscape", the "Netscape N and horizon" logo or the "Netscape lighthouse" logo, "Netcenter", "Gecko", "Java" or "JavaScript", "Smart Browsing" even if such marks are included in the Original Code or Modifications. IV. Inability to Comply Due to Contractual Obligation. Prior to licensing the Original Code under this License, Netscape has licensed third party code for use in Netscape's Branded Code. To the extent that Netscape is limited contractually from making such third party code available under this License, Netscape may choose to reintegrate such code into Covered Code without being required to distribute such code in Source Code form, even if such code would otherwise be considered "Modifications" under this License. V. Use of Modifications and Covered Code by Initial Developer. V.1. In General. The obligations of Section 3 apply to Netscape, except to the extent specified in this Amendment, Section V.2 and V.3. V.2. Other Products. Netscape may include Covered Code in products other than the Netscape's Branded Code which are released by Netscape during the two (2) years following the release date of the Original Code, without such additional products becoming subject to the terms of this License, and may license such additional products on different terms from those contained in this License. V.3. Alternative Licensing. Netscape may license the Source Code of Netscape's Branded Code, including Modifications incorporated therein, without such Netscape Branded Code becoming subject to the terms of this License, and may license such Netscape Branded Code on different terms from those contained in this License. VI. Litigation. Notwithstanding the limitations of Section 11 above, the provisions regarding litigation in Section 11(a), (b) and (c) of the License shall apply to all disputes relating to this License. EXHIBIT A-Netscape Public License. "The contents of this file are subject to the Netscape Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/NPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is Mozilla Communicator client code, released March 31, 1998. The Initial Developer of the Original Code is Netscape Communications Corporation. Portions created by Netscape are Copyright (C) 1998-1999 Netscape Communications Corporation. All Rights Reserved. Contributor(s): ______________________________________. Alternatively, the contents of this file may be used under the terms of the _____ license (the "[___] License"), in which case the provisions of [______] License are applicable instead of those above. If you wish to allow use of your version of this file only under the terms of the [____] License and not to allow others to use your version of this file under the NPL, indicate your decision by deleting the provisions above and replace them with the notice and other provisions required by the [___] License. If you do not delete the provisions above, a recipient may use your version of this file under either the NPL or the [___] License." debian/source/0000755000000000000000000000000012203361366010470 5ustar debian/source/format0000644000000000000000000000001412203361366011676 0ustar 3.0 (quilt) debian/postinst0000755000000000000000000000037312203361366011004 0ustar #!/bin/sh set -e PACKAGE=mozplugger case "$1" in configure) oldfile=/etc/mozpluggerrc # Remove old conffile dpkg-maintscript-helper rm_conffile "$oldfile" 1.14.2-2~ -- "$@" # Generate new conffile update-mozpluggerrc esac #DEBHELPER# exit 0 debian/preinst0000755000000000000000000000032312203361366010600 0ustar #!/bin/sh set -e PACKAGE=mozplugger case "$1" in install|upgrade) oldfile=/etc/mozpluggerrc # Remove old conffile dpkg-maintscript-helper rm_conffile "$oldfile" 1.14.2-2~ -- "$@" esac #DEBHELPER# exit 0 debian/watch0000644000000000000000000000010412203361366010214 0ustar version=3 http://mozplugger.mozdev.org/ .*/mozplugger-(.*)\.tar\.gz debian/update-mozpluggerrc0000755000000000000000000000461112203361366013120 0ustar #!/bin/sh # # update-mozpluggerc - Update mozplugger RC file # Copyright (C) 2010 Alessio Treglia # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. set -e PROGNAME=${0##*/} TEMPLATES_DIR=/etc/mozpluggerrc.d DEFAULT_CONFIG_FILE=/etc/mozpluggerrc WRITE_TO_STDOUT= # Display a usage message. usage () { cat </dev/null || true` for i in ${templates} ; do message "Merging $i ..." cat "$i" >> "$outfile" done message "Done." } # Parse command line arguments while getopts ":Oh" opt; do case $opt in h ) usage exit 0 ;; O ) WRITE_TO_STDOUT=true ;; \? ) echo 'Wrong option.' usage exit 1 ;; esac done shift $(($OPTIND - 1)) if [ ! -z "$@" ]; then echo 'Too many arguments, exiting...' exit 2 fi # Call the routine update_mozpluggerrc exit 0 debian/manpages/0000755000000000000000000000000012203361366010763 5ustar debian/manpages/mozplugger-controller.10000644000000000000000000000237012203361366015423 0ustar .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH MOZPLUGGER-CONTROLLER 1 "February 23, 2004" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME mozplugger-controller \- a helper application to mozplugger .SH SYNOPSIS .B mozplugger-controller .RI internal-options .SH DESCRIPTION \fBmozplugger-controller\fP is a helper application for mozplugger(7) that gives controls to some audio streaming plugins (Play, Pause, Stop). It is launched by the mozplugger plugin and is \fBnot\fP intended to be run directly. .SH SEE ALSO .BR mozplugger (7). .SH AUTHOR Fredrik H\[:u]binette, hubbe@hubbe.net .br Louis Bavoil, louis@bavoil.net .PP This manual page was prepared by Bernard Blackham for the Debian GNU/Linux system (but may be used by others). debian/manpages/update-mozpluggerrc.80000644000000000000000000000145712203361366015063 0ustar .TH UPDATE-MOZPLUGGERRC 8 "November 24, 2010" .SH NAME update-mozpluggerrc \- create or update mozplugger's configuration .SH SYNOPSIS .B update-mozpluggerrc .RI "[ " options " ]" .SH DESCRIPTION \fBupdate-mozpluggerrc\fP assembles .IR /etc/mozpluggerrc using one or more templates found in .IR /etc/mozpluggerrc.d/ . .SH OPTIONS .TP \fB\-h\fR Show a short help message .TP \fB\-O\fR Write to stdout rather than modifying the file .PP .SH SEE ALSO .BR mozplugger (7). .SH AUTHOR mozplugger was written by Fredrik H\[:u]binette , Louis Bavoil and Peter Leese . .PP update-mozpluggerrc was written by Alessio Treglia . .PP This manual page was written by Alessio Treglia for the Debian Project (but may be used by others). debian/manpages/mozplugger-helper.10000644000000000000000000000236212203361366014520 0ustar .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH MOZPLUGGER-HELPER 1 "February 23, 2004" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME mozplugger-helper \- a helper application to mozplugger .SH SYNOPSIS .B mozplugger-helper .RI internal-options .SH DESCRIPTION \fBmozplugger-helper\fP is a helper application that spawns viewers applications for mozplugger(7) (a streaming multimedia plugin for UNIX mozilla). It is launched by the mozplugger plugin and is \fBnot\fP intended to be run directly. .SH SEE ALSO .BR mozplugger (7). .SH AUTHOR Fredrik H\[:u]binette, hubbe@hubbe.net .br Louis Bavoil, louis@bavoil.net .PP This manual page was prepared by Bernard Blackham for the Debian GNU/Linux system (but may be used by others).