gdk-pixbuf-loader-libopenraw-32bit-0.0.9-16.4>t  DH`pYҸ/=„9lSb-6G9]jJ*AC|<:)a(h~c6?8e` ͛|r+}__{QuTmnI3㴢~ȝQZ$)ҽ*N Y" \&gB¡\FW}%ә!NOA[S*#dVδr ~ B7ޔ39w@k*O6<_SyYPphj!BRD(ajA/563c2eb53ae2c50ba47fc7ce282a7df5a9893bb0'YҸ/=„-;>R*H!̻! QL/.t?O WfN}\akַBkfލ]G՞$LJ ;9 C z*8CEZӡm]%)l _ _t e㺤mSP vg_x/w$s)T+Kbw\`(QVT/A8=K%nMmzNzP [:\az%)>?T?Dd%+ 0 r (2 Kkdt |    $   (8 9 : >? GH$I4X8YD\\]l^b cd eflu(v8wxy?@Cgdk-pixbuf-loader-libopenraw-32bit0.0.916.4A 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.Ycloud120&openSUSE Leap 42.3openSUSELGPL-2.1+http://bugs.opensuse.orgDevelopment/Libraries/C and C++http://libopenraw.freedesktop.org/linuxx86_64/sbin/ldconfig /usr/bin/gdk-pixbuf-query-loaders --update-cache if [ $1 -eq 0 ]; then /usr/bin/gdk-pixbuf-query-loaders --update-cache fi&AAAYYYYf459405e4ae781a69a8d381d8898f1dcrootrootrootrootrootrootrootrootlibopenraw-0.0.9-16.4.src.rpmgdk-pixbuf-loader-libopenraw-32bitgdk-pixbuf-loader-libopenraw-32bit(x86-32)libopenraw_pixbuf.so @@@@@@   /bin/sh/bin/shgdk-pixbuf-query-loaders-32bitlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1.3)libgdk_pixbuf-2.0.so.0libglib-2.0.so.0libopenraw.so.1rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2W@UOOG{NؽNT@NdL@LF@Jalarrosa@suse.commpluskal@suse.comcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcoolo@suse.comvuntz@opensuse.orgglin@suse.comvuntz@opensuse.orgvuntz@opensuse.orgvuntz@novell.com- 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/sh0.0.9-16.40.0.9-16.4gdk-pixbuf-2.02.10.0loaderslibopenraw_pixbuf.so/usr/lib//usr/lib/gdk-pixbuf-2.0//usr/lib/gdk-pixbuf-2.0/2.10.0//usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/e07c05ff8b8847824557fc696b4a347c-libopenrawcpiolzma5x86_64-suse-linuxdirectoryELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=3f5015994dc87a6e160621723edcabfb9b1ba4a3, strippedPRRRRRRpackageand(libopenraw1-32bit:gdk-pixbuf-32bit)?] crt:bLLD34Aўn杞6PH&Qb^(>/5pv eE.+έc<ԲjfTohZ0B1 r_|.lJ5{F bg:AXyUm4Kj_ bU.C.Kg_ T#D Қb..ʪ|Vi" $>oyN7b C$Qk/]Ćr3 F;(*J֮EquOZvPXPɯ~~h++>vCKhDW TUEaB}_\}:@d$ /o8zO*5R;79t-Zxzg<@V]XjWX^qqeAJ[1R.$9$ӱE~j z_7805zlw)KP`$r7–4kw"&BZrXa^Xd˳Ϛ4$ɀW O^i@ij& ]fS%"ُ?rEt?aGQccʅSӅ|Mo0 y^9aUZqAJ/e|c霹g\j Y^OЛ*;"b^:^+A̽CI:HPG ;Rvc~ItezM ĞRќ,f1]b n`;HĭY~iX\SJ% il137@XJҠϯP}[\ >_z9"ԂoƜ3-9#<#pV=Ћ3A~߭^oWЧtH كٚa߽ pXHi2_VLwQ.u [M WVx"5H^zd'~hJو-rw3ꇸGOa6[1jn/[|Ho}{cj&ODqWx2jKVR )1kL`*Zoۂc]L(tjjH;UkYJfi5Ĵ`^lAbJ0[ј>%. A-K1ѵ̟c|Fl4e4mipv~qX^nla*Hnd[S %suU/F̰6, I|^,u/`JBWKW{!CH-.쇗Jߋ*S3q?O=FB '?u:ȡ) k0ᴈ1 uN׹\ԅ9/o7\.p$ bf%JH]lK&ϵT?ݚ;JfHjSKsKwh1m+٫p4/3G%-l)޵ʻu{Ae@{Hʯ HN'{(mIgheܖiJxS e"zA͆ k`+! vdD?gf)l9VVF tw,Yykfh;vJ*@P_쎂ⴾAlN.`u\eUg͊O[Oߙ+n0f:!,R4?96[?F]o?Ψ0@' }g5~SŲ5ޠ/r_O)7T2F43C שJ_SR2(RtX8-RW5ـ+beGocx;q,(5fdf<H˨$'Sg 0|Hv!YYY@]v8@Q'ܸPY11p;#^ CundC.IZFD@Zzȗ]_+5\3+N/ .|s軛&,ʤ:ϯPS;xɾ?|$ns0fHE[ ݿEM4[I*sʒ`3Z,/1{Rog S b^ѵQvH/".[Yo#fI!نjv(bK+WX,;Sׁ+EVQ רX6vozjzwDgRCe394mRƢ-sc]ɥS̎ޤ eo4[PyvU>Wiwʩnw3:T,ܛ\U0%hQ:=Ók