--- soundconverter-0.9.9.orig/debian/patches/fix-desktop-file.patch +++ soundconverter-0.9.9/debian/patches/fix-desktop-file.patch @@ -0,0 +1,11 @@ +diff -Nur -x '*.orig' -x '*~' soundconverter-0.9.8/data/soundconverter.desktop.in.in soundconverter-0.9.8.new/data/soundconverter.desktop.in.in +--- soundconverter-0.9.8/data/soundconverter.desktop.in.in 2007-08-01 10:52:35.000000000 +1000 ++++ soundconverter-0.9.8.new/data/soundconverter.desktop.in.in 2008-01-10 18:35:41.000000000 +1100 +@@ -1,7 +1,5 @@ + [Desktop Entry] + Version=1.0 +-Encoding=UTF-8 +-Name=No name + _Name=Sound Converter + _GenericName=Audio Format Converter + _Comment=Convert audio files into other formats --- soundconverter-0.9.9.orig/debian/copyright +++ soundconverter-0.9.9/debian/copyright @@ -0,0 +1,23 @@ +This is SoundConverter, packaged for Debian by William Grant +. Upstream developer is Gautier Portet (formerly +Lars Wirzenius). + +Upstream source: http://soundconverter.berlios.de/ + + Copyright and acknowledgements + ------------------------------ + +Copyright 2004 Lars Wirzenius +Copyright 2005-2007 Gautier Portet + +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; version 3 of the License. + +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. + +On a Debian system, you can find a copy of the GPL version 3 at +/usr/share/common-licenses/GPL-3 --- soundconverter-0.9.9.orig/debian/watch +++ soundconverter-0.9.9/debian/watch @@ -0,0 +1,5 @@ +version=3 +opts=downloadurlmangle=s/prdownload/download/ \ + http://developer.berlios.de/project/showfiles.php?group_id=3213 \ + http://prdownload.berlios.de/soundconverter/soundconverter-(.*).tar.gz + --- soundconverter-0.9.9.orig/debian/control +++ soundconverter-0.9.9/debian/control @@ -0,0 +1,19 @@ +Source: soundconverter +Maintainer: William Grant +Section: gnome +Priority: optional +Build-Depends: cdbs, debhelper (>= 5.0.0) +Standards-Version: 3.7.3 +Build-Depends-Indep: python-gtk2, python-gnome2, intltool, gettext, libexpat1 +XS-Python-Version: all +Homepage: http://soundconverter.berlios.de/ + +Package: soundconverter +Architecture: all +Depends: python, python-gnome2, python-glade2, python-gst0.10, gstreamer0.10-plugins-good, gstreamer0.10-gnomevfs, +Suggests: gstreamer0.10-plugins-ugly, gstreamer0.10-ffmpeg +Description: GNOME application to convert audio files into other formats + SoundConverter is a simple sound converter application for the GNOME + environment. It reads sound files in any format supported by GStreamer + and outputs them in Ogg Vorbis, FLAC, or WAV format, or MP3 format if + you have the GStreamer LAME plugin. --- soundconverter-0.9.9.orig/debian/rules +++ soundconverter-0.9.9/debian/rules @@ -0,0 +1,22 @@ +#!/usr/bin/make -f +# Copyright 2006 William Alexander Grant +# +# 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, 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-1307 USA. + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/class/gnome.mk --- soundconverter-0.9.9.orig/debian/compat +++ soundconverter-0.9.9/debian/compat @@ -0,0 +1 @@ +5 --- soundconverter-0.9.9.orig/debian/changelog +++ soundconverter-0.9.9/debian/changelog @@ -0,0 +1,168 @@ +soundconverter (0.9.9-0ubuntu1) hardy; urgency=low + + * New upstream release. (LP: #208544) + + -- William Grant Sat, 29 Mar 2008 10:07:55 +1100 + +soundconverter (0.9.8-0ubuntu1) hardy; urgency=low + + * New upstream release. (LP: #181611) + * debian/control: + - Depend on gstreamer0.10-plugins-base. (LP: #154617) + - Don't Suggest gstreamer0.10-lame. It's not in an official + repository. + - Bump Standards-Version to 3.7.3. + - Migrate to official Homepage field. + * debian/patches/fix-desktop-file.patch: Drop Encoding and duplicate Name + fields from soundconverter.desktop. + + -- William Grant Thu, 10 Jan 2008 18:55:34 +1100 + +soundconverter (0.9.7-1) unstable; urgency=low + + * New upstream release. + - License is now GPLv3. + - Better replace-messy-chars. (Closes: #401147) + * Update debian/copyright for new license. + + -- William Grant Thu, 02 Aug 2007 11:16:36 +1000 + +soundconverter (0.9.6-1) unstable; urgency=low + + * Merge from Ubuntu. + - Proper upstream patch to fix URL-encoding and space mangling. + (Closes: #423158) + + -- William Grant Thu, 17 May 2007 16:33:25 +1000 + +soundconverter (0.9.6-0ubuntu1) gutsy; urgency=low + + * New upstream release + - Don't write to URL-encoded filenames (LP: #109365) + * debian/copyright: Update. + * debian/watch: Add. + * debian/control: Add python-gnome2 to build-depends, as configure wants it. + * debian/patches/01_add_desktop_icon.patch: Drop, now included upstream. + + -- William Grant Sun, 29 Apr 2007 08:22:10 +1000 + +soundconverter (0.9.4-2) unstable; urgency=low + + * Add upstream patch to stop URL-encoding of output filenames. + (Closes: #415771) + * debian/watch: Add. + + -- William Grant Mon, 16 Apr 2007 20:23:57 +1000 + +soundconverter (0.9.4-1) unstable; urgency=low + + * Merge from Ubuntu. + - Link to instructions for MP3 support. (Closes: 398188) + * Update Maintainer address. + * Update description to match .desktop. + * Add gstreamer0.10-{lame,ffmpeg} to Suggests. + + -- William Grant Fri, 2 Mar 2007 10:07:57 +1100 + +soundconverter (0.9.4-0ubuntu1) feisty; urgency=low + + * New upstream release. + - Don't crash on special characters such as spaces (LP: #87768) + - Create VBR MP3s with proper length (LP: #87715) + - Display an error with link to a howto when codec is missing (LP: #41457) + * Don't copy the logo into /usr/share/pixmaps for use as an icon; upstream + now supplies a proper one. + * Fix up .desktop: + - Clarify GenericName. + - Change Icon to respect new upstream logo. + - Add semicolon to end of Categories. + + -- William Grant Fri, 2 Mar 2007 07:49:34 +1100 + +soundconverter (0.9.3-1ubuntu1) feisty; urgency=low + + * Fix 01_add_desktop_icon.patch to modify soundconverter.desktop.in.in, + rather than soundconverter.desktop or soundconverter.desktop.in. + (Closes Launchpad #70019) + * Symlink the icon into /usr/share/pixmaps. + * Partially HIGify (and fix a spelling mistake in) the .desktop. + + -- William Grant Wed, 31 Jan 2007 23:25:03 +1100 + +soundconverter (0.9.3-1) unstable; urgency=low + + * New upstream release + * Set menu icon. It's not square, but it's there. (Closes: #395458) + + -- William Alexander Grant Mon, 6 Nov 2006 17:45:02 +1100 + +soundconverter (0.9.2-1) unstable; urgency=low + + * New upstream release + + -- William Alexander Grant Mon, 16 Oct 2006 17:44:21 +1000 + +soundconverter (0.9.1-1) unstable; urgency=low + + * New upstream release. + - Change gstreamer0.8* dependencies to the equivalent gstreamer0.10 ones + (Closes: #380473). + - Drop the Debian .desktop, as there's now one included upstream. + - Use CDBS, as the new upstream uses autotools. + - Add python-gtk2 to Build-Depends-Indep, due to autotools detection. + * Bumped debhelper dependency to >= 5. + * New maintainer. + + -- William Alexander Grant Sun, 24 Sep 2006 23:17:02 +1000 + +soundconverter (0.8.7-2) unstable; urgency=low + + * debian/control: Added missing dependency gstreamer0.8-gnomevfs. + Thanks, Martin Schulze. Closes: #382279. + * soundconverter.py: Changed the charset declaration from "latin-1" + to "iso-8859-1". Thanks, Mario Iseli. Closes: #385181. + * debian/control: Added an XS-Python-Version header. + + -- Lars Wirzenius Wed, 30 Aug 2006 14:00:59 +0300 + +soundconverter (0.8.7-1) unstable; urgency=low + + * New upstream release. Fixes these bugs reported to Debian: + - "-t flag doesn't work" (Close: #370724) + * Fix translations so that all languages are not French (or its bastard + child, English). (Closes: #378479) + * debian/control: Added a Build-Depends-Indep for gettext and libexpat1 + (so that xgettext works on glade files), since we now use xgettext in + the build. + + -- Lars Wirzenius Sun, 30 Jul 2006 14:20:14 +0300 + +soundconverter (0.8.6-1) unstable; urgency=low + + * New upstream version. (Skipped a couple of them. People nag at me too + little.) Fixes Debian bug: + - "doesn't load any mp3/ogg input file" (Closes: #367253) + * debian/control: Bumped Standards-Version, no other changes needed for + this. + + -- Lars Wirzenius Fri, 14 Jul 2006 21:37:06 +0300 + +soundconverter (0.8.3-1) unstable; urgency=low + + * New upstream version. Closes: #356183. + * debian/control: "Depends" on gstreamer0.8-mad added, so that decoding + MP3 will work. + * debian/control: "Suggests" on gstreamer0.8-lame added, so that encoding + to MP3 will work. The package is not provided by Debian, but it exists + in a fairly popular inofficial repository by Marillat. + + -- Lars Wirzenius Sat, 11 Mar 2006 15:04:30 +0200 + +soundconverter (0.8.0-1) unstable; urgency=low + + * First release of the Debian package. Took some inspiration and the + .desktop file from the packaging for Ubuntu by Daniel Holbach. + Closes: #303986. + + -- Lars Wirzenius Sun, 23 Oct 2005 18:35:39 +0300 +