gdk-pixbuf-loader-libopenraw-0.0.9-lp150.2.2 >  A Z/=„Ҕr d!#kgQbQ&7"AHrRkx^ٹJY޶+"ux;=e7ؔ ۉA[vczv&8NJ|=;bcᰆ7y&eyּ사6' YXqE( x6pc8> h/Doa$eeXZl eagJw5R {KX}73vF!04740c770db157b2def88af52dbb3e0c77bff974bb24dc34f3c7710ef28cfc481a3ffec916482461e04edb5a72f002d08b383119)Z/=„X!d,ZPQbW1I"'Vϴ10 10nUO|h$pE?d% / q$6 Pp\` b d h  D|(8 9 : >@FGHIXY\(],^Abkcduezf}luvw(x,y0zL\`Cgdk-pixbuf-loader-libopenraw0.0.9lp150.2.2A library to decode digital camera RAW files -- gdk-pixbuf loaderlibopenraw is a library that aim at decoding digital camera RAW files. This package provides a libopenraw-based gdk-pixbuf loader.Zlamb10*openSUSE Leap 15.0openSUSELGPL-2.1-or-laterhttps://bugs.opensuse.orgDevelopment/Libraries/C and C++http://libopenraw.freedesktop.org/linuxx86_64 /usr/bin/gdk-pixbuf-query-loaders-64 --update-cache if [ $1 -eq 0 ]; then /usr/bin/gdk-pixbuf-query-loaders-64 --update-cache fi*Zvc7e363f4c8af42a410bfb716478cb8ecc74be269baf942908fb1bf01dca083cdrootrootlibopenraw-0.0.9-lp150.2.2.src.rpmgdk-pixbuf-loader-libopenrawgdk-pixbuf-loader-libopenraw(x86-64)libopenraw_pixbuf.so()(64bit)@@@@@@    /bin/sh/bin/shgdk-pixbuf-query-loadersgdk-pixbuf-query-loaderslibc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgdk_pixbuf-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libopenraw.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1ZXW@UOOG{NؽNT@NdL@LF@Jdimstar@opensuse.orgadam.majer@suse.dealarrosa@suse.commpluskal@suse.comcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcoolo@suse.comvuntz@opensuse.orgglin@suse.comvuntz@opensuse.orgvuntz@opensuse.orgvuntz@novell.com- Modernize spec-file by calling spec-cleaner- use individual libboost-*-devel packages instead of boost-devel- Update to GNOME 3.20.2 Fate#318572- Add gpg signature - Cleanup spec file with spec-cleaner - Add missing dependency on curl- Run make check - Do not use gcc -ansi flag - Ensure all C files include "config.h"- Build C++ code with -fvisibility-inlines-hidden shrinks the exported symbol table from 1844 to 1476 entries.- add automake as buildrequire to avoid implicit dependency- Update to version 0.0.9: + New features: - New demo ppmload to create a ppm out of the demosaicized image. - Support (partially) PEF from Pentax K20D. - Support for Olympus ORF big-endian files and "RS" (12-bits). Added E-10, E-P1, E-620, SP350, SP500, SP510 and SP550. - Support for Canon G10, G11, 7D, 1DMarkIV, 5DMarkII, 500D, 550D, 60D and 1000D. - Support for Canon 50D (fdo#30846). - Support for Nikon D3000. - Support for Sony A-550. - Support for Leica X1 DNG. - Support for Ricoh GRX DNG. + Bug fixes: - API: or_rawfile_get_rendered_image() returns a ORBitmapDataRef with the correct dimensions. - Check for get_current_dir_name() (fdo#24088) - Don't crash when the files can't be written in the testsuite bootstrap. - Detect that ORF file are compressed if they are (fdo#26618). - Skip compressed CFA when rendering the image (fdo#25464). - Accept YCbCr when the compression is JPEG. The K10D DNG should now have the large size preview. - Install the GdkPixbuf in the right place (fdo#29208). + Internal changes: - Rename debug.{h,cpp} to trace.{h,cpp} - Fixed the case on several class names. - Drop libopenraw-gdk-pixbuf-loaders-path.patch: fixed upstream. - Drop libopenraw-detect-compressed-otf.patch: fixed upstream. - Rebase libopenraw-orf-thumbnail.patch.- Merge upstream patch libopenraw-detect-compressed-otf.patch to avoid segfault while loading Olympus raw files (.orf) bnc#561232, fdo#26618 - Rebase and merge upstream patch libopenraw-orf-thumbnail.patch to decompress otf bnc#699678 - Add autoreconf to %build to refresh Makefiles - Remove the invalid link in Source0- Add missing Requires for gdk-pixbuf-query-loaders to gdk-pixbuf-loader-libopenraw in baselibs.conf.- Change gtk2-devel and libxml2-devel BuildRequires to pkgconfig(gdk-pixbuf-2.0) and pkgconfig(libxml-2.0). - Add explicit pkgconfig(glib-2.0) BuildRequires. - Add libopenraw-gdk-pixbuf-loaders-path.patch to have the gdk-pixbuf loader installed where it should with the new gdk-pixbuf library. Patch was committed upstream. - Note that we require gdk-pixbuf >= 2.21 for the build because of the patch. - Split the gdk-pixbuf loader in a gdk-pixbuf-loader-libopenraw subpackage (that gets installed automatically when gdk-pixbuf is installed thanks to a Supplements). - Change gtk2-devel Requires in devel package to gdk-pixbuf-devel. - Add baselibs.conf, so that the pixbuf loader can work with 32bit version of gdk-pixbuf.- Update to version 0.0.8: + includes missing for gcc 4.4 - Changes from version 0.0.7: + fix some warnings in the test and demo programs. + fix a huge memory leak (fdo#21435) - Changes from version 0.0.6: + LICENSE change to LGPLv3+ + BUG: cfa output should write the data in PGM as big endian. + BUG: added missing includes breaking on gcc 4.3 and other platforms. (Closes bug fdo#18243). + BUG: better handling of Canon CR2 "slices" to fix crasher with Canon 450D/Digital Rebel XSi files (and possibly others). + NEW: API or_rawfile_new_from_memory() to load a Raw file from a memory buffer. + NEW: API or_rawfile_get_typeid() and the associated consts. + NEW: API or_rawdata_get_minmax() + NEW: API or_get_file_extensions() + NEW: API or_rawfile_get_rendered_image() to get a rendered image. + NEW: API or_bitmapdata_*() + NEW: GdkPixbuf loader. + NEW: Decompress NEF files. + NEW: Python bindings. + NEW: testsuite can be overridden with an override file. + NEW: testsuite can be bootstrapped to download its files off the internet. + NEW: add shave to the build system for saner output. + TODO: apply the coefficients. - Drop libopenraw-gcc44.patch: fixed upstream. - Use makeinstall. - Package new GdkPixbuf loader./bin/sh/bin/shlamb10 15261162230.0.9-lp150.2.20.0.9-lp150.2.2libopenraw_pixbuf.so/usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Leap:15.0/standard/96da7c712d7f77a5710960119df5411b-libopenrawcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f5e844e436382bd396d09b4aeaccf75c41628641, strippedPRRR RRR{ Ck packageand(libopenraw1:gdk-pixbuf)utf-8005a93a816b700031e6310754b5c9a29f0e165bfc15af5ae898e5eb502614151?7zXZ !t/+3 u] crv9ubsX׸ Ț\3]K~QP&>7zD&aCOCo9l*Cv j64}51iS1\dry>JގuD H,Y[lYtj6"oRΛ9!INGԙaG&uكEʼn\H ,YܹL%ڊbJl؍7N̻{<78͌}T$Dw]}d; N|ؤ>^tO7W/vatvyv~KP6GnFƻM:r=ڨDZo;u#V=J_`ܤ4,<ګf&LhP{=]w [4"vPgki֚ 3QHh*.u~d@Ms\~P\Up`67WQT  TK`R% QoM-$eӚ!m4{0L_"dZ4=>BXBDkku%8-ʶ|N]#Or73ˌ( S#zFOqtƠ.#0 "҄x)ՓX+!=nƑAM#Yc͏"-7r0,[ŲG<pGP`:JjߠQh_yfChc c6K1#L.:΍t1uOm'7cRٲeJEV 9&ckxǰ{Y'1k03Q©ۊr$ g%R(e9;s`kxGJb@;#9zSgA^] 1{Uވ D=O@ 5,P.{&BVruƙ Kc` ۢmE2x[fi&j&̍̍/<8akP^9! jZtXL $&DiTދM#SZ:~bosp}>Rkbl3wiI*Fs.I%Q)_%E DiG; GL$c-y:rtڂ_ !LN|&:hB9f_51O,pai[ B08=+mڅkNTZg#rS4,wq+E ӛm,;ZiJ;⡼KƦa5hyw069;۩5B9n++: pciQw.r%l6eAZIQld`V(Vܮ,}mVَMDh^q/='qH '1:;qc{~&Li X>~/p'i YrO~&37[7&vzUpʕt~'3w\ 'aW !GS["НOs0G3(@%̭(1'ЧVgZE_FdbEZZ~ql/Q$v{{ hPiq[|B)'6ߊlz*+PJmD3_f E%պ jϝ&TE*[lRn.{sJ\0êסBy b`8E)kՈhnz3E/etPF#f8ZԲ݀p^r*L9w(vJ~jתGK}çy=ٳhO"b,3PoBчʍRLtY&bn)2kj}"!T,COO=I&4E00a7Aޘ;X&K(Z{|ukS@ޚ#C VAԞ `X+Bȝ ;8J@yA5BLEab\0-T@,s0xRߴ5}uT+q-iii*ryDf }Q`h3 šNc^A + Jc0.ih h|¥R2Pr;!r# Vg YZ