]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
libjpeg: Update to 1.2.0.
authorStefan Schantl <stefan.schantl@ipfire.org>
Wed, 16 May 2012 18:49:20 +0000 (20:49 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Wed, 16 May 2012 18:49:20 +0000 (20:49 +0200)
Updated to latest stable release of libjpeg-turbo (1.2.0).

Fixes #10133.

libjpeg/libjpeg.nm

index 242e1a88c7fe5ab9522b6a29ee80c93916bc9245..e592118e4165e60aa8cb715b975f8f32fe9f0ea9 100644 (file)
@@ -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