gegl-devel-0.1.2-10.1e>UA)$}_zC\,otd݈?Q|:$j,L8I,-1(Gm͢j |f_!TfO.{>5#?#d   1 $2;R k| R     \ ( X  ( 8 9 : FGHI X,Y8\T]^" b"mc"d#e#f#l#z#Cgegl-devel0.1.210.1Generic Graphics LibraryGEGL provides infratructure to do demand based cached non destructive image editing on larger than RAM buffers. Through babl it provides support for a wide range of color models and pixel storage formats for input and output.Pbuild14(openSUSE 11.4openSUSEGPL-3.0+ and LGPL-3.0+http://bugs.opensuse.orgSystem/Librarieshttp://gegl.org/linuxi586@TD ~#7Ms,xx{0 S F ^ Q+ )A큤A큤P܌P܌P܌P܌P܌P܌P܌P܌P܌P܌P܌P܌P܌P܌P܌P܋P܋P܋P܋P܋P܋P܋P܋P܋P܋P܋P܋P܋P܋P܌Pܓ6ec703d853315c9aa1b68823043d25a3b9e2bcb6b955c9fa6202c9153c1726601abbc03a69ade06aa67af8bc093bec706d8eb94baf0cd2b4c05f3b8062eccb84a3547461f82f04e5e7843670cf85ea573f0c8278903d215d4056367e7846616bad692b680d7602ac28849ddcd0761e2a91ae030846ed6d24b511616458d63202d685411bff6bc73543500ef44725788b09aeb0e1db1e0a4e9675de5863f3e57c1e0d9a6d0d7c8b1cc8192f05478f0521475dc0039cf6e6a21fa9e5b17009bf7164310563a07f904adbbe1dd5e5abee3c617e2a1c392e8802573e1561abbf893f72384c406b5847500d949435e5a5d382286c239b1a58659efef7e8ffa3f35d57ad08e08d94c0c7c8f6e073305a079db4af0b1a22f341e0ded2579bcfdc1cf56cc04ac8eeff1c619cbcea1a608118493d28657bc8cff0ffb0ea65f7cd58c06ff7f6fd32a3f5ac269380e788e910889504bd6a327270f71d3f122c9a6fc4e87a34a5541c1ac6619053fe279f817ac39bdd082d5ae4a5d87476161a8b9e2f3c3b3a69e4146feb915558d181729b8b3f5ef2e77dfc570c974f00cfaabeb9da96f2bcdd9c348271fd823f5848cc4da5a07ecb0455e5dcff8d6d619097dbca86ab8086libgegl-0.1.so.0.101.1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootgegl-0.1.2-10.1.src.rpmpkgconfig(gegl)gegl-develgegl-devel(x86-32)   @@@@@ babl-develglib2-develglibc-devellibgegl-0_1-0pcre-develrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)rpmlib(VersionedDependencies)/usr/bin/pkg-configpkgconfig(babl)pkgconfig(gio-2.0)pkgconfig(gmodule-2.0)pkgconfig(gobject-2.0)rpmlib(PayloadIsLzma)0.1.24.0-13.0.4-13.0.3-14.4.6-14.8.0PYM‘@KqKrKa|@Jd\@J0I[^HHf@sbrabec@suse.czdimstar@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@novell.comvuntz@novell.comhfiguiere@suse.dehfiguiere@suse.dehfiguiere@suse.de- Add gegl-ppm-segfault.patch: Fix overflow by parsing PPM image. (bnc#789835, CVE-2012-4433)- 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.- Update to 0.0.22 * GeglOperation - operation names are now prefixed, the ops in GEGL use 'gegl:' as prefix. - gegl:opacity - combine value and aux mask input when both are available. - gegl:src-in - deal correctly with extens. - gegl:path - new op covering the stroke/fill needs of SVG. - deprecated gegl:shift, the affine familiy of operations now uses the same fast code paths for integer translations. * GeglBuffer - Profiling motivated speed ups in data reading/writing. - Remove left-over swapfiles from dead processes at startup. * GeglNode - made gegl_node_add_child and gegl_node_remove_child public API. (bgo#507298) * GeglPath: Vector path representation infrastructure, - Remove gegl-64bit-warning.diff- Update to 0.0.20 * libopenraw support * Linear buffer support, amongst other things enabling GeglBuffer API access to external linear buffers in memory. * Reworked samplers using a shared caching neighbourhood infrastructure. * YAFR - a new resampler contributed by Nicolas Robidoux. * Marked user visible strings for translation. * Added a fill operation (might be a bit fragile) that allows rendering SVG like paths backed by a GeglVector. - Remove gegl-strict-compile-fix.diff - Added gegl-64bit-warning.diff * Address a fatal warning on 64bits- Add patch gegl-strict-compile-fix.diff: * Fix header for stricter compilation - enable workshop at compile timebuild14 13542924410.1.20.1.2-10.10.1.2-10.1gegl-0.1gegl-buffer.hgegl-chant.hgegl-color.hgegl-curve.hgegl-lookup.hgegl-matrix.hgegl-paramspecs.hgegl-path.hgegl-plugin.hgegl-simd.hgegl-types.hgegl-utils.hgegl-version.hgegl.hoperationgegl-operation-area-filter.hgegl-operation-composer.hgegl-operation-composer3.hgegl-operation-filter.hgegl-operation-meta.hgegl-operation-point-composer.hgegl-operation-point-composer3.hgegl-operation-point-filter.hgegl-operation-point-render.hgegl-operation-sink.hgegl-operation-source.hgegl-operation-temporal.hgegl-operation.hlibgegl-0.1.sogegl.pc/usr/include//usr/include/gegl-0.1//usr/include/gegl-0.1/operation//usr/lib//usr/lib/pkgconfig/-fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Evergreen:Maintenance:26/openSUSE_Evergreen_11.4/9e6591896a1edf57aa1896808daaaffd-gegl.openSUSE_Evergreen_11.4drpmlzma5i586-suse-linux~}Dz|sT&?]"k%]4lOLĥMb/ -&3D^:%o#2! 8E]9Sb̭ 0)$V z[$1ڀj⬧+-qHZvPyi_VG=O{.Id{bc udܙ˵LppU`˪?"Đ|4偘OWk;,(vsKs4u}/9yNM8_r~  +:#! 1KBE%y3U~pl{}CiH0y\MJ@r_d :W"x =ʆs "M6F'3k' _O,H"74%8I!,:Xj^m D\i,3 i.bP"5z9g[^Jϭ:ЌDYw9+GP;KoX.Wa2&)nfe؆kO>|Ie#0z UyM b݂YG BT4Ȑe*Ψ[]R= yQbZ`