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

History of commit frequency

CVS Commit History:


   2012-05-26 12:18:21 by OBATA Akio | Files touched by this commit (2)
Log message:
Add pdf support option.
   2012-05-26 11:39:29 by OBATA Akio | Files touched by this commit (1)
Log message:
fix detection of lame.
   2012-05-25 16:19:26 by OBATA Akio | Files touched by this commit (2)
Log message:
AVI2SWF is not included anymore in the latest version.
   2012-05-25 16:12:53 by OBATA Akio | Files touched by this commit (1)
Log message:
Marked as not for NetBSD<5.1 due to missing fmax(3).
   2012-04-09 06:54:59 by OBATA Akio | Files touched by this commit (7) | Package removed
Log message:
Update swftools to 0.9.2.

   2012-03-12 15:43:06 by Thomas Klausner | Files touched by this commit (2)
Log message:
Do not install empty swfrender.1 man page.
Bump PKGREVISION.
   2011-03-15 02:54:34 by Thomas Klausner | Files touched by this commit (1)
Log message:
Use new giflib infrastructure.

   2010-12-26 06:01:21 by David Sainty | Files touched by this commit (78)
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-15 03:04:52 by OBATA Akio | Files touched by this commit (6)
Log message:
Update swftools to 0.9.1.

0.9.1:
	* pdf2swf: bugfixes, speedups
	* pdf2swf: improved font quality (FlashType)
	* librfxswf: support for fontalignzones
	* gpdf2swf: completely reworked pdf2swf GUI (Ricardo Pedroso)
	* as3compile: many bugfixes, support for swc libraries
   2010-08-14 17:53:11 by tez | Files touched by this commit (1)
Log message:
Note: http://secunia.com/advisories/39970

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