gegl-0_2-lang-0.2.0-16.23>t  DH`pY`S/=„TN__]JgECmsxUeF`)Jr+!W4?m&?N9S4&*$$YO'@w#dAA[(ɕ:3g@D\V,U(6Qw+& L};8=/yvX^B$rM;OnxswY Q3t@_+`W)iG%?öO=U"#V8rqf~^`S㑦 0nI$7d6c5ca1f50450f6b37f02a271be1fb3dd97fb2ccgY`S/=„DF9L]k,'A:٪;GZe.lD +u[?XY(. ,!oPv-ժwZ-utR$MmX=;fysQcBUp/V{Fr;}=^wma%x+AYuփxDb٘ l$W%{(^M *ʢfJ(# 8^Wa`1 tg; g3f+Hn >;C³ԁao>< ? d  7dhpt    0   "<Pp(89@:aFG H I4XDYL\`]t^bZcd >e Cf Hl Ju \v pw tx z    Cgegl-0_2-lang0.2.016.23Languages for package geglProvides translations to the package geglY`Slamb65openSUSE Leap 42.3openSUSEGPL-3.0+ and LGPL-3.0+http://bugs.opensuse.orgSystem/Localizationhttp://gegl.org/linuxnoarch2$8?\Y`SY`SY`SY`SY`S259188ceea1695522801b4239059c570c99c714eaacd97f6d372f1ba2d1f35afb62ccf7525f599ceab153cfeb3dd6ac4aa6c7056aef6582815e6dc2ec94a8596e5d94fbee2cd713c05bdfd886756f38erootrootrootrootrootrootrootrootrootrootgegl-0.2.0-16.23.src.rpmgegl-0_2-langgegl-0_2-lang-all   gegl-0_2rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)0.2.03.0.4-14.0-14.4.6-14.11.2XW)@V_TKQO9Oz@O yN&@M6@M‘@KqKrKa|@Jd\@J0zaitor@opensuse.orgolaf@aepfle.deidonmez@suse.comi@marguerite.sucoolo@suse.comdimstar@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgjw@novell.comdimstar@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@novell.comvuntz@novell.com- Fix CVE-2012-4433 (bsc#789835): + Add gegl-0.2.0-CVE-2012-4433.patch: Fix buffer overflow in and add plausibility checks to ppm-load op.- Use pkgconfig instead of libffmpeg-devel- Add gegl-0.2.0-linker-flags.patch to add -lm to linker flags- fix build for factory * add patch: gegl-UF_long.patch * newer suitesparse abandoned UF_long in favor for SuiteSparse_long - fix build for graphics repo * ugly fix, multiple provides of gd by gd and gd-tools from libgd2- update license to new format- Add gegl-ruby19.patch: Fix build with ruby 1.9. - Add liberation-fonts: the documentation references bitstream vera sans font, so we need to provide it for the build.- Update to version 0.2.0: + OpenCL support + Build improvements. + High level API to apply ops directly to buffers with arguments. + Final bits of translation infrastructure. + Invalidate regions when disconnecting input pads. + Operations: - New operation: global-matting - Allow transform core to do perspective transforms. - Added string based key/value pairs to operations. - Added arguments for dealing with scaled down preview rendering. + Added human interaction ranges and non-linear mapping to properties. + Buffer: - Removed broken lanczos sampler. - Add gegl_buffer_set_color and gegl_buffer_set_pattern - Added ability to drop cached tiles. - Added API for handling abyss policy (not implemented yet) - Avoid iterating global tile cache when flushing/destroying buffers that have no tiles in the cache. - Add intltool BuildRequires: new dependency upstream, for translations. - Add lensfun-devel BuildRequires to build with lensfun support. - Add libexiv2-devel BuildRequires to build with libexiv2 support. - Add libjasper-devel BuildRequires to build with Jasper support. - Add libspiro-devel BuildRequires to build with SPIRO support. - Add suitesparse-devel BuildRequires to build with UMFPACK support. - Uncomment ruby BuildRequires: it was commented out because a file was missing in a earlier tarball. - Rename subpackages from gegl-0_1/libgegl-0_1-0 to gegl-0_2/libgegl-0_2-0 following the upstream soname change. - Create a gegl-0_2-lang subpackage for new translations.- Add gegl-lua52.patch: fix build with lua 5.2, while still being compatible with lua 5.1.- Update to version 0.1.8: + New operations: spread, vignette, map-relative, noise-reduction, plasma, fractal-trace, exr-save, lens-correct, emboss, cubism, ripple, color-to-alpha, color-rotate, red-eye-removal, convolution-matrix, deinterlace, polar-coordinates, lens-distortion, pixelise. + Split GeglView GTK Widget into separate utility library + build/test improvements. + Buffer: - Added lohalo resampler, API and infrastructure for doing non affine resamplings. - Clean spec-file using spec-cleaner. - Drop docs-build-fix.diff: fixed upstream.- update to 0.1.6 (see NEWS) • New operations: max-rgb, pixelise, motion blur. • Fixed a bugs in matting-levin that made GEGL halt due to errors detected by babl sanity code, this made 0.1.4 be unusable if you had all dependendency when building. • build/test improvements. • Buffer: Added API to use external tile backends, allowing to plug-in alien tilebackends, for GIMP/Krita/OSM or similar. - remove upstreamed patches bgo609706 bgo610680 (thanks, Vincent)- BuildRequire graphviz-gd instead of graphviz: we do require png capabilities, which are split out of the main package. Theoretically, we should require graphviz-devel, but this package also does not drag in -gd.- Add gegl-fix-overflow.patch to fix overflow found by gcc 4.5.- Update to version 0.1.2: + GeglLookup, configurable floating point lookup tables for lazy computation. + Use GFileIOStream in GeglTileBackendFile. + Optimizations: in-place processing for point filters/composers, SIMD version of gegl:opacity, avoid making unneccesary sub-buffers, removed some manual instrumentation from critical paths, improved speed of samplers. + Added xml composition/reference image based regression tests. + Added performance tracking framework. + Syntactic sugar using varargs for constructing gegl graphs from C. + Build fixes on cygwin. + Gegl# fixes. + Initial, but unstable code towards multithreading. + Improvements to lua op in workshop. + Added new resamplers upsize, upsharp, upsmooth, downsize, downsharp and downsmooth. + Removed gegl:tonemap and gegl:normal ops. - Drop gegl-new-babl.patch: fixed upstream. - Add gegl-fix-build.patch: remove printf that breaks build because of missing include. - Rename package from gegl-0_0 and libgegl-0_0-0 to gegl-0_1 and libgegl-0_1-0 following soname bump.- Add gegl-new-babl.patch to fix build with babl 0.1.2.- Update to version 0.1.0: + Renamed gegl:load-buffer to gegl:buffer-source and gegl:save-buffer to gegl:buffer-sink (but the old names still work) + Represent colors using doubles instead of floats (this change is independent from internal processing) + Removed the GTK+ UI parts of the gegl binary and turned gegl into a pure command line tool (which can still visualize stuff with help help the SDL based display operation) + Consider {x=G_MININT/2, y=G_MININT/2, width=G_MAXINT, height=G_MAXINT} as the only valid region wichin processing may occur. Processing outside of this region is undefined behaviour. + Added support for storing allocation stack traces for GeglBuffers so that debuging buffer leaks becomes much easier + Made small changes and cleanups of the public API, e.g. - Removed gegl_node_adapt_child() - Made GeglConfig an explicit object - Removed most of the ifdeffed stuff to mask away internal structures - Added gegl_rectangle_infinite_plane() and gegl_rectangle_is_infinite_plane() + Added new sampler GeglSamplerSharp + Added format property go gegl:buffer-sink + Cleaned up and made gegl:introspect work again + Add a bunch of test cases using the automake test sytem (make check) and also port buffer tests to automake + General cleanups, bug fixes, increased robustness and improved documentation - Drop gegl-babl_api_change.patch: fixed upstream. - Temporarly remove ruby BuildRequires as the build is broken when it's there right now.- Add gegl-babl_api_change.patch to make gegl build with babl 0.1.0. Patch taken from Fedora. - Remove autoreconf call. - Do not make gegl0_0 explicitly Requires libbabl-0_0-0.lamb65 1499485146esfrplrusl0.2.0-16.230.2.0gegl-0.2.mogegl-0.2.mogegl-0.2.mogegl-0.2.mogegl-0.2.mo/usr/share/locale/es/LC_MESSAGES//usr/share/locale/fr/LC_MESSAGES//usr/share/locale/pl/LC_MESSAGES//usr/share/locale/ru/LC_MESSAGES//usr/share/locale/sl/LC_MESSAGES/-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/4f0bcbb51c2cbc1bfd4465ff457705e1-geglcpiolzma5x86_64-suse-linuxwf,=.Y)qcpackageand(bundle-lang-other:gegl-0_2)?@] crv(vX0DS@%Ue""l $-l_duj֫T%N"d Pn_ho&JYtæm|1 ЁfNteA=5Џu%(^ŶERVE f=EQRn3eѓ?bio)>^H =c8]dVdK _qF,Ac܌Q@./Az糮& JNjk3~ 1|ֱ6En*~;xĵ& w O\r?"g`P4ry(U/AW^ԗ&?J m1ںD*.J_w:LB2T:7!G 3N,Ӌw=uh8:P׳/6$9YbkZ8 o}%g =oﯙTK.=LڲQe7?v\5KZ8Y;Jd"Fg ͷdkBlQO @>2 ěC sH[/|:+|5k'Pl8|_88#?{v~Ң%M+MNf_{1  3 `gU)!( xN0H8v gr܂-F_xv9n:q~R4,~j9B 9lQF,Rh!{ETMw_A9S=eg:[ lh̓(³܎hv h׎6,4c {ֹv uxƗ'vrbG,&$}™  I-c "]0 aTnxɦo. 7h !c)9j B b V#Njp#a6_`PH=:`χSԴ34'L~i@7J%Ou|ݤRi d*2Շ`?GSjM%sp4?)i"5$p9+у&?Nv?c2Tpf1KrGyE"(aUFhU[hG l]6'f<: O \\2˰ Ԩ8jA^ts;Uu,Ux:HP-WSF5FeTCs67ƌ }QNvO SveU/ Ҍn׏=y;'ipQ =f]RP!DoʟmeW+@>/o˖wUoRk9ܷO U8eW_-3|E.Ϲq'%JZWM:TO/ak-tg&SJeQ+ *L+\#&7 AJ ֣Fɰ&h(&r83ei QS:ױC mj!mY\"]߼}_8oyAC WݱCZڇ` VFQ夺21t.u ./n)@ V|hyL'FN!l&.q eD {pAV tDr՝"@:BplgCճJY^u3s18f]^=KNZo'FM$`2ȁZv9V*%? Pro` Cy'4N'S{嵮ٕң+WQjy|k™9V9C 4G)ϪEZS,/MvԳNgŚ3k 5YaMN`2)LXg'm ''0@7"&LppcZyˢسab >j*o Y>#)E,ǝ;QA}vtXS~0Px#YtnX@,Z+/\ +ډ߼rOu&_ɜek⓼z|"|aB[q}ͯӗ[V>T+堃6S9rp6ƍiÌ\SFϱ9Yag=%o+D7!DLMy8;*̌{Ӱ5b ޒ&xjaM~B9RVl5p$h #]@2%2zWc0!|p=ʆN5?ś$sɀygu'E6^I#: ]z~aUNPVP,Dp2m ?dFYER@` ֱaMh@4lٳ?<_Ql)ikn.32mFG"U&9 vcgdUbNiYK[(;T1wemat?Xk@Կ~QuI+2ܜؤ*I )hЩݯ!2Ƨ{:z!-U$8pr?GOPϚv*:V/%_:m_jL8 Y3s]t/$_V w} !3M3h>?4 ]Έ<0 %AK/!K q@:C dbWswwq=x9yb{3莻ӵ4-y(j${r <}?B-,|^(B'+Ne[*LB5LtjUTpYzB,-iiRRN @Ȓm:}-7'xȄ0&ZsSQq0VRc\aJ8#*W?W$G#V6"G!m1TtÜ-\ՕzK𴂊l60e?>5ݘmC AῑP\[>A[sD*>b0ę7^#[T+TGHS]EhRğI0 $0twDK ΐ6t9 F7Xa%gݳ&#?̓֨`8j߸~Y$/ϵ긲؟vIZXRBF5VI. H֒M2o([An4~YY =P1pU2mŜ3)NEd*͠2.MŸǼmf v3Ŵ2|ή{N^)z sR^N75IqX,E]wogf _@94x'/MCӊ(h,:3q+R?:#qasr\Y:H,#.7 *R90,ŋ ~|J٧3j-yJ? 8gR)Zy(Vl;lrp?]JiEM# ĄǚN/OaU,Ʌg tZ1aH 7"gsBY:JZD)H+͇$@1n\ 6 4A2 4i?+dW.[TE̖EC٧_u "Ŋm-='<5cHi% 8X@k110Tgsկ-'g>Ɏ/ BͺC 7<"x⛍i`nc| :bĉuqg +fc*X}3x 5p-u{~6H͋k ٿEa/-+/S. ܟ=LdNI>I9e/g3S"/Q͵? Gl& x5}fO(5`Fo'8P!Hx ҫt.޻iڐ,G lk芡?gLMNʒK(5޹Cr& Q((Cp15;anƙePY\ȿu:Vҿ?<7ׅkkV m¬NM'4:r7,'Tfʀ,J}Rtqʄl)<M=MtgfL.WSG =X=cbj8 |IaG$VLj@ 2P+sI痡)Ҿ;&Pt Uu3Jzp Ub)&\Y]r{[U 0}S& U/jrh2=qz=0/i q d_<)Y^Ee.\ \0w4Ew FS]*`Bn;zGܪǔȉ^ 씟ۑ]wa+}!%TĄ&A2zⳫ9p#%(=Ry1fPk$8 ñɻ>P[8jXi-X`aSN?:i1x&MlߔAQʹkszO0[>6#5հ<ߟo͉dSG:mcMi>cNy;)H!Ih=:J>}Htof0|](e2꿟"$ݏ ;챺B F Iz-CzL%wΡٯE^ #OuM?H}&0L(%)Ku3ǍBը־E~*H@uJ]S#/ڠb}^sS`8k~J\DR?#⪾ չԍ{vS9iȞ> e :"O9HA5s\b"2^>CJ1跮q7%l4ˠ y>,.(8=onȕgYPHvaup#DuoܕM{n>#g"YhrR- J`s=Vu[f6uA+O/leb{vFm*0KXiM~:$8%XPjaPCm kBv.VݟAw*4XJ7?V4 %\,xO}Q7φil?ydZuׂTkIc=?E`aq]X AYo>kk}Y@jWYX})FkaxZJ_ TXz+zY״;/XcF2Z#8GhHk-]v2VZ=JV|!~g 6F6@ _X Wpj2 |q<%8 GVKB߷ՊSPQ+SԛyjAzd{ڌ0r.N'V6ZTҎV[;`"D$ןLVכGӀ/Yy$"O'Bb)=ª[K:9HzPiޝG r8ש+~Rzbcb V[#{ ІKVW#TÏC8x୰k|%e|/3+{V$vf8O{{#Q!Ӧ'&c | |К8>yVş M+2I.gs P#Z3&2AbHu ,w|#pL;}W<̺!zαh!i΋LYyJ:m,f6^-l?G|rye6/ G>RO?ڤy '7zQ3 OVg^iyod+Sc#TOO='[iHxX;99ր!˒D/& ]rnWI?~]\@˥)hɗ@* *pixa3EKFkpv0$=ēMD-YKzw l4@b>TK ޷xVםc)Ъ*i/Zt̝(x%3]vPz*MCKFFMUXaO,̉ Ĺao^U˵5rAȂ*\ĺU5p¹^Q- $KZQUiݪ J }H Wnwj'AW$P'lI?z09Tg]NkvP7샜Uз? l;eSIJ,k:`X[R M>XKoEV& AJ{҇`0=8Cm8V l,[tJEECfS'0/=] UUW`pC#iAOv}'\XSM^])*u%mʐ@-Y-(1ƅx+/ ]|i2Ac)r}G0#"%"֎Lu:>dq5hǂJfֹ5oڵQ+wU2%V'0zc;7IӾȂyͼ!-> 7q! =p vAZ'9_@.}qmQCuc޵*[*/)~pH_7x{u|1[=2b+{a%`'BDymv sm4҅;ϵKo1 Jo _y4wWazG.XV7[X$3ѨgJ /C{@0fXrNLY1.fXy.5q(b USڞ4$eq6ީ^RKjc6#:ӬUF(ga Zw)rƘqjtW;:6pYyҋUphvil=H$&To&``cѥpmVd~"d<\[C>mt:@U%:L E؞,סE'Gu  duF&N ;Z-vlN6QGhvk\Ohh-lTKi:s}Mr+нPgf CW"&d.NΣ8B7cu~;?iKJ O(`f6X ރ=A!n"nݱU\Fɥ\#.b+׉>UA>_zjb6PCa<1a6+dMbӸ(BQ 5J :J>U=H!{FBbG78ڴ D~I;㧯9_1ѾRZOe{ob:H{2\߅e3vF[;S> p8@E"FLP3/l.-מ)gIDw@6/n= Q¾I_f-I9;vca<`Qt"/_ØivK52^̡A)3x7(υL)@jtiK|cA%p_bp$GeYxaeţR~l'k΄u}ܟiR($HUwqhe"`jxR)젍}kz|b?Rwco( aHrvg't _,OKwhtjxH|y1dy\xQ[J@v.ƿ&+@eY=rdi >ݴsaiF=c BIpt&rHGxzfW:JHp(}{Ds "(\ oq@zyץe`V;R?# u͓.`@֯4|ubR8ϩ.CjX7*հTWGH@K"attZ4+ȳ$y`\J`;Q (~U"<mn>,".bǥ=xm`ey+25LR9f_};8yBjHr}9;fRKوetow>s0o~͏y룡F0C_t,2CNN=]}!=>Ϥ *]OG##?GF(}ފ`O{q!r+ oh''_9+·_ R, vZ&n[3Vu1`IǠHx>:yan_؂J٩=`> BAc =~x f \`[8?D9@f YEbx\+z}-V{PCOrm8:*OE>ub4D\^fPvK[Q"\"4R+)xgdX;w;`[>8?+zoBxg;$/6%{_os}l0|kc̓L# 'F "p#XVv^-^TޖC }B,ļQ U_ Y`)8\k*6ɗ>a=YKFzS7{xa4\NJM'uFKCwBPǯ_ =vd \uѥy"}.^e3y9Rx>/}J`1nb'DB~BN2še/CgAK0[bc&ϔn!nP)Gm8A?wrJ.mG#'6(ZKBWy>h?~!N_;,Dk;Z y5y@1.13EP ޒRFO_h$>̱Յ;~o EՕ@dYlTMW W♉_=,d!$Ώr ^S:c$MUņnސ'G@m椤_m25DZFB $aS+ Z2hv*r{kmN1g4e'ּIym<d,3I)oHW %Ba83L\MLdެ|q=h5(T3R|ś CT%".e=A CM&F]U )_С]7Lp;-9v&ZfY߽^>?dK&B ls[M1m~T[mن4$wð b9G^aE6DǝJwߡ:'ڄ/2J2ft^#[̲bfX"tOq!Kw8=hs?)9D1WA}zu5j? B<3nG6\_P,7ă }[`#BfuԹAEIt a|n-"_yKwDWlw<;QE&*[vǥl& `ɲr?#ioμ2X4lg8Ϯ6[ T-NNuA6vcn<$WֱqfiQ4& _^?P~0zyWC 8VD4 'A.[g红]\ChZ5KBR9n%!QnvEN㜟y~7:ɧa2tA:*w) 7z2,7'SQ *BJGA*t{0(=J*LV=.ic.hdXH3 0zGV9V,׀\:@ ʱ0mIc;e9?=0^ KXw6;N! ( +ÂK$\Iͷs`zT_GJXrz߿pO7lQ Dx__szX(mJe2{EYQ" )0arBV[qI]z @փ25D\~\j5_!ZVI\/Z0Wo&'A5HoYn7IF^YP(Jס+v{T8h^JN-bV``ox&WeGx̢ Zi}/7э]aDnL gbд ͣq}eԞZibiE@u}-7C-|hd# E|qL4Rwk|ęM>虺g1IPQ1i?By!ѿ(Ic„',A-CbdpaY%b%ܮMtƗZY GԵ"#vvP7rkzw}{V?˘#9 }5Shց?#8g0m{?h ѹZߧXFr$75Fc տgÅMZHaH@̹yHwswqR ,KU}>l=#q^&ufaNѼ_v4_Z_MgF;N&]/~k4d_Ay1?o`;E-#xkC :Q."rV h3;Ϥ 0O8".Q!F4ndP1nX1S̩l{Hp%X xdb$Y3A8Y#ް*Jj[xtTRuֶjg^r&3)n'1n_9'˭C:vz^^lS]ڊTh*&CfYܜ/ 7N=h$lvq `q*~JeDU}#2EC.g_ޅw.@[WR\ڢMŊ_) g@Tz*x- "{"tj,Ry'μQP\HOIi.!'u *VZ,B\ l"iFW;4=b}3cID 5McLhryMAc4gFWÛ zVYk -OG -'`SĈ˳2I٫E=0 18dޓ_&oM#ZYAy%,_LVڋ߳]^>җ-Lǩga!r31FS`:JKXڀ&HRHtC#si%r+ڡd+ئ죴":\YM!