Commit graph

25 commits

Author SHA1 Message Date
nia
76f72263b9 Use https for kokkonen.net 2019-08-08 21:17:48 +00:00
adam
f2760b0790 jpegoptim: updated to 1.4.6
v1.4.6 - fix double free introduced in previous release
2018-04-18 06:55:49 +00:00
adam
2350757d67 jpegoptim: updated to 1.4.5
v1.4.5:
fix --overwrite option,
better error reporting for -d option,
fix memcmp() potentially reading past end of buffer,
some minor fixes
2018-04-02 12:34:47 +00:00
wiz
27f027da77 Updated jpegoptim to 1.4.4.
v1.4.4 - more detailed error messages (thanks to Denis Fateyev),
                 CMake support (thanks to Ghostkeeper),
                 other minor fixes
2016-10-19 12:17:42 +00:00
agc
7f810a359f Add SHA512 digests for distfiles for graphics category
Problems found with existing digests:
	Package fotoxx distfile fotoxx-14.03.1.tar.gz
	ac2033f87de2c23941261f7c50160cddf872c110 [recorded]
	118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated]
	Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz
	34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded]
	da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]

Problems found locating distfiles:
	Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb
	Package pgraf: missing distfile pgraf-20010131.tar.gz
	Package qvplay: missing distfile qvplay-0.95.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 21:33:50 +00:00
adam
a92ab7629f Changes 1.4.3:
- fix bug that could cause jpegoptim crash when processing certain jpeg files
2015-05-22 08:04:59 +00:00
wiz
b6b2607e52 Update to 1.4.2:
v1.4.2 - add option -P, --preserve-perms,
         some minor fixes
2015-01-16 09:40:37 +00:00
adam
834969126b Changes 1.4.1 - fix --stdin option (assume -f when reading from stdin),
workaround to bug in libjpeg-turboi (v1.3.1) triggered
                 when option -V or --version was used,
                 other minor fixes
2014-05-28 14:54:25 +00:00
adam
28c1bd2808 Changes 1.4.0:
- use memory (instead of temporary files) during optimization,
   support for reading input from stdin (and sending output to stdout),
   report also libjpeg version when --version option used,
   new option --strip-none to preserve "all" markers,
   other minor fixes & cleanup
2014-05-15 10:53:11 +00:00
adam
40db7fc411 Changes 1.3.0:
* support for progressive jpegs added (fixes long standing "bug" of progressive jpegs becoming non-progressive during optimization),
* new options --all-normal & --all-progressive for converting jpegs to non-progressive & progressive,
* new -S / --size option to set target size for output file (enables lossy optimization),
2013-04-01 18:48:44 +00:00
adam
6d82273085 Changes 1.2.5:
Safer temp file handling (if mkstemps() is available, and a patch to make "quiet mode" (-q) be quiet.
2013-03-15 08:19:17 +00:00
asau
08f35c7155 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
adam
7b632da783 Changes 1.2.4:
* The -T/--threshold option was added to set the minimum optimization gain
  needed before a file is optimized. The default is to optimize if gain is
  even just one byte.
* Some minor fixes were also done.
2011-04-11 07:02:20 +00:00
dsainty
1f40f3a084 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-23 11:44:24 +00:00
adam
f8242cf902 * Use autoconf, so other compilers, like Clang, are configure correctly.
* Added LICENSE.
2010-11-10 19:56:38 +00:00
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
adam
9d9fd7cb9d patch-aa not needed when INSTALL_MAKE_FLAGS are in Makefile 2009-11-10 07:30:19 +00:00
joerg
9ef685e130 Fix destdir installation. 2009-11-09 14:36:15 +00:00
adam
8c06ce75a0 Changes 1.2.3:
* Additional support was added for IPTC and ICC markers.
* Minor fixes were made.
2009-10-11 08:04:53 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
6a7b384635 Add RMD160 digests 2005-02-24 08:45:01 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
cube
57e7c01a80 Initial import of jpegoptim, version 1.2.2 into the NetBSD Packages
Collection.  Provided by fab (AT) gnux (DOT) info in PR 24268,
slightly modified and pkglinted by me.

Utility to optimize JPEG files.  Provides lossless optimization
(based on optimizing the Huffman tables) and "lossy" optimization
based on setting maximum quality factor.
2004-02-03 21:50:29 +00:00