--- swfdec-mozilla-0.8.0.orig/debian/copyright +++ swfdec-mozilla-0.8.0/debian/copyright @@ -0,0 +1,33 @@ +This package was debianized by David Schleef on +Fri, 13 Sep 2002 19:00:10 -0700. + +It was downloaded from http://swfdec.freedesktop.org/download/swfdec-mozilla/ + +Upstream Authors: + Andreas Nilsson + Benjamin Otte + David Schleef + +Copyright: + +/* Swfdec Mozilla Plugin + * Copyright (C) 2006 Benjamin Otte + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA + */ + +A copy of the LGPL can be found in /usr/share/common-licenses/LGPL-2.1. + --- swfdec-mozilla-0.8.0.orig/debian/compat +++ swfdec-mozilla-0.8.0/debian/compat @@ -0,0 +1 @@ +5 --- swfdec-mozilla-0.8.0.orig/debian/swfdec-mozilla.postinst +++ swfdec-mozilla-0.8.0/debian/swfdec-mozilla.postinst @@ -0,0 +1,28 @@ +#!/bin/sh + +set -e + +case "$1" in + configure) + for p in iceape iceweasel mozilla firefox xulrunner midbrowser xulrunner-addons; do + update-alternatives --install "/usr/lib/$p/plugins/flashplugin-alternative.so" "$p-flashplugin" /usr/lib/swfdec-mozilla/libswfdecmozilla.so 50; + done + for i in `ls /usr/lib/firefox-3*/.autoreg || true`: do + touch $i; + done + ;; + abort-upgrade|abort-remove|abort-deconfigure) + echo "postinst called with argument \`$1'" >&2 + exit 1 + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +#DEBHELPER# + +exit 0 + --- swfdec-mozilla-0.8.0.orig/debian/swfdec-mozilla.links +++ swfdec-mozilla-0.8.0/debian/swfdec-mozilla.links @@ -0,0 +1 @@ +usr/lib/swfdec-mozilla/libswfdecmozilla.so usr/share/ubufox/plugins/libswfdecmozilla.so --- swfdec-mozilla-0.8.0.orig/debian/watch +++ swfdec-mozilla-0.8.0/debian/watch @@ -0,0 +1,4 @@ + +version=3 + +http://swfdec.freedesktop.org/download/swfdec-mozilla/([\d\.]+)/swfdec-mozilla-(.*)\.tar\.gz --- swfdec-mozilla-0.8.0.orig/debian/swfdec-mozilla.prerm +++ swfdec-mozilla-0.8.0/debian/swfdec-mozilla.prerm @@ -0,0 +1,29 @@ +#!/bin/sh + +set -e + +case "$1" in + remove|upgrade|deconfigure) + for p in iceape iceweasel mozilla firefox xulrunner midbrowser xulrunner-addons; do + update-alternatives --remove "$p-flashplugin" /usr/lib/swfdec-mozilla/libswfdecmozilla.so; + [ `update-alternatives --list "$p-flashplugin" | wc -l` = 0 ] && \ + update-alternatives --remove-all "$p-flashplugin" + done + ;; + failed-upgrade) + for p in iceape iceweasel mozilla firefox xulrunner midbrowser; do + update-alternatives --remove "$p-flashplugin" /usr/lib/swfdec-mozilla/libswfdecmozilla.so; + [ `update-alternatives --list "$p-flashplugin" | wc -l` = 0 ] && \ + update-alternatives --remove-all "$p-flashplugin" + done + ;; + *) + echo "prerm called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +#DEBHELPER# + +exit 0 + --- swfdec-mozilla-0.8.0.orig/debian/rules +++ swfdec-mozilla-0.8.0/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +DEB_CONFIGURE_EXTRA_FLAGS := --with-plugin-dir=/usr/lib/swfdec-mozilla --disable-static + +common-install-arch:: + rm -f debian/swfdec-mozilla/usr/lib/swfdec-mozilla/libswfdecmozilla.la --- swfdec-mozilla-0.8.0.orig/debian/control +++ swfdec-mozilla-0.8.0/debian/control @@ -0,0 +1,25 @@ +Source: swfdec-mozilla +Priority: optional +Section: utils +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Santiago Garcia Mantinan +Build-Depends: cdbs, debhelper (>= 5), libswfdec-0.8-dev +Standards-Version: 3.8.0 + +Package: swfdec-mozilla +Section: utils +Architecture: any +Depends: ${shlibs:Depends} +Xb-Npp-Applications: ec8030f7-c20a-464f-9b0e-13a3a9e97384,92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a,aa5ca914-c309-495d-91cf-3141bbb04115 +Xb-Npp-MimeType: application/x-shockwave-flash, application/futuresplash +Xb-Npp-Name: Swfdec SWF player +Xb-Npp-Description: GNOME SWF player (http://swfdec.freedesktop.org/) +Xb-Npp-File: libswfdecmozilla.so +Suggests: ubufox +Provides: swf-player +Replaces: swf-player +Conflicts: swf-player +Description: Mozilla plugin for SWF files (Macromedia Flash) + A GTK+ and swfdec based Mozilla plugin for SWF files, + commonly known as Macromedia Flash animations. + --- swfdec-mozilla-0.8.0.orig/debian/changelog +++ swfdec-mozilla-0.8.0/debian/changelog @@ -0,0 +1,350 @@ +swfdec-mozilla (0.8.0-0ubuntu1) intrepid; urgency=low + + * New upstream version (LP: #279207) + - Add UI for handling autoplay to the right-click menu + - Bump reported version to 9.0r999 + - Fix some rare crashers + * debian/control: + - buildd depends now on libswfdec-0.8-dev + - change Xb-Npp-Name to not mention Adobe, Macromedia or Flash + - add Xb-Npp-Description & Xb-Npp-File fields + - suggest ubufox + * debian/swfdec-mozilla.postinst: touch FF 3 .autoreg to reregister + chrome and reintrospect system extensions + * debian/swfdec-mozilla.links: add symlink to usr/share/ubufox/plugins + + -- Didier Roche Tue, 14 Oct 2008 08:30:50 +0200 + +swfdec-mozilla (0.7.4-2ubuntu1) intrepid; urgency=low + + Ubuntu changes: + + debian/control: ubuntu maintainer fields (MOTU) + + debian/control: Npp-* headers + + debian/swfdec-mozilla.postinst,swfdec-mozilla.prerm: use ubuntu + alternatives for flashplugin (and drop flash-mozilla.so in turn) + + debian/swfdec-mozilla.dirs: provide all ubuntu alternative dirs + + -- Alexander Sack Wed, 03 Sep 2008 18:48:07 +0200 + +swfdec-mozilla (0.7.4-2) experimental; urgency=low + + * Apply the changes we did to the stable version: + Add the plugins dir to avoid failing on install. + + -- Santiago Garcia Mantinan Tue, 19 Aug 2008 21:13:09 +0200 + +swfdec-mozilla (0.7.4-1) experimental; urgency=low + + * New upstream development version. + + -- Santiago Garcia Mantinan Wed, 13 Aug 2008 23:46:27 +0200 + +swfdec-mozilla (0.6.0-3) unstable; urgency=low + + * Reached an agreement between swfdec and gnash maintainers to use + the alternatives system to handle the installation of multiple swf + player plugins for mozilla. The common name for the alternatives + link and for the plugin will be flash-mozilla.so. + * Build with support for alternatives. Closes: 493307. + * Change config options to move away from mozilla's directory. + + -- Santiago Garcia Mantinan Sun, 10 Aug 2008 13:23:17 +0200 + +swfdec-mozilla (0.7.2-1) experimental; urgency=low + + * New upstream development version. + + -- Santiago Garcia Mantinan Mon, 30 Jun 2008 00:20:06 +0200 + +swfdec-mozilla (0.6.0-2) unstable; urgency=low + + * Upload to unstable. + + -- Santiago Garcia Mantinan Thu, 20 Mar 2008 13:01:50 +0100 + +swfdec-mozilla (0.6.0-1) experimental; urgency=low + + * New upstream version. Closes: #466802. + + -- Santiago Garcia Mantinan Sat, 23 Feb 2008 20:42:15 +0100 + +swfdec-mozilla (0.5.90-1) experimental; urgency=low + + * New upstream version. + + -- Santiago Garcia Mantinan Tue, 12 Feb 2008 22:27:24 +0100 + +swfdec-mozilla (0.5.5-1) unstable; urgency=low + + * New upstream version. + * Set myself as maintainer. + * Simplify build dependencies a bit. + + -- Santiago Garcia Mantinan Thu, 20 Dec 2007 14:13:33 +0100 + +swfdec-mozilla (0.5.4-1) unstable; urgency=low + + * The "ITA this package" release. + * New upstream version. Closes: #429995. + * Bugs already fixed on previous versions. Closes: #418837, #434126. + * Fix watch file. Closes: #450302. + * Other changes to make lintian happy. + + -- Santiago Garcia Mantinan Fri, 30 Nov 2007 20:50:26 +0100 + +swfdec-mozilla (0.5.2-1) unstable; urgency=low + + * New upstream release + + -- David Schleef Fri, 24 Aug 2007 15:13:03 -0700 + +swfdec-mozilla (0.5.1-1) unstable; urgency=low + + * New upstream release + + -- David Schleef Mon, 06 Aug 2007 14:03:05 -0700 + +swfdec-mozilla (0.5.0-1) unstable; urgency=low + + * New upstream release + + -- David Schleef Fri, 13 Jul 2007 19:50:27 -0700 + +swfdec-mozilla (0.4.5-2) unstable; urgency=low + + * Oops, bump dependency version + + -- David Schleef Tue, 10 Jul 2007 22:09:51 -0700 + +swfdec-mozilla (0.4.5-1) unstable; urgency=low + + * New upstream release + + -- David Schleef Mon, 09 Jul 2007 11:49:32 -0700 + +swfdec-mozilla (0.4.3-3) unstable; urgency=low + + * Maybe hard-code the *right* dependencies. (Closes: 418837) + Patch from Theppitak Karoonboonyanan + + -- David Schleef Tue, 08 May 2007 00:31:18 -0700 + +swfdec-mozilla (0.4.3-2) unstable; urgency=low + + * Add shlibs.local file to fix dependencies. (Closes: #418534) + * Also hard code dependencies until dpkg-dev gets fixed. + + -- David Schleef Wed, 11 Apr 2007 16:20:23 -0700 + +swfdec-mozilla (0.4.3-1) unstable; urgency=low + + * New package. Upstream split swfdec-mozilla from swfdec. + * New upstream release. + + -- David Schleef Mon, 02 Apr 2007 15:43:40 -0700 + +swfdec-mozilla (0.4.2-1) unstable; urgency=medium + + * New upstream release, split from swfdec package. + + -- David Schleef Mon, 02 Apr 2007 09:52:06 -0700 + +swfdec0.3 (0.3.6-2.1) unstable; urgency=medium + + * Non-maintainer upload, BSP Zurich/Switzerland. + * Applied and tested patch from Ben Hutchings for + mozilla transition to xulrunner (Closes: #370438). + + -- Daniel Baumann Sat, 9 Sep 2006 11:28:00 +0200 + +swfdec0.3 (0.3.6-2) unstable; urgency=high + + * Doh! Get the gstreamer package names correct. (Closes: #351599) + + -- David Schleef Sun, 05 Feb 2006 16:40:53 -0800 + +swfdec0.3 (0.3.6-1) unstable; urgency=high + + * New upstream release. + + -- David Schleef Tue, 10 Jan 2006 00:08:21 -0800 + +swfdec0.3 (0.3.4-3) unstable; urgency=high + + * Add a colorspace element to the pipeline in swfdec-mozilla-player, + since not everyone has a Visual that matches swfdec's colorspace. + (Closes: #308266) + + -- David Schleef Thu, 12 May 2005 17:26:55 -0700 + +swfdec0.3 (0.3.4-2) unstable; urgency=low + + * The Mozilla plugin changed name, so it's necessary to change the + names of the symlinks, too. (Closes: #305208) + * Add liboil0.3-dev dependency (Closes: #302279) + + -- David Schleef Mon, 18 Apr 2005 12:11:08 -0700 + +swfdec0.3 (0.3.4-1) unstable; urgency=low + + * New upstream release + - finally removes -Werror (Closes: #288581) + - plugin unmasks signals properly (Closes: #296080) + * Add .shlibs file + + -- David Schleef Tue, 22 Mar 2005 21:35:10 -0800 + +swfdec0.3 (0.3.3-1) unstable; urgency=high + + * New upstream release + + -- David Schleef Thu, 17 Mar 2005 18:22:16 -0800 + +swfdec0.3 (0.3.2-2) unstable; urgency=high + + * Limit spawned plugin helpers to 5 at a time. Downgrades #285135. + + -- David Schleef Mon, 27 Dec 2004 18:22:16 -0800 + +swfdec0.3 (0.3.2-1) unstable; urgency=low + + * New upstream release + - moves headers to /usr/include/swfdec-0.3, which no longer conflicts + with libswfdec-dev + - Fixes 64-bit compile issues (Closes: #281198) + * disable debugging in swf_play and plugin + + -- David Schleef Wed, 17 Nov 2004 21:54:19 -0800 + +swfdec0.3 (0.3.1-1) unstable; urgency=low + + * New upstream release (or two) + * add dependency on liboil0.2-dev and libsdl1.2-dev + * switch to cdbs + + -- David Schleef Thu, 04 Nov 2004 19:47:49 -0800 + +swfdec (0.2.2-7) unstable; urgency=low + + * I apparently cannot remember to make the actual changes that are + documented in the changelog. This upload _actually_ adds a + build dependency on libxt-dev. + + -- David Schleef Tue, 28 Sep 2004 12:12:13 -0700 + +swfdec (0.2.2-6) unstable; urgency=low + + * Add libxt-dev to build depends (Closes: #268648) + * Oops, actually install the man page (Closes: #267211) + + -- David Schleef Tue, 31 Aug 2004 20:02:50 -0700 + +swfdec (0.2.2-5) unstable; urgency=low + + * Add versioned dependency on gtk (Closes: #241876) + * Add man page for swf_play (Closes: #223293) + * Fix misspelling in debian/control (Closes: #223938) + * Add link in /usr/lib/mozilla-firefox/plugins (Closes: #229471) + * Don't kill the player process if the PID is 0 (i.e., we haven't + forked yet) (Closes: #243146) + * Remove some debugging messages. Anything left is probably an + error message (Closes: #227047) + + -- David Schleef Mon, 26 Apr 2004 16:28:53 -0700 + +swfdec (0.2.2-4) unstable; urgency=low + + * Fix to link with zlib + + -- David Schleef Wed, 29 Oct 2003 18:25:53 -0800 + +swfdec (0.2.2-3) unstable; urgency=low + + * Fix function prototype that appears to be Mozilla-1.4 breaking + API compatibility with older npapi documentation. (But in a + backward compatible way, so no need to pull out the flamethrower.) + (Closes: #201831) + + -- David Schleef Mon, 21 Jul 2003 13:27:18 -0700 + +swfdec (0.2.2-2) unstable; urgency=low + + * Fix build failure on 64-bit arches + + -- David Schleef Wed, 28 May 2003 19:54:51 -0700 + +swfdec (0.2.2-1) unstable; urgency=low + + * New upstream release + - Disable sound if opening the sound device fails (Closes: #180930, + #193731) + + -- David Schleef Sun, 18 May 2003 18:00:29 -0700 + +swfdec (0.2.1-2) unstable; urgency=low + + * Disable sound if opening the sound device fails (Closes: #180930) + + -- David Schleef Mon, 03 Mar 2003 23:12:56 -0800 + +swfdec (0.2.1-1) unstable; urgency=low + + * New upstream release + * mozilla-snapshot fix appears to work. (Closes: #169404, #179175) + + -- David Schleef Sat, 08 Feb 2003 17:18:27 -0800 + +swfdec (0.2.0-2) unstable; urgency=low + + * Remove installation of (empty) changelong (Closes: #179227) + * Fix swfdec.pc file and package dependency (Closes: #179223) + * Add workaround for mozilla-snapshot not loading plug-ins + from /usr/lib/mozilla/plugins. (might fix 169404) + + -- David Schleef Fri, 31 Jan 2003 11:23:07 -0800 + +swfdec (0.2.0-1) unstable; urgency=low + + * New upstream release + - Fixes image rendering (Closes: #170243) + + -- David Schleef Thu, 23 Jan 2003 01:29:59 -0800 + +swfdec (0.1.3-1) unstable; urgency=low + + * New upstream release + + -- David Schleef Thu, 21 Nov 2002 01:37:53 -0800 + +swfdec (0.1.2-3) unstable; urgency=low + + * debian/control: Add depends on libart2.0-dev, since the headers + pull in libart (this fixes an upstream bug) + + -- David Schleef Mon, 11 Nov 2002 14:36:09 -0800 + +swfdec (0.1.2-2) unstable; urgency=low + + * debian/copyright: fix download location (Closes: #167906) + * debian/rules: actually install docs + + -- David Schleef Tue, 05 Nov 2002 17:22:57 -0800 + +swfdec (0.1.2-1) unstable; urgency=low + + * new release + + -- David Schleef Fri, 01 Nov 2002 14:56:46 -0800 + +libswfdec (0.1.1-1) unstable; urgency=low + + * new release + + -- David Schleef Sat, 14 Sep 2002 16:44:26 -0700 + +swfdec (0.1.0-1) unstable; urgency=low + + * Initial Release. + + -- David Schleef Fri, 13 Sep 2002 19:00:10 -0700 + --- swfdec-mozilla-0.8.0.orig/debian/swfdec-mozilla.lintian-overrides +++ swfdec-mozilla-0.8.0/debian/swfdec-mozilla.lintian-overrides @@ -0,0 +1 @@ +swfdec-mozilla: package-contains-empty-directory usr/lib/mozilla/plugins/ --- swfdec-mozilla-0.8.0.orig/debian/swfdec-mozilla.dirs +++ swfdec-mozilla-0.8.0/debian/swfdec-mozilla.dirs @@ -0,0 +1,8 @@ +usr/lib/firefox/plugins +usr/lib/iceape/plugins +usr/lib/iceweasel/plugins +usr/lib/midbrowser/plugins +usr/lib/mozilla/plugins +usr/lib/mozilla-firefox/plugins +usr/lib/xulrunner/plugins +usr/lib/xulrunner-addons/plugins --- swfdec-mozilla-0.8.0.orig/debian/shlibs.local +++ swfdec-mozilla-0.8.0/debian/shlibs.local @@ -0,0 +1,3 @@ +libplds4 none libnspr4-0d | iceweasel | iceape-browser +libnspr4 none libnspr4-0d | iceweasel | iceape-browser +libplc4 none libnspr4-0d | iceweasel | iceape-browser