typelib-1_0-Graphene-1_0-1.10.6-150400.1.10 >  A bwL p9|yrdw](DKݘlI RJT \%WeiW 3{_nUfg6=t:Wq5 LiI('L{rpIf j+#`RܾͣrMoP:'pc 7jK7[d.ӚJu*y? -8pNnKdg^ðL^Ϩ +NI [2f=g0aaa127aefadabeeaef6158ccacf0bfe62138474ebcf1c1f295ac9d568c987fdcf6c484399d641cc96d035fc448598b203dd9296R<bwL p9|Z&[鷆VnB:/Ro>Ҕ IG(wb3z#7d6‚Uѻ@#A%M^/e{+t9Werb(,'7]够,uoP-r99dL*_0!e^V]ҘT)#^%_.ll4bzuk:6_g4A>u!haS߰r 2( e>p>.?.d" . } $=^b x       @DL(q8x9:F,xG,H,I,X,Y,\,],^,b-c-d. e.f.l.u.(v.,w.0x.4y.8z.H.X.\.b.Ctypelib-1_0-Graphene-1_01.10.6150400.1.10GObject 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.bwKsheep18SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/System/Librarieshttps://ebassi.github.io/graphene/linuxx86_64bwKe41ea620c9d28113dc76aaa4c22d1feb599e8eda573e7176cb63848ef939f7ecrootrootgraphene-1.10.6-150400.1.10.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.3`x*`@^^U@]v>]rJ@\["XZ@ZZ@Y@X@Xf@Xv@XF@X<@X6@dimstar@opensuse.orgbjorn.lie@gmail.combjorn.lie@gmail.comdimstar@opensuse.orgbjorn.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.6: + Hide GRAPHENE_SIMD_S from the introspection data. + Nudge ray axis when intersecting a box. - Changes from version 1.10.4: + Add ARM NEON support when building with Visual Studio. + Build fix on ARM64 Windows. + Drop deprecated "python3" Meson module. + Fix detection of non-intersecting boxes. + Only enable SSE2 on x86_64. + Use the compiler-appropriate alignment attributes. + Change introspection option to a yielding feature. - Change -Dintrospection=true meson parameter to - Dintrospection=enabled: follow upstream build system changes. - Wrap -Dsse2=true meson parameter into %ifarch x86_64: 32bit builds for example do not support sse2 (likely boo#1184678).- Pass conditional Darm_neon=false instead of Darm-neon=true to meson, fix build for armv7. - Stop passing Dbenchmarks=true, no longer recognized nor used.- Update to version 1.10.2: + Disable SSE on 32bit builds on Windows with MSVC + Add more documentation on the conventions used by matrix operations + Fix Euler angles/matrix conversion + Various bugs fixed.- Use %{_libexecdir} instead of %{_prefix}/lib: follow the package installer definition.- 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.sheep18 16519853981.01.10.6-150400.1.101.10.6-150400.1.10Graphene-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-SP4:GA/standard/5daae300efdfbd8b7f08433d0a2dd3dc-graphenecpioxz5x86_64-suse-linuxPRRRR7M`-^futf-8490edf4ddeaa97615983e2e509dea3952d048f205cc2365b9adef4289a795d0e? 7zXZ !t/:] crv(vX0?64x ՗&uє̉ŒX5]vx}d9YAi@,aj_cI/$ҕ~&!2{xm/A:쮲jR>RO\Ih-JO0ָ4*%o|WV})o#/Һ{wC=e%$2 w瘫4&M!W*B> eHP A1P,=.]#xDWAB.kJD|=~8u\'+EF9z%nuWwT %W,bOhZܣ+r"x\1 ԙ)AKY@I_HfᇠWHZ)T rjEc%[ZOUY56毌9*h3M!~G&b*y]<%+ "TP3[ ʻOՍU}^D4\I=؅6&’^Ks#ׅ4/։Hilm\OmR0hNEi/pߺ$nrq a]ݒArzx0ǷAaM`Ō;9y&zIV g((BwƉ_i[J(CbVS!-OoV*(>]ŗlNZ63%Æb>L{U݄N0³@+ gBlVܷDz :WKcZ\3?6(% `@ƩBb\`KY /g \i۹Z; c@Ǘn&jayOHf]|z |;-^ M9dP۟ҷAZ5qw 1H: O@9ڋ&xzIm؁e%Ưͩ:On &fGjc@4iCw,8P5\k:_$x> ,e%Ct>t:PI_k;/Y`A8 @(\d "< .#a3Tf!ԏΦ7a9pp: (2Bj6]&9L3v *Wuª6[Wmhd= mk<ƌ&RN{[\WO=lgEz@#ݯ1 W@Fޠ,z+PZNzGoFB%NQJ/} 2~Fb)뙗{ot`*:\Kԓ0(M[ŭv"fsJQAرo8m-<9urDO}0>լ^T;aV@pҪaX̅?-#lu GNc/>I J%jޣ%SXc@^uFx.`HP8&T]sIỷB#<+ SM=c!(B7G5yzOmbۊ!P4<%QD}K@73^9\ACuὦlFjCd+(1<顨%a7?SI&sņILБ(<&ʱEtKE I#h )^Ф?1#m]Lۑ Ll/'=J<6⍂51HOY]:=#-!F:iüA\Mpyx*,c{8immAGYY<~H6 H7'}6XXٛnJ4L/Ix" CJ~AI~8y$LlڃBBZ\]O /GFusj#G{N2$=Z DcC9RXB ;a胵ā;6𠁏{ Erte9]ƺ~KEd"&ct: 1 >3.cOmGHn S\-h޴8z Q sWdPw.TxtL_#m&z-Se9"VWBW)j ]g4'\u bεbijF?؜ś? md* %/Mt9)҇Z=BSfW~ v.p%ecs_̯Gʚ{#R8oެ}jzgds5A#Yf 0 Z\ HlVAGy$ C𑀴5$}̗ 4q'弁NEh̆0tp6 Thйc7gb │>5q;Mo9{dh ߔO[ 3cqG)G?O{ߍV%yDFߖ`4%iw9Y5!l1Ouq51vC%ٙ`[˚)]-ߑ14;f5 /7/F#V)QUl f@\#kʶ,U1PXpR\|MgXU ~# 03iIISSz:%V?~'LB@)Iٌ1FtnV]yY[2ޝ!gOO41T4H '2,.Ve]@DO<j/2m?-(u0sԹ^ u 1` ;b\ ^|n]Gc$pEzp#-fj Epy( j3q! (:Pi14G1& 0Y"z]/lY.Iz0*RZBb9fD/0|!ܬ c?kܣ]aeYEM5+tT; Hf+\H A>ۧXM1QcM ̈}?L"XvKtut*Dګ[/m-q5Hjyqyc q=$@Ҥ0xM5 >ƾ%$0Pxp=|Ngq>΢.Uf4;܍zGΣ@U|B=,_v}lnfW M0BDOQM5ȁRFO򘽾r78' P\}rMUh{CU 5 O^3҂GDLߣ}kg^.R֣鶈#qLԯΣTr&?ԛiF/8_u~`*2gj)mFnbݛ\㉄E3BU"64tr2-Je`o-J8 o cHvR[G ߰3vvlu $ kB <Q38Y#<$Eبp{9E$~߃g둝R7=;([!C :|`6"fR>aj F e[6u2 CgTe9+wS(d4LС掲eI0oanێoB;F(?y u?[K쉩v*_KXq1Je2to1\zZRy2c71~ǼV6]P{z_kyM0gs ocq%p͜ZfR9"U޺$mV?38P[gޙmϊt1WBgabVԔ$`va / |tճh4֐ |rBG<.]$ۭ1e3%@"|nBP8sUi`0%* rcf'4߅9YB\/cUbyI_04+{bjwy-l@7 }V4q4DNzq}$0):'>G#e{4Cl^&C0t"D!l5tKZyK@Xy~VMd^n,˂՟$qK`*"F ,r0 n3{:Z*CJtQL/h246!x%x)([G`ZJl"Şcbю*Z`RTR0Q>#NZ~NXܬ57AwMN4KDžt޺Jžs swU ;Ea.eeC}տ]x]W>OKtd*aWp5+b0}QE.JeK#,>A׬\)jU{*PeV)u=2Ӳ 3f1 K^Okrm@.nf2R 1˩@7M (-ߣ66 </gr5d*Dw[./@^/jx{{ %4o <`^>tpT "Tt0,B /hl UFUEV>7pə`lZl11l9[*?d߼ØbLsr:U9?AD})NcZf}B]aC!3ڰ1*sq83)pF,[A0֖Ë_Wք8+ A>*e ^-~Mnwx:j_*:sh/:nļZ2B}Z" S+i3J  zxQ?Hr,J<XeofS'qjxj2{CɷڃTCU/ 1{ǐ2BU#*r%L.0 p(N c!(@;77LW 2P+ԩD[n^KhLp=za(Mp S/X{: : ]0~SSnEԚة}e$q<W$:XW#cz_Ŀ&>>%zjs찝,KE45;J_捩» +ajpwٙ"$ h +ʅʊ>U,7# pX^$z ]ҷz[ = Nu*tb[*v:?j=KYyͻjbK=.&jcPa &%MX d&C7KAB oޢ :FHJ_(%W,ʝF1U+]XiV^v1i=WU/3Zrq vs{Yc&HBS^!3oy cb)~,h[>(p YZ