playerctl-devel-2.4.1-bp154.1.35 >  A b|a!M@eee 7ĪY޾b1}{!lo^3qQBMK*AmC?mvD*җ;6daf15ed1a9d6c2b3f6895a51851ba37d11397b6046a1736db8b7104cbe0c813cd094231588cd4772ccb4a5fd21df6da25824924Nb|a!M@eeex=צw@ z]YG+hbkh1.6lgƑSKpV80:>_4 #M**V#hĎxS3Q#ӎ:e͕UaS 鲻BuT`l dTiS\czigڇK7 ya8ׅ5|xs휂=I+RC1Aca?)lOߤ9}&0HH>p>$?$d # F 2W]h            0 b   D  (58< 9h : F G 8 H ` I X Y \ ] ^!b"c"d#e#f#l# u#4 v#\w# x# y$z$,$<$@$F$Cplayerctl-devel2.4.1bp154.1.35Development files for libplayerctlThis package provides libraries and headers for developing applications that use libplayerctl.b|aobs-power9-14ASUSE Linux Enterprise 15 SP4openSUSELGPL-3.0-or-laterhttps://bugs.opensuse.orgDevelopment/Libraries/C and C++https://github.com/acrisci/playerctllinuxppc64le ( 7A큤b|ab|aaIaIaIb|aaIb|ab|ab|a11cb80bdfd7dbd54799aad412cb923d47b0ff884e8c17d85d2b467ca2cfda43868b7d3d3fc9b01701c06d4d0db2e64ae9832acd24650e6993f9484a7beedff990d559c5f18347385bed10ccccaf3450d191f9b710619f6b73f019e0cb67fc997be249c101880b1c56606ec427162f0c7f460dab97c465076ef392137a017c26d165938ee00de467250a1a966f4c85cb7c1b1b056179611216011d44dc8353315ac666640bcfa403608345d7065c2bb9c7b456ab67eb24286c33150753b2f5e3a263f48147f157b4ac1d6c482a6899a7fe168fc8c492ae579e797d9cb603bb1f4c6cad18a211896c3321b60036959d3feeed948e6d86b5398f939be380f72af37libplayerctl.so.2rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootplayerctl-2.4.1-bp154.1.35.src.rpmpkgconfig(playerctl)playerctl-develplayerctl-devel(ppc-64)@@@@     /usr/bin/pkg-configlibplayerctl2pkgconfig(gio-2.0)pkgconfig(gio-unix-2.0)pkgconfig(gobject-2.0)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.4.12.383.0.4-14.6.0-14.0-15.2-14.14.3aO@_0@_0@__9\J@Y4YKY@YYLuigi Baldoni Dominique Leuenberger tiwai@suse.deAvindra Goolcharan aloisio@gmx.comLuigi Baldoni mpluskal@suse.comraineforest@raineforest.meraineforest@raineforest.meraineforest@raineforest.meraineforest@raineforest.me- Update to version 2.4.1 * Fix a crash in playerctld when players use TrackList and Playlists interfaces * Add the trunc() template function * Allow to use playerctl as a subproject and cpp linking * bugfix: subscribe to all signals when multiple template functions are used * bugfix: workaround for players that use uint64 values in the formatter- Obsolete typelib-1_0-Playerctl-2_0_1: the package was wrongly named. With the correct name now provided, we have to ensure the users can cleanly upgrade.- Fix dependencies of bash and zsh completion subpackages- Update to version 2.3.1 * Add option to toggle shuffle * Add -s, quiet flag to supress some messages from stderr * Add math operations to the formatter * Change instance delimiter to "." * Use playerctld to get players in order of activation when it is running * Remove warning message when the system bus isn't found * playerctld: add daemon activation command * playerctld: add unshift command * bugfix: improve property setter reliability - add zsh shell completion package- Update to version 2.2.1 * Fix a crash when the `emoji()` template function is used * Add a `shift` command to `playerctld` to shift the active player * Fix a crash when system players are present version 2.1.1 * Playerctl now has a test suite that covers most features of the CLI. playerctld: * Add `playerctld`: an activatable DBus service for selecting the most recently active player CLI: * Add the `markup_escape()` formatter function * Mark the `emoji()` formatter function as no longer experimental * Add the `default()` formatter function * Add the special `%any` player token for prioritizing player selection * Add bash completions * Add debug logging * Rewrite and expand manpage with `mdoc(7)` * Attempt to autostart `playerctld` if it is present in players * bugfix: incorrect error message for shuffle command * bugfix: don't crash if no system bus is present * bugfix: don't crash if given a nonexistent format function Build: * Required meson version is now `0.50.0`. version 2.0.2 CLI: * Regression: exit 1 when no players are found * Regression: fix sort order for `--player` command * Handle nonfile uris in the `open` command Build: * Fix documentation of the `--follow` flag * Update manpage release date at build time * fix gir build on cross compilation - Added bash-completion subpackage- Update to version 2.0.1 CLI: * Add `--ignore-player` flag to ignore specific players (#2) * Add `--follow` flag to block and print updated values when they change (#37, #98, #101) * The `--player` command acts on the first player without `--all-players` (breaking) (#54) * Accept multiple keys for `metadata [key]` command (#68) * `metadata` command has tabular output. (breaking) (#72) * Add `--format [fmt]` for metadata formatting (#73) * Add `duration()` template formatter for formatting durations (#75) * Print player name and instance with format strings (#90) * Add command to get and set `shuffle` status (#92) * Add a command to get and set `loop` status (#99) * Add the `open` command to open a URI with the player (#79) * Fix some errors with utf8 printing (#80) * Skip players from selection when they don't support a command (determined by the `can-*` properties) * Select all player instances with the `--player` and `--ignore-player` command * Print help information to stdout (not stderr) when no arguments are passed Library: * add `playerctl_list_players()` to public api for listing players (#47) * Implement the "seeked" signal on the player (#94) * Add the "volume" signal on the player (#95) * Deprecate the "play", "pause", and "stopped" signal for a single "status" signal (#96) * Add the `PlayerctlPlayerManager()` class (#100) * Cache and compute the position property (#102) * Remove chaining abilities from the library (breaking) * Library query functions return `NULL` instead of empty string when properties aren't found (breaking) * Deprecate `status` property in favor of the `playback-status` property as an enum * Add library functions for `shuffle` and `loop` status (#92, [#99]) * Deprecate setting volume via the object properties interface * Fix the "exit" signal * Add properties "can-control", "can-play", "can-pause", "can-seek", "can-go-next", "can-go-previous" * Add the "source" property to determine the source of the player (session or system bus) * Change first keyword arg for `playerctl_player_new()` from `name` to `player_name` (breaking) * Add `playerctl_player_new_for_source()` to select players based on the source (session or system bus) * Add `playerctl_player_new_from_name()` to create a player from a PlayerManager name * `playerctl_player_new()` selects an instance of the `player_name` if found * Add documentation for the entire public library API Build: * Remove autotools and switch to the meson build system (breaking) (#57) * Fix various compiler warnings (#97) * Remove library version from pkg-config name and add it to the so in the standard way (new pkg-config name is just `playerctl`). version 0.6.1 * Bugfix: unref of a null player when no players are present * Playerctl now searches the system bus for players * Parse trackid as a string as a workaround for noncompliant players * Various meson fixes version 0.6.0 * control multiple players at once by putting commas between the names * add the --all-players option to control all players at once * lib: better cache invalidation strategy for getting properties * bugfix: Set position in fractional seconds * Fix various memory leaks and errors - Dropped playerctl-0.5.0-fix-parallel-build.patch (no longer compatible) - Switched build to meson - Added -doc subpackage- Cleanup spec file with spec-cleaner - Drop static-devel package- Added comment to indicate lib subpackage requirement by main package- Added library subpackages- Backport patch from upstream to fix parallel build * Added patch: - playerctl-0.5.0-fix-parallel-build.patch- Initial releaseobs-power9-14 1652318608 2.4.12.4.1-bp154.1.352.4.1-bp154.1.35playerctlplayerctl-enum-types.hplayerctl-player-manager.hplayerctl-player-name.hplayerctl-player.hplayerctl-version.hplayerctl.hlibplayerctl.soplayerctl.pcPlayerctl-2.0.gir/usr/include//usr/include/playerctl//usr/lib64//usr/lib64/pkgconfig//usr/share/gir-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.opensuse.org/openSUSE:Backports:SLE-15-SP4/standard/3e710e2d548b60351fbcea70ad5b3250-playerctlcpioxz5ppc64le-suse-linuxdirectoryC source, ASCII textC source, UTF-8 Unicode textpkgconfig fileXML 1.0 document, ASCII textPRRRRk5Yu|S<utf-81def84ba0ef94ae6bd2a7856d22a547ca20c9615ef02e2cb40d075ffe1837069? 7zXZ !t/HG%7] crt:bLL &pf[ҵ^>[ ?y]:M\7>"HA9Q;0:"xK)FD5C:}{g96Xͩ:ԟF CIx^b( %j#\!?$ mЭ5{B5axRKf4$;bZr%@թxұlIs@}羝l-DI&"ϰg92z!=x3К9$d6< grH/ a{ xhMf7/Ezv”QVYJ>dI#ĥFݖZrbGα] ?mzD+C<BjWĎAiATSM@ ɔNnH}ӣ:tfUy- vwv`Mf#\})su_PN={q׷J4$OjGrjwɟFQC-Wb'~$1ʑX.2ƑABn}] I}]qrfkk^M!&=M}b>颓q< ߴSf+mA}d_y4<|}8Ҵr}G|f:6.mC8tYC"#W,Ð'mSd}7 ǟ}.L3O~[/Gn)q)[0A<ƀ$7,tdZoKd2GԒ_'Pz`x]?ebJɯ@z}U@ViCsrDw׊=9Vc`9cA]rd˂uFL &.n`1g7fajxcd-,p)Hd%KMײ޳}m`pHgx &gXk9)jz>I/mEѠ)Y=p<5k-삞PLB#Ԁ«mvq .1{zcp:NEMN ڷXn/lNlS|_ fF_Z5UY/}BSEKmƥ$6^B|kOhJl՘MDºn6u,~ 0^Z2Χ?8h‹Usѥ!;BFo(`\7-#g8 آ]/0F} R |u_83nTgaWE~ʛn6N4z$xyJ, qJÛtAi{( ]}SW ^X,4ˋλ@ f%ty^fZ03}Ey>ZqpN64\l,K7!%-g%O&zAjS]U :ogp>qxa-wA(a%?Z <-S f !`M5 QU1+5BN"SxĈ@ɐ Ʌ@\k1]cǚR3etwÕ@ x7;~0[ZͅLĩwP;@z2/Ӛ=݈~w{U/cҭ#".+S֟p橙~P2_\c4[՟>Rjpyji5]3aVt:W%#&:Q iVU%MUD%# 5ylnUރO!Nxr̳kusK,!Rq#l?3SG; v٬9QBX5%2ϥ|NW@{9"y8G]TO,O+.N4O04z!}{laypȘ]օ!"O~I+7Afp#ı!j* K(Th_oxϝb?5v,yuj-|\@./SV`:H3ZN.DK /I,C_8rLoLWbaSh-;XVt^m k?7[. *ulOEy KF]w:u6+VZ2&yކGC~ IBkђMI5;-VZtE !E7@VdE>ŗ8"&"%$i~- lքmŶĘQ*_8K+mEsEy^ɓn|F=*\v ȓ$F/DcNRj6n=9k)\>5+\0T2u֥NPnSQ` ]sheP7?T kZOd$:xO=|!i_Y" Mm`|q#k$NN*Op,:bqE`DZel1*6E2E}TSq/QE#MR % BO7fxĠȭ|/w-aw`O;Aʩ:q<엝YLxv\6ai`@OW䕧.mp;y0O)"=O5/B%.]d5nzg%W-f^p0_p/1 c.Li۽ /$F` "J߸EE$پ@*X٤5F3^J4+XgA&v.c{*y ͚Lj tXs{!@ l.p5ֵws, x6](PhI fi*H=`fsT N@.@}kkJsqg춱Bzۀ`"z#Y0:S)C!R_:]^r׳oKx&޺3UxW`B #&|s#ܲ`-詣@ [2[|?`_F*ϲW[K四;O^ɱXd싯GS;zr/ACdždkǘI$Ԣ1 9oxgq}!٣||Ћ.2rJ8 w4Aopke@UZ bgmFF^[Fo;(^b}nb< @?#9tuJ^ 1WxEh yOB_8ikW-)P\v {uKtx,a'_fͶz h-sc )qcN+ZKlc 2.Dd˂֟,=$nz.z/|~PQRD][,*==˭B}4aҍn~x iO[~J씤U|׃J5޳ Ul.kIs{u-Ӗg%V!)ϛ=\672+}sZRr-?ؽ-S.g9VyNm6+.%Q1Mze$,d*4u#vt(;Y,\ث5YR)'\ t־3Vk;G>] $PLxe~LNo71`biBO7/ _=U]{+5Ȋrsa2Ү6bTRǒP7%->/v-%>s/QHStlQ2u`F'? rA٦D'(p(rrתváW1f Oi7"6[d͘,\xz-yP!^՝t Dn  ǀH[7K\&bKÍsNr2@W5r &C&o3rXޖ'OG:T&W"3Tk֍-嫕8x ^"OOtR_|v q]M>-=  o胂:%${z.w DW@'GMuݤ)|c:*gň ~'?@%ž>!w e NqJm&7QAD{Q$e[>JO'$5$mǵ  % U~`&$LyNzN8{։oz( t5êЋHv0A;Kx˛u27=`;~{ڭ}4DF#e5WfdM%R1wJTm.|/l\c`r~a^)zUÂgD;~rpyψaiΤ-q7`%G݉lI>䫌OU֌Y*h=S_\Yɝ/F㌕5īƎy +Pé'<%tNq79gm\QgD:R+1NQ7ZфfC(h/0=q$t{|כrD ަCC/ۇO.%C@[pΨWBmMlT 'nKg).ЏN~UdTG.m:2;hcF{R|փP P Ljمaj o@᳠S\>83x,e~R&[6{Y/^>}uWpzhh$BQ oˡWf3§}7S5[)+xVe>yAzpz2BwӂlqRZ] B{ Al )׺2%{ ;NdrX1Dp ONKo248^xm 1WυdtayϏYtVFTcfɠߵHO  =&lNI1RҦ@?%8G}yk:Ł;XZbiyI`)! ӵw N`x6?ӳH:/'FD./6޽^:kM{7K-ڍhϫ7][A'#Tk5 \ڗXwv$akqîs /]N.8$Q>u~P~&7I}ʤd HUZWv!k;=on;`[]!"z"ILp0[fDE/{Vw@obF2BBes D}o!&[3 =ey쩛8p9e*>l݃g7o0yEާH<tr$ tFE :_} W(7`/Lx(GC,|4/Hh&I~6[kd~$d>ɛ)ڳk2d#t:MnXnWJڕTBjNE& `p-,tulRcG)9+u(2٣+kCXELW}%A_6t\Թ'.ʶ<y;*v곬@?fsB#I7I,I/%#YZpX$W\O5'J,Oh֠)^JCk־6ƿp>~]cSzÎW^6oFw2+mê;F8- qX</8/7t[YkzzzxiU 68 YxzdIx$ c2ޖCBCG jҖ2=:,@{ i %O25oa*Y 83~ܝljJ<Å \UnY3 -gK]EJgJMu^"zd0}a}WWd@(061;7]`v2Շ zԴ0@t^RK٣cFm-tN?*ıomF4:YQ:n9qXoJIh?F][5rhLz>Dz;e[IO/L+Axk1/HBO'dRBw&q_V~<+ wW)Y@Ϭx8d)g'+}qO>ﯙ2'u"{%X|mŊ `!}0?q&JdMh-7ch*2&[e\]%˯u3NzOo4C#p N471b=ۓ11 h WaX`{Dx^ zkPdN _oW"XIg#z{DAÒ˝Fz_݁4ܒu޾XڱjB3|WQw)ׯ:$FYFanR 7Q~s(kG]'}E0Ĥ9eIB\m'M=c?bTkMY.G9M9d" ԂcnRf^@LH>+H*Ti~.EjƑ8竑XY^Tӡ{ -`P ]l"SۑFZ^/t(@uJ Ŧ"i%#Q7|Z or9 ДP;UX}:&ȏu/ޡղD\W\w dB/`_.@-Z=1`ǻx@ QLzls(b5RC#hԈ:Cfpo,1WR~f+hQ'|% "3vm`SLpv?^*ԝܥ=z$sUqdu3z5!X "x OjQMa \x,E?ђ`$<㘁21%@tR@3tiZ+ ЗO0W`; oĞb _nm󳩇&H 7:y.坽#\{X${Jr#NM!XB9uD̵H5b8E` uoi,K/(uo/n+Ƕ.2i%u@C ͏_IF0q$pMr|Uo|Wuc(^p 2XqPd6VISg<{ɪcoUrD1ݴ4Uxp6;eJҮ2_E،Mkt9ĸ}8s h|ɯ+ A!}BrCݶcVHvY@282'!/V?3^}2 >/dS:߭l[#@чy3Cl˞Κ 鍾nffx4\~ ohUedY.hRM[Ro} Mf%<zտARU8@`hJ`H;. T*Y ,Y\9)PMY)wlUR@ò_&XXw0u0&הޮRCuy P;ͬZ"ٗ\l)(2 ĺ)ذq!W^'sj3ǢՃFۂk7Mљp6խ\m SɆkѠ`MZYWoaY-@=s8%'Zs.w xA'&0 RZHmQV/5)ȶ2̵1O26.݃ bjtt ޱi8Ҫ`:oo 5"yEi!pvG!U^fl^P\?ҩvs HLz,n_Ԯ`BU8MEF髇P?v(L%z  $s-)#iU+[bၘ0~C/W7Hti]tʃ ǣQ/ؐ<-=؍Y(' >v 7KqzYz?0fQ+K