Commit Graph

83 Commits

Author SHA256 Message Date
9a3a2f2f76 OBS-URL: https://build.opensuse.org/package/show/graphics/libjpeg-turbo?expand=0&rev=28 2013-05-17 09:08:39 +00:00
66bbca049c OBS-URL: https://build.opensuse.org/package/show/graphics/libjpeg-turbo?expand=0&rev=27 2013-05-17 07:38:39 +00:00
d3e01b3963 - libjpeg62-turbo package created [bnc#807183]
- libjpeg62-turbo package created [bnc#807183]

OBS-URL: https://build.opensuse.org/package/show/graphics/libjpeg-turbo?expand=0&rev=26
2013-05-17 07:31:29 +00:00
e1cda27622 Accepting request 175935 from home:pgajdos
- remove
   %{_bindir}/*
   %doc %{_mandir}/man1/*
  https://bugzilla.novell.com/show_bug.cgi?id=807183#c14

- libjpeg62-turbo package created

- selfconflicts are not possible, remove it

- Update to version 1.2.1:
    * fixed heap overflow [bnc#771791]

- Update to version 1.2.0 
    * Fixed out-of-bounds read in SSE2 SIMD code
    * Added a compile-time macro (LIBJPEG_TURBO_VERSION) that can 
      be used to check the version of libjpeg-turbo against which 
      an application was compiled.
    * Added new RGBA/BGRA/ABGR/ARGB colorspace extension constants
    * libjpeg-turbo will now correctly decompress erroneous 
      CMYK/YCCK JPEGs whose K component is assigned a component ID 
      of 1 instead of 4.  
    * Added SIMD routines for RGB-to-grayscale color conversion
    * Improved the performance of the C color conversion routines
    * Added a function to the TurboJPEG API that performs lossless 
      transforms.
    * Added support for 4:4:0 (transposed 4:2:2) subsampling

- add libtool as buildrequire to avoid implicit dependency

OBS-URL: https://build.opensuse.org/request/show/175935
OBS-URL: https://build.opensuse.org/package/show/graphics/libjpeg-turbo?expand=0&rev=25
2013-05-17 07:19:55 +00:00
Ismail Dönmez
5a1f6275b9 Revert
OBS-URL: https://build.opensuse.org/package/show/graphics/libjpeg-turbo?expand=0&rev=24
2012-09-30 18:10:46 +00:00
Togan Muftuoglu
2d21b02aad Accepting request 136459 from home:RedDwarf:branches:graphics
- Provide both libjpeg62 and libjpeg8
- Provide libjpeg62-devel. libjpeg8-devel is better being provided
  by the reference implementation from IJG
- Remove libtool BuildRequires and autoreconf call
- Remove superfluous Provides/Obsoletes
- Provide libturbojpeg. Upstream policy is that they are never going
  to break the ABI. And libturbojpeg.so is as a valid name as
  libturbojpeg.so.0
- Move licenses to library packages, otherwise the library could be
  distributed without a copy of the license

OBS-URL: https://build.opensuse.org/request/show/136459
OBS-URL: https://build.opensuse.org/package/show/graphics/libjpeg-turbo?expand=0&rev=23
2012-09-30 06:44:32 +00:00
Ismail Dönmez
3038e5e55a Accepting request 130738 from graphics
- selfconflicts are not possible, remove it (forwarded request 130734 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/130738
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libjpeg-turbo?expand=0&rev=14
2012-08-14 12:26:47 +00:00
Togan Muftuoglu
3c4eddd4f5 Accepting request 130734 from home:dirkmueller:branches:graphics
- selfconflicts are not possible, remove it

OBS-URL: https://build.opensuse.org/request/show/130734
OBS-URL: https://build.opensuse.org/package/show/graphics/libjpeg-turbo?expand=0&rev=21
2012-08-13 17:35:42 +00:00
Ismail Dönmez
7434e28fd1 Accepting request 128748 from graphics
- Update to version 1.2.1:
    * fixed heap overflow [bnc#771791]

- Update to version 1.2.0 
    * Fixed out-of-bounds read in SSE2 SIMD code
    * Added a compile-time macro (LIBJPEG_TURBO_VERSION) that can 
      be used to check the version of libjpeg-turbo against which 
      an application was compiled.
    * Added new RGBA/BGRA/ABGR/ARGB colorspace extension constants
    * libjpeg-turbo will now correctly decompress erroneous 
      CMYK/YCCK JPEGs whose K component is assigned a component ID 
      of 1 instead of 4.  
    * Added SIMD routines for RGB-to-grayscale color conversion
    * Improved the performance of the C color conversion routines
    * Added a function to the TurboJPEG API that performs lossless 
      transforms.
    * Added support for 4:4:0 (transposed 4:2:2) subsampling

OBS-URL: https://build.opensuse.org/request/show/128748
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libjpeg-turbo?expand=0&rev=13
2012-07-24 20:44:07 +00:00
510ad24edb - Update to version 1.2.1:
* fixed heap overflow [bnc#771791]

OBS-URL: https://build.opensuse.org/package/show/graphics/libjpeg-turbo?expand=0&rev=19
2012-07-23 11:36:08 +00:00
Ismail Dönmez
9648966c50 Fix baselibs
OBS-URL: https://build.opensuse.org/package/show/graphics/libjpeg-turbo?expand=0&rev=18
2012-03-22 14:03:53 +00:00
Ismail Dönmez
275320d81e Ooops
OBS-URL: https://build.opensuse.org/package/show/graphics/libjpeg-turbo?expand=0&rev=17
2012-03-22 14:02:45 +00:00
Ismail Dönmez
6595de1e2e -
OBS-URL: https://build.opensuse.org/package/show/graphics/libjpeg-turbo?expand=0&rev=16
2012-03-22 14:00:06 +00:00
Ismail Dönmez
9428f8d2e8 - Update to version 1.2.0
* Fixed out-of-bounds read in SSE2 SIMD code
    * Added a compile-time macro (LIBJPEG_TURBO_VERSION) that can 
      be used to check the version of libjpeg-turbo against which 
      an application was compiled.
    * Added new RGBA/BGRA/ABGR/ARGB colorspace extension constants
    * libjpeg-turbo will now correctly decompress erroneous 
      CMYK/YCCK JPEGs whose K component is assigned a component ID 
      of 1 instead of 4.  
    * Added SIMD routines for RGB-to-grayscale color conversion
    * Improved the performance of the C color conversion routines
    * Added a function to the TurboJPEG API that performs lossless 
      transforms.
    * Added support for 4:4:0 (transposed 4:2:2) subsampling

OBS-URL: https://build.opensuse.org/package/show/graphics/libjpeg-turbo?expand=0&rev=15
2012-03-22 13:59:53 +00:00
Stephan Kulow
00b0c7e469 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libjpeg-turbo?expand=0&rev=11
2011-12-06 17:24:18 +00:00
OBS User buildservice-autocommit
684526c092 Updating link to change in openSUSE:Factory/libjpeg-turbo revision 11.0
OBS-URL: https://build.opensuse.org/package/show/graphics/libjpeg-turbo?expand=0&rev=d25f9a40bf5b52716c69c8d276b0dad9
2011-12-06 17:24:18 +00:00
Stephan Kulow
cddd18f351 Accepting request 92551 from graphics
- add libtool as buildrequire to avoid implicit dependency (forwarded request 92534 from coolo)

OBS-URL: https://build.opensuse.org/request/show/92551
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libjpeg-turbo?expand=0&rev=10
2011-11-21 11:34:46 +00:00
Ismail Dönmez
7773740dda Accepting request 92534 from home:coolo:removelibtool
- add libtool as buildrequire to avoid implicit dependency

OBS-URL: https://build.opensuse.org/request/show/92534
OBS-URL: https://build.opensuse.org/package/show/graphics/libjpeg-turbo?expand=0&rev=13
2011-11-19 20:43:39 +00:00
Stephan Kulow
604fd92534 Accepting request 91368 from graphics
- Open all file descriptors with O_CLOEXEC, extended description
  in the patch file.

OBS-URL: https://build.opensuse.org/request/show/91368
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libjpeg-turbo?expand=0&rev=9
2011-11-16 16:18:55 +00:00
Stephan Kulow
cf8f75d11a remove ready file
OBS-URL: https://build.opensuse.org/package/show/graphics/libjpeg-turbo?expand=0&rev=10
2011-11-14 13:00:32 +00:00
OBS User mrdocs
b78178c1fe Accepting request 91102 from home:elvigia:branches:graphics
- Open all file descriptors with O_CLOEXEC, extended description
  in the patch file.

OBS-URL: https://build.opensuse.org/request/show/91102
OBS-URL: https://build.opensuse.org/package/show/graphics/libjpeg-turbo?expand=0&rev=7
2011-11-13 11:12:49 +00:00
Lars Vogdt
940c5b754a Autobuild autoformatter for 82442
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libjpeg-turbo?expand=0&rev=7
2011-09-19 19:12:23 +00:00
Lars Vogdt
6b41d3abef Accepting request 82442 from graphics
OBS-URL: https://build.opensuse.org/request/show/82442
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libjpeg-turbo?expand=0&rev=6
2011-09-19 19:12:17 +00:00
28b39b80d1 - updated to 1.1.1:
* Fixed a 1-pixel error in row 0, column 21 of the luminance 
    plane generated by tjEncodeYUV().
  * libjpeg-turbo's accelerated Huffman decoder previously 
    ignored unexpected markers found in the middle of the 
    JPEG data stream during decompression. It will now 
    hand off decoding of a particular block to the unaccelerated 
    Huffman decoder if an unexpected marker is found, so that 
    the unaccelerated Huffman decoder can generate an appropriate 
    warning.
  * Fixed a bug in jpeg_read_coefficients() whereby it would 
    not initialize cinfo->image_width and cinfo->image_height 
    if libjpeg v7 or v8 emulation was enabled. This specifically 
    caused the jpegoptim program to fail if it was linked against 
    a version of libjpeg-turbo that was built with libjpeg v7 or 
    v8 emulation.
  * Eliminated excessive I/O overhead that occurred when reading 
    BMP files in cjpeg.
  *

OBS-URL: https://build.opensuse.org/package/show/graphics/libjpeg-turbo?expand=0&rev=6
2011-05-19 12:48:05 +00:00
Sascha Peilicke
01a350b07f Autobuild autoformatter for 63341
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libjpeg-turbo?expand=0&rev=5
2011-03-04 08:16:44 +00:00
Sascha Peilicke
6459450214 Accepting request 63341 from graphics
Accepted submit request 63341 from user pgajdos

OBS-URL: https://build.opensuse.org/request/show/63341
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libjpeg-turbo?expand=0&rev=4
2011-03-04 08:16:38 +00:00
ba613c6a4c OBS-URL: https://build.opensuse.org/package/show/graphics/libjpeg-turbo?expand=0&rev=5 2011-03-03 14:12:06 +00:00
cffb034eba OBS-URL: https://build.opensuse.org/package/show/graphics/libjpeg-turbo?expand=0&rev=4 2011-03-03 13:51:28 +00:00
d92b4b919c - updated to 1.1.0:
* Added further protections against invalid Huffman codes.
  * Added an extended version of tjDecompressHeader().
  * Added arithmetic encoding and decoding support.
  * TurboJPEG/OSS can now compress from/decompress to 
    grayscale bitmaps.
  * Added emulation of the libjpeg v7 and v8 APIs and ABIs.
  * Added two new TurboJPEG API functions, tjEncodeYUV() and
    tjDecompressToYUV().
  * The TurboJPEG dynamic library now uses versioned symbols.
  * Fixed visual artifacts in grayscale JPEG compression 
    caused by a typo in the RGB-to-chrominance lookup tables.
- see ChangeLog.txt for details.
- removed upstreamed jpegtran.patch and rh639672.patch

OBS-URL: https://build.opensuse.org/package/show/graphics/libjpeg-turbo?expand=0&rev=3
2011-03-03 13:00:10 +00:00
5909d438e1 Accepting request 55950 from home:pgajdos
OBS-URL: https://build.opensuse.org/request/show/55950
OBS-URL: https://build.opensuse.org/package/show/graphics/libjpeg-turbo?expand=0&rev=2
2010-12-14 15:14:31 +00:00
818655d118 Autobuild autoformatter for 55579
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libjpeg-turbo?expand=0&rev=2
2010-12-13 15:08:44 +00:00
b675a2b830 Accepting request 55579 from graphics
Accepted submit request 55579 from user pgajdos

OBS-URL: https://build.opensuse.org/request/show/55579
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libjpeg-turbo?expand=0&rev=1
2010-12-13 15:08:34 +00:00
048b0f1b34 osc copypac from project:home:pgajdos package:libjpeg-turbo revision:19
OBS-URL: https://build.opensuse.org/package/show/graphics/libjpeg-turbo?expand=0&rev=1
2010-12-10 14:42:49 +00:00