libwebpmux2-0.5.0-1.61 >  A [p9|QX\WKzF*xLu9S-V5M <7]%nASЂQ>6-qB_A[j%ѧm^+y,Nd+|EG#IO~|Pnʩc8 3xsla)$q&m})s~ͨ(X:oce囂!T\AL`[׽׮@ܪ! ŠZ5Zt=G2bs33J"deaf0775ccfcff7b252caa1ff094cc61b6450227c7d257c2e50a1f5433223193c9d5041f4eb13053cdab25cf07f922ab48bd1b81`t[p9|MNE罛;ǁWu@0iJVcY"IJ>=cV=+Ri#yVpb'y͒8@2.(w@JwManLdbU 5,H:| 1-0noBb\{=TV5.57菝5'M=o>&3LB}\"6KDzI_%nzg}"5WW` }~y>p@!,?!d  Q>K ar      *4PX   (894:>8@GFVGlHtI|XY\]^bcdefluv w x y z    !Clibwebpmux20.5.01.61Library for reading/adding data to WebP container filesThe WebP Mux API contains methods for adding data to and reading data from WebP files. This API currently supports XMP/EXIF metadata, ICC profile and animation.[s390lp4SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/System/Librarieshttps://developers.google.com/speed/webp/linuxs390x[[c47ad1ce8471ad44c5679bce0742d8bb19f62943dbd5e966eb43e2a48a17d413libwebpmux.so.2.0.0rootrootrootrootlibwebp-0.5.0-1.61.src.rpmlibwebpmux.so.2()(64bit)libwebpmux2libwebpmux2(s390-64)@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libpthread.so.0()(64bit)libwebp.so.6()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1V@VwVf@U3@U|@U@TPTO@S@RΏ@QQm=@P}@P@@O&@N@NNs:@N=,mpluskal@suse.commpluskal@suse.comp.drouand@gmail.comjengelh@inai.dedmueller@suse.comjengelh@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- Update baselibs.conf- Update to 0.5.0 * miscellaneous bug & build fixes (issues #234, #258, #274, #275, [#278]) * encoder & decoder speed-ups on x86/ARM/MIPS for lossy & lossless + note! YUV->RGB conversion was sped-up, but the results will be slightly different from previous releases * various lossless encoder improvements * gif2webp improvements, -min_size option added * tools fully support input from stdin and output to stdout (issue [#168]) * New WebPAnimEncoder API for creating animations * New WebPAnimDecoder API for decoding animations * other API changes: + libwebp: WebPPictureSmartARGBToYUVA() (-pre 4 in cwebp) WebPConfig::exact (-exact in cwebp; -alpha_cleanup is now the default) WebPConfig::near_lossless (-near_lossless in cwebp) WebPFree() (free'ing webp allocated memory in other languages) WebPConfigLosslessPreset() WebPMemoryWriterClear() + libwebpdemux: removed experimental fragment related fields and functions + libwebpmux: WebPMuxSetCanvasSize() * new libwebpextras library with some uncommon import functions: WebPImportGray/WebPImportRGB565/WebPImportRGB4444 - Make building more verbose- Update to version 0.4.4 * rescaling out-of-bounds read fix (issue #254) * various build fixes and improvements (issues #253, #259, #262, #267, #268) * container documentation update * gif2webp transparency fix (issue #245) - Add freeglut-devel build requires- Add libwebp-devel to baselibs.conf [bnc#936417]- remove aarch64-disable-neon.diff: compiler was fixed, neon can be compiled now- 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: 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/ldconfigs390lp4 15273158960.5.0-1.610.5.0-1.61libwebpmux.so.2libwebpmux.so.2.0.0/usr/lib64/-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.suse.de/SUSE:SLE-15:GA/standard/c2de6401d37da11d16d5d8a5cbe82c13-libwebpcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=0870208c8cde5de7a1ade59aab3280794470f60d, strippedPRRRRRZDi.`F@'s\utf-87b7a26c216dfeb15130eeb20e6d3529e954217f9971e79b508fc2e5b3c1e9100?7zXZ !t/:] cr$x#բsãT>ŪOb~ ߇Wg,Xpyٙ]lNڶt-hxi&;Jy3†C{w[auY193"(2& SQzndxZ9 %A ۍ׃k8eTɘ镘<*NsU "u/:Db"l3~ )w^9}E,$:+SqII'o5OoeT FHjDZzaF2„AO0*E|p]gj*D\ .];"N{2\*j/N:N@l|#Q hYu]܎vNpz04)ce7thI|5:d -MADPk;5XĥǼ·?n/:9OzBν [G@i|@y0h7iC&x3BCu(m"-U'6[ +(4ve6!V*f؜U@ܠƭFrKo^e& MŦkw̐T8xNYpB>gS%Cpnf&n馃A(ELxlsWz-WYmߛ6fjꄳ:zk-ʹZO|I͝?=Vk?5ya)-7x # f#_MoUDwamwȅ}AwEl|{eq* *5 Dgy@GǤ-yC'5Mpګ^m&4i$ j0dYstv(H55a7xb4wMKvtOƱe D_sȾd k$\%ҢHV4ku"iZ ̼\ƟǑr+wޡUvsrx<&%2(9'e}BsѽZŵPɪu{yMK3t܅ew W5'.lҏG{"y6q|1?내z),Y;=B̏@1Y3@V_#l[S̈́ +lh5MgwP%`(*M ٷ\KB+wi%,Q7̽* !t@@ίN͔;.u2L`=t޾aŋ6(jЗMB`"-;bq2NE4_ Mk_28#I"+c% ӕhS6l'mٍ!L"@˫ v*oØֳx!9[='{I~K5)0պr_=&%C -#TalR8 7<#7 eRT8H)>n}KMSs& -؀,ɔf CYlw&]!ד޽<1-|LOBkJx>ՃqO;@ ,c㱔Xf&4Ӏ*y)QܬL%4$_*9,aNaVڱY7 YTnPC ~ ا-ŞR@eYW 2k#|çO ESbd nfv/?zG٠? O.L-.ǢX?jRNUt[F\aoaQVB&suix|IY aƒ|"W3;6CeoUL1,~kێ[;p&mfͺI;R@SaSvfvIo'pk!#zdd^bJ2[96 ʉڄ9άj-tm%Vʔt3]ZTQ\?S uԧ7RI O 6Сj(YR1M1ޠ Nъ7MxtZ.ۓNR8O4wPY|}Ѥ;0d2OoQ'(^|rwG'\+ "aX>OC9Hr̔:X1)ֺ %U8ݜ8h{>G+ R 2SxABك\SCf"IZ%>_ؒrY~4@IeTw JU__5 E0 =O5؁Fz@+sw~j`1;7~FB;&_pԥŵ(~Ax6j~h㲣1xCs˜@5&xP /δar_׿ʗ?nMڛ>YS`LOm/8kpʲΰ\Ib!^^nܑd뼬. }NB{(i;AqԽ)If$.TeAţxW4dTfEoQ1B|GpqWěGeGړtatޢGzYbxTh1y{lQ*z+9MS#5cb>c`Ð,?\;r7$#_+ŀCBV@i(0eڎ(`J4r TbO kw $u=s9E"Wn,d{d3òEI OB=;'9N 3JOV+'?Ygȃm5;R2,syjl_HVRX{׷D!sp/ HM8]Py>6Du/K(GY S'̞O+=}c!{vVPӻ~z]R^(-HQbeO?P.ݜ`VHp@0ٯ~c6wl91%C\v ľ8όnSe mM}+Itc 5;zN9c̬nPyDG1g vojC4j %~WB*zi!/wHsW-oSU=݊wMbs!g!&K>Z3awKD4J'lׇ geӡ=' F $_b3 :8܉@hÖ~j]DÕNK3{I T gM_MOvH*JbF^FEp>On=(oEtkO4=7!~G^uD]#_QL؊6רpu`(ԡ _O 긢(S̓9UcHlKW AqoX|{ݦH_YWS&\_An&/K4 F| `ixdd9=;j:m,D܌U9;UG1I*R;1^Rph  4X o We+{kaƭx!H+Nt6YMNfI8nm/XIw2ZN1:[Q`WϹ#ChpN}@ 5=4m#X~5TxwΕKbZ ʷ18Udi<{SbbgNF3>X78B4^P-u/HMG؈ @<f|v!/70i5e%zvʘroj|^EO = #pS }0 9<6a ~vdc=*5\.Z#kH-k|(AL0%]D] bV"dD͛^<|iI?ՀAAe+t/di/f B.ay-8 ;_nJDZ<$ n>pv@OuJR" {!DՆeqbo73qgopxZ论u4c0(),T[& lLT7e|l.7ƪlTbna6! fGPPLpxz|`pqdpGN_&ĿSu5( &“*s0XbOpS{V6ypWՍܲ1P[1V* "uq XLT`1[cA͎Pok^ bɠWifC[B~ T\ I,qW\[bޚUAQbIn\ # v(7u*pCi])hV{(澄DF;ߡ$$<2?b[`g(bډ4o|ָ1WSM(N"kAGk$ o կ]a!aͩWwvpsz?~dbAk&Q%{9 iֱ5N[BuL4cq,2+SbU,ᜎ@;6KQf%\YtZF  L 6Y*D^K_Nd Yl/obѳBvIrj,āpl @tm[Q9&5=ǒ XN.㙌vsa^Y`|&=&4U?p\)N3 s(-*RuyY$%[p៊;ݘ#oXT0&7URB1yݩ%58i˨)ѷC]4WWc2!%&A3n4vPGI(T§H1T:3g5IeU݁RDC¢#Ԯo(B Jdeʥӵ vS3Z$2̋2iQz=sGbj<[OC٨b!*+BǙ'Dw/H+񦷠|hy t%ё"3w4Vj )ˠ3Wq%*Z0GSޗ@k%9F>>u 2T=5^ֲ(}kWIHW @턾/ 1րoq[櫵ǵkh`yiqQ}w\D$3Aٺ>Xl?ָ0AIHÉ9R;Lbpu8 Yi#CeG(8U ۂqU=~ΐs\8rBF,jתVܻR4g4v=};eA>$ +{F$ólq 4hKQ іC$}H;+]]3wIdnf?Jq{؇ot7&eu90k焳bb}%T` 9e◆=XmԢxC 8?a i dؿuGFO)Io2LIg/R@7<l4$%Vd'{YOvb~@E Y*&KAV́/'¶˸ 0l"%?a#Lbl:a@6F]lyɟ#Q;Ixb 3; dult{hB)ukr~/I oOxA @-n?0§GwpVł*iSsPtpeDcn*Y]adr]h) D3ـ&d}k. I.JkqUW ,`lm09'L@\SAM:!bA,ޘ_pD?(wdk[s%:lu7uv C8KG!BD[/j" K.Ӎd!{D8RH24͇.qӘo %uvP{k^0.#~%X3%fnɷ edR4K!4lԭ0'I#MK2[O7G6x&zF*̥#zv ^QDujzMT$}LYcNIMG'8yx:B%vBd*=w-]hg")s 0sv&Zy oeѬ1*QӈcIK//RtY];iɅO5]}G% ƝcSnRΤ{oh95"Js Fq..u73&X\{C0MT* Ө4vc8wr.g.||{-^47xʆ#.p<;W]D6 b#'~k <6ϴh M$iqNg.8߯ZuI6J'u*.,/R }dp܊SoI]M~kK;_ 3J.F]CXu#\95a26v0ۺ k:Oęt9FH Il +dA#XdH8:sRm@H&lOO=o%˛}Um)4׊@Yf[Bez\V.!U^hHYFH&:O1wsR~EAv yS:QY +M:=}@֕Y\g(Ʀi[SS1hQu5~< 0kI*ԇJ{\`HS.C rꮭ3eVW`\G9Lng ZWP\UZX2K >g/<)Q;Nef6rI<óՋJ sZ;Y%*\i8/3twff\G ׉ ;xi#%Q@R>ql|~ս ET2"Q"²wtW}-Cq&Ao,@됪Cn:E`CE"^iI>K;5 v(zgH[s堪d9q*Rf$+>6,ps|Z[!O7ͬIC zXE'Yt"Z3IP4jofD't8w<{ a%{ln{Du5t=.Rɸz+Q+"NVc *gU6b֟V卜T\l7e>h8YGV]@Ƣu|Nޔ7b5:: cRM-t%hHr#䪴 >UJZw}9WrTxiԗ2(бT8 t o?Ԑ.k)䗒~+8Ѹđhyc|<{Q\$ٹ B %]bD{)h :+8d37bO2?m3 5V/DbnW+Si z Ƙn4 H+ul*KXx˄ zgfW lnu/:Di7 yTlJ7x)wNɜoI119f:X~y@C%p5TuC; /kKF ՖG`|- 9w>rY+V-*ES,oM'sP~R]}CK=!ݥrtViGU?h/n̮Puk@~l3Q{,W&1$ﺪJ 9ǭYCZv^Wk?sܪJS)~ʼb+>w9|C̀F/08R(lёCɍ2le09UV &$c)m8rN [\DjLRs.$Gv6ʈ+6^{~0| IsHТ{ x`̵$#fR CQ_ )ʶBl*Vk_, +eWWְ; 6LփIraTNSZD|!o>DՔ>vޝ)SCs2%H 0S1G'ʼnaI6NSV͗+Z"jb(6 ݝMUYCuPەu>Έ|*iM1&\n5<@m۪F\S-ښ+ |p(ai42pt|L& ywzbACXagft{K-\14,jh8} S]u#ԬH2X@10i:8x=QLN%tE/)1xg(MY~B2Dž:<DʓQ)>Eڮ8I,ok yf`wdؔ+t\proWM~{BO5Dy>lobLHzr%Q5<ίv>9r)5@sȻSYƗe}Gb慑Xŋ)Dl!*ioN6 qRHrp~2ӲTgFk+:9 UWa'mJUet}x_7HvMa^g^%/;@=Cq_^MĶJ^}8O 2yA(aNU!R,[å主}M9ؐб9G 1Qt)5*Cjҍ`KY05``a,=_"TT(3tuy k!)jUtãn;Xsho2^G e瑃l绸yd >nϔ;eCF$CAO#ު܍m E &xG8KOMw+'Qh2p' Hjyf?MסU{_၅ E*DP$$[q֚. gP+A; 澦 Oʽ~⏿*QzZzͭxj6XUsGD*(''0U=^l7U/ZpcLYۢV@=glv(>LO8sg6j 痮I˩zM.y)D*t 'vZN0yk]<\(vv!m4~wfX!Nf+-s^۟ű y |Ewy!Ոws w=D]4n:m( RNhԛByr6y #lwiȦJN뿞77ҍU5~=o0_%CWȜWY@Hk砦@<9KUբ#)7\&C$!6\*Υ96-v#An?,؏N`zS4d*| q_D&Y[V9LVQ+Twj0:kSי,Fq;-ͱU,Ak|jҽ /t+&KpI:WGg@4޲m1Y-dR(l( y\Ɔi%rх _H8="QgAubg5:vx%`RKOv5 YZ