Next | Query returned 227 messages, browsing 101 to 110 | Previous

History of commit frequency

CVS Commit History:


   2011-12-07 21:09:19 by Matthias Drochner | Files touched by this commit (4) | Package updated
Log message:
update to 5.15
changes:
-New hacks, hilbert, companioncube and tronbit
-Image-manipulating hacks can now load from RSS or Atom feeds
-Updated webcollage for recent search engine changes
-minor improvements
   2011-06-09 14:03:07 by Matthias Drochner | Files touched by this commit (3) | Package updated
Log message:
update to 5.14
changes:
-Optionally enabled full-scene OpenGL antialiasing. Set the resource
 *multiSample to true if doing so doesn't kill performance with
 your video hardware.
-New version of glhanoi.
-Image-loading hacks that display the file name now also display the
 sub-directory (xscreensaver-getimage now returns relative paths
 under imageDirectory).
-Passwords that contain UTF-8 non-Latin1 chars are now typeable.
-Added ``Quick Power-off in Blank Only Mode'' option.
-BSOD GLaDOS.
+bugfixes
   2011-04-22 15:45:23 by OBATA Akio | Files touched by this commit (2234)
Log message:
recursive bump from gettext-lib shlib bump.
   2011-04-18 13:50:48 by OBATA Akio | Files touched by this commit (1)
Log message:
Note "used by..." comments.
   2011-03-06 17:04:33 by Thomas Klausner | Files touched by this commit (9)
Log message:
Remove options that use GTK1.
   2011-02-05 21:33:43 by Mark Davies | Files touched by this commit (3)
Log message:
In order to test HAVE_STDINT_H need to include <config.h>
   2011-01-13 14:53:34 by Thomas Klausner | Files touched by this commit (50)
Log message:
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
   2010-12-23 12:45:04 by David Sainty | Files touched by this commit (254)
Log message:
Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" \ 
"$i"
    fi
  done
done
   2010-11-29 19:04:35 by Matthias Drochner | Files touched by this commit (3) | Package updated
Log message:
update to 5.12
changes:
-New molecule in molecule
-glhanoi now supports an arbitrary number of poles
-Turned on ``New Login'' button by default
-Added support for XInput-style alternate input devices
-OSX-specific fixes
   2010-05-17 18:35:03 by Matthias Drochner | Files touched by this commit (5) | Package updated
Log message:
update to 5.11
changes:
-New versions of photopile, strange
-bugfixes

Next | Query returned 227 messages, browsing 101 to 110 | Previous