Next | Query returned 32 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2015-09-25 01:05:31 by Ryo ONODERA | Files touched by this commit (9)
Log message:
Update to 3.5.27

* Use Makefile.common for common stuff.

Changelog:
NEW IN VERSION 3.5.27
------------------------
- simplified configuration scripts
- deadlock fixes
- miniexp under win32 uses tlsalloc instead of _thread vars (pb under xp)

NEW IN VERSION 3.5.26
------------------------
- Thread safe miniexp
- Now using the standard autotools approach (thanks to Vincent Torri).
- New windows installer (thanks to Konstantin Kravtsov).
- Fixed Russian code page issues in windows.
- General speedup thanks to lock-free smart pointers.
- ddjvu can produce one file per page.
- djvused can now set the default page orientation.
- Bug fixes all around.
   2012-12-19 13:51:26 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
#undef getc in case it is still a macro from stdio.h.
   2012-12-17 14:54:23 by Matthias Drochner | Files touched by this commit (4) | Package updated
Log message:
update to 3.5.25
changes:
-cleanup
-bugfixes
   2012-10-06 16:11:27 by Aleksej Saushev | Files touched by this commit (427)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-03-21 21:03:31 by Hans Rosenfeld | Files touched by this commit (2)
Log message:
Include sys/types.h for size_t.
   2011-10-27 12:32:56 by Ryo ONODERA | Files touched by this commit (4)
Log message:
Update to 3.5.24

Changelog:
NEW IN VERSION 3.5.24
---------------------
- Set ddjvuapi_version to 20.
- Added ddjvuapi support for changing the white point.
   2011-02-26 08:27:05 by Ryo ONODERA | Files touched by this commit (4)
Log message:
Update to 3.5.23.

NEW IN VERSION 3.5.23
------------------------
- Djview3 has been deprecated by djview4 whose source comes in
  its own tarball. Use configure option --enable-djview to force
  the compilation of djview3.
- Set ddjvuapi_version to 19.
- Added ddjvu_document_create_by_filename_utf8
- Generate icons with rsvg rather than imagemagick.
- djvused: correctly outputs escape characters.
- djvumake: added options to generate foreground colors.
- Various bug fixes.
   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-08-09 13:05:55 by Matthias Drochner | Files touched by this commit (4) | Package updated
Log message:
update to 3.5.22, from Ryo ONODERA per PR pkg/43711
changes: Various bug fixes

(tested the lib part with evince)
   2010-01-18 10:59:46 by Thomas Klausner | Files touched by this commit (938)
Log message:
Second try at jpeg-8 recursive PKGREVISION bump.

Next | Query returned 32 messages, browsing 11 to 20 | Previous