|
|
 |
 |
 |
Changelog for amoeba-1.1-37.15.i586.rpm :
Fri Jun 29 14:00:00 2007 Steinar H. Gunderson - version 1.1-19 - Update Standards-Version to 3.7.2 (no changes needed). - Update to debhelper compatibility mode version 5 (no changes needed). * Update versioned build-dependency on debhelper. - Don\'t ignore all make clean errors; use \"[ ! -f Makefile ] ||\" instead of the hyphen. - Make empty binary-indep target, to make lintian happy. - Remove obsolete DEB_BUILD_OPTIONS checking; we always build with -g anyway, and INSTALL_PROGRAM isn\'t ever used. - Use nroff escape \\[:o] instead of verbatim ISO-8859-1 character ö in the man page. - Switch to quilt for managing patches. * Build-depend on quilt (>= 0.40). * Make debian/patches/ directory. * Include /usr/share/quilt/quilt.make in debian/rules, and depend on patch and unpatch targets. Split clean into a dummy clean and a real-clean, as unpatch fiddles with the Makefile and we thus want unpatch to run after make clean. (Actually, clean needs to patch first, then clean, then unpatch. Yes, it\'s kind of silly.) * Split monolithic diff into smaller diffs (and clean up some of them): * 01-debian-policy-cflags.diff: Policy-compliant CFLAGS/CXXFLAGS. * 02-executable-filename.diff: Call output executable \"amoeba\". * 03-shell-in-makefile.diff: Use $(shell foo) instead of `foo`. * 04-install-target.diff: Add an install target to the Makefile. * 05-nudge-texcoords.diff: Various \"nudges\" to texture coordinates to avoid gaps. (Note: I\'ve since found out that the notion of \"nudging\" is all wrong and will probably cause some smearing of the texture. However, there are so many broken drivers out there, and the problem in backgroundhandler.cpp will probably require border texels and other ugliness, so I\'m leaving it as-is for now.) [minor tidying done] * 06-proper-curve-cleaning.diff: Handle the special case \"hashtable of curves\", so that the destructors are called properly. [minor tidying done] * 07-drop-compiled-vertex-arrays.diff: Don\'t use compiled vertex arrays in twisthandler; I believe this was done in its time to work around a bug in the ATI FireGL drivers. Probably fixed now, but I don\'t have the opportunity to check right now, so it\'s staying for now. [minor tidying done] * 08-single-point-spline.diff: Handle the special case of a single-point spline correctly, without causing Valgrind hits. [minor tidying done] * 09-dont-set-gtk-locale.diff: Don\'t set the (GTK) locale, as it causes problems reading the object files depending on LC_CTYPE. * 10-xopendisplay.diff: Give NULL instead of 0 to XOpenDisplay (as it expects a char *; it\'s only cosmetic, though), and give a proper error message if it fails, instead of crashing. [minor tidying done] * 11-friendly-error-messages.diff: Give slightly friendlier messages in common, fatal error situations. [minor tidying done] * 12-i386-asm.diff: Don\'t try to use i386 assembler on non-i386 platforms. * 13-libpng-64-bit-fixes.diff: Fix PNG loading issues on systems where sizeof(png_uint_32) > sizeof(unsigned int). * 14-properly-delete-vfcache.diff: Use delete[] instead of delete on vfcache, as it was allocated using new[]. * 15-fix-pakfile-endianness.diff: Make the packer work regardless of system endianness. * 16-pakfile-debian-location.diff: Make the packer look for the pakfile where the amoeba-data package puts it, instead of in the local directory. * 17-fix-audio-endianness.diff: Make the audio system work properly regardless of system endianness. * 18-declare-glxgetprocaddressarb.diff: Manually declare glXGetProcAddressARB, as not all OpenGL headers do. [minor tidying done] * Two patches were dropped from the monolithic diff: * The first change caused wglGetProcAddressARB() to be used instead of wglGetProcAddress() on Windows, which is irrelevant for Debian. * The other change used \"static struct\" instead of \"struct\" in the global texture array, without any apparent reason.
Sun May 20 14:00:00 2007 Steinar H. Gunderson - version 1.1-18 - Fix a few typos in the man page; patch from A Costa.
Tue Jul 4 14:00:00 2006 Steinar H. Gunderson - version 1.1-17 - Yet another GLU transition; build-depend on libglu1-mesa-dev this time.
Mon Jul 18 14:00:00 2005 Steinar H. Gunderson - version 1.1-16 - Correct typo in Build-dependency, messing up the x.org/gcc4 transition that was supposed to go into -15.
Sun Jul 17 14:00:00 2005 Steinar H. Gunderson - version 1.1-15 - 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.
Tue Jul 5 14:00:00 2005 Steinar H. Gunderson - version 1.1-14 - Rebuilt using g++ 4.0, as per the Debian GCC 4.0 Transition plan.
Wed Jan 26 13:00:00 2005 Steinar H. Gunderson - version 1.1-13 - Rebuild in a clean sid chroot (using pbuilder), to avoid dependency on gcc-4.0 libgcc.
Mon Jan 24 13:00:00 2005 Steinar H. Gunderson - version 1.1-12 - Stop using anonymous types for non-local variables, to make amoeba compile with gcc-4.0. Patch from Andreas Jochens, thanks. :-) - Don\'t Build-Depend on libstdc++, as it\'s already build-essential. - De-capitalize first letter of synopsis (fixes lintian warning).
Sun Nov 14 13:00:00 2004 Steinar H. Gunderson - version 1.1-11 - 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 (!).
Tue May 4 14:00:00 2004 Steinar H. Gunderson - version 1.1-10 - Changed _back_ to glXGetProcAddressARB, as nVidia\'s drivers can\'t handle glXGetProcAddress and nVidia refuses to fix it.
Fri Feb 27 13:00:00 2004 Steinar H. Gunderson - version 1.1-9 - Replaced xlibmesa3-dev and xlibmesa3-glu-dev with the correct XFree 4.3 -dev packages.
Thu Feb 26 13:00:00 2004 Steinar H. Gunderson - version 1.1-8 - 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.
Mon Dec 15 13:00:00 2003 Steinar H. Gunderson - version 1.1-7 - Work around a bug in ATIs FireGL drivers, causing a segfault on ATI cards. - 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.)
Wed Apr 9 14:00:00 2003 Steinar H. Gunderson - version 1.1-6 - 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.
Sun Dec 15 13:00:00 2002 Steinar H. Gunderson - version 1.1-5 - 1.1-4 broke compressed file loading on x86 (argh) -- fixed it again.
Mon Nov 25 13:00:00 2002 Steinar H. Gunderson - version 1.1-4 - The sound device is now no longer opened for read/write, which caused problems on some sound cards. - 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. - 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.
Thu Nov 14 13:00:00 2002 Steinar H. Gunderson - version 1.1-3 - Should now compile on 64-bit platforms.
Tue Nov 5 13:00:00 2002 Steinar H. Gunderson - version 1.1-2 - Do not include x86-specific assembler in non-x86 ports. - Sound should no longer be garbled on big-endian systems.
Sat Oct 26 14:00:00 2002 Steinar H. Gunderson - version 1.1-1 - Initial release for Debian.
|
|
|