[Lunar-commits] <moonbase> jpeg: version bumped to 8c.
Florin Braescu
florin at lunar-linux.org
Wed Jan 19 19:05:45 CET 2011
commit 660f8315d0ce2752fa3c968aa90b6a477a52dfd5
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed Jan 19 20:05:45 2011 +0200
jpeg: version bumped to 8c.
Changes:
Add option to compression library and cjpeg (-block N) to use
different DCT block size.
All N from 1 to 16 are possible. Default is 8 (baseline format).
Larger values produce higher compression,
smaller values produce higher quality.
SmartScale capable decoder (introduced with IJG JPEG 8) required.
---
graphics/jpeg/DETAILS | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/graphics/jpeg/DETAILS b/graphics/jpeg/DETAILS
index 1a2f4c3..5318aab 100644
--- a/graphics/jpeg/DETAILS
+++ b/graphics/jpeg/DETAILS
@@ -1,11 +1,11 @@
MODULE=jpeg
- VERSION=8b
+ VERSION=8c
SOURCE=${MODULE}src.v$VERSION.tar.gz
SOURCE_URL=http://www.ijg.org/files
- SOURCE_VFY=sha1:15dc1939ea1a5b9d09baea11cceb13ca59e4f9df
+ SOURCE_VFY=sha1:f0a3b88ac4db19667798bee971537eeed552bce9
WEB_SITE=http://www.ijg.org
ENTERED=20010922
- UPDATED=20100603
+ UPDATED=20110119
SHORT="A library that supports the JPEG image format"
cat << EOF
More information about the Lunar-commits
mailing list