feedbackd-devel-0.0.1-bp155.1.6 >  A dkKuTc$x(O!y1*S!j]l)܆l"n5 Mc{%#g\Q.{h>4:&bZpjet0X&@ ҆cNSI@h)?QtN,R&A@u3Y^3-Ԯ=tLr:?*ZNن\ ]Y$#М$| ܓ{Dw+192a14290b514a2fdf8d54ee791e156c7ec45737bafcc065cfbd015fb10329f9f2db1d3959ce9e1c904b8b695be39100589f53b2\ldkKś,vC+O9]z79PHqkǚOb5냉(wӽjnSkokU UDI7f<>j'_egW?Tuanf|E qf"Nқ[ѢCag!Hhv.+E b7{'i.+ZjyE,S-ِ>e=5| &㘟-bhu69☩䷞U<)(_1:}TgɦhO:Pξ],Q1V^E@3j.ZWo(%+@7B" J,=*{Zb ɹeꧮ(}Up*Y$,Tú̏l|*S b]w 檥,b$n_iO|fjI^Hb>ե5r wjb/ab^ \S F ֬)?~ 3۩oDq1n)lO1R>p>'p?'`d " B  '3\bl           ( X   $l  ~ (8 9 : F"G" H" I" X#Y#\#8 ]#h ^$b$c%Nd%e%f%l%u% v&w& x& y&z'''''\Cfeedbackd-devel0.0.1bp155.1.6Development files for feedbackdThe feedbackd-devel package contains libraries and header files for developing applications that use feedbackd.dkKobs-arm-10NSUSE Linux Enterprise 15 SP5openSUSEGPL-3.0-only AND LGPL-2.1-onlyhttps://bugs.opensuse.orgUnspecifiedhttps://source.puri.sm/Librem5/feedbackdlinuxaarch64M +A큤AA큤dkKdkKcndkKcndkKdkKdkKdkKdkKdkKdkK6add45db102f32450169a30ba439fff15a300a90303274ebbe5102591e6aa51ea7828b23c1dda3f3a57a91835e85358a825afd527eea97c796c06a2173b85fe825714e9405d30ec71fa10a28de3c7bd29c41fb6157503986431f45b9d141bcf5e90a3a8a565631103040326ecc58f43409c11c7404516838a6a20e905ee117b1a806cc38677a6daef77b5933b7b6768cf2f861f9043d080071cfec4205ca8806a3c521cce460f39138a41dfe9c5e5dff1a8289916c3c40df719641c442a5308f01887c0839ca68498a12c20f91817feb1dee5355a185271afd0a0abd1888720385affab1b1277efcb1c944dd005ce6938ebf0f68f124985750122c46c39d9cfflibfeedback-0.0.so.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootfeedbackd-0.0.1-bp155.1.6.src.rpmfeedbackd-develfeedbackd-devel(aarch-64)pkgconfig(libfeedback-0.0)@@ @ @     /usr/bin/pkg-configfeedbackdlibfeedback-0_0-0pkgconfig(gio-2.0)pkgconfig(gio-unix-2.0)pkgconfig(glib-2.0)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)typelib-1_0-Lfb-0_00.0.10.0.12.50.02.50.02.50.03.0.4-14.6.0-14.0-15.2-10.0.14.14.3c@a@`~@`t6@`r_{ __[@_@^^$DBjørn Lie Bjørn Lie Adrian Campos Garrido Adrian Campos Garrido Andrés B.S. Adrian Campos Garrido Adrian Campos Garrido Adrian Campos Garrido Adrian Campos Garrido Adrian Campos Garrido - Update to version 0.0.1: * spec: Clarify feedback noisiness. The old wording could be interpreted as the feedback being discarded if it's noisier than the currently selected profile which is not the case. Also take the new per application settings into account. * lfb-event: Fix SPDX identifier. The library is LGPL-2.1+, not GPL-3.0+ * test-lfb-integration: Test event state in async callback * lfb-event: Notify state change before completing async task lfb_event_trigger_feedback_async() internally uses a GTask to handle invocation of the user provided callback when g_task_return_*() is called. Currently GTask is completed first and only afterwards is the state of the event being updated which can lead to suprising behaviour. * feedback-manager: Use guint for event id. The ID is inserted into a hashtable below with GUINT_TO_POINTER and is set using self->next_id++ with next_id also being a guint, so change the type accordingly. * run: Make it easy to run under gdb and document usage. Having a fast and easy way to run the daemon under gdb can be beneficial for debugging. For that start the run script with FBD_GDB=1. * tests/integration: Indicate that callback quits main loop on_event_triggered() is renamed to on_event_triggered_quit() as we will shortly introduce a variant that does not quit. * tests/integration: Fix whitespace. Remove all tabs in favour of spaces and align function arguments. * tests/integration: Test that "feedback-ended" is propagated through LfbEvent. When no feedbacks are available (either because the requested event does not exist in the theme or because the system does not have required capabilities, e.g. no vibration motor or LED) feedbackd will emit a "feedback-ended" signal (with reason LFB_EVENT_STATE_REASON_NOT_FOUND) on DBus _before_ completing the event triggering DBus call. Since the DBus call was not completed yet, LfbEvent will not have learned it's ID yet and therefore not emit it's own "feedback-ended" GObject signal. In this case the test will timeout since the main loop is never quit. * feedback-manager: Complete DBus call before emitting "feedback-ended" See previous commit adding the test (that now passes) for the reasoning. * data: Drop outdated comment. We use the hints since some time, see lfb_event_set_feedback_profile(). * lfb-event: Fix typo. It's LfbEvent * lfb-event: Use consistent prefix. Make async data use the same prefix. * Use g_error() when library is not initalized. This makes sure it still works when asserts are disabled. * lfb-event: Untabify * tests: Drop unused variable * tests/integration: Check the state of the ended event * manager: Use FEEDBACKD_UDEV_ATTR. It was introduced in a5b4f99 ("feedbackd: Support visual feedback via LEDs") * fbd: Fix indentation- Update to version 0.0.0+git20211018: * changelog: Bump changes line to a recent date too. It was still stuck at 2021-10-07. Fixup version too while at that. - Changes from version 0.0.0+git20210426: * implement fbd_dev_sound_stop tracks the FdbFeedbackSounds in a GHashTable in the FdbDevSound * fbd-dev-sound: Don't leak GError * fbd-dev-sound: Don't warn when sound was cancelled. This is not an error per se. * lfb-event: Don't leak error. Don't leak the error values in the success case * tests: Run lfb_event_{get,set}_timeout * test-lfb-integration: Test invocation error * event: Make log-domain match source file name * tests: Run event tests too * event: Remove 'g' prefix from common C types. This matchs phosh's style. * fbd-event: Add sender property. This allows us to store the DBus sender * fbd-manager: Keep DBus sender around * feedback-manager: Track DBus clients and end feedbacks if they go away. When the client goes away we build up a list of events to end feedback for to make sure the hash table isn't modified in place. The alternative approach would be to disconnect the on_event_feedbacks_ended handler, duplicate the DBus signal emission and use g_hash_table_foreach_remove but that looks less robust than using the same code path. * Help emacs to indent properly * fbd-feedback-theme: Don't leak JSON node * fbd-dev-leds: Free actual FbdDevLed as well. So far we only unref'ed the device. * fbd-dev-leds: Don't leak enum_name g_enum_to_string() is transfer full. * fbd-dev-leds: Don't leak color g_ascii_strdown() creates a copy already. * fbd-dev-leds: Use automatic deep cleanup for device list. The current logic was fragile and failed e.g. when the FEEDBACKD_UDEV_VAL_LED would not match leaking the dev since the g_object_unref() at the end of the loop was never hit. Prevent that with automatic cleanup and explicitly ref'ing the devs we want to use. * fbd-dev-sound: Use correct cleanup for hash table. This went unnoticed since the manager forgot to cleanup this at all (see follow up commit). * fbd-feedback-manager: Make sure to dispose sound device as well. Fixes another leak. * fbd-feedback-manager: Don't leak config_path. It's assigned multiple times. * fbd-feedback-manager: Don't leak device list * fbd-ledctrl: fix matching of trigger in list of triggers. If the trigger is the last thing in sysfs_path/LED_TRIGGER_ATTR, then the new-line at the end of the output causes g_strv_contains to fail to find the trigger in the list. This strips the new-line before splitting the output into a list for searching. * README: Fix gdbus test command. It is TriggerFeedback and not Feedback (anymore). Also add a note how to end the feedback in order to prevent loss of hearing :-). - Switch to buildtime tarball generation, use cpio format. Also switch to a explicit released tag, we like to know what we are getting is the same every time. At the same strip v prefix from version in upstream tag. - Split out shared library and typelib in separate packages, and name them after their soname and typelibname, follow the SLPP! - Drop unneeded systemd-devel BuildRequires and sound-theme-freedesktop Requires. - Replace gcc with generic c_compiler BuildRequires.- Change feedbackd to video in udev rules- Add haptic support in feedback via udev rule- Update to tag 0.0.0+git20210125- Update feedbackd to add pinephone support- Fix problem with fbd-ledctrl file- Update feedbackd- Initial packaging- Update packageobs-arm-10 1684753175 0.0.1-bp155.1.60.0.1-bp155.1.60.0.1libfeedback-0.0lfb-enums.hlfb-event.hlfb-gdbus.hlibfeedback.hlibfeedback-0.0.solibfeedback-0.0.pcLfb-0.0.girvalavapilibfeedback-0.0.depslibfeedback-0.0.vapi/usr/include//usr/include/libfeedback-0.0//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.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/8e53682f6880019982926715f2890617-feedbackdcpioxz5aarch64-suse-linuxdirectoryC source, ASCII textpkgconfig fileXML 1.0 document, ASCII text, with very long linesASCII textC++ source, ASCII textPRRRRMMgutf-827b3f07887cb30643b71885fc444bff9b2817e2622a0bda41152e31c22649c76? 7zXZ !t/0] crt:bLL ؝. L5ak܈_H/}@.hFBaئbkȮMNR[^t.7^+~JnϗU DVd)~z#D֚8V;,  X/RPƖֹb@t\+aaQv9^m:OF3Rx͏^prX*abϱFJTI*rҷWbCUX0m9%Pb+Xbͳ!`-ӖS=^aK'kVA1syw/Kf3iz]Զ2χ"7ys/.wDDSc+ׅ,;gFh84*x7+77+܅=zL*^LarLRjb. ӹУQh;vTGCtbb ۷DDq@W vkmV ;gIΧ3O&+HBEEDl=5}A h$;;>U$s9?@㹭h-IYyM-`J6UH itD`Y'wakTc끠f+qR}jGtAƶ$ף'ٮVz}})[ (>p+swG[;y!ÔINlmEߠe@2;)z5\=W=na:WX2.#] [ >uFA)3\c$I-N!m%i-FEwՖ*^|'83qZkEqʄ=:0sE4ush)یxG7H msP$Nvq톒7#qo`/MG,UsehH(!5!dGv ,O6.*}|HH'( oeej ? t 0b gcR30]/}oqlW33DBoШPvQ3.77(| .$k6oDyV E -LlK+.$7] itQTo:?DH]+qKf.oᥥʼ`)FTvYM|yczS {7ىz~$0U 8mj1r:O3p ݼ"ϸX.zqi33k`;Uԝ+!+lʗV vm،>IH󐘯Q*S(A:K1mw~,e& b2gfla\n Kj,ضϥB`ڪ(/mHdLZb4 cRt1! uqB~;pcXnaTYܐ?+ -N/7%፩l9B951O{0-sn%_Y㝗q8BVX P9WrRDT&xVG9ڲ ɮza:xwksl~KL '֘= ^Kۉ!N!n_!9HIІ<&ѿ2KMfBh`fG*}f% /o6bޤO Eab[)ڳhW..{;ʭ嶓w;MhN:j2ݟR,D栨{k훍Lڅ~L[oX?T 9{XɆyv AUMyp!fLt rDt,XAb։ ^k_\#>A$WGm{ܣR< KVVMiPǎղǎuqA ]<R^t6UY=ػFq(dReWفK'Է]xCpT>;UX\dKiR8{5@Ey#W} ɬi`;'X8@s@]aM#w"@i oCSμc[ۢS*_(l]B%.W<=^J>~oj —hrlIR;Fp#ujs'U:mu7o3) DݸڼN5)*>)>?vu?l  )Ԛ%t YPH# ì=%#.\ "Tn\g1GMpthlN?}iG{L7"4+Q\lσh4*DC㙳4_挐u~ =EW P Z)w} $ &9'`k%ZDBnvD'2j.8,{UilL![!WKYo |Q)D_2dd[~TB$"#bb1vqT9&*t>k"8w!f[5ޮDX %ܙD¹Ёmq$++!\9a=pf`\mɫEWb KC<0L)7#E(95!ag ?8gQ& UhoQCO-zu~M 8դhZUfL$tG $D?&g|S2!c}ih5䀉 4*jp&dc{2~7déOQJDaeDe*{Tk*5a_LJ/taOrCx|QQRq#KxՖd~1Ϝ1o3Qߗ\\7Sc#}ADfb=q;cv'!f:.Z^5I\*;L*p;㤘"op45A7xlc-K^({ - CDNY#I&1ӗSa仅ŧ\׾nua\j)GB_f+=Ft ЖH@㈊X+N'e4rij ̥|iYN;ux~/jڹ9b%Gh>^fb&M, @]۰←bqQkNmaq[q2 f(E$\d[a[K)|N@vg;"ԋmy@4m~J 4hrSےveg9b~l]I#Z+3p=D.-5(WH-mszqjW0]k,vɼ.qW(47VvY̲+xyK wNV $~z+5o\!ݯ .\͏0SYE%V@{F ʹ!{ŧ;-[uBA'qՅӗܘ>UEi4~'B*m1'ɇI3 !Iћ4[}yO c%8E$bO8ZzW? uZ͟4?轍~&ocHuSUAۈ\MKƄ.ǧho?|=g;,OGUfڪW#W:;屗D,{M>v\Pe tv]W98 Gś dxxS.w^i*d' %ufwaOO?]c;9 :np;/39 D:;/##vt$?)GNM׆wDrl*ۈs,ڭZLq=Ҡ=n;[n8n| F`+BdFvm7W էZƛQ^S0O~Um}Ga8&S SNJ;b¡M'{;B-d@).gQ}NVɳ!\Gv96Rx`rtm6ΊS/g1)OK ?;sսXRy`0)O$N&ô\tVjQC%jJdugKq9V(`[ߜ$#-3Kk.d]}? :@:Tcw<Nz4HKa݃ȹI9rzlTTQj%B99P:c"[RQ*M C7L_v߉Bv(iLOwk|42Yv{Q zH ʦz+7^gPPp߼Ez7[rOda]e+1c}2̾o"P(S%(eKHȔCعj`c:R%P@e&ωRew'( Ak$ TCx p7t Wu@;?u<0 Y;7*Gy{Оp<%ӽHmRyǜtUl+{fy1J-w5H2hm>@݅!RLΤ:/ ‘9է/%;f>T*?NӾ)N5Dx$vRb]fcH @gZȶ߼zbv@`#?w %𔀏ʏ'TKT4FN5hc_`?!Cq-ɖ0ko64TF?2>l_f#P`ųGR[z$i7 WOڨ"s =w@hPړ^'^ }y($)2[xNTgCy_.b*A C FͿ/3怕nQwaaʘZ6"t&`#Bh E!MM+:9@LmWN\F2PďM# ;W>]܏1ÚH:|h?Hz*@ܓVT9teyZk[DB)> CS@^EZO_Mb@*aO_Mv%36a:^d1ZbyKKAjsYsCJH!(a@n#Hg1"=du\c0g mv%P㗐PQw+W"MJbZW:Dr9t')(52|zyegr0n|gP[4*u׾1w9۹:Tݶ{}qQ!(Z>ab:<4IN #0 %ٔ&QBqm.τ\NZGO* jUը ZMfAp-)%LOX{,ƣ"CE*ݬF@n\`]`k/Qظ@N_J~&eRk]aYniZYe~pcHfc9HCtNڌ:Qc,(dFpUj0ٌ6VLju] Fkή}g}mGփǿY|"ƣk4 r2R.Zd΋ӈmg%U-ˌG܎x3J8o)4R,.4` UkajcyjN'DXfQ=yo6Bw0D|m>EZ >n`cIӯǑxNQy~U?4߹΍j^,WyWRSGGv64 ;jm(K'$wd/t:IWZj0ߣC/e-12º㜍^ʋ{j*57y 1<1l*2Dd@'-D"EISDeJ'2 9L~@zkaq3ЙtQ*ȒBvm,@_lj4i8ɲ3$Qv=G95N*4WL7cssEV]tpNgq`8ljBI#CE'&&ju[j fMu=^8r y]dlN6.L u z+_1|M3$o{/V%MM,Ү_$4Lf f&%M$r^`>+8qiPd0:㠠,Β^=-| %w>cô(v,rOmȞ)G՟@/xTapr Æ`&i.zo.$**F^KpԄwmF[1j[n̂*AlR C֑4׷TcӡÍ'$g蒝 jc0R 0矸 Wf[Ҁ?{ɧX Vr(+WhE3n'bwś1IrgMMN|{-xdIn&J@B]Q @ET0%+&xJZNǛLEUr*IqnPk~Ꜹ'֗p-X·* L!Jy g m@t_u1F'"?FvFQ'wLC2-VRd`ΦF2wCjgxzRX_,1tjwha9K{5_WWM]F\GܒX"`.GƊ~o̴UZ dZahn!!}zk-VMG ':߸%EI=orub&[o x=ft0rua~ ;pj3t!e:P#*rv-eFc&Bmk~;j2ԏ1i(ę2h0[J=*4$JmoXw5wy,Rd]uLwH"[tһ*< NIH0û=q}ƳF0TGT ~݅S omVqQhӁ:K!e54cuДt%EHMT7hw[@ZholDb#M>ta/9~@WF dU`nb8D;rU}T@fа@0"YZfL4k=W6iIWDŽ㘆߯+ '8n;cV,V1G' ֜9nrAٛOF7a}CϘv#zoJI;<ۚ 2yj$WڦO\%Ҹa.'[3 +\HcHNS+'Dȴ~mvo-`<ϿjF6g'f>ZBO7eW',C]U KnYr45}7˼PNx+2Y%= (&Q)ED,jW$1(7WzA!o/RԬ'E PV;#]{ i9eJU37\&3TPF9uZ(qr_z3Ԇx⋙;$9i>&Ahbn91jVǝ*2z W? zpe͇^Y9+[5E܆5,*8fk5ߣ@ P1HE`Zc;zb~\>r0>F0` |M R;^n$@\UNP_^mM SjCGM8 /ʯI < ާX]j)~dGZ\#i]GzXg)ERBrv|ApIz<#aKsI9ƃbFў(,>g!^KS_dBK18#J-Enj,NReɘ;XWb NDzOa. "aHރg2AcPax5wk<řٹzTS< ͝Mι1hC"c8į{3 LU+hzOZ2,)wԗ"9m<: R}wV>" u<44("ZT$A \ͫ+@mBKu<>O+C nd1!&Ho,鍼ϹMaɠ{SO )HC30%R!+޵sфJġgY^ꖡJ6Nn0%/uL3!= Gi=]؁]Ng22u4xȸ,Vyy^.&m}ph;oEbM{B][=9B;@A,W^Qe5lDzUA9_7>.V~^xz:cJFFQ୸Cp15;$щvGSbM6R8#%9WFK~ +)Vu VhtZ010Xp,Xoһ>,nMQ|3#SizMAY`/id}/D\o hc c2 >yq(L QNs.\+ҝ cO"`^m H zU!\JMFQNlJ$ 'QQe9q.qB >w۩F o25NvJK`Z"ʃ$Կ8Jź˩SE̕i(L^ꐷs Gh 4jr4A_]YJlp{ C6[b-{Vn m%qNV$L M~=uWLg[Q t(mG2 Jtg#f_܋,<"^%z}h)ӋS躓nM_{@ubP%}/+ _l}EaVr۶ YZ