Next | Query returned 148 messages, browsing 71 to 80 | Previous

History of commit frequency

CVS Commit History:


   2011-01-30 19:04:23 by Rumko | Files touched by this commit (2)
Log message:
graphics/sane-backends: add upstream bug report for PR pkg/44193

ok@ wiz
   2010-12-31 16:38:24 by OBATA Akio | Files touched by this commit (1)
Log message:
At the previous bump to 1.0.21nb1, dependency on libtiff was added,
so also need to add buildlink libtiff here.
PR#44298.
   2010-12-27 16:07:52 by Adam Ciarcinski | Files touched by this commit (7)
Log message:
Fixed building on Mac OS X; fixed PLIST; added tiff dependency for dell1600n
   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-12-08 10:35:29 by Thomas Klausner | Files touched by this commit (2)
Log message:
Fix typo, noted by Rumko.
   2010-12-06 13:16:04 by Thomas Klausner | Files touched by this commit (2)
Log message:
Fix build on DragonFly, from Rumko in PR 44193.
   2010-09-19 17:06:18 by Thomas Klausner | Files touched by this commit (7) | Package updated
Log message:
Update to 1.0.21:

New with 1.0.21, released 2010-04-25:

* New backends: kodak (Kodak i18xx), kvs1025 (Panasonic KV-S10xx),
  p5 (Primax PagePartner)
* 224 more scanner models supported.
* Many backends updated.
* Improved compilation on uncommon platforms.
* More consistent option naming.
* Scanimage no longer writes image to tty.
* Modern translation infrastructure.
* Improved saned network daemon.
* Internal SCSI, USB, threading, TCP & UDP code updates.
* Updated HAL and udev support.
* New sanei_magic image processing library.
* Documentation updates.
* Bugfixes.
   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.
   2009-09-05 01:09:06 by Thomas Klausner | Files touched by this commit (3)
Log message:
Fix xsane build by adding back a symbol that was, according to Debian,
accidentally removed in 1.0.20.
Bump PKGREVISION.
   2009-08-26 21:58:47 by Jens Rehsack | Files touched by this commit (1461) | Package updated
Log message:
bump revision because of graphics/jpeg update

Next | Query returned 148 messages, browsing 71 to 80 | Previous