diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-07-31 14:34:01 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-07-31 14:34:01 +0000 |
commit | 7b4a6cfcb54d9b0006221bb7f49a325c59f644d9 (patch) | |
tree | dbc6809acb3e9703e796a6422d8e36d42ab3f0d0 /www/bins/Makefile | |
parent | 91094709a005d1ea9b280ab3e46b50956d1b52e6 (diff) | |
download | pkgsrc-7b4a6cfcb54d9b0006221bb7f49a325c59f644d9.tar.gz |
fix a bug in creating scaled images. If the original image is the correct
size and in the correct format, it is not re-encoded (losing quality)
anymore but just copied.
Problem noted by Jeff McMahill. Andrew Brown and Jaromir Dolecek helped
me with perl.
Bump PKGREVISION.
Diffstat (limited to 'www/bins/Makefile')
-rw-r--r-- | www/bins/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/bins/Makefile b/www/bins/Makefile index 7e53bb37010..2fc97a9b3e2 100644 --- a/www/bins/Makefile +++ b/www/bins/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2002/07/30 09:46:32 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.5 2002/07/31 14:34:01 dmcmahill Exp $ # DISTNAME= bins-1.1.10 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www graphics MASTER_SITES= http://jsautret.free.fr/BINS/ EXTRACT_SUFX= .tar.bz2 |