typelib-1_0-Graphene-1_0-1.10.0-1.53 >  A ^Jp9|ż"&ˈO_53 -s݈y)<*GG/4Aa)]y\z ߍٻPutHG".G{f/̝!uAn::W'uɁ E<6N`gXZp/̩MvwǶB3IrVM⋙GUw<.T70R֙x]Қn-`0ῃ):& 4Q iʲ^X Ndo2AF7~|yBŝ+A06zG[09T6L>p>)?)d" ' v 5VZ p      04<(a8h9:F'bG'xH'|I'X'Y'\']'^'b'c(d(e(f(l(u)v)w) x)y)z)$)4)8)>)Ctypelib-1_0-Graphene-1_01.10.01.53GObject introspection for libgraphene, a thin type layer for graphic librariesThe Graphene library provides types and their relative API for affine matrices, 4×4 matrices, projections, transformations, vectors and quaternions.^sheep170SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/System/Librarieshttps://ebassi.github.io/graphene/linuxx86_640^c276aac093da5674c4362445e1e07d3537bba22fcb17401b545026baceafa79brootrootgraphene-1.10.0-1.53.src.rpmtypelib(Graphene)typelib-1_0-Graphene-1_0typelib-1_0-Graphene-1_0(x86-64)@    @@libgraphene-1.0.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)typelib(GLib)typelib(GObject)3.0.4-14.6.0-14.0-15.2-12.02.04.14.1]v>]rJ@\["XZ@ZZ@Y@X@Xf@Xv@XF@X<@X6@bjorn.lie@gmail.comluke@ljones.devbjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.comdimstar@opensuse.orgro@suse.dezaitor@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgjengelh@inai.dedimstar@opensuse.org- Update to version 1.10.0: + API additions, mostly driven by Gthree: - Add graphene_matrix_decompose(). - Add intersection methods to graphene_ray_t. - graphene_triangle_init_from_float(). - graphene_triangle_get_uv(). + Fix graphene_ray_transform(). + Documentation fixes.- Update to version 1.9.6: + Add radians based initialisers for graphene_euler_t. + Use pragma once for the header inclusion guard. + Remove unused function (#159) + Add multiply(), scale(), and add() operators to graphene_quaternion_t. + Add lerp() operator to all vector types. + Add graphene_plane_transform() + Documentation updates for graphene_ray_t. + Fix graphene_box_get_center() and. graphene_box_get_bounding_sphere() (#165) + Ensure that we detect empty or infinite boxes in the. graphene_box_t API. - Changes from version 1.9.4: + Graphene now uses an ancillary library called µTest for its test suite; this means it's possible to build and run the test suite without necessarily depending on GLib. + the conversion of the Euler angles type to and from matrices and. quaternions has been rewritten from scratch, and should not only be finally correct, but it should also cover more use cases—namely the "proper" Euler angles as well as the Tait–Bryan angles. + the ARM NEON implementation of the SIMD types has been improved, fixed, and tested, so it's not marked as experimental any more. + Require Meson ≥ 0.50.1. + Fix graphene_quaternion_equal() to consider the orientation, not just the component equality. + Fix graphene_quaternion_slerp() to always interpolate along the shortest path. + Re-implement the conversion of graphene_euler_t to and from graphene_matrix_t and graphene_quaternion_t. + Add graphene_rectangle_get_area() + Document restrictions of graphene_rect_round(), and deprecate the function. + Add graphene_rect_round_extents() + Port the test suite from GLib's testing utilities to µTest. + Remove internal floating point comparisons. + Improve the NEON extensions detection code. + Fix comparison operators for graphene_simd4f_t on ARM using the NEON extensions. + Remove the "experimental" compiler warning from the ARM NEON implementation of graphene_simd4f_t. - Changes from version 1.9.2: + Add graphene_rect_scale() method. + Fix warning from Meson by dropping unnecessary argument to. configure_file() + Clean up arguments of pkgconfig.generate() + Add equality operators to graphene_matrix_t. + Add getters for translation components of a graphene_matrix_t. + Use darwin_versions argument instead of rolling our own. + Add GRAPHENE_RECT_INIT_ZERO- Update to version 1.8.6: + Bug fixes, bug fixes everywhere! Also: documentation changes to clarify what we do behind the veil of the various matrix multiplication functions. Hopefully, this should help people using Graphene especially when it comes to integration with other libraries. + Fix matrix multiplication when the result matrix is also one of the operands. + Fix check when converting a 4x4 matrix into an affine transformation matrix. + Fix interpolation between matrices with a perspective component. + Documentation fixes for matrix/matrix and matrix/vector multiplication operators. - Changes from version 1.8.4: + Mostly a bug fixing release, with an especially glaring bug fix in the point transformation function of graphene_matrix_t that was found thanks to GTK 4. Now the function is covered by the test suite, so it should not regress. + Another major fix is the ensuring that we have a description of the SIMD types through introspection, which means that language bindings can finally know how big every other structure using them is. The SIMD API is still not available through introspection, as it's a pure C convenience. + Require Meson ≥ 0.48.0. + Fix matrix/point transformation. + Build fixes for MSVC. + Introspection fixes for bool. + Fix the InitOnce checks on Windows. + Correctly parse SIMD types for introspection. + Build fixes for the pkg-config file. + Documentation fixes: - Clarify matrix/vector/point multiplication. - Clarify plane description. - Clarify the units for the matrix skew factors. - Document use of graphene-gobject with Meson.- Update to version 1.8.2: + The main change is that we've now disabled SIMD optimisations on 32 bit Intel architectures; there aren't many of those left, and in general compilers have been less than stellar when supporting SIMD types on them. This is especially problematic when it comes to using Graphene types inside other allocated structures, where SIMD alignment rules break system allocators on platforms like Windows. To avoid introducing weird bugs, if you're on 32 bit IA, you're only going to have access to the scalar SIMD implementation.- Update to version 1.8.0: + No new API, this cycle, but it's time to spin a new stable release. + The major news for this release is that we dropped the Autotools build from the repository; Graphene is now built exclusively with Meson. + We've added various fixes to the build on macOS, in order to maintain compatibility with the old Autotools build. + The variables in the pkg-config file that expose the SIMD functionality built inside Graphene have been updated, to ensure that they can be easily consumed by other projects; instead of a single string that needs to be split, we now expose boolean variables for all SIMD implementations. + We've also improved the ability to use Graphene as a Meson sub-project; this allows Meson to check out, build, and depend on Graphene when building complex projects, like GTK. This is really useful inside CI pipelines, as it minimises the amount of separate steps needed when setting up the build. - Update options passed to meson, following upstream changes: gtk_doc=true, gobject_types=true, introspection=true, gcc_vector=true, sse2=true, arm-neon=true, tests=true and benchmarks=true.- Update to version 1.6.2: + Mostly fixes for the Meson build, to ensure it's a bit more idiomatic and conforms to what newer versions of Meson expect from a project. - Do a minor spec clean, use autosetup and license macros. - Stop exporting LANG=C.UTF-8, fixed upstream. - Stop exporting i586 conditional SUSE_ASNEEDED=0, fixed upstream. - Pass explict enable-gtk-doc=true, enable-gobject-types=true, enable-introspection=true, enable-gcc-vector=true, enable-sse2=true and enable-arm-neon=true to meson, ensure we build the features we want. - Following the above, add gtk-doc BuildRequires and package the now built documentation in devel subpackage. - Stop using sed to ensure we are using python3, fixed upstream. - Add fdupes BuildRequires and macro, remove duplicate files.- Switch to python3: + Update the shebang in src/identfilter.py using sed. + Replace --identifier-filter-cmd=python in src/meson.build with - -identifier-filter-cmd=python3 (using sed). + Add python3-base BuildRequires: needed to have the python3 interpreter present.- on i586, disable sse2 for the moment, otherwise the package fails in the testsuite on the "box" test- Update to version 1.6.0: + The Meson dependency has been bumped to 0.37.0. + Added graphene_frustum_equal() method. + Dropped the -Denable-debug option for the Meson build; debugging levels are handled through the --buildtype Meson option; you can use release to disable all debugging code paths when building Graphene. + Graphene now automatically builds binaries for Windows (i686 and x86_64) using Appveyor; you can find the builds attached to the release notes.- Add baselibs.conf: produce libgraphene-1_0-0-32bit, required by gtk4.- Update to version 1.5.4: + For the time being and after requests from distributors, the autotools build environment has been reinstated in Git, though Meson is still the preferred build environment; I still expect to drop the autotools build in the near future. + Graphene now correctly identifies whether the platform has an aligned memory allocator. + Compatibility fixes for printing int64_t to terminal. + Fixed the cross-references to GLib types in the API reference build. + Improve the builtin detection in the Meson build and the build of Graphene under MingW. - Switch to github url, gnome url is currently broken. - Pass export LANG=C.UTF-8, workaround meson issue. - Drop sed call to workaround Mesa issue.- Use meson provided macros to build instead of carrying the long meson command lines.- Trim description outside the main subpackage of interest; reflow summaries.- Initial package, version 1.5.2.sheep17 15914083041.01.10.0-1.531.10.0-1.53Graphene-1.0.typelib/usr/lib64/girepository-1.0/-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:SLE-15-SP2:GA/standard/80e506afaeaf1ef06bb8321d49f984d8-graphenecpioxz5x86_64-suse-linuxPRRRjtSBcWautf-80ce411671fad00e05341dead495ab6e4ebdbf19f35cf1b990f39422eaa13affd? 7zXZ !t/K] crv(vX0fO@߇$oAh[[ɋЇ#fW\S۟㲣g )e;:ʧ'A-q}63S9CәvU:.+)cR8XooPy:=%o.[Lvx>:tZJϾZ >&eq}F޷ :*F=Uv]{dg(Mbp3]H}׍{.ͯY(Z!RbŰH(r8{™ ?<3O8*F';E'2,d#>wQC'T ,_:pԊr0Ida|G=?s[$5\I9 X>Oj@s'!vN3c.ɳ#-U;1A%Ae;˩dDH*J,u^'tFXzh EEE%31Pgh\Q%ɽ(j᱃g*IGٓ]gGv׶M꾥,ӽadh殿D5ݱe:ld?NHػ4E08DVXm<.m[JB7xypWKK1{7ڬI:ﻖ]SU,ooGfĝt/}uM' o-aZݙ7ySq~A~|D$[`' 6X grm6_X;d|&Qu0 ꀢ{b‹Q?; ђ+ K;pTOj'2 &&r~B` ̀XEJpZ7㍯'M;,A1Szw iyH؃dRn#.fffu0o(I88- {5R4֖DPL ֪-|uHs2N8ERVk"Ĉ<#iaEש>N$,]B|5 a+hv~;8[A1lY6/|ow^SK3e?~6u(M&8k6wv}l]z2)siڽ Z$bOh,.ԇlV6Snecf\$f}:Ap`=SOC䂅2)jZ"kVcu%NCƥː5.SVQ]'ݠS9Ѧ+4&$͒* 6uEBI1\RUq*g(sw4~ӧۚA:e&&U@Vgrh=I?ţvgk&ԇ0jd+c%*Ũ`5/E Æ'egCB`%ʻmɪ 7!m;rFAUZó/`;q7F(UN^ X.o(Z -!e8`JGCCa\٢ lƀ#x"7kP]ZvGPDV/N}n谛4]SGM4IqRIב3 lJC7CHp.|XL.ĵ[SxR9Bz?p WNXG=#!Ϭ-H'5i_$׬{+^nRC=})nޒqo]/3"b EGDzJ4^`>H}ynR~вS ߅SK0B8}'-"ccKi`~mc뵨:R0ZJ݈3 _L&VB}:0^Z*` [;}ɧY-GGrol©2ez!pA@/+H3`sq TX 3Wk kuYc;F5xK-!s|HZ=L}w_g ut/pY|8؞闋Β4CD8zomHxt!\P55[N>:^Zwr.L JW:߭JJW9}r1A47޶J[f^^:dv#'gh7u&&uL kVtx"ڗv*0 @,r7$ ޔ *gSiu44J|vpN $kjsc5YWY,{O G B5 ZDKt+EnUe3v!o=HGuvt~t,YBPae.C<1`TCqtbknyhcwqUצ\m9yHQ7L&g3]Oo+й2UI~g`“ lSǁV3W_GO4ƾթ5yB pg1GZ*煽9yшMZvd 2R\gDz`W9R(#% )2H%)Tdl Y2A^-XǞAyE䏛YX `Ŭ6`p-Boc #XXXZu; 8cenObIuw9%D2 *2[TPw²)ҩ"סtIvXcpbC"*czu1R?g& hQy-٥xFF &r$߷,\L>7|QCN5ӂq- FhWe/#?5m:5Yr.jwsWi6fX7!brKR~]&l_t}N햎^N6#0#|%=ǒ@{2`<9i_b^Lb7'YI<]bu"OkksBIB, >})$"i7(a.E`f4 Kgb.n)(DavۯB! '̤s9-xä;oIAmsPi@ڣ,Έ@T 2.f{Ft^cPPׇfba}b8h(`\^okg>ocluhZgʹ0AhG䐮#aHx8YW\+5r*h_X2Lv9N=^ӠOL)$vRvN:ΒLӾҪaCř5$g)Α kܐ .sV(#crn{H^C`2rb,e2`U_/>JG4jcTd9qEǫ FFE>K{,6ߋͪC x5~GU* a5 'qЇK6T/`;.&8GnCflo'ҝHnG5{v.y񠺪g/< ,) J*(ΔFJhۥvw{$Cr.}BIWՍI4 HJNs((e:$NY8{}L9Ř\/o/*v[JE*AR ̸~Ɖ`Ih &jB&ʠ)~)xXcajD]6SǷ )|#nsQqӂF!fN$eqhYqk?؟e"){SvQZ;.V3,(@ m+ XA%*G5")_Ba?j@8]$'3C[ٞUT0 Zˏsk?O7$,r!rjaݓI.n܀C-˖SXt}1H8^A5t g"Ç6Ǚ^@ڪoBĦi^Tc0 Yn"F*yH%)zUL)qĖʐwtE|(^H ߩ8b͟eҽhn""bqqG3g\Qqњ&W|dVl`ll)[zҥ^2==6O[X(/)CeGƁg)A W]2`NDž ] G} G?4\qC/m8$ƺNmSt{!30)(a2{ۿn?LnF:]tX> Np_B${ިQCJ/m}Fwk3vxYBjM~{35 LdRQ] B n-Q8Ow/Mk$dI 6IxkZ^Mvyjw5WŰ$mҗzݒ3 ?̴5ȶ YZ