libmanette-devel-0.2.6-150400.1.16 >  A bwW@p9|X i fG߇ଡo+]Op> ,? d % R "SYd      H@$(O8X 9| : > FGHDIXY\]^ b|c%defluvwxXy z Clibmanette-devel0.2.6150400.1.16Development files for the libmanette librarylibmanette allows easy access to game controllers.bwW ibs-centriq-5̛SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Development/Languages/C and C++https://gnome.pages.gitlab.gnome.org/libmanette/linuxaarch64 X   ,A큤AA큤bwWbwW_____bwVbwWbwVbwWbwWbwWbwVbwW1a14aa8f4b922bcba7d505d0635d6a994745c57cc218ed35103a06b1ba7a4a887a3d89700d040f696fcbcbb5a7652ac3b2f47aac8994ed4c00acc8fa50106013f0d2efc0ff6b78caf7eac8da03cba5091fc762d4a91dde99f96f730b0627640ab3d485a2ec1e15793dd730985c6e3e575e7b3d260c9742d18868f0626f1ddb5d9e8281dc792ed2c006a5887328b8514ef01322d574d3269a4ec9b311a343ee69c2c52538fc02c1bc0bd82c3a81b960e5ff9b3edb1b1fcdebea0f808559b8d63535c03a77657b21c295a43aab938a2c6d7a964666a1fa6b96b0f48fd8d3f15837f9528bace18a43d6a7da27c26c1f1044936cb26f3f2b4f8c074bdc6f1f1a709fc955f2b04a9df358a7ce4c5c1bd9d889c0321744f459e84774e324fbd35d9291f53ab8b6368923c097479049c984e7e8c8f7f5d9811e8d67793a5717c2c25303f165778f1cda65017ec866a67d42d3d916232cb7f1d04f35dc1d8d3598e75a24libmanette-0.2.so.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibmanette-0.2.6-150400.1.16.src.rpmlibmanette-devellibmanette-devel(aarch-64)pkgconfig(manette-0.2)@@@@@@@@@    /usr/bin/pkg-configld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libmanette-0.2.so.0()(64bit)libmanette-0_2-0pkgconfig(glib-2.0)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.2.63.0.4-14.6.0-14.0-15.2-14.14.3``o_;^@]z3@\M[@ZZZdimstar@opensuse.orgbjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.comantoine.belvire@opensuse.orgbjorn.lie@gmail.comdimstar@opensuse.orgadrien.plazas@suse.com- Add baselibs.conf: build libmanette-0_2-0. New dependency to webkit2gtk3.- Update to version 0.2.6: + Project: - Move the project to gitlab.gnome.org/GNOME/libmanette. - Update the URLs accordingly. - Give the project a minimal website: https://gnome.pages.gitlab.gnome.org/libmanette/ - Update the project's description. + Documentation: - Add a documentation. - Fix many documentation annotations. - Document more symbols. + Meson: - Require Meson 0.53.0. - Add the demos option. - Add the build-tests and install-tests option. - Various code style cleanups and updates. - Add a build summary. + ManetteDevice: - Add a missing precondition check to ensure milliseconds is in the right range in manette_device_rumble(). - Throw the full file error code rather than G_FILE_ERROR_FAILED in manette_device_new(). - Throw G_FILE_ERROR_FAILED rather than G_FILE_ERROR_NXIO in manette_device_new() if the device isn't a gamepad. + ManetteMapping: - Check mapping strings have at least a GUID field and a name field. - Use the debug log level for non-programming mapping parsing errors. - Make some parsing error messages more explicit. + ManetteMappingManager: Use a race-free way to check the mapping file deletion. + Code cleanup: - Make license headers have the LGPL footer, not the GPL one. - Use #pragma once instead of manual header guards. - Use g_auto(), g_autoptr() and g_autofree where possible. - Use g_clear_pointer() and g_clear_object() where possible. - Use assertions instead of g_return*_if_fail in static functions. - Add HACKING.md to document the code, documentation, and commit message styles. - Give better names to callback functions. - Give the namespace_object_ prefix to the finalize functions to match the code style. - Clean up and simplify the code in many places. - Drop platform:Linux from the internal gamepad database. - Changes from version 0.2.5: + Fix the build with musl by using input_event_sec and input_event_usec. - Run tests during build, add a check section and macro. - Update URL to new home.- Update to version 0.2.4: + Build system changes: Add the 'introspection' and 'vapi' options, allowing to build without producing GObject Introspection or Vala bindings. + Support hot-plugging in the fallback backend. + Update the game controller mapping database. + Various code cleanups.- Update to version 0.2.3: + Build system changes: Add 'gudev' option, allowing to explicitly build without gudev.- Update to version 0.2.2: + Device: - Handle absolute axes with min > 0. - Handle the axes' flat to support axes to d-pad mapping. + Mapping: - Support negative analog axis to button mappings. - Support full-range axis to button mappings.- Update to version 0.2.1: + Defer the emission of input device events by putting them into idle event sources. + Update the game controller database.- Update to version 0.2.0: + Device: Add rumble support. + Make the devices rumble in manette-test if they support it. + Mapping: - Initialize the bindings to 0 before using them, avoiding improper values in non used fields. - Ensures the binding value inversion is disabled by default, avoiding an unexpected state. - Clear errno before using it to avoid string to uint16 convertions to fail on valid inputs. - Silently skip the 'platform' mapping key as it is neither useful nor erroneous. + Monitor: - Fix the 'device-disconnected' signal marshaller. - Fix the devices hash table hash and comparison functions. + Build system change: - Make manette-test properly depend on libmanette. - Change the package name from libmanette to manette. - Change the soname from liblibmanette.so to libmanette.so. - Fix the soname version. + Fix the license header of manette-version.h.in, which was accidentaly not matching the one of the library. - Following upstream changes and fixes, rename liblibmanette-0_2 subpackage to libmanette-0_2-0, change where applicable, set package_version define to 0_2-0. - Tweak spec, use autosetup macro.- Modernize spec-file by calling spec-cleaner- Initial package, libmanette, version 0.1.2.ibs-centriq-5 1651988237 0.2.6-150400.1.160.2.6-150400.1.160.2.6manette-testlibmanettelibmanette.hmanette-device.hmanette-event.hmanette-monitor-iter.hmanette-monitor.hmanette-version.hlibmanette-0.2.somanette-0.2.pcManette-0.2.girvalavapimanette-0.2.depsmanette-0.2.vapi/usr/bin//usr/include//usr/include/libmanette//usr/lib64//usr/lib64/pkgconfig//usr/share/gir-1.0//usr/share//usr/share/vala//usr/share/vala/vapi/-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/d2a1e1878fd48d21f190f1e79e5517a4-libmanettecpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=ac26df3af95c05ff28f12b0b004c705e94459762, for GNU/Linux 3.7.0, strippeddirectoryC source, ASCII textpkgconfig fileXML 1.0 document, ASCII textASCII textC++ source, ASCII textRRRRRRRPRR o e-OqH]utf-8124aebafbef06506dfe6e6291a7d5584651c8943afba5d6c2a25cf2d31832230? 7zXZ !t/%3] crv9w!AYJ?Fu%:ɬ_yBlkg p&719bQO&< &\+ ?}˵" ?bn;'>Y?zǍZAGS|RVA&ߟ$7r#U՟7:ըd)N}t\O^>h(^T̬ Qz9# c3= s=7o!fSZ؀WdW?/ Z|f@~,A5y_H9Bl@E9d[$y} |!Wq^fƫC>&Kـa)cMjx謝 GM{~.y$Q7 ­+F?nc19%FO{ݥp95G^JZLlXO ۺ 4$,5ZZ&+`ql. V^?/L-O)PZ^)t\Ǭ;iJŹ<_}#pqߞ>xd}bK<m>isOh^JdK7D[X6;jY\Iu+5F?*08Gkӏǣqy*+M =zw_oTlZdFG,LyKFx)\z6~M=EaD{[yJ*L~;5Y=&OX\f#X\ܫ~eAN_K_)reVۄߔ^蔝19$YXҬFs`J~sXCյҘZ.a&BkQwr O4I>mL]Ԁt}_{C kNգ< D4%,m;6ad2;#|+p ^y$sir؈΄wUE<}bظ+zjtcg^edDy,Sia!{LH+۪rPcN2ڝ}WeI!,ܬcߣ,Sꃾ0ք8XۖMh~eEGD\ܛ5񒲹U=e΁*-!h9VN!P 5ٛT.^;\m8K<P_~p2VN] 㲓Ǥ @2޸k"X;ew =OoVDe6kxBMRٽâbTsB!c.D3PvVK%K|(pY"UTpxNF׆D::#CuLSESz}=QJEV j2O.)b0QҊ!YSZ]7#2Njp\Pc~T3HtοBo@L v'3ÓpƂaeP$fyFa 7'8 5}" j{*qJ{Ld&!j }@3s;hևjFBxQ|#[ gSՇڗi诧zYёe_9. {|\{Zv̹ (J<f[gvawK2,87cH4rzvt lGO4U?k/N)QsLm]G t0E"i'*_u( ^p͐MpH1mհnUoO1`5"YzyQMІd` n m>H%E;D Cr<3du9>a @J#n(eZ%S9ẵW鈕O )>OxnFyX!ވc>W%[Ѧ[5ܵ^ T]XٙcfRdifU$AYO;FAd!35;7_˼۬OVY'.m"`[R붻R5ǪCn6j5). *֎ m٣21bIj+7cw8TM=Q\$_2ulZE+1԰_;_In: iuD}iUbH;9"SYjYB'q%_Cep*sxh&!E=h&׾:d{}h95ED8LmKLvVjLĞnI޾,\ I ש970D]:L~U:qGKTtuJ3e18KuKhw%׆N4)e3֫ØUf2&:0_iO/8v ZOg{\☘*Qt ?n[2xE[  EDx^(D9#}ji_Y/@ )dz͝P6u 9h^77~ k4ް|Q.N wB]ЋG"; wiU\3ͥm&^d{8tc͏&tv؝{םTF1^-` V-mAj~j^2ί$Zh`M_ G,QAy;VvM]GQ]g#'6Hy=0 ?~`U#TKUUՐ(:Éq13ljVOT{~HB+2#2!1fnהClzeL@|i(gˇ_BW ;߹v!Buф?jc1)6*4\!L%tI,6̙JW`gR]ׯ1 SXNt c{k ;|BqH\FbGEzxx/j5SW$z)AB6OuD bjq#Iu*bYF,Jt/e%}C6vzm ښPvxdbȌvuwmۏRI~S E4= 󥙕 A̩-W`';9#ߦcD# 5@Vśґ8_h0QI #˒P'c'SVvijQQπ>?\=7#Sc@}q r(sFO#|XLgH r@#g`3\Sºpl kLꇻT x-r6|kHx]c&;Jz5RY&`:?^ FH8]4z`gg%&1er9yWڇrUxT%Ax9. e4؊i@b+g^Q|6tFVY޶onГ# &iܣVCx=$ ?ەY&@f:Q#VpjszRo=g[_и )0[nd Gi[+ 1]agZ_^[E.SW"]'CIoo o^@ֆcEɕ+濻⵾R|vM78:UiGºGq j"HV ^LwA#j>jp**KJmEeF-&Eʉboƃ bÊ~ v(Px)VɪB[- ]"51~j.Hhy28.& Ks;C磈xs|-#nٜ}-WDh'5eldd8ܮJ $90a=ָȏ!t{?":[vgo0x`ۼ' eK!0$S=)kƜ&O'`VW_\Hku2i-O,dEbF`B,Ys^l$y y*09,?(*XtKa d3dD f ?LHYW-n˪_&_ѳ Nz߬_;>4 ϟ;^Q(?fh2u(oXĨ9MG5 tfi\+jOtF%y  X:9Yzglë598ֆejv)z"ta)Qiw0L-d)q7u;(61vj\8JuZ)r;.bC6߾@ʶi[8W9 az W~B^' )=grCkA~:f.DUb=Oo4f[~i"RĬ `Z9HoM &]kH4DOGFL;@wz΍ʆeC1]%4=X~pF|E# JK r׀@!#DϭPp)PE7FG?k?cZxا/\aIs l~E#Mۉ~[o~8Z(6/A0O.99["Mt]?d:JH7 +m\񒠈і ]Ny |:bl[iM})Tʇx pDN~<#+ΙX@HyS c`JqZ-0CvX5W4:|ƢixNJ%  \zʩsRAP.J-08awe'%Ϫ#ݨßeWa[{?Iˑ9HAd2H~xKکa_ ofGcPpxD A_/zyШ|l҆osT#=d8p^.@`%_=asJ|uPJe-V+;m3tgs7PŨ6mF8c*g(l¤}8Md/Bٓn|/|.AF ? ,^9Ƥ&5ps d" y%9:B8Dew9"IO^׶eǥҐyHiéLG4TU؂:F2+K#:_B{gaXpk!q$+ьK$Sjmo 5Mh>1Y4{~ۨ*uS441j/Z~ETy,#060`K.b6Հ F&G,N$o"W5*56pm@ ՗5i[Ho#xPGTaP.)7[jtdŌL@u꜔DJ+S2vR4{d?`UqHi&:~DۑZͣj|9ў™wnY$ oNMjS.fv,N+@Y0j uK#d5iΒ>k94@%$yDndդs: TEڝrU>HhTk^Iz3r[g~Kw.vEv#iZ9zTc1^,B"#O'F8GYGZL9Wow,S+Y?_ӆ l0bKx'd\jMYRwsNKw%XMA }QvCT`-KUUfЗ9];Se"z٥y$|t a(ZԿxhRV { eQ&V2>ܑ"6aǓɝqy$\4f0BF9xI]90L]TF.u\gKܰ8^}␥rX1Ckpl3's("5?==U\E4^\ZQ) ?l#Cu׃Rh'^>D!oc7A.{_}oBB