2006
modplugxmms (2.05-9.1) unstable; urgency=low
* NMU. * debian/control: Build depend on automake1.9. (Closes: #376641)
-- Eric Dorland <eric@debian.org> Sun, 3 Sep 2006 01:24:14 -0400
2005
modplugxmms (2.05-9) unstable; urgency=low
* Recompile for C++ ABI transition (closes: #322900, #323088) * Standards-Version: 3.6.2.0 (no changes needed)
-- Zed Pobre <zed@debian.org> Fri, 19 Aug 2005 20:03:14 -0500
modplugxmms (2.05-8) unstable; urgency=low
* Include manpage from http://www.linuks.mine.nu/i_debian/modplugplay/ (closes: #291730) * Apply (second) patch from Wojciech Mula <wm@mahajana.net> to fix handling of zip files with spaces (closes: #287266)
-- Zed Pobre <zed@debian.org> Mon, 14 Feb 2005 21:27:46 -0600
2004
modplugxmms (2.05-7) unstable; urgency=low
* Fix another end-of-file check in rar files.
-- Zed Pobre <zed@debian.org> Mon, 29 Nov 2004 12:51:23 -0600
modplugxmms (2.05-6) unstable; urgency=medium
* Use better end-of-file checking provided by Eduard Bloch
<blade@debian.org> when checking rar files to prevent xmms from going
into an infinite loop when opening a rar file with no mod files in
it. (closes: #266910)
* Changed the word 'copyright' to 'license' when noting the license of
the software in the debian/copyright file.
* Build against a new libmodplug0 with updated shlibs so that it has a
dependency on libmodplug0 >= 1:0.7-1.
-- Zed Pobre <zed@debian.org> Fri, 10 Sep 2004 14:12:50 -0500
modplugxmms (2.05-5) unstable; urgency=low
* Make the Build-Depends on libmodplug-dev depend on >= 1:0.7-1.
-- Zed Pobre <zed@debian.org> Sat, 14 Aug 2004 10:12:40 -0500
modplugxmms (2.05-4) unstable; urgency=low
* Standards-Version: 3.6.1.0 (no changes needed)
* Use dh_installman instead of dh_installmanpages
* Use rar instead of unrar, since there is now a version of unrar in
unstable that no longer uses the same command-line syntax.
-- Zed Pobre <zed@debian.org> Sat, 14 Aug 2004 02:42:26 -0500
modplugxmms (2.05-3) unstable; urgency=low
* Add the unrar check to arch_rar::arch_rar AND arch_rar::contains_mod.
This really closes: #265278.
-- Zed Pobre <zed@debian.org> Sat, 14 Aug 2004 00:55:23 -0500
modplugxmms (2.05-2) unstable; urgency=low
* Add a check for the presence of /usr/bin/unrar when attempting to
unpack rar-compressed music files and abort if it is not
found. (closes: #265278)
-- Zed Pobre <zed@debian.org> Sat, 14 Aug 2004 00:39:28 -0500
modplugxmms (2.05-1) unstable; urgency=low
* New upstream version (closes: #262960)
-- Zed Pobre <zed@debian.org> Mon, 2 Aug 2004 13:18:12 -0500
2003
modplugxmms (2.04-2) unstable; urgency=low
* Corrected outdated README.Debian information. * Arch: any (removed hppa exclusion) (closes: #126985 again) * Add Conflicts/Replaces lines to debian/control for libmodplug0 and libmodplug-dev to allow clean upgrade from the NMU. (closes: #199840) * Added libmodplug_la_LIBADD = -lstdc++ to libmodplug/Makefile.am to force the module to be compiled against libstdc++ to correct some problems other programs may have linking against it (thanks to Sam Hocevar <sam@zoy.org> for this).
-- Zed Pobre <zed@debian.org> Thu, 3 Jul 2003 10:10:36 -0500
modplugxmms (2.04-1) unstable; urgency=low
* New upstream version. (closes: #147604) - This is the first version that actually compiles properly with gcc 3.x. (closes: #126985) - A new binary is included, modplugplay, that I have for now stowed in the xmms-modplug binary package. Since this is a self-standing player, the Depends: xmms in xmms-modplug has been demoted to a Recommends. * ** WARNING FOR PEOPLE THAT HAVE USED THE NMU VERSIONS (2.04-0.x) ** - If you have created any files that have made use of libmodplug as provided in the NMU, be aware that the files are now in a different binary package (libmodplug0 and libmodplug-dev), and if you created any packages, your dependencies are now wrong. - I have not used any of the NMU code due to an absolute lack of any attempt at coordination with me on the part of the uploader. However, everything that was fixed there should be fixed here as well. * This version corrects endianness issues that were causing it to play nothing but noise on PowerPC (closes: #196941) * Backed out gcc/g++3.2 changes that I had started to make, since upstream seems to have taken care of things fairly well. * Backed out uint32 change in gui/main.cpp (no longer needed) * Edited modplugxmms/Makefile.am to force the libtool relinking to search the ../libtool/.libs directory for libmodplug.so. This removes the circular build-dependency described below under the changes from 2.02-1. * Fixed the Author(s) to Authors in debian/copyright * Changed build-dependency from libglib1.2-dev to libglib2.0-dev -- CHANGES FROM 2.03-1 (not uploaded) -- * New upstream version. This still does not compile. * Recommends: unzip, bzip2. Note that the xmms-modplug may refuse to play some zip files created in MS Windows until they have been decompressed and recompressed with standard zip. * Removed emacs stuff from changelog -- CHANGES FROM 2.02-1 (not uploaded) -- * New upstream version. New upstream maintainer. (closes: #147604) * Supposedly works fine now under gcc 3.x. It doesn't (tested against gcc/g++3.2, but it's different things breaking now than before). * modplugxmms/gui/main.cpp modified to use stringstream instead of strstream. -- Nope, backed out. This would require changes to the headers as well that I will need more time to deal with. I need someone else to help me do c++ cleanup, please. * modplugxmms/gui/main.cpp: counter i changed from uint32 to unsigned long int. I'm surprised that it compiles for anyone without this. * libmodplug.so is a separate library built by the program that is required by the libmodplugxmms.so plugin to XMMS. This library must be in /usr/lib at make install time, or libmodplugxmms will fail to build and install (though the make process does not abort with error, making it easy to miss). I have split libmodplug out into separate lib and -dev packages. Thanks to Joanne Hunter <jrhunter@menagerie.tf> for helping me figure this out. (closes: #190993) * The above introduces a circular build dependency, of a sort (and this has been entered into the Build-Depends) -- the package will successfully build without the libmodplug0 and libmodplug-dev packages installed, but it will create an xmms-modplug package with no plugin. If the libmodplug packages are then installed and the package is rebuilt, it will rebuild all packages correctly. This may be correctable inside the main source, but I don't have time to work on it properly at the moment. Patches welcome. * Noted the above in README.Debian. * This version correctly handles the .rar file that was crashing it before (closes: #148166) * This version will still crash if fed a .rar file when unrar is not installed. I am tempted to remove .rar support entirely for this reason, since unrar is an egregiously non-free utility anyway, but I am leaving it in for now.
-- Zed Pobre <zed@debian.org> Mon, 23 Jun 2003 20:16:14 -0500
modplugxmms (2.04-0.3) unstable; urgency=low
* NMU.
* debian/control:
+ Added a build dependency on libglib2.0-dev so that we get the
AM_GLIB_GNU_GETTEXT macro.
* debian/rules:
+ Removed the .la file from /usr/lib/xmms.
* Linked libmodplug.so with libstdc++.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Sat, 21 Jun 2003 19:27:10 +0200
modplugxmms (2.04-0.2) unstable; urgency=low
* NMU (RC bug more than one year old). * New upstream release (Closes: #147604). + Upstream fixed endianness issues for PPC (Closes: #196941). + Upstream fixed gcc3 builds (Closes: #126985). * debian/control: + Set policy to 3.5.10. + Build-depend on debhelper (>=2.0). + Added trailing slashes to URLs. + We recommend unzip and bzip2 because they are needed to uncompress some module formats. + Ditto for unrar, but we merely suggest it since it is non-free. * debian/rules: + Set prefix to /usr everywhere to fix installation issues. + Added a call to dh_makeshlibs. + Removed the override file. * debian/copyright: + Replaced "Author(s)" with "Author". * Removed spurious debian/manpage.sgml.ex file.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Sat, 21 Jun 2003 16:30:23 +0200
2002
modplugxmms (2.0-1) unstable; urgency=low
* New upstream version. Upstream maintainer is looking for someone to
take over development from him, so if you have an interest in this
package, send him e-mail at temporal@gauge3d.org.
* PowerPC patches have been integrated upstream.
* Integrated a few C++ fixes to make a slight dent in the g++-3.0 build
failures. Unfortunately, the code makes extensive use of procbuf.h,
which has gone away with g++-3.0, so I'm removing hppa from the arch
list for now and downgrading the bug. Someone will need to port this
section to g++-3.0, which is more than I have time or skill for.
* Standards-Version: 3.5.6 (no changes needed)
* Problem with DESTDIR not being handled correctly fixed upstream;
workaround removed in debian/rules. Unfortunately, libmodplug.so is
now being dumped in /usr/lib instead of /usr/lib/xmms/Input, so it
has to be moved in the debian/rules install target.
* I originally packaged this back in March, but because the resulting so
file was not visible to XMMS, it was never uploaded.
-- Zed Pobre <zed@debian.org> Tue, 21 May 2002 20:59:28 -0500
2001
modplugxmms (1.5a-2) unstable; urgency=low
* Added Build-Depends on libtool (closes: #104981) * Applied patches from Adam Goode <adam@evdebs.org> to get it working on PowerPC (closes: #95221). Thanks Adam! Sorry for the delay. * Call aclocal, automake, autoconf after libtoolize -f to get a correct configure script. Add automake and autoconf to Build-Depends. * Do $(MAKE) distclean before removing specific files to make sure we don't delete anything that $(MAKE) distclean needs to succeed.
-- Zed Pobre <zed@debian.org> Sun, 15 Jul 2001 12:30:52 -0500
modplugxmms (1.5a-1) unstable; urgency=low
* New upstream version, includes preamp bugfix patch upstream, really
supports polyphase and 8-tap sampling now, and other bugfixes.
* Added dependency on xmms.
* INSTALL file removed.
-- Zed Pobre <zed@debian.org> Sun, 25 Feb 2001 19:29:07 -0600
modplugxmms (1.5-2) unstable; urgency=low
* Upstream bugfix to fix the problem that the preamp volume isn't
properly saved in the config file.
-- Zed Pobre <zed@debian.org> Sat, 27 Jan 2001 09:50:03 -0600
modplugxmms (1.5-1) unstable; urgency=low
* New upstream version (support for MT2 and PSM mod formats and
polyphase sampling).
* Pitch bend problem fixed (closes: #76255)
-- Zed Pobre <zed@debian.org> Thu, 25 Jan 2001 22:58:25 -0600
modplugxmms (1.3a-3) unstable; urgency=low
* Added libtoolize -f to debian/rules to update config.guess,
config.sub, ltconfig, and ltmain.sh to fix ARM/HURD breakage (those
files are now removed on clean) (closes: #78669)
* Moved to DH_COMPAT=2
* Moved override.Lintian to /usr/share/lintian/overrides/xmms-modplug
* Removed extraneous /usr/bin and /usr/sbin directories
* Thanks to Eduard Bloch <blade@debian.org> for the patches for the last
two entries.
* Added a watch file
* Removed a number of example files from the debian/ directory that I
figured I probably wouldn't need to keep for this package.
* Added a note to README.Debian about having to disable the XMMS default
modplayer plugin before this one will work.
-- Zed Pobre <zed@debian.org> Mon, 1 Jan 2001 17:24:14 -0600
2000
modplugxmms (1.3a-2) unstable; urgency=low
* Added xmms-dev and libglib1.2-dev (this is weird, since the configure
script uses glib-config to set an include path for glib, but the
module doesn't link to it). Closes: #72576
-- Zed Pobre <zed@debian.org> Sat, 30 Sep 2000 11:21:03 -0500
modplugxmms (1.3a-1) unstable; urgency=low
* Initial Release.
-- Zed Pobre <zed@debian.org> Sat, 2 Sep 2000 20:32:25 -0500