[Lunar-commits] <moonbase> jpeg: Version bump. If you didn't run lunar update, you will want to run lunar fix.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sat Jan 16 16:06:37 CET 2010
commit c741569717cfc9798abed9175f3a84072fb6c8b2
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sat Jan 16 10:06:37 2010 -0500
jpeg: Version bump. If you didn't run lunar update, you will want to run lunar fix.
From the changelog;
jpegtran now supports the same -scale option as djpeg for "lossless" resize.
Add sanity check in BMP reader module to avoid cjpeg crash for empty input
image (thank to Isaev Ildar of ISP RAS, Moscow, RU for reporting this error).
Add data source and destination managers for read from and write to
memory buffers. New API functions jpeg_mem_src and jpeg_mem_dest.
Thank to Roberto Boni from Italy for the suggestion.
---
graphics/jpeg/DETAILS | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/graphics/jpeg/DETAILS b/graphics/jpeg/DETAILS
index 428cbdc..10a5c8e 100644
--- a/graphics/jpeg/DETAILS
+++ b/graphics/jpeg/DETAILS
@@ -1,11 +1,11 @@
MODULE=jpeg
- VERSION=7
+ VERSION=8
SOURCE=${MODULE}src.v$VERSION.tar.gz
SOURCE_URL=http://www.ijg.org/files/
- SOURCE_VFY=sha1:88cced0fc3dbdbc82115e1d08abce4e9d23a4b47
+ SOURCE_VFY=sha1:1324834b52428d57479faa062f8b2d98d755d85e
WEB_SITE=http://www.ijg.org/
ENTERED=20010922
- UPDATED=20090830
+ UPDATED=20100116
SHORT="A library that supports the JPEG image format"
cat << EOF
More information about the Lunar-commits
mailing list