amoeba (1.1-17) unstable; urgency=low * Yet another GLU transition; build-depend on libglu1-mesa-dev this time. -- Steinar H. Gunderson Tue, 4 Jul 2006 20:47:28 +0200 amoeba (1.1-16) unstable; urgency=low * Correct typo in Build-dependency, messing up the x.org/gcc4 transition that was supposed to go into -15. (Closes: #318945) -- Steinar H. Gunderson Mon, 18 Jul 2005 22:12:01 +0200 amoeba (1.1-15) unstable; urgency=low * Rebuild for X.org transition. * Updated GLU Build-dependency to "libglu1-xorg-dev | libglu-dev". * Changed the Build-dependency on xlibs-static-dev to libxxf86vm-dev. * Update Standard-Version to 3.6.2 (no changes needed). * Change from `foo-config` to $(shell foo-config) style in Makefile. -- Steinar H. Gunderson Sun, 17 Jul 2005 10:26:15 +0200 amoeba (1.1-14) unstable; urgency=low * Rebuilt using g++ 4.0, as per the Debian GCC 4.0 Transition plan. -- Steinar H. Gunderson Wed, 6 Jul 2005 00:48:12 +0200 amoeba (1.1-13) unstable; urgency=low * Rebuild in a clean sid chroot (using pbuilder), to avoid dependency on gcc-4.0 libgcc. (Closes: #292093) -- Steinar H. Gunderson Wed, 26 Jan 2005 23:03:51 +0100 amoeba (1.1-12) unstable; urgency=low * Stop using anonymous types for non-local variables, to make amoeba compile with gcc-4.0. Patch from Andreas Jochens, thanks. :-) (Closes: #289836) * Don't Build-Depend on libstdc++, as it's already build-essential. (Closes: #268599) * De-capitalize first letter of synopsis (fixes lintian warning). -- Steinar H. Gunderson Mon, 24 Jan 2005 05:18:49 +0100 amoeba (1.1-11) unstable; urgency=high * Use temporary variables for width and height in image/png_image.cpp, which should fix the loading problems for systems where sizeof(png_uint_32) is not 32 bits (!). -- Steinar H. Gunderson Sun, 14 Nov 2004 16:13:27 +0100 amoeba (1.1-10) unstable; urgency=low * Changed _back_ to glXGetProcAddressARB, as nVidia's drivers can't handle glXGetProcAddress and nVidia refuses to fix it. (Closes: #244197) -- Steinar H. Gunderson Wed, 5 May 2004 01:39:19 +0200 amoeba (1.1-9) unstable; urgency=low * Replaced xlibmesa3-dev and xlibmesa3-glu-dev with the correct XFree 4.3 -dev packages. (Closes: #235009) -- Steinar H. Gunderson Fri, 27 Feb 2004 02:16:17 +0100 amoeba (1.1-8) unstable; urgency=low * Changed maintainer field to match my new e-mail address (and remove the quotes around my real name, which should never have been there in the first place). * Removed DH_COMPAT from debian/rules; moved it into debian/compat instead. Upped the value to 4 and made the required changes to debian/control, as well as upped the version number of the dependency. * Split xlibs-dev build-dependency into smaller dependencies, as per the new X (4.3.0) -dev packaging system. * Renamed glXGetProcAddressARB calls to glXGetProcAddress, as most of the GLX build headers seem to have made the change now. This should make the package build from source again. Updated the Build-Depends: from xlibmesa-dev to libgl-dev accordingly. * Added "preferred alternatives" to the libgl-dev and libglu-dev dependencies, so pbuilder won't pick conflicting providers for them. -- Steinar H. Gunderson Thu, 26 Feb 2004 02:42:52 +0100 amoeba (1.1-7) unstable; urgency=low * Work around a bug in ATIs FireGL drivers, causing a segfault on ATI cards. (Closes: #224005) * Fix a bug causing dark lines in certain resolutions on certain graphics cards. * Build with optimization again. * Minor cleanups in debian/rules. * Reworded package description. * Upgraded the Standards-version to 3.6.1: * Converted the changelog to UTF-8. * Change build-dependencies to avoid FTBFS with newer mesag-dev. * Edited debian/copyright a bit to specify more clearly that amoeba is licensed under the GPL _v2_, not just any version. (This does not change the license; it has been GPL v2 all along, debian/copyright just was not clear enough.) -- Steinar H. Gunderson Mon, 15 Dec 2003 17:45:57 +0100 amoeba (1.1-6) unstable; urgency=low * Fixed a typo in debian/control. * Cleaned up the build scripts a bit. * Corrected the partyplace in debian/control (Underscore is in Gothenburg, not Jonköping). * Rebuilt using g++ 3.2, as per the Debian GCC 3.2 Transition plan. This also makes sure amoeba depends on the correct Ogg Vorbis libraries. * Made some of the OpenGL error messages give hints about what might be wrong, to make it easier for users with broken OpenGL setups. * Added package conflict on mesag3, since the executable already checks for direct rendering, and Mesa cannot provide that. * Upgraded the Standards-Version to 3.5.8 (no changes needed). * amoeba is now Valgrind-clean. -- Steinar H. Gunderson Wed, 09 Apr 2003 22:28:18 +0200 amoeba (1.1-5) unstable; urgency=medium * 1.1-4 broke compressed file loading on x86 (argh) -- fixed it again. (Closes: #173207) -- Steinar H. Gunderson Sun, 15 Dec 2002 13:52:37 +0100 amoeba (1.1-4) unstable; urgency=medium * The sound device is now no longer opened for read/write, which caused problems on some sound cards. (Closes: #170640) * Sound should now _really_ not be garbled on big-endian systems -- Vorbis audio was always read as little endian, causing problems on big-endian systems. Also, compressed file loading should no longer fail on big-endian systems. (Closes: #170614) * Now compiling without -fomit-frame-pointer, so exception handling works properly. * Also compiling with -g, to follow Debian policy better. * Failure to open a connection the X server is now handled correctly with an exception instead of a segmentation fault. -- Steinar H. Gunderson Mon, 25 Nov 2002 13:09:48 +0100 amoeba (1.1-3) unstable; urgency=medium * Should now compile on 64-bit platforms. (Closes: #168895) -- Steinar H. Gunderson Thu, 14 Nov 2002 02:21:07 +0100 amoeba (1.1-2) unstable; urgency=medium * Do not include x86-specific assembler in non-x86 ports. (Closes: #167892) * Sound should no longer be garbled on big-endian systems. -- Steinar H. Gunderson Tue, 05 Nov 2002 17:10:08 +0100 amoeba (1.1-1) unstable; urgency=low * Initial release for Debian. -- Steinar H. Gunderson Sat, 26 Oct 2002 02:07:23 +0200