playerctl-doc-2.0.1-bp153.1.16 >  A `Bœ!M@eee3޷JlP<[,ø0رxt5PN'7\/b wxBF8K`mABkp6fEPn@յ :Άg2lZ^5zЄ ߖ }I+w˚rOf1 k+‘=xQ#523%g(*P99A!^{ZԊь3˨&+ g'#&z.qV+9~Jl?[Ȃ ~1Cǝ# :AWp[߱^(tѩ ᴙdhiN+8Dl#&勆@BSKo<|ж`d!]VV-ط;M'R<{u۶`sY-~DڅЈ]CnZ2FSMp`>p;H?8d ! @|  (p    R d`O(k8t9: *FGHXIXY\]^Ebc'defluvz4Cplayerctl-doc2.0.1bp153.1.16Documentation for libplayerctlThis package provides HTML documentation for libplayerctl.`Bcloud105SUSE Linux Enterprise 15 SP3openSUSELGPL-3.0-or-laterhttps://bugs.opensuse.orgDocumentation/HTMLhttps://github.com/acrisci/playerctllinuxnoarchkyA ZLP0_)ju-VvA큤`B`B`B`B`B`B`B`B`B`B`B`B`B`B`B`B`B`B7ad9d4937319cacb8c991717ae90fa17ea10b59a19e062d35adcbe0b57f73667c9ba57286215cb9cd7bb492642c436bc14d4f555e7e8fb28275f488eca001397d2ac8b341420eea5bc2cfd5ef3eeea90263df1366c9c2019db326d47e5f66097ae1bfd4275a3a68a6f7cb788d38b8bc7ec444fc76e87439ef7e9125108efc9c2433eaf07205496fbd89407adcac00fd0329ca5a81900348fdff73d0df3d0164e7a8d24b00f5fb6bbb0446249b605efdd36598e8a0f65ac3fab2e18438c73b91e7c657b0c16530d700245bd5974d17f298e602101e29acea3a5926f4b653b1229303355d93cac53410997dc7a3f9bd60f3ce0d8ebae7908978c8731fe9bb139ff0eb96fe775524c2d4d4f167d79041b17c5cc8ae9112478665132c31a1417fb4af272084566f442c660b1c99634158c89f33291ee61f8c5f2d45b752ce1973515f2d2460857ca0cae03bf473a006bb9adb48bfffa32e78691bf469db44db1203104a9bed30345034810b51dc1242c244a5163d72f2b7a8003977724812d6d9993794050c64c498420599162f2b3b6928232dd0be7991d942b1dc0b1670eb8695e0629ad38280184be1b94602f2015707a28170151058f7171aeda501fcf0979d3b5a67eda502f1d76c81b8ed7a7cbeeda0c867a4c24dc206490ee519d4200dab00420f2040eebf418098a86a3fb2ef5a9659c87d37b81ee85b69316b045a9453ac54b75948f4d26357dd018159078f36f90deeaf29ce3b9d2bd0ea6655ef1bda8rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootplayerctl-2.0.1-bp153.1.16.src.rpmplayerctl-doc    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1\J@Y4YKY@YYLuigi Baldoni mpluskal@suse.comraineforest@raineforest.meraineforest@raineforest.meraineforest@raineforest.meraineforest@raineforest.me- 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 releasecloud105 1614998440 2.0.1-bp153.1.16playerctlPlayerctlPlayer.htmlPlayerctlPlayerManager.htmlannotation-glossary.htmlapi-index-full.htmlch01.htmlhome.pngindex.htmlleft-insensitive.pngleft.pngobject-tree.htmlplayerctl-playerctl-player-name.htmlplayerctl.devhelp2right-insensitive.pngright.pngstyle.cssup-insensitive.pngup.png/usr/share/gtk-doc/html//usr/share/gtk-doc/html/playerctl/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/fbaaa345eb7f256143d4cdee5eb11e81-playerctlcpioxz5x86_64-suse-linuxdirectoryHTML document, UTF-8 Unicode text, with very long linesHTML document, UTF-8 Unicode textPNG image data, 16 x 16, 8-bit/color RGBA, non-interlacedXML 1.0 document, UTF-8 Unicode textassembler source, ASCII textB 7Bn~Y]utf-847b36193923efb2ced346854432ef1327e0eba47240d4d443a20012a9408224d?P7zXZ !t/D] crt:bLL,~xC=#(6 f\8oD.tXآ?%0cIȌ^ؘ8jߜs Y$2'6 1mU LTݦ=T^bC$tT`π:W(Xsm<4Ez\l\ppYwneCz](FK k߇;Sq 2מ$Q>xC3i1rE[0։ &spM T;oRBon%av7}78'o#w7͟5e%hӨsQE/!TѢ8U=9(OKf5{KCg'}7oաx{ZOp Yf"Lյ{w)b$!0K9Zڱ p,߈djwBF1^+[((.F*sX,X. caUN #xϰO{ŬXڔbO#cExqQTt2KR/a4]jSTutsS, ؟F5u!uU$'O1TiwY:@Fyq#H4|Wj $YL"LGaBs7"ZY:;9`r -5HfSj ҌrX5vƻ:ezTS>!_RoKʦH=!9/C)gwX=ĀG>9ۖX]Սygzb*1D" Y4".iJƞ:QI:̿ 该ha4 Mvۉz]1;֛e5"=:7;Von74<ҳ|[EᇂXkb_W[KU~%7F H9N< fx෠# ?,L>[̣|+i6|Mu=A<qԨilIp`T &Q6aru"LOڄܰ$i"u5;EMTkgr$K;AdG!m9t&^7ف~=2An Qa3 +UпD `Zi#xk[Z`QmAߩxȧ<\HߢH~>;5MHg G CPbD ZIb]9)4HI?P]P =/ l_aZ_&?J\m@K$ؠ;)"k㌲ @}etpA)SEwHJQC9y:~za0,~m;#Zjh*XXįgU ݼr=ih@G_G/ +z\GCOV|+#ۡLzX[}6d&ަREV N\&E8QhR!gR/ n{EW]ԓBcE׹ D U~^sAt? IΝk+h"cF_9 !oa}^TX!xd=IcB)V+ hVɺu@ wN $&n[&v0VFpjl,R~yyg>_k 4 Q!DAt*}}q$ե%B[F14ma ˚N½-EID r n+kig}D7/COiU]̹y4صJ f,~Okffćr/RЌvT&y/d_/l1W7.QIWFǢRsyGzgHLw>!{ih~ђho 4aMTY zW*# DUV{U'gK>6b{%w+%F:n M7S,ʗzfGͨ_Ů-^)RXW8DׂYWNƼ$L4uUC " P@؉52ѕ7@t DetΆ5I_TiHlaE6#WgMPz5] 0v Jkތ +M']2JC<EQEʬZ[elWW&|i;z-q;:' 8bf%*b0U{ĥ[*Zs(vFа$xc!l6@/m5/ `GPWX%~.3tٝS1!ڎS Cވ&C# b=H{.I68 IWHLoBjUr%ဴp>3+JÞmŏɛqށn%LXV0׆΄^s@RX;.Tz8?5 3>,ӆMiȲa \F25 1QI%iaMqz§lPT&6.TAndN$o_a }nZj# ;H?W A" {q5֍Xsg8B^s b1TJkazNC%iamFzU|Iїϗ98qVck:T }ߥ1#:xd`%Dև8 Bk~}2p0[G z(hyr4aEL߅n`N/읨#uxB}]ڻxNCYZ"1=G_O kEP 6T 1(FJc1 ""v;xy|+\¿{L{7)59 oBnZMie$Ew Xtv&% mk_P S)DsǧEvLxJy:!ek;su7ؓJkJRʵJcEt̽+Vb'0/JC E索&N l)YaN H\ʴdcw]}еIULp*j{yDB] C>#t~c?v&vLb |k1[4kG}˧3]O:axӎ D tNvHdfl}4CndOZ/t ͌ QF|F_xۏCwzb_p)$r&Z)N~{#'m>`9#%+THjY#Dh`YH*,tIB' ԣE\#wX>6ס*47PZN;rv3!ֽ4'5`!?+ n 6} \ cR+:nCҀ۳u9|+~f{ÜEDK`Ҧ۝x!I}{r%FwLeewoj5ܖp[jvl;[znHV~x7D=`Ij:EL xw ʕQHtʛ7r79\p{0ϵ=W!v߫Lp76]G`E {7V34)Qbiqz7( p%ܑq$8^ ǍC"02q+Qq?XmgF;/ 2&p-JtaLOPjU'C3rROH#Y {X#bb9Hel\G}, /"~8Cz'HxjN `0Y0Eγ&e.y~7<B:U~c#v[dV9;i"'&{DQ#\t$݂^O%mDq򴶓f^_#REtt dϻ{IFu8 ?úk;흂n S{'fPς=j҃J/_x[yw*\Dqa< V<(¹B YSю5bpڌ0ѡo QmF{nT&۹7'WB܁]scpoZ1a2He߽ň(VxTny Xi;,+ )'=&ÎSD#nOs0fU;ZB ƨiTfH~lt?fJ֟JɅdeۏ=YA eE*::BqSͯ|ۻґC57@=(SlۿsK3(.އ{9 @F?kO^nT8q>4#Y*&@CҬ?2D|@* V4B=$Zt;} 87*5وٝnTc-z80`E6`ř@re㢈N='H4~ ؾ, " x"B}ȝj.'9rșWeH 0ǿUO8Z_ܵsavA۹֓ GPLhC#YZ7{M"cf`@Uc .[92eP&&\ Rk*PTY%5؛nupoC t8-@O|O$2 ^t{%";6ZoT|0),GQ5uA_ٽ9Jd,&\Fɬ;*8iTLϫ z(d+Gb%nLCmܘ~xE5])(80Q9z=8t#JX5u*m`STiGảd"P9ڒ5ɃG*&zg'>3z/UcA}t>z#LD^c곌vOhCَȫ%M I!ˍq3ɯARK4WέdH78MHZmb=}վp"̆v鰾keA?VNl_V :M`ŒiWXnEEz}gXr‡sȀtN1#Leչڃn2br0 /%H'䤳 E?-n 1{m" _kAElNLJ0MFʓw*Nq[mjKc_#$VZTo],N ~+dAͯ Hx=cG :e}#t~ {P!|7Kd.Ol>mK#B.9~r"Rk! d_=S qgc33ذ?i+uQo3^0RQeVDZqbdTy+)f/=5(NlJ{PH!n۳hyHvb~:bfC` V`_+`\{6^ڕ^2B́o_A5Uh,9sQGJÒ&\Vb8kw,M9#rA}idj $Kbew_Rpҁ̿'2,ERI^>̂E "'G~_K7U%c/nB%V?8o8'}Ħl-c٦*hՌ5{k&li8/n޳iLV?rpOOobC UUb\yeKrQ-=Otv:N^y eX^S_HPDp*b#*zjJt|P%M~*A#zӊ=v$~I(_x$I^T3`at& !+nhp@Ȍ]ʀ,`̰5fש28ue[,\4DW%q>&㜁?)Ѫ`pFC>Ȍ~HRcJ?ǔ. UAXƍn*r՛4{ӫ[\SV Tk҈ڌQ$Op ,)jM3QOI*A9p߹-p_. L&oMV }( _5;ڟ-?! Wg_W8$" 7%SY9~LhC1~0.5MEHw>ʙOP5<L8զ||>_Wpu1IQs 02*X*2F f;Cxtݝw!8.t$T)㐿 yt1PEY6faǍClӇbs/Rt/_ĨgBǐ$sJeƊ5nŠ!mBt vX8Zȓ:_.],Vfe=Y?7c**Z+_E7IFhќ^_yīXs sMwuAn J]),أխwRFïOP’-zQGHZaL$.B.-٬N$R9#U HZI pd! Dp1.>2ƟO.X{!e8VI+Wr8e_r@`5kji@ gVyA~ JZlVnѻIgL]GQDS 7e$*KO~NgbI1TxCa,ʑJ`2k2Pr Q\:;B.2QL#;%G~w;hշiϠq>з[s֡C +^}\Mʹ+\o{PHz񁯾 ӀvCM(.)?}J2jcC. qAsekV0:fa^@e %/3fY|^L`z[nڰXi/s܉֏_#Z7FL ]S'P1wWͼ}:g 8kG 2`nwL"2 74[ Ԅ~\l:H˯i/A+? `ws14 8ə$ȍ!{:zf0IWN4^ ek6.A+\{A;%;K7yXs?TK}(My`<1mh`OQ1e|D}ޔ Fmd븦?8>2.[H@:Gh݃LP! AO>cHV>9(%0K>v{tcGGe7IQC)pb͑{g^"4(- *D+>-y |&5Yά4 ge~1.">P}n/+>5ܩRwc̱np?s,Qx}ս#=~Α%i,蚞6e\0*|}Db,SS$lR9[BY)?Ldkj>BUQ@ ~6X%0>#J0IHn|Fe僙Tʉ|1Ju'Ƭrр2qk?EV@^lGk #ck}wyL4fzrT™e_atچOygؐS:aD"δ]>YL1Lr7X&%p IM e - [` 99GƕӺg@]"PTݵhfX 4cKW@ibVW9;$V- W=-J^QkuOj].ڒs33?&`t(H r~#<?W S QN-nvLWF(O+ 7"&AwBB,dH \!ENVr,cS/ vuR&53,N)@-8 R|aH%vW+" OYx8@&UDž /n7ܲ@v_[*5pInfzh"[i.L{ @rqDuwοMÎ[_P C]zf11@*s2% [Ǭ\ :%R AABk!*D3o+7Q}iƚ 2o1ΜsZ]Qyl3.ZYY 8?uOͿ+p8 f/s[xқdk6Jԟ߀&=,X432k)5V0GԚHC ףw2"5 Ő)³I-J&{ޡzPF -) gs6Gcx%P٧->n5HMKm +_ No ZeQDS .r{l2s[k(y4%@}ppKrT‘Mk5De c jЖhO.kyU]Yڗ7Fb*a0@w-AmD`n3!$?PKSrm0&`*OL$^+r0N|+U&ѻ]o'Z"j[MJl :X>zVޠ|% . Ih{+_9KGB.: :@W3CRC"AJKFb 5spȝFٺh[.fKXY , 25˽\2(;FZn J9 )sYJ>ë`Б={ _dA@GQ0X,X^!"׈Rmy,,|eJhKw~b_H:)݌k,p[Fi țLIv{ai6'| H<_bGe^.ȁL^Qzu1LfO迨=JGk6DLC Ï6|R8M#H#mj fw n }YG8``yQ0`U֕f^an "إQ1VY!"A4;^e:@[/_ V{'\ZՐӑ6yS&D֗ Ƥ(ۥ{%JEƥ? Sc&^ ߸nSQ՛` J\^9c͌$g7r*)TO'sol؝s5pd[>ǣ(I֚Q,K'bX:]^xƆV[aT_A1 Irwcd )Tɦ :ndH_Z] f٘{_C&Ǹs|>{mgկ*` 7ܱK thL*oєoE% O&>(cҩZ|0{J܅>qߐ"_WAMGB b ghu/|)FĚV?I|(͇T hSǍXD>RYu K`dfuDV,lnGF})Pe-ߎסPh@Bh٧6W:Jc#>ӈ.pgOvߒ 7#Ү̬G&ErS6~QM{yapMnhT+x@-GO gr:tjM])>AS+[IfaXB8Mŀ`5粯 4L^rP]O]Xwđ>ȇ v8'V\!V]řn?Nml~,VKz9-E9Ҙ^ĪY({&gS,kRc-;4; %5ҾCr6o07{Uo#q r~wo_h;҈wawhش+F'DP4re7a!@ G)R}"OqiSs-iY9P m3U|:pͻ=lܳ4 &| W2NyAѴ&:`Z3Rt9(!)ùцda!f3r]=cN|V,2m0g<"rcGRzt)vdx?pq#mVĶҖdc1ug bЎ.@0r [c@\&V RQrQZ665Ԉ%; -c1LL[3F[5%w2NJpĦapf=\H-kVFiָh0C{^P _ YJ=,zNP_Op:*>IGodt4탑9kjn/jHt3H7(OXrl06U#"mٝV*;2Hx6,G3*<Ie6oLx_ {KH"P`<Ʋb[0* QVKƂ+qr#4SqTqM,a&҃-6v%$ @ @fom3ŊWJ=v ſS|2O]-3؁à4Kٲ]~K+ѠgK奇UvVL%G?8Rͤ JVMF^/GdL?.d^f䦀SqҲp*) ɞLn0b:tAvk.Mƅְ/ z*>NvP>(.ڱи@Pb鳌v:Ȣ>ߛK{;!`R6E.H6 SQ٥ zH7$@XO+J.ђ_ lU5pL  F :$e9W(Khm`u1dn, J[ʫPov]hiK+?7kC5%Lf $&/)3tenjm w.JMO z8(A6)ToΝu/ /L}MT@򘯘t6 'CkC Q]I#c}u1]ĒVє|?/Z 1sVu&Na2YF*kwTٵDp6hiEZb?8{V~&#Es.;av!1&bR(0JO𺙵>ː Sk٤k;Hك7 Y1; pogr>hվfqj%Qa+>!sXݎݗ9Q { o;dx\tyoN7e+JW)Xl-/'Pjטg"Pآ7J5G Mw^ާd#"+oB M d~) As :6Tr8MZ+c1+ :r+3RT2} 'ڧU2S^$=Eky9a7њpa]+gJqE{.Zen!ߊxˢͿ 8,=<%Ѓo3 T[h:uI"pX?ч{ ո1xRî%&#S#^I=#,`\ozo1GѼޱv@n,! )4tˬ F2t{Tyrxb @UO,l Gj4 pPn>PVYs=RL` `!K$UQ˅Sl/* Inip]$X}sHR4NR"dzPX6(]+R 'g#mԮ_(2?/oj ql0fd>įIu"`OpB<>U$nwsa[]h)DӺ)vώ~aX;Oha6֊V?oK#>NAY 9j\5 !}fKCarq7א] ɭ7>ҟ~ ¨5z(EDV\ CLEdU obIjŽT1uBz/>eG Nݣ YZ