From: Stefan Schantl Date: Wed, 16 May 2012 18:49:20 +0000 (+0200) Subject: libjpeg: Update to 1.2.0. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=334b59874c3e8c85de2e69232cbbfd42bfdd7954;p=ipfire-3.x.git libjpeg: Update to 1.2.0. Updated to latest stable release of libjpeg-turbo (1.2.0). Fixes #10133. --- diff --git a/libjpeg/libjpeg.nm b/libjpeg/libjpeg.nm index 242e1a88c..e592118e4 100644 --- a/libjpeg/libjpeg.nm +++ b/libjpeg/libjpeg.nm @@ -4,7 +4,7 @@ ############################################################################### name = libjpeg -version = 1.1.1 +version = 1.2.0 release = 1 thisapp = libjpeg-turbo-%{version} @@ -14,12 +14,12 @@ license = wxWidgets summary = A MMX/SSE2 accelerated library for manipulating JPEG image files. description - The libjpeg-turbo-utils package contains simple client programs for \ - accessing the libjpeg functions. It contains cjpeg, djpeg, jpegtran,\ - rdjpgcom and wrjpgcom. Cjpeg compresses an image file into JPEG format. \ - Djpeg decompresses a JPEG file into a regular image file. Jpegtran \ - can perform various useful transformations on JPEG files. Rdjpgcom \ - displays any text comments included in a JPEG file. Wrjpgcom inserts \ + The libjpeg-turbo-utils package contains simple client programs for + accessing the libjpeg functions. It contains cjpeg, djpeg, jpegtran, + rdjpgcom and wrjpgcom. Cjpeg compresses an image file into JPEG format. + Djpeg decompresses a JPEG file into a regular image file. Jpegtran + can perform various useful transformations on JPEG files. Rdjpgcom + displays any text comments included in a JPEG file. Wrjpgcom inserts text comments into a JPEG file. end