libpixman-1-0-devel-0.20.0-3.1>t  DH`pM^p/=„L!TI YmE{AA5w%!`:vIJpĞD2h(=6bk% ;ͿO?鸬B!~кO.'>a dEdgiz V7 ~mRJ[~ѧTf%Kⷧ_UGH,I;V|d,\E|Ipo~6qv̯[zC%h2::ʜk2}UeDEaŵTMpJq@ڕPl1+R8;t[#%X%k0s~U_0MifB30 4>h݆ bxq5 ޫwFw̫V/W `r,&'DjJVwr[*Z>5$?$d ! P (< F P d  *DXE(k8t9:F"G"H",I"@X"HY"T\"t]"^"b# c#d#e#f#l#z#Clibpixman-1-0-devel0.20.03.1Pixel manipulation library - development filesPixman is a pixel manipulation library for X and cairo.M^jbuild20topenSUSE 11.4openSUSEMIT License (or similar)http://bugs.opensuse.orgDevelopment/Libraries/X11http://xorg.freedesktop.org/linuxx86_64A큤M^fM^fM^fM^fM^f1f3f7966bab01a3e1cc7d402aa17b04a6a6ff696f8d891f4c8603eda08f3a914dce58c6fefaa020cd8447e524229b7c2libpixman-1.so.0.20.0rootrootrootrootrootrootrootrootrootrootpixman-0.20.0-3.1.src.rpmpkgconfig(pixman-1)libpixman-1-0-devellibpixman-1-0-devel(x86-64)   @ libpixman-1-0rpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)rpmlib(VersionedDependencies)/usr/bin/pkg-configrpmlib(PayloadIsLzma)0.20.04.0-13.0.4-13.0.3-14.4.6-14.8.0Lʷ@LjyLT@KKKKCKf@KwKTM@K&(KJJ@JJJzJuJi@Jd\@JF J7@J.NJ%@J@J@I4mrdocs@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgcaptain.magnus@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgjengelh@medozas.dedimstar@opensuse.orgvuntz@opensuse.orgvuntz@novell.comvuntz@novell.comjansimon.moeller@opensuse.orgjansimon.moeller@opensuse.orgcaptain.magnus@opensuse.orgvuntz@novell.comcaptain.magnus@opensuse.orgvuntz@novell.comvuntz@novell.comvuntz@novell.comvuntz@novell.commboman@suse.demboman@suse.de- Update to 0.20.0 * http://lists.freedesktop.org/archives/pixman/2010-October/000694.html * Gradient improvements Radial gradients follow the PDF specification [Andrea Canciani] Large linear gradients are rendered much more accurately [Andrea] Conical gradients now work much better [Søren Sandmann Pedersen] * Performance improvements Faster image scaling [Siarhei Siamashka] Faster affine transformations [Søren] Improvements to the ARM NEON [Siarhei] Improvements to the SSE2 backend [Siarhei, Søren] * Plus a large number of bug and portability fixes and improvements to the test suite.- Update to version 0.18.4: + Fix memory leak in the pthreads thread local storage code + When storing a g1 pixel, store the lowest bit, rather than comparing with 0. + If we bail out of do_composite, make sure to undo any workarounds. + Check for read accessors before taking the bilinear fast path- Update to version 0.18.2: + Add missing HAVE_CONFIG_H guards for config.h inclusion. + Fix uninitialized cache when pthreads are used. + Fixes for pthread thread local storage. + [mmx] Fix mask creation bugs.- Update to version 0.18.0: + No code change, just a version bump for a stable release.- Update to version 0.17.14: + Fixes for older ARM CPUs.- Update to version 0.17.12: + Optimizations for rescaling with a nearest filter + Overhead reduction by caching fast paths + Constant time operator strength reduction + Misc. bug fixes- Update to version 0.17.10: + ARM: added 'neon_composite_over_n_8888_8888_ca' fast path + ARM: added 'neon_composite_src_x888_8888' fast path + ARM: added 'neon_composite_over_reverse_n_8888' fast path + Compute the image flags at validation time instead of composite time + Add new FAST_PATH_SIMPLE_REPEAT flag + Move computation of extended format code to validate. + Eliminate _pixman_image_is_solid() + Eliminate _pixman_image_is_opaque() in favor of a new FAST_PATH_IS_OPAQUE + Turn need_workaround into another flag. + Move workaround code to pixman-image.c + Restructure the flags computation in compute_image_info(). + test: Remove obsolete comment + Move __force_align_arg_pointer workaround before composite32()- Update to version 0.17.8: + Once unrolled version of fast_path_composite_nearest_scaled() + Generalize and optimize fast_composite_src_scaled_nearest() + Merge branch 'bitmasks' + Makefile.am: Remove 'check' from release-check + Turn off asserts in development snapshots (fdo#26314) + ARM: Remove any use of environment variables for cpu features detection + Add pixman_image_get_destroy_data() + Add extern "C" guards for c++ + Move checks for src/mask repeat right before walking the region + Compute src, mask, dest flags and base fast path decisions on them + Add src_, mask_, and dest_flags fields to fast path arrays + Move calls to source_is_fastpathable() into get_source_format() + Fold get_fast_path() into _pixman_run_fast_path() + Consolidate the source and mask sanity checks in a function + Move pixbuf checks after src_format and mask_format have been computed + Move the sanity checks for src, mask and destination into get_fast_path() + Turn some uint16_t variables to int32_t in the fast paths + Implement get_scanline_64() correctly for solid fill images + Make pixman_image_fill_rectangles() call pixman_image_fill_boxes() + Add pixman_image_fill_boxes() API + Add pixman_image_composite32() + Make region argument to pixman_region(32)_init_rects() const + Fix typo + Fix some warnings- Update to version 0.17.6: + Asserts are always turned off, so X server crashes in the region code should be gone (fdo#26314). + 32 bit versions of some existing API: - pixman_fill_boxes32() - pixman_image_composite_32() + Add accessor for the destroy data: pixman_image_get_destroy_data() + Optimizations for scaled images + Some reorganisation of the fast path tables + Bug fix for ARM NEON detection + See http://cgit.freedesktop.org/pixman/log/?id=pixman-0.17.6 for full list of changes- Update to version 0.17.4: + Major performance improvements for ARM NEON + Test suite improvements [Marvin Schmidt] + Bug fixes + See http://cgit.freedesktop.org/pixman/log/?id=pixman-0.17.4 for full list of changes- Add baselibs.conf as a source- Update to version 0.17.2: + Faster bilinear image scaling + Substantially improved ARM NEON fast paths + Various other optimizations + Improved test suite + See http://cgit.freedesktop.org/pixman/log/?id=pixman-0.17.2 for full list of changes- Update to version 0.16.2: + See http://cgit.freedesktop.org/pixman/log/?id=pixman-0.16.2 for changes- Update to version 0.16.0: + See http://cgit.freedesktop.org/pixman/log/?id=pixman-0.16.0 for changes - Summary of the important changes since 0.14.0: + Support for PDF blend modes + A number of fast paths for ARM NEON + Support for PIXMAN_REPEAT_REFLECT for images + New image formats: - a2r10g10b10, x2r10g10b10 - b8g8r8a8, b8g8r8x8 + Support for MMX and SSE2 on Sun compilers and Solaris + Support for SSE2 on Windows x64 + A reorganisation of pixman's internals to make future development and maintenance easier + A substantial expansion of pixman's test suite- Update to version 0.15.20: + See http://cgit.freedesktop.org/pixman/log/?id=pixman-0.15.20 for changes- Add separate ifarch for armv5 and armv7 to be able to switch neon on v7 lateron.- add ifarch's for ARM, disabling neon usage atm for both v5 and v7.- Update to version 0.15.18: + See http://cgit.freedesktop.org/pixman/log/?id=pixman-0.15.18 for changes- Update to version 0.15.16: + See http://cgit.freedesktop.org/pixman/log/?id=pixman-0.15.16 for changes- Update to version 0.15.14: + See http://cgit.freedesktop.org/pixman/log/?id=pixman-0.15.14 for changes- Update to version 0.15.12: + See http://cgit.freedesktop.org/pixman/log/?id=pixman-0.15.12 for changes- Update to version 0.15.10: + See http://cgit.freedesktop.org/pixman/log/ for changes- Update to version 0.15.8: + See http://cgit.freedesktop.org/pixman/log/ for changes- Update to version 0.15.6: + See http://cgit.freedesktop.org/pixman/log/ for changes + Mainly code cleanup, splitting code in various files.- Update to version 0.15.4: + See http://cgit.freedesktop.org/pixman/log/ for changes- Update to version 0.15.2: + Reinstate SrcScaledNearest optimization + Implement PIXMAN_REPEAT_REFLECT for images + Add license and copyright holders to COPYING + Check for allocation errors during pixman_op() + Propagate the error returns from pixman_rect_alloc() + Check for failure when intersecting regions + Add support for BGRA and BGRx formats + Set srcRepeat = False when using fbCompositeSrcScaleNearest + Fix pixbuf_from_argb32() to take premultiplied alpha into account + Replace custom type ullong with standard uint64_t in pixman-mmx.c + Fix search and replace issue - Remove custom CFLAGS - Add %{version} to Requires in -devel packagebuild20 1298064234     0.20.00.20.0-3.10.20.0-3.1pixman-1pixman-version.hpixman.hlibpixman-1.sopixman-1.pc/usr/include//usr/include/pixman-1//usr/lib64//usr/lib64/pkgconfig/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:11.4/standard/a1b12665de5893d81b39af1bbc52a192-pixmancpiolzma5x86_64-suse-linux*ʓi2S?] c/sI"dv^ wwX3$~NDyI6yCzׯ jD&fiSr ="Eoߒ5ea֠lءQ1,XNzjIR-Y\IH/)%a6Am(tai5Xv>aPsWčv Ϟ]R0k˷R2H" i (95ǽi74U> M<&㦸~e'hk. OoJUm{ZwxpCY^H\ &-eզ=:h1ޭ<ܼz qZ> mhZ+QXP [v|qQgE && U2:zHP˦Tv4#_GdlmZJ"d%V#pS9;>"-Eqhaf^b6a%LAAdSA-2ٔj\J ]GH|M1V0xS uXz u& cxG$-L模I{PCZI l"myt1y%L8珥Yf̱؆L(4d ۊcew@|JUz7#[s`6<xT@ipGnK3;tݝὓ{O߸TȁF;ЛIaZ\cX7)+Ro,D%7NUraӮVMv\5}ջKʝpT@ZUY0dU: 1>)CuK r8_˻nt fD,N9L \_g)fmWK-sIfa夲;&:,\S2<(3Glʉx2\8֚_-g`f6ׂݴ;ŽY.A<HD/Y6IDL[Ҕ#+.QNCzazybP!pɐ1z%AI e`xw^mF|cE{bX 6.p0MRotm[,_jAG,DnުJݼ {`^S/*m9>P>uTϘ_FeH./0UZy:| #)Vr0t0Ԑx̙5lI 3;;xu4RȆ 91S;)zE ŨwȎLF $w䥛rB'{2 xe0yG]Re%% bKy \2̸96'G?M'59N7 "j!WoNGVZTkqph' @6(A>M (C۔xudZ:m{\M؎chTM\fD2ol n3#ō*Uv"CS;/>!m &*N90bĺOX? }Iзgh3O% Yeis ([xS⫰"Q?\g0OXWd'pAo7M-7d}i{|Wz0ësi7}ͪw~, H$MJx=pCd( Is`w[JLmnE$A!JtVqto@'[vDDphw^UhZEuL J|CJ:gZu5ɏϦqPNߨ d^KƢF*f ѱPҕU0ߦ 5uEMZg  uLɼUzW}:CSp3Z<(QzbBbÕv E}u$ ;dTܒ=ݻj$Q#Ր+3InoTW~̅#p UG'h-J/%ٙ6Qмt,2גJ+HgZcWNf9+Y1Z0cڂnH+s*;{CQsQ~Y#oQyR흊q+Jp5 65jxxt{SD+rSIM:<âBof,0ѓjBtu1>wۯfȥ4E;aoVNPyߥN%gan١0%%3Sm8!2`(6XClbkƑ1 s'fT!nqC4t[PYnGH$R'n' -@KpXg#1YLîAdA%ϵAXiogVԴi/F_mf/gL++^q&R|!Ua$[54HOo4c-qP[M!~ El#8*7!V+6N8%^e/`6U0e s}$rtB\Fhp{˃iy`4P!nG LlҘ61d[Le+rV,KQ/ilV{~>4i9,LE 0"ujwG D˖tHwĹhV͊:2PhhMm ԄI^-GPȤEb4Z%ѿ\5&>cTe7Y:x#Juؾ75d&bG ]R+ixO 򂝑b3X)8X1;@f5pP=ƵQܛpYƉ8A%P^,Ს@ܛVeCi #">LbG o[yTFqZ^4)QV)䜝;z4H8=3Uύ=ȊƭCkü| t;6,:3Kg͟UބQ4;˼;E(셲^ՍErWk_n !d΃5O=E ٵltf~)rLo咚AmJBm&^YW4B)zٷj0#h6x