libwebpdemux1-0.4.3-9.3>t  DH`pYW/=„RNd2\ZUy}j*TW2l%H`PvXhk#u$Itd"'oCl|W1~L'YoB^p1 W&&ٟ4HZ'=*D8 cy"wU{ f-}y]pԗl|{B{grm1 + QTGy/5BW]E[Z: D & ,'$^R z7e1510d61f481765509961e4d8dd72f6cd9a75e93\YW/=„s/<=;'"8#T)EX| 0fLn2mj ǝ0g͂W %X7!Mp 2Bڌ3T]Yc?XIeb+I@w5Td?OɸHU8hx}@ h0!bm~*N.E'ILEH((VOP1LŠΌ͛m fPF"Eۤ/ȢxKpoè$lU<-#ѳ:X><?d  ^ $7@M fw       <D  w (89:>@FGHIXY\]^ b,cdeflu4v<wxyzClibwebpdemux10.4.39.3Library for extraction of data and images from WebP container filesThe WebP Demux API enables extraction of images and extended format data from WebP files. This API currently supports reading of XMP/EXIF metadata, ICC profile and animated images.YWlamb258openSUSE Leap 42.3openSUSEBSD-3-Clausehttp://bugs.opensuse.orgSystem/Librarieshttps://developers.google.com/speed/webp/linuxx86_648YWYWcc8c63971a8ed3929cdd9cdefe4c275flibwebpdemux.so.1.0.2rootrootrootrootlibwebp-0.4.3-9.3.src.rpmlibwebpdemux.so.1()(64bit)libwebpdemux1libwebpdemux1(x86-64)@@@@   /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libpthread.so.0()(64bit)libwebp.so.5()(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2VU@TPTO@S@RΏ@QQm=@P}@P@@O&@N@NNs:@N=,lchiquitto@suse.dejengelh@inai.dedimstar@opensuse.orgdmueller@suse.comjengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.demailaender@opensuse.orgdimstar@opensuse.orgjengelh@medozas.decoolo@suse.compgajdos@suse.comcoolo@suse.comjengelh@medozas.de- Add libwebpdecoder1 to SLE SDK 12-SP1 (bsc#965150)- Update to new upstream release 0.4.3 * lossless decode fix and a multi-threading fix * documentation / vwebp updates for animation- Update baselibs.conf: make it match the currently build library packages.- update to 0.4.2 (bnc#935637): This is a binary compatible release. * Android / gcc build fixes * (Windows) fix reading from stdin and writing to stdout * gif2webp: miscellaneous fixes * fix 'alpha-leak' with lossy compression (issue #220) * the lossless bitstream spec has been amended to reflect the current code - add aarch64-disable-neon.diff: work around compile failure with neon on aarch64. - add libwebpdecoder1 subpackage- Update to new upstream release 0.4.1 * AArch64 (arm64) & MIPS support/optimizations * NEON assembly additions: ~25% faster lossy decode/encode (-m 4); ~10% faster lossless decode;~5-10% faster lossless encode (-m 3/4) * dwebp/vwebp can read from stdin * cwebp/gif2webp can write to stdout * cwebp can read webp files; useful if storing sources as webp lossless- Update to new upstream release 0.4.0 * improved gif2webp tool * numerous fixes, compression improvement and speed-up * dither option added to decoder (dwebp -dither 50 ...) * improved multi-threaded modes (-mt option) * improved filtering strength determination * BMP and TIFF format output added to 'dwebp' * Significant memory reduction for decoding lossy images with alpha. * Intertwined decoding of RGB and alpha for a shorter time-to-first-decoded-pixel. * WebPIterator has a new member 'has_alpha' denoting whether the frame contains transparency. * Container spec amended with new 'blending method' for animation.- Update to new upstream release 0.3.1 * Add incremental decoding support for images containing ALPH and ICCP chunks. - Enable libwebpmux, libwebpdemux- Update to new upstream release 0.3.0 * WebPINewRGB/WebPINewYUVA accept being passed a NULL output buffer and will perform auto-allocation. * Default filter option is now "-strong -f 60" * Encoding speed-up for lossy methods 3 to 6 * Alpha encoding can be done in parallel to lossy using `cwebp -mt ...` * Color profile, metadata (XMP/EXIF) and animation support in the container was finalized. * Various NEON assembly additions - Tool updates / additions: * gif2webp added * vwebp given color profile & animation support * cwebp can preserve color profile / metadata with "-metadata"- Update to version 0.2.1 * libwebp: validate chunk size in ParseOptionalChunks * cwebp (windows): fix alpha image import on XP * autoconf/libwebp: enable dll builds for mingw * [cd]webp: always output windows errors * fix double to float conversion warning * cwebp: fix jpg encodes on XP * VP8LAllocateHistogramSet: fix overflow in size calculation * GetHistoBits: fix integer overflow * EncodeImageInternal: fix uninitialized free * fix the -g/O3 discrepancy for 32bit compile * fix the BITS=8 case * Make *InitSSE2() functions be empty on non-SSE2 platform * make *InitSSE2() functions be empty on non-SSE2 platform * make VP8DspInitNEON() public- Update to version 0.2.0: * Add support for ARGB -> YUVA conversion for lossless decoder * Add stats for lossless and alpha encoding * Security related hardening: allocation and size checks * Add PAM output support to dwebp * Alpha channel encode/decode support * Lossless encoder/decoder * Add TIFF input support to cwebp * Incompatible changes: - The encode ABI has been modified to support alpha encoding - Deprecated function WebPINew() has been removed - Decode function signatures have changed to consistently use size_t over int/uint32_t - decode_vp8.h is no longer installed system-wide - cwebp will encode the alpha channel if present. * Add libtiff-devel BuildRequires for the new tiff input support. * Rename libwebp2 subpackage to libwebp4 (by changing lname defines), following upstreams soname bump (incl. baselibs.conf). * No reason to run autogen- Rename webp-tools to libwebp-tools to follow scheme of other lib*-tools packages.- add libtool as buildrequire to avoid implicit dependency- update to 0.1.3: * Advanced decoding APIs. * On-the-fly cropping and rescaling of images. * SSE2 instructions for decoding performance optimizations on x86 based platforms. * Support Multi-threaded decoding. * 40% improvement in Decoding performance. * Add support for RGB565, RGBA4444 & ARGB image colorspace. * Better handling of large picture encoding.- add baselibs.conf and use original tar- Rename subpackage libwebp-tools to webp-tools to get out of rpmlint's pedant observation that it does not contain libraries./sbin/ldconfig/sbin/ldconfiglamb25 14943743250.4.3-9.30.4.3-9.3libwebpdemux.so.1libwebpdemux.so.1.0.2/usr/lib64/-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/998888f77fc7d498387c3933fc9ee98b-libwebpcpiolzma5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5e26a23c9776506aeed2f62ce7fe843bb59ae6e1, strippedPRRRRmԛXy^N?@] cr$x#̢o]ݐE> Y1mDC"W:q髙A?4֗XZLȮz(8pkN.]މ-M-@ br-ە,,Wpo>,t ]tlPF5lcdH8!ۛy`A8E$ ~8[7\Z%LqmYɍzZ>wAԣ8MkNs) QQCYYqA`|6 4W ]kXx+A^Hwzd.(Vz7nc41`adžvErAZ̺Sbyh.𶙗~]|%#wu.\n^ 7ˌWhh"2ZF jd4Dxm{98p ҿ)ӱ1= !Ō R%H7Ey\ eJ ކqe9npKQbvij&#+s+,P3V`_g۝'/1y%jXz%Acrم__m/hz g)OC;=KbYv\ #COs}]rRcDDnAzeеX;2ك6b\Ƴ.G\r+joK0BW4F5(̂+$6I4Z2L5){=5ttԗ1Piɹ:%AK xFL1Kuu0n߾ḎD0;f"nJեþN?6;aKh%n#y]4O= řu>TV3lWeʲF &m} .<==baE|af2L ƀ5fpe0N2Z|[ǕB!_/xb1<ai0#%R<\ǰ'F-=dlY&IvZT-he-Z~+z/^#8%A#~^i//ٟy>L:KwS3WbϚt~W6̩x CHM(\u HD"Y+- XD b6 C‘%_֗]mLNdn$ĻzQy`DZk "@24φ#O[zB1#UooV9VsoHh#ق:ecҾ^`]/ *LVXr1TGT ơjΞ f|66|{=qXbAy9790겝2sYw]S;*B+i37 fHN׾bx U*f !?q vRukx)Wt4F#ľԔNvt(`f10gKv`;쳏Ɨ1sX-;e;%#1̣BZ6Ќ !xEN}97Z^,y8WZ4p!m}~JԵ>ޒ͒S,թn02x_8Kg~bNc!&4%*37Wq O:ԌK!VdyDWͅj *q|2<Đ;{PsJ%|lqݣUj$?q)0]Y~X9?3)K#|VGW92rp[/{êFzdnYHD{O(v?j܌v2jӅ+`auN8VbRʒ[=aQj]Q՗e2n!kU,Bu ;\U¦Y=+o,2M|>jlԋӆr "RA< 169Io`ymLkT E y 돳q+*R/)@׮29Jx.1,I?-wA2MefCMy@h&R=Hy^ ¿<0DPΨVptn"ƕY]ijUȯPR0Ħ?#O8Ckg#,9Лn!r2= kg,GlC()*jtGihN86U]H^ՀHƉZi.WWv2Ј2zr49d`<uJǖtx4bwyGcm8?ѽ`\0sF40|f,LYgڿyr 긄,k=WCgL|esH2e򙌸v;m=,SkrctD#Z7沮{l M!B]gP6\6iiڥ'R_vMgznI>Th8F0H]ƀzWVz#xf]=K6t$K8_c=r/[I0E"+8:fV$VU죰1&V m 9(7>T(fӌC 4R cĝ |>ʦ=X!ync:P$#ۨk! 4DD˖1g7LjnGc|\TvnFwkA؋pD:/ DT7 sޘijZD%;ڄ9iA~0Mv\gk'C& < <|CqʱKUiup ]JLHQa<メ" ,gi;I |_^h-&hI*ĭiώlK4GCh:]Μ=Ad2VN~ngE6ACjp=O4XL?^*ȷ%8k0%䂝=sbnځ$ E$mH"wCSPprz`ny _}̵lO(&(Ir'#A`R\ l\Z+^dM0]htT>l=Y~xVMWq9 3h`Bî9clgnej۞Ӱw+A*n4ɜjzڐZ  T{8} \F>!&Z=w*ss=|䯝~4ڊ9}dK-Uڅ*dL<ȀťtDҜCi'D/g7WY6۲yI̍|DŊIua'ꮁV[S͕׼䀂^cLs;s+Ws!*{^*dӚڌ`7A+^!:fCdCl΃yqRrR}4SX>(AAخ?Ȋ:]7!2SnP[+2d!(ܑWk ͮRrI;г2j: U}&2 E`x&v \v\D+{Yqåv{m)Bɤ<ۆjYݕ>S%>j[벰W3c#7mq/u >Ūfϕkȍ[('(&M&tO u-"#O0qMAn1ekI|8?c ob/=tLavc@r@Hk-G%Fq$EN ,+q0OL*2zO#5bԖ]lƴCYL$^47Yk gjF6¾YFcB8`aK [1{ĬN+,|YO: Ef3tBdҡxزR *{̇ h )k\Qx )2jYGmŚ,gq g8-.ϬKf_q!OcW"=EE:KG>Rlse'^_^P z^~M3 {[6)({*S%,q Gq0 uTMS'}؇"W_{ ,{9zhyJ^[JP8bL l&8dIW*HkcN)//un*-(GŖ %BQ0ҫ!.dKDW`qB2W)1*Re踌/)l=&5^:I+E*(6NQMO b