libjpeg62-devel-62.2.0-45.1<>,T\;F/=„F"@+nDb̹sxAJ%O$WWJ!fs|S7'<`0EV _#M-DISFp]>|!wq`WFbso :k>@L?Ld  d 3<I b     (  \      ]  \p"(#8, 9 : BHlFHzGH HH IH XIYIZID[IH\IP ]I ^J bJcK4dKeKfKlKuK vL wL\ xL yLzLClibjpeg62-devel62.2.045.1Development Tools for applications which will use the Libjpeg LibraryThe libjpeg-devel package includes the header files and libraries necessary for compiling and linking programs which will manipulate JPEG files using the libjpeg library.\;Flamb12openSUSE Leap 42.3openSUSEBSD-3-Clausehttp://bugs.opensuse.orgDevelopment/Libraries/C and C++http://sourceforge.net/projects/libjpeg-turbolinuxx86_64:: C:"?A큤\;\;\;\;\;\;\;\;FZ2eZ2eZ2eZ2eZ2e2e698b637ef695ddbc4bb6ba59c94beb2a6ef4964b52a4dee3953859aa0160ed366bf0b5daa21c7bc6a511d4d78d8f5fa051dac46de5c89ffaa42bc0b0c143acd254fc700071edf665c48152494c897f9eb4f35a133d3759acfa880418fbfd17d65baaf0b8ad8fbfcbdc2874fb1288e11a34e87f81c3f8278805e284f521879df70e10679118b26ba59038630d8da89a11a6b33e74abc52dcb67a3608e92ceabb996a76eccdbb4c9aadcbbd3c5e06f35libjpeg.so.62.2.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibjpeg62-turbo-1.5.3-45.1.src.rpmlibjpeg-devellibjpeg62-devellibjpeg62-devel(x86-64)pkgconfig(libjpeg)pkgconfig(libturbojpeg)@   /usr/bin/pkg-configlibjpeg62rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)62.2.03.0.4-14.0-14.4.6-1otherproviders(libjpeg-devel)4.11.2[(@[Z7YY@YY@YBvXXWv@WXVZTE@TPT@Tw@T3T/@S9XR/ QQJQ7/Q7/P(@P 0 and subsamp was TJSAMP_GRAY. + Fixed an issue in tjBufSizeYUV2() wherby it would erroneously return 0 instead of -1 if width was < 1. + The Huffman encoder now uses clz and bsr instructions for bit counting on ARM64 platforms (see 1.4 beta1 [5].) + The close() method in the TJCompressor and TJDecompressor Java classes is now idempotent. Previously, that method would call the native tjDestroy() function even if the TurboJPEG instance had already been destroyed. This caused an exception to be thrown during finalization, if the close() method had already been called. The exception was caught, but it was still an expensive operation. + The TurboJPEG API previously generated an error ("Could not determine subsampling type for JPEG image") when attempting to decompress grayscale JPEG images that were compressed with a sampling factor other than 1 (for instance, with 'cjpeg -grayscale -sample 2x2'). Subsampling technically has no meaning with grayscale JPEGs, and thus the horizontal and vertical sampling factors for such images are ignored by the decompressor. However, the TurboJPEG API was being too rigid and was expecting the sampling factors to be equal to 1 before it treated the image as a grayscale JPEG. + cjpeg, djpeg, and jpegtran now accept an argument of -version, which will print the library version and exit. + Referring to 1.4 beta1 [15], another extremely rare circumstance was discovered under which the Huffman encoder's local buffer can be overrun when a buffered destination manager is being used and an extremely-high-frequency block (basically junk image data) is being encoded. Even though the Huffman local buffer was increased from 128 bytes to 136 bytes to address the previous issue, the new issue caused even the larger buffer to be overrun. Further analysis reveals that, in the absolute worst case (such as setting alternating AC coefficients to 32767 and -32768 in the JPEG scanning order), the Huffman encoder can produce encoded blocks that approach double the size of the unencoded blocks. Thus, the Huffman local buffer was increased to 256 bytes, which should prevent any such issue from re-occurring in the future. + The new tjPlaneSizeYUV(), tjPlaneWidth(), and tjPlaneHeight() functions were not actually usable on any platform except OS X and Windows, because those functions were not included in the libturbojpeg mapfile. This has been fixed. + Restored the JPP(), JMETHOD(), and FAR macros in the libjpeg-turbo header files. The JPP() and JMETHOD() macros were originally implemented in libjpeg as a way of supporting non-ANSI compilers that lacked support for prototype parameters. libjpeg-turbo has never supported such compilers, but some software packages still use the macros to define their own prototypes. Similarly, libjpeg-turbo has never supported MS-DOS and other platforms that have far symbols, but some software packages still use the FAR macro. A pretty good argument can be made that this is a bad practice on the part of the software in question, but since this affects more than one package, it's just easier to fix it here. + Fixed issues that were preventing the ARM 64-bit SIMD code from compiling for iOS, and included an ARMv8 architecture in all of the binaries installed by the "official" libjpeg-turbo SDK for OS X. - Adapt patches to upstream changes libjpeg-ocloexec.patch > libjpeg-1.4.0-ocloexec.patch libjpeg-turbo-1.3.0-int32.patch > libjpeg-turbo-1.4.0-int32.patch - Remove libjpeg-turbo-CVE-2014-9092.patch; fixed on upstream release - Bump tminor to 1- security update CVE-2014-9092 [bnc#906761] * added libjpeg-turbo-CVE-2014-9092.patch- to obsolete old versions better use obsoletes- add Conflicts: libjpeg-6.2.0 to libjpeg62 to obsolete old version and to avoid file conflicts- update to 1.3.1: * Fixed a bug whereby attempting to encode a progressive JPEG with arithmetic entropy coding (by passing arguments of - progressive -arithmetic to cjpeg or jpegtran, for instance) would result in an error, "Requested feature was omitted at compile time". * Fixed a couple of issues whereby malformed JPEG images would cause libjpeg-turbo to use uninitialized memory during decompression. * Fixed an error ("Buffer passed to JPEG library is too small") that occurred when calling the TurboJPEG YUV encoding function with a very small (< 5x5) source image, and added a unit test to check for this error. * etc. see ChangeLog.txt- update do 1.3.0: * Fixed a Huffman encoder bug that prevented I/O suspension from working properly. * Added support for additional scaling factors (3/8, 5/8, 3/4, 7/8, 9/8, 5/4, 11/8, 3/2, 13/8, 7/4, 15/8, and 2) when decompressing. Note that the IDCT will not be SIMD-accelerated when using any of these new scaling factors. * The tjDecompressToYUV() function now supports the TJFLAG_FASTDCT flag. * cjpeg can now be used to generate JPEG files with the RGB colorspace (feature ported from jpeg-8d.) * etc. see ChangeLog.txt- by change from Wed Mar 6 11:19:02 UTC 2013, libjpeg62-turbo do not provide any binaries, so it should not provide jpeg- Build with full RELRO as this library is exposed to· possible malicious images.- remove %{_bindir}/* %doc %{_mandir}/man1/* https://bugzilla.novell.com/show_bug.cgi?id=807183#c14- libjpeg62-turbo package created [bnc#807183]- 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- Open all file descriptors with O_CLOEXEC, extended description in the patch file.- 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. *- 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- spec file cleanup- this jpeg version will be the default to the prejudice of jpeg8 from now on- created package based on Fedora one (v 1.0.1)libjpeg-devellamb12 1556626246 62.2.062.2.0-45.162.2.0-45.11.5.31.5.362.2.0jconfig.hjerror.hjmorecfg.hjpeglib.hlibjpeg.solibjpeg.pclibturbojpeg.pclibjpeg62-develcoderules.txtexample.cjconfig.txtlibjpeg.txtstructure.txt/usr/include//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/libjpeg62-devel/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:10129/openSUSE_Leap_42.3_Update/0fe3ce68ff33903d342f81699fe7870c-libjpeg62-turbo.openSUSE_Leap_42.3_Updatedrpmlzma5x86_64-suse-linuxASCII textC source, ASCII textpkgconfig filedirectoryPRPRZRwoN y8+v ?]"k%{U}dNXo, V<=F.kp.!# $rr lU2.fٖ||V컄`So S);m%'f#,XD^Ǧ ~m']mRwНg#]5'7]~LV7 qŖd(3VW+ Z0#ZzG=e~|#f5MPDW=O4B=!& 靈Admhٴy:^ ܣEL@S$Ew?(sokf 'u1)s9=Ś՗OZ?C`s"I-wdL#)g M # %,Mʧ̆=O+㇔[\=`ϥ%2{FBR܅gޭgo@s7۔.xu? 9v''BySD(-D{_.Y}Sɋkm nh& ]"w}Uk RaW1l@/@va-r6gcpߟ) 4