libwebpmux3-1.0.3-150200.3.7.3 >  A dp9|ql#hA +ťnZ?FB5g*6%H JsjH_kQ䳮kְn߲ĵ<#ٻݖ N fg'svV.㏹1ծ^@--K1LoK،2A kc\r%=JFBa>a W*&y#] 5w`J歫xJG>s+cc;S19f26ec67b82eb46986211a5d06e2111710c144ef63c5b653bb4938cd184328c6a5671eca2f8d1d0b21a7917b10a6b61e886e22ebpdp9|lo30xgt{ȴ&am]?I3B|nj a#F43\kn=c$ MW:j)B{9("wǕ@rZm$OOҕ|0 ]:9vIA#3}DEhn5-c<+qWp@ $? d ! Y )JW m~     $,6@dl   (+84 9h :Y >@F G H(I0X4Y@\h]p^bcIdefluvwxyz Clibwebpmux31.0.3150200.3.7.3Library 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.d&s390zp34SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/System/Librarieshttps://developers.google.com/speed/webp/linuxs390xdd!b4d8d2bd1f4f34f7235eb558882c2705cf46bde93d853b3bcf624b0ec88334c3libwebpmux.so.3.0.4rootrootrootrootlibwebp-1.0.3-150200.3.7.3.src.rpmlibwebpmux.so.3()(64bit)libwebpmux3libwebpmux3(s390-64)@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2)(64bit)libpthread.so.0()(64bit)libwebp.so.7()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1du@]a&]Zb@Zb@V@VwVf@U3@U|@U@TPTO@xiaoguang.wang@suse.comjengelh@inai.debjorn.lie@gmail.commrueckert@suse.demrueckert@suse.dempluskal@suse.commpluskal@suse.comp.drouand@gmail.comjengelh@inai.dedmueller@suse.comjengelh@inai.dedimstar@opensuse.orgdmueller@suse.com- Add libwebp-double-free.patch: Avoid a double free, upstream commit a486d800 (bsc#1210212 CVE-2023-1999).- Update to new upstream release 1.0.3 * Resize fixes for Nx1 sizes and the addition of non-opaque alpha values for odd sizes. * Lossless encode/decode performance improvements. * Lossy compression performance improvement at low quality levels with flat content. * vwebp will now preserve the aspect ratio of images that exceed monitor resolution by scaling the image to fit.- Update to version 1.0.2: * Lossless encoder speedups. * Lossy encoder speedup on ARM. * Lossless multi-threaded security fix. - Changes from version 1.0.1: * Lossless encoder speedups. * Big-endian fix for alpha decoding. * Gif2webp fix for loop count=65535 transcode. * Further security related hardening in libwebp & libwebpmux. * Miscellaneous bug & build fixes.- update baselibs.conf for the new soversions- update to 1.0.0 - lossy encoder improvements to avoid chroma shifts in various - ircumstances (issues #308, #340) - big-endian fixes for decode, RGBA import and WebPPictureDistortion - Tool updates: gifwebp, anim_diff - default duration behavior (<= 10ms) changed to match web browsers, transcoding tools (issue #379) img2webp, webpmux - allow options to be passed in via a file (issue #355) - changes from 0.6.1 - lossless performance and compression improvements + a new 'cruncher' mode (-m 6 -q 100) - ARM performance improvements with clang (15-20% w/ndk r15c, issue #339) - webp-js: emscripten/webassembly based javascript decoder - miscellaneous bug & build fixes (issue #329, #332, #343, #353, [#360], #361, #363) - Tool updates / additions: - added webpinfo - prints file format information (issue #330) - gif2webp - loop behavior modified to match Chrome M63+ (crbug.com/649264); '-loop_compatibility' can be used for the old behavior - changes from 0.6.0 - lossless performance and compression improvements - miscellaneous performance improvements (SSE2, NEON, MSA) - webpmux gained a -duration option allowing for frame timing modification - new img2webp utility allowing a sequence of images to be converted to animated webp - API changes: - libwebp: WebPPictureSharpARGBToYUVA WebPPlaneDistortion - libwebpmux / gif2webp: WebPAnimEncoderOptions: kmax <= 0 now disables keyframes, kmax == 1 forces all keyframes. See mux.h and the gif2webp manpage for details. - changes from 0.5.2 - This release covers CVE-2016-8888 and CVE-2016-9085. - further security related hardening in the tools; fixes to gif2webp/AnimEncoder (issues #310, #314, #316, #322), cwebp/libwebp (issue #312) - full libwebp (encoder & decoder) iOS framework; libwebpdecoder WebP.framework renamed to WebPDecoder.framework (issue #307) - CMake support for Android Studio (2.2) - miscellaneous build related fixes (issue #306, #313) - miscellaneous documentation improvements (issue #225) - minor lossy encoder fixes and improvements - changes from 0.5.1 - miscellaneous bug fixes (issues #280, #289) - reverted alpha plane encoding with color cache for compatibility with libwebp 0.4.0->0.4.3 (issues #291, #298) - lossless encoding performance improvements - memory reduction in both lossless encoding and decoding - force mux output to be in the extended format (VP8X) when undefined chunks are present (issue #294) - gradle, cmake build support - workaround for compiler bug causing 64-bit decode failures on android devices using clang-3.8 in the r11c NDK - various WebPAnimEncoder improvements - disable extras for now. it seems it is not building and installing a library anymore- 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/sbin/ldconfig/sbin/ldconfigs390zp34 16874585981.0.3-150200.3.7.31.0.3-150200.3.7.3libwebpmux.so.3libwebpmux.so.3.0.4/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:Maintenance:29433/SUSE_SLE-15-SP2_Update/9e24b7acfbef1c8e725dd13b37eda5d2-libwebp.SUSE_SLE-15-SP2_Updatecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=ac1db970c495b37c20340f1dffa9b4cc3e57288e, strippedPRRRRRRRy_Wһ0BTutf-8d0c2beb2849a883924ba41ca3d9e1ab1cedac9b1e76dadb3eba445814503d20e?7zXZ !t/ળ=] cr$x#H IWRE:WӪíX+snM:W]*ꧼ "C8C`* Y%4|-C6%⏀ =#ߺu96@x8 \:˙Q3l櫅UA `tm1?Ϡ4aW=IsngUha ,SFkŶ*Y_fwQi^[ <O^<%w`R%^ٓ'\ȶ(G9[3|fI³%&p ngs UTI! RuRģB~g#̼7?BZXm\9"x]@#(m8f09B㢦ΐ-wX SGtgIi) ←Y?)W nѻXUM ɼ]Nd}W8GN!}~ .ĻTH3-B)?Uط\g,_k0Vۤy60~'LjSjk1'fֿ|NY8㙲H^$ )Dw׀)sE={8&~-'VJd ~%[3ys5ўutp$sNO>:gS'~lw#iKP'8|`!?T"4gY"]d']~ MEO񮎢>_Iu,F_sV9oܖwHaen}Wdb;k:] ]?w$ܸΛލ*2SƾAR%V.FߏavJE/@W`iA!PH]&.?(DT7BJcG6#Q3u ?t-yK+Q_>3ͥxI\P H^/xDeȉ,k5; ̂! #f_VwUqH"Ơ^V-_S;w *(5{a< ^#GҘTkAF7&`kT54񆧼.Q^#CIq|t ma'(ghC~O %ePodJ6>'6r4b8d{PIf_4 /lG :`8n三cQ%$'1?6`cN8~,8ۻ+Kk:39aI[j8, S kZπs侴2=iҿ g2Js3#tj>8qֶ/%rhti05zaO{?IQw \!0XFn8Dkx@җ1?{VW;`rV'jxr;2tVb=e%)7 )-BnaH+Ѳ& 3m44J0-x7^Uɷ[m?a~z)h±3^ͽF&G>\5rݱNYߚ^sz'םDE%Jΰ4 g14ؗ.8iOV_d(SH E>֖\<`]&Emf w^U/E6( %TI#$)7I`lt:J>_roƚcÐQC"[Sf.ZqXC #[fC'*XG #)ƈՔ8ձNq e(<|Mg,J-o#nEx^ç31ilcUe֋oPcUPh+[Ft/eF`w9G |w8"NՔJ9|Hi'o$^?^IS̫o`A bvSi`c+sܣ\`.ìT.ϐa$ՅB ` ^4Ua=6~CWkbr>N% Ѓc` 1S}ձ˗E9;RQ/9ߓKvd]?BΒ }e /pf)HZ-hz(yzKHeFAS\2OID@~jZޯrlTfp yg!*ҸX`Q |A ޻ E y0gtѕRD 527LJԹD ]D/LU":u p^=ڻp.u,[ {gbJ~(׃th&LEC|KR~o*i3dlO‹ԀPd3vgGƤsgmiӭц=X̮ nխi.xl6']Ep^&VPL0M0Lw+xjt%ρ9p M?(u$"`ޝtk9MJ\%PrhL80Wi@F[Y崴@"- n +$2s3!vM !̢|mBzy l!n9$88.8&5CLыZrk N0 _E#鶲p D9KL16 , ujrHZDԧk?wXP a#q>1M";MXT΀@ز.$|0ig >SWǂk"j=wFPfT̕nTVX04i Jqy-RB/0tP}>&IB:QG"ɒ,_ j#SNIϯE|k5~_ ;GeS |{4# *E5M6E$ q/͑(Ko2 P+L%"v>s[AZe)@\2n֎tT8^ K/Q/O8였 6P5> Ϗ3q 佹`ͅ<)ܟE΀Is21\țU&}SSrG,ʍwQO*X X7.Ddl搱`x/U.XG\r):LcjXH &-+Eo+ S1$fjBmιHbfsRFnFёareq\їR(Cx勡h5+ gaj–ʓz!072YΏ"1 2nc3]dyPq%|wzh6n Nk[E' k%>5У{=54ai1>rVv'v! 6plA^@-I<"W`ۄclփO9`^FmbXFNXL Av[CPBg`""ڲ(}G$1qmĵo&*%hLfv8ilJ bjj M}ƣ/ujUv8Ǖ9?U'`e#Es~V`d(0gyn!Dɿ_-B]mWx/}h{0HIG+TioĀ*J+_ 4" )#ܣ/%Eh4vwҳ7N@. ڕ 'ds19nē+w)Ǿ R٢n;^q{h0*xweo; 1<! ,CT~CʢH! c&[ke"[(޶WPgkT? >f O*5ɢ8+`Iڂi;[/=t*νi㦧:|&Qv 'mœ[頻D)+9q]sBT\08ůYp^P$}~rļj(ɗ({=8q]#LecFX,ŚY'$-v ”raYP[q)ؓ⯄گH%# m/`SQo%cSfm]Q}WQ4qP}NB3!tv 0l=&!F ?O?2,ɠ+ QkWPfGk_831_ -?V<<G̺T5etԗrd ae%" ]l~xm\SaNdkVHYInR8Rt|UKm;mE$ '2{p ]тɷ6R(6r"?pU<ґ{QG[mKo 2;H6Q# &;[Ǫ>c/ЦD"USLcBѠOlbmmQaMXDJ@p8Yr}, N8;V XC_Qq\4X>Bjϭ7Oz;|rmFؐͭx#kQѸҀ &h%L1e-cE 3]\g5ʗNQ־qٖ~Ҝ>!y@Ul 2 ɴhĻB?Ёtf/Rt:;v~b'!=pL/a! Cfh[)pyz%toiԄ}߹Z=0CƵ EP Gyl%vJe43Bv( ]d&,-|z; 1ftj=hhҤ0Luxޖ@>i- ș4Q^~Y{]_٨Gx[:> F1D,%z쨺\62HiYByy>ӦO9+xm9 \ߦI TM&Cj 룊OvZfEf&\:HA%͜g ]({y,4qƾe#]cDs |rK؟H!h(֩sUzGb%K(84㍲bHvgBFPvI**dk W8#:{Hِ\z-Z9QCJCNINm|̐OQj]fqT޸i%nTԚM53ݖ إ΍#XVmo>D? Ne |m%pT@kqMfC♌&r|-!c~Ip-b=k߇{UTO+,pY=cr05 vEPn| <\V y&<]u m칸|)C"y3ffDug|i}` Nܒ"uuіBݝWx܆qaCbUp2-9>]׀Qth{;Ui]*\;rxO:$Uh91 -{yʠ^ 1He gO'@P8)a"<47r$79=mkf@ 3ԥC=?8{Oe࠰Gh!15lÖ&YZҗ$nQŰlbŵn7k?8ㅲ!*Q>.a멲fFT, Ҡ%:)g& 2lUA0ѪXo z֯هj9JӥT !ſXcIk1^?E0Ekd23& 8#`sfpF$8x)xZN4s^ &Z5{d:a9}By65gy F[M:7Ff|\j]+/ݿ=6`f6yL2߯ ّ3Fyp}R |K+P1%PeHl-C;AHMI.G圷x|:r?d!P0RYtPODܳbp_Dy#.BHGj(#%T Ae}"~Rޮ}i$ :J{b{=U$tQ>ٞ6\ɜm -C^}($y%K_hd-*mL% %ŭ@p`| +a\#Pi˙HI=Ɋ4ppN@SX})aEˑmkg1+rLC6sXY݁_`Ou'oVPp!pN'Hb~N[ 4D7u_eiW37Ԁԧ7h!bp,*eAl+VڡB!sV#I5Y*}فU kPL0#'YF U*%"4TلU1dZę/4Ɍ9z;8Ϛy2%gp>Ѻ:źkMהYwwg{ yW!SIVu-` z&>8sBl)L<6=aZnb5_V'aa+H}-K0'`& :3C*l6?g0`+Wm%[߼ V̟hGt S&pvRԧQ%5LMzL4{ *%AU/C~>+tvGD#{c^C%<3; 7;Ͳ{NqI֔`6%GPjef{3}NKPXtO5w45kl](2@aM{f[<>~1Ȏ,?.յVs۷_ u'*}źwrʻNT)z *(1Kq.8Yoi5C~ MOF6P9p+ ngqydY0gQpsĞ;0FU{8l.xkVdU$-5xJ_9Nx}Ņ,WjuE?'6l0$5 ;`;9j:5}g-Hҹ0 s%Mϟg ?W'|3MǾ_c21* ML#Ik #v1< w8m~kvؼ]$Rvˡg!4vWF7tF|u"@EV}8b(rg vC-@$Ss3i} tYdB};+xߋ<`fyYl>h/;h*0E/QQÌ2&nEcZeuo]5C[$$*R].e<`&Q>P=?g6K*gyF7o˸2^d 'eX5 #IfFAP^:j9^uAͭe#khBkȰ-`bjM;ư @5Q'N'DSїN6)kJy$~i#1B`k!,YhͽJ<`;_Ѣ(ϤVBC~E 0n#tp i?6݀ %qoMކ:(k1G x928>< QGU4x*p- w^ryˈǴtsW q;z~ڨ5L-daױ5f ltx voF{P)JP)^aL9@:0]bPj̢ *S9׉&C/F\= TiL6 J\ pgyb6&=2> N=ݟScyG϶L6-y"Ct1GT-pHn s#%ī(&صu4<T(}=E2+1T0\:A"A}3o_S.(Bl{s{Ү-H3FDq "拱j zLJ뙽$8EA{xܓ g(3 <$2]E5@̸jvJ4oIVeEvJRAvO;|\ܯ%f pfD2d#$yB|-+Q;yщh`ygȟ?],\z Ŷ/=.5}:d cr_(lE1ooLOK/!thڟXHwE ͩ=NYԜnJZO!g.(-b>v܍Y<-^.w F㊂|>k *߬~Dˆp۸BER!;G'6at\{Qe>JXɣm͙qOF|X4*}G] o;uk)Xls< nE" ' jL1"yKG?s:-3f348GD%;Q)C'!Y{sEVPM]ۛ'.p!uyVjY[V?k*FpVn!qw!1G=96xfm0#<̎+o5ʨB 2|0^\b݂2j^sdx{EsWA H'_0b:!v/ӄ$2 RlJU)=2 ڳmWoơ\Ul_ʍr~ZFRq-s #vF q} t Q1wPe2_ EU/Ɂ4/o B'ϭ,Cb|UěDz: .( r˩hFcZ<2f@x> |Ow⤝cߡӗ6A/F&+.|h HKܑCj}*rx(j+nz yu_5y^>>-L)*bjwy8;waK Qd_EpS,IԺ9'fT4¤33l״i1 v,v`:k4LE"n XHOv9W+ 7W6AFvAhrHтm[S'cC>X"EG6 T !s?n_}+z tELt-͎ɋ ѿ$hi1u$ ^C[;bbȐCQ> (0/x3+RN=m*w 0_O~A6tT[ h{lH~,mKU^CE[:PA hs|Cԫoc-Sw0t3бݹ5ĕ:U؝/%t'錨 FZ2aoJ{nLr_SokcqL @Hdv38q#%*&XKDRW/fwɞd4%>[p9*p `Lշ<4upt+ޢ}D1 y3E%ū~L0jʆ*}y~k\0.v0Aewj^`ԛct9}l-ZTww@MR&)8ѯhbD*Z(\y^dTPsTb{HFK].+0WRwHuab-c 8`Xk8ϒLi95CVvXصr }fHEMܤA΄]z7Ok&*R{&$mVx1-IB likyqvxTKو]l26mJ{W:a7WWqj2zUT5191WIC:A0!ԕԽVLD/aic3r8b`z ߔ@dmU@{FΓn*'L̶F{5ɢP2IdI^NΫ'=O:)!o2˺ b5Vk4Xoi/ I(h^i4ryieRD|]+FFOWû>qtѸG⍼Ʊ]O?hu{ofl?{ߓjᩇlJ*GIc5 ovkk&@m~! .izNup믒.-hnR4cD&/ :D,Q-<wM"2@k7SefoAO*D&oH]cXn&~Uajz^Rtsg]ZYחYqdU ^™y+AFּ|b5=6+ tE}tLA!0'#WTO|wqP>8] [HVqw)άǶR\0iZ(*tiJ "1 ey)ΊMӰ10Xn{'𜼇C˘$]><[X 9=k^\ƬJԚgzF?RB5/~_BjSSsA>eRN=H|#ڑK-]ȮIJ;X-\lhoKh9ezʻ2$QgN\i-qٵp`ԭ=)Jag=l5Yܓ0 CưiuvD>9 '"C庖9W񌂙*:/Lՠ}('{ EVqzsvB#Sv7UA彵ATboX3\іIlWx@i(7fs6.(D4Ez՜ $Ȗ+ $T SPÐ:>~oef:%=`'-Su'/!eoD.=@!dlIo:WgTV"r75͈Pjv .NZl"~XbqV1^[w_;hb7Z uF]濠NQw ~ ", w]37F^EݡwG1]sWSnl HG`'R!40$b'xRr+x}0 WW<%0nވa@˩Qq@ Gi눉)edA8Z* "s)hLk6;vkkVC7ջa&3ws)qJlW +)_C'2D{;NU}-ZۤO'Kra0*Z>b!܉+*`)-'UBƛfA(r&CG>=YO*-;99t,p<_D;0HBuVyjCH}驰~VF‡{mRReD&"]KgdW-;MA)J7\/˔WԥJҌiyCOVEof ٟ ḇP%TJ]d'bkfj2?̃r(R[ &i#JF!=H>rP b.M׶.^I妇P .B8ЙZ2R?jp2 _K'R߂rc}aR^@~ot'@!&̗O,fgՇJh7%l oԿ*h^`QӢJ虏 B;̚5ƕᨄ9?{ynݠy$}!>ڗdTpBď48sd#ءˢ<8wLI ms_Vpado=W|hVB%(q?K">"( !I]XN87`.bg^t}%n\7`(-Z, s^NpK5sVčԵl)KRDh+Y-uh $t= 92fTr_aD*h=Ԑ(Pcͳȏ&+ISAGF,JqCـujE5vmȷD$jLָ0úȞ e2UeK`D-N)^͖aČA]wPx&-j0tAb? ݠ7NKYY9WִNA>o*Pdi1aZ JȐ֑b+&5¡l[1BE6jtYdXʡ",Ѕ/!Yܗ-,$Qe(h iiI;PIOOH,`SsX2F||pԶ YZ