libwebpmux3-1.0.3-3.2.1 >  A a_p9|\D|seMb\M ZJ3K!ȃp Pae*;ƀȣ\3yf dch;Pw(R͉Ͳ ub0 v$a I_VPkzQؖ[Bc:Qc?ZaO_ҪVftNCF+uEceBwN6J<'!%X(z2S4R)A XlY7C/6B_;YѸzP9| >p@?d  R!BO ev       (2<X`,(R8\ 9 :e >@FGHIXY\]^(b4cd_edfgliu|vwx y( zL\`fClibwebpmux31.0.33.2.1Library 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.aibs-arm-1 SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/System/Librarieshttps://developers.google.com/speed/webp/linuxaarch64 aa1a892af9b2ad573f15916720dbe7bba63489f8b26ef9d594158926e765a12f10libwebpmux.so.3.0.4rootrootrootrootlibwebp-1.0.3-3.2.1.src.rpmlibwebpmux.so.3()(64bit)libwebpmux3libwebpmux3(aarch-64)@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(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.1]a&]Zb@Zb@V@VwVf@U3@U|@U@TPTO@jengelh@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- 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/ldconfigibs-arm-1 16394201401.0.3-3.2.11.0.3-3.2.1libwebpmux.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:22196/SUSE_SLE-15-SP2_Update/04ec43ff6bc48257d83d96a7d5271e3a-libwebp.SUSE_SLE-15-SP2_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=49af1b038408d0527791315aa1cb38c974f7e05f, stripped PRRRRR RRR9S+G^©|utf-86e0b08ae452b92a97ec8f14b2b6e0574564db55a7b39df649dc87d3640ad1cda?7zXZ !t/ @#] cr$x#EQ5>?sjwEvKܙ+'H)d؜؟guO5_"|;*M +p\l"k=v!o bgUs^u ?o{o9_|PMPD(d{]-sq/i\I"/$-PZ59zȰ0M^%e.fM|9JA~ExK -(ܼT`#icF4J|M!fi(,&3Jo(M?Y7p>j NV'_SEQ9d(pO< Yr2NߐK7w$H:ć:!">n w=qCN(7W )}䗢U-iQP 5)%2Z۹+ ]Fjzl'Q[^D5#`1{E %S]DgRWiEN(i-ځ2Cj)Uai6բ&P &0߯r+m6/8$P GeRqy:\T` Wuo8X͒BA?Oߛ /:xY :E}BekFiʓTY>-T MWʠ u('gL'vį Ky&hAWڬ3ޅQ)nH/: S5^-Z{0ϦnAoMmBm?J帣m⽔ʼH& UI(MA(iOw~]pu\F >඿ &guÍwwy;H|LF+E \>M{kW>-#[LNgaT0]\W_[qtؐ},jxi54 ,, [tsV:pI5 =w }#!XA71; M@NQg%{nNR/H8_.`[—qVBKg8詗p'a@Rt .ɉ~¥sJ\ TrǞaE~ꩭkvh &Lq'!pF[R(vͺg >rtб7'TFH}FρB9_?;B*m[9 JCr/ӟVi-CD;j:fĉ&[SQUu9@Oȯx?< *1 % `K+*&5B;Fz򥵐0DԆYAB0rg']CIJ Od ?uhxQ`MDaV]NB?*&t(+ԩ吖ĊO5lbMk!䡪b.SMW&̂>R/+/ߗg,`::2lwM'\:j .$$<9 Qb`!xSް-R @NFY+`9/ $V=Y74TK qnQ/$g M%b/^ F4>sH!t2)"d`GPWm<kE I D{ڊ2N[1O2X; W˸BtAKz J6k'C-[_ nނģ28!Xޫ]DV&ROOJ=쉒QsIύeWpc}!69=&e @⚷J/F`RsP[7@3l-dzws}S̸% P'\/HE)Y[2Fs.Zec0%*QsM d2ܷo!kքlachcry8OXMq]E&Oa0Kf| }vo^/u5ļ :n;C<"l 6qʹy(0) @& Rְ[PRYd;#RJ"~(>MhVH%VV1,-3.2-X [0"yGߌTɈespXU_pQ)>=8z^B WE;nןBtDVWk+I4AnfB<2 Fw7bn2k Qk71 jBmEUW+%Gl5P/]QiPr9,r0'/ON H$a"`']KVKؖlM4/3`P /؝g_d{ͮ.~q "$& b`ޘrI0B-'UKUÑ XX똴dyJ!+!"]"Gh е jnXl0s(DF& ,Ȕ'Oq^֢0ttWr=Rq=/VD4 <ޭ;nŴPabRtfS&ۼ[@y]YSL{V#T|jGdJ kE W?v pD#|k~ex_Zڑe!;꼧5.5e)t"_L i ʡDW*tƐPVE_Z'ۮhSH OO9;( wXLe(ςK% gYOk6kyԄQ k72=&Љ%V^(6ĢI;p ?kv(=zFQ evhF_+:yZhʟ.`ʧLmߍ?4!*\!oD~`m`IXn*0dH ;/\#hCaJS&|4wOQd)wZ#+8QhhM09Y5T/P$ 1Mt,~.Mx ;?_|O1GM;^*UW'럹. s" 9IKeSmަX;.zL@3™u4K/oXP.|9l A! y#\IlJV&1d=AKa(El~V"aOm &iU = /,֋wv18|,u73h*4Vc>vZ ; b0a#j<ғk|z_G|яUv=) sc)`Bpg@O4']g6.KfSD_w/fkOWvRʬ󟱐?>JوVk cKr߆BY)5 E[=׮̐/R,a6xi wA'5 yʯZ48 3#Q$]UG1-F\Bf~ 蜍[ߨ!.`Φk"$'ʛsY,YVAcLx{ s_b:͌[ "B#Yl,O2X2Y|ۀlb8bTWYp/B Wy"Y f'>khip!WcǏIuY1w&zMy-/|,+&Pg#)?St  &ӧ,0jHSjxoÿ#HdJA{ FW#d{-BUYzsgjv&UAʙn$ƀݨ'CE.xzAxe1c/SIH̘PGYﭚ-(FanV&p+9b;"6|WJvZ0oԌ S _`ld({]|C{ТGƒEBU_~%iI}cSbOgzLLs@|{@#¥~<5f<^M0>܈' e-wgO⩶H_QPsJv ӁؽwM̋1>Lͺ{wC6M%V *GKi4p9lEXW_nW Ǘ2rF<0 |/ <0餠P#rnO᥮F\L'Ȅ6BQ''Omp$Hoỷu"T}@e9 Ԩ08]Aum%qQw$"YV;C5as5xgik &gw9&}=.Y"G͓%Lzb_q $ң Vnw o7ք$ F!ɛl(}3w9i%z߲ Om?I?:9% 0=ddi"[tN|*iq;`}j KƋnsTtFTL,ޫo7!f^}~2D tx"S*åfX^}~d4.Xf[˫噖>"qѶLt_$DT_3f/6Mh?>p%\*{/IyS8ؕ Eԍ\ebD^cINFF P1@!M %!ѩE z[κ5VH(*ZXsT0dN~q|qv6&)(K'(KAA,KM*PBX/}_6HFP 2u6c0[RZ  Iv,x0nsKp#_sSVs /J0U*N\h7Cj`-d? WBzO2Raz>o3@]wd炤lNS{3-Q.^& ]p>*}d XAm=a|TQ/5d$4Ov29̐C&2s("A"Q轋Z6a* K~2ۢ}VV eNo)"8&*<6b!x/q_6ӭb6yc=ǢW IY'<0 T[LgOޓ0gi^zMH+:﹁XBMЅ鑔:FI$Aㆯ 3 }j2e7\UfޓVs .:6(HKVa7Sw0Ċ#|SšF70Ղ8j;Q6OѮWg#6&%hUruHȃ S=`$k!C!o nzmC!_|ogVx*}Ls~yuUE@ 3^Jnz1WK w|윅MDJ%l )(#F@ra{EY'PanpxXq0ZiGhzz!@mXovh] J kFi ?&N$,o㏱c#~^#QQ4%Ġx@bb> c iO:zq!3'`6 h dRS_g@ ' &ckUd8?%K-,6*ȣ'ARإ@2(;Ba\iB/}-c+k/#*Ra]xF~!xYDNu\D4#dֽrU.qtڙirR~>h9t~[Ie 5Dm>,yjۀ;HrɉV7m%G7lȴܚMgO*T4ӇW[Ѓ- .T|i MFq˺ I[LXϗu;VKo2#B + hТ,~H14q tl D. <$ m)ALd8n>^3xN5u='DNbGA lЩQ Ս3m<_j KŴh{SCJzgMe 6nHq??"YG~XWlQBB͇vB:7J1sI<#ɾ$T \x'sVpPzqJ; ۄ[NS4OB4ط3z\<c@JXQ$͋3,LU%Ц۔ r6fqmGkSպU;-s n1x+ @b~ba !cWZ+]kE{xo|6W! .Fq܁D@1~yu'AӢ}+ -qR}!O>/ > =`;@JfhΊOe'r]1I)|s?#d C M,sQBP|i@42K8#ju*𤋮aV4 Q;Ve$5 扺! $ا,PA6zMN7r`! a`,0 8 }O=i)4+SaK@rB(J!2Ԁ}"L78Nvw]eq=y>FCOh ͻk;? (00F}m;u%m/"V.]i:n1Â5d ÿS!^:w,]nJJE,4YH#MM ` Ed v(^0=1fꝩRr Usg i g!^-aa[HVkٽHNYRnnd p .b ?佹xY-3 ?^ UHdWUS̮%98 IA鍿cWntƥ?j@f7;C3 {FV{&zfi{@$RAdG#HË2`Azbmi 73`ItF XN4$0mKYT00%!aYն΂X9 "heh[a:iWCWS2gZ=D(U2 1|q~oAd_a%8_c/;rgPӡfe_FHEXwPU:> k=kϏ\{5jfiOk0?oL:̋G^{ZB⻚5CKma@y"\bA#ɠ ǚ@2+?m-' lnAqԼ256ﳹ*\`h-A4 O=_~ʧ;ӖB9"~qo}%"q&ucL(>76 I Z<[}6%8ε*RDp5`Hj)cˋӅqX-1+R2ՠGV}Q+"G|ܲ?;>n~?~NαV@:7u0e@29u sQXض-|7KYS{Law \m^@mMxyBl:B(UϿ~i_(ubйA>GæxI)1Ex uH!k$~帥+$nңJ>۟x0 !<!*4HANgKX}+Pq `^tjkj,^ֿA0fЌP3r޿-&PCx.Z0r 0 6{Ƨ?u [L턻7[[J@ox/]#?|GY@2VFc_ȕokN*S<3NaWx?ШEْ(>dڱ@k @ j*6i"~B$[6  IMxV C?](1"F{-9!m4ӔSIuV͊UT^#o_ec~qyj-5`cZZBI|x%u} $;ٿGgGTꦭ8K|388}P͂DheXO_3pɫNfΘk G$X=xmEH < p. LR;75v;+!g ӿ&]oa zCVCTښ}Mgoj}1h"mx 섫D# `U!D*|OXEZ3uy]l͕Qz[;$ECP@d%nmR p[<^?YgܨILԦlNr@BQ8D)Ʒ+LQup"vԘ8G".3RZ66*.Z`i2F 7_f;[On]Q}\+-t,20"wgFjk'$@4 əRؐ~8mx!.&5^9쏞3pkUj^h|w\s-i* r3ihEי&UNOrL y"% tgd-;ؔͅTXm^6֜St~zjQBL@| N@抛d+=DQYFJIr[1i0"moV=X-KR"&+hB.9@coxvf'@]§[ټEH&6ɳX/h4Ca% z[A;֛^9tQb;*ۈL˰׎ ?rm#:71:S~bQdS9K8[Ka# XV^} bkͬ8 5"A4zr+ TC G]h;l cEӪǬDB@C|/LA&8VV0kNs+hUq-Ү&nwS*isf*җp7.G`bhݲ# w 0ZTqqgu3[V`.!RԂhąeB r+<[j9s:j1Wc:Lzj F= 3~U9wZi?zHܑl('K9/QV>l:ƏdAq0JyLw%i&FbP}Iw|u^T 5DU7|O>!+Dy@m] Hj2|Z!{ ' }4_{nٕ|PFYh9[ TP^?SIO:etQRy^V#4m#}lJw)f}SsiPa.qhKEXĜE|Tͺ Z= rB~ЛW1fWc) ='Jj^t)}p -gՐok̫NoW+NþIҋp4[81]#}!ti~z@BS<[Ur4qIs,ruK#"iۛSaНܠ_N8JL3=z;-f<`̩3uV>h6-&RI+B"yhf톘eIYˌͯmäxl[WwXD8p(NCC^`A&- 5mI̫,c'4Y^$E(4kf3sgD('؉w&NJ}$7  2N?  w9WJpJunjc2W…n^\BQh}s67lT Ucn-~cTT%󄐩i{) W+1 ML׉bkL櫧 *''EXe*b]d+0uWãrм!@"٣Xža*@r~x,]aQ17ݠr0*)Y^b70~CFKHD-;xuDE|ge9ũs'ҤSBNRI7VRۏSs #m5(\m#NryiɁ56'E-Rs]qoCog}פ!ܝCRd7_n=gU&.Fl hpߌAi?G2(wZL@^4Ψ*H|=yޯ@lmխvA)n >f>aZC@9⅂HV"W ApeRavi*dtg,iUu7 i9 G*h nR!=VZLy`F[|m+.(4zx$ X`īWKt:W&Pj>"v eP['.W;R#wZAF`o ~a@zٯ iV!簴Ԣc@dޖruLjQECݏXHUZrp&Z\ߗdȟjqhn$gn^ÕE|lKdkpY_c_t, V+S gc$G5x) H.}BӲ-yI!^) 1e~< ,^_ W8WeCh'rh[u_44*3M8a9䐁ľ{N B1.jYKD񽑇IwE\"̀8i ǚShaQbB9hMe'9V3tBzMJPB5dnwi*n k w \js}ŊC&Cޏ'! 7̯J˶rod}=BUs](͹ tMf-qZtC48F6I9ՏH ت-/=IR;fF5r1L@Jc|@eA[a6}!mgؼ#Qo+{oA p>uיM@ Uy6dW4.U]24cķBanˤ+!d=Doܵ_+y`NOA8PVG!]I\p*cxDWL Rn CϷ"? H)4&o;bc4_:;z|7dYYǣ ªWlA mnI ]úfi׀+ YZ