playerctl-doc-2.0.1-lp152.1.5 >  A ^./=„sc< 77C,@؉'>v}ܶ6~zqbnDbP./5Ȳxrqr?]!l1_c`6zz=܃(ao/ZEI wfm;p(ww"\-0*SeM}" mX0xU0|_ įo\,s]'TՖ[J1/p;0? d  ?|  d    F XTxC(_8h9: FGHLIXY\]^5bqcdzefluvzCplayerctl-doc2.0.1lp152.1.5Documentation for libplayerctlThis package provides HTML documentation for libplayerctl.^"lamb64openSUSE Leap 15.2openSUSELGPL-3.0-or-laterhttps://bugs.opensuse.orgDocumentation/HTMLhttps://github.com/acrisci/playerctllinuxnoarchkyA ZLP0_)ju-VvA큤^^^^^^^^^^^^^^^^^^7ad9d4937319cacb8c991717ae90fa17ea10b59a19e062d35adcbe0b57f73667c9ba57286215cb9cd7bb492642c436bc14d4f555e7e8fb28275f488eca001397d2ac8b341420eea5bc2cfd5ef3eeea90263df1366c9c2019db326d47e5f66097ae1bfd4275a3a68a6f7cb788d38b8bc7ec444fc76e87439ef7e9125108efc9c2433eaf07205496fbd89407adcac00fd0329ca5a81900348fdff73d0df3d0164e7a8d24b00f5fb6bbb0446249b605efdd36598e8a0f65ac3fab2e18438c73b91e7c657b0c16530d700245bd5974d17f298e602101e29acea3a5926f4b653b1229303355d93cac53410997dc7a3f9bd60f3ce0d8ebae7908978c8731fe9bb139ff0eb96fe775524c2d4d4f167d79041b17c5cc8ae9112478665132c31a1417fb4af272084566f442c660b1c99634158c89f33291ee61f8c5f2d45b752ce1973515f2d2460857ca0cae03bf473a006bb9adb48bfffa32e78691bf469db44db1203104a9bed30345034810b51dc1242c244a5163d72f2b7a8003977724812d6d9993794050c64c498420599162f2b3b6928232dd0be7991d942b1dc0b1670eb8695e0629ad38280184be1b94602f2015707a28170151058f7171aeda501fcf0979d3b5a67eda502f1d76c81b8ed7a7cbeeda0c867a4c24dc206490ee519d4200dab00420f2040eebf418098a86a3fb2ef5a9659c87d37b81ee85b69316b045a9453ac54b75948f4d26357dd018159078f36f90deeaf29ce3b9d2bd0ea6655ef1bda8rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootplayerctl-2.0.1-lp152.1.5.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 releaselamb64 1589974818 2.0.1-lp152.1.5playerctlPlayerctlPlayer.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-protection -gobs://build.opensuse.org/openSUSE:Leap:15.2/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 textpȆ^autf-860c2b754e78cf55bd42b2fc9f2d150d9efddf15a7e37fedf1d4c3ca54c059dbe?P7zXZ !t/D] crt:bLL "X#WR>ʮDPan× RȈH^|U8}OڍlP}^iJ(3j\ɉ!9TyUe_~ w#@o("c0t,o)=MV۩+q.-OM3_3 & Qm iEi-[ egKcۻJ"zԓ>w+:D*sH Rm*j2ċsSGZWbY࿾im={*(WH2{bVٸ_R]y5D]W_ge6ncȃ5_4rTL2ľhQM[鶦Srueɾ-GAN"]96xMk8Qu 'DcY A:UkQ:wXƯU*R#9l""^2>_lKs#L5%鲾d?<qy׼MLvyByiLJu6Rkj"t9$9F*ܾkACvm鑜J%hڈ >R@jS f=b$txvm>7f]&<8H'u5ktK!S d'ׂ :ga+ xvP)cм>4 K46:p" .JKE!:չ[Je/a, )٪w`=Vƹu#i1~-Yֆϒ0Wg ODNN= pЌ);e{Nn6gEYYĽȮ̤C?Rw ;C5N;\NlPisB =' \D~zMr0:?oߋaf1';Dw'T0T@ vո5%P򄰵f¶J&+ <ɑֱ<ռuaƸ _H̬>[X2@u<ب91n36&Bo-WUR#6!>]-R (v&_2]dtHٕ?t/Qv.gMs1gKt읏]\ 5;88Bwl" -S I90՛4+0|<;2Έ3dh1!aYB hn| 8N~%ٜ.UTŝX/HEtUKe0&1+H(LFYlh{H#HкT'o$ﯞl`_W7NC7/@S艏pw]S)Q%Ҵg3zs2 FX±{e 9:ckB>(> u ^;@fi#8roAS:4/g&Q Hq ӄǝS4H336Cms7 ͶsS0R%jxc,ۃq6Q FZo:zl4# HJg6m:e.P9k&8gz^rԦ5 3TXJ]PjcHqhflo  x@J-WY| oE@4r*wǼVL'ƭX"6o);S2*D#Oijc{ԛ3x,[3T(4BҞRm[J /WVyq.B,(BCVwG`mr~cKѱVHӠᾝEj6vK0T]a"%S_ލVOu&MP~U͢&l)Pl: :4gPx2|[[g^[LCZDjTIb %qC&Uwc3’S=Sx-llQqV})ritKI ~zG1ͬIx\3i$I=΄x[ީ0/ <qQu'Fh(@ѭE(Y Bi#$\W>.*j"h(l];ы l1іw0hwR\Q< Y8n>W0&2SŸ n'{0LZ\A3PyE)C+g0]EfQ!{?$t V(sB 6IVx9&}./ ]sj=Mj.X x #%2$=7])ϏIN3gtSj](KPU)e.y(rxʁ-ktoUa/~e=҅As6*ۤ2Y%VF=_ Ky\++RB'`93W&[0FFpp^0.#dr﹢}iig$rL .6iTUZC@찚ɳMt(ncc))|`#jS30DtKJaqlΤE1ȳ Kf)ocP|TŲw9= Ll;6i<}~rf .`s ?}k5[71of/mD_0ShWYj "Lpgbܽ0k<22Cb,_ҩc=?G$YPhK;M(=I )a3-4. C4~`\L31KC&(;DBo+s:ɏ$sލWσղ 8L8]; P}, h^⁲,L&/k绀f:\8I7,'toQ Rg1M:>5E<#2Bɽ)2)*tOmrV-LB;u$ylڔyݡpԖ|c66|i {c0냹S#Z(G!yA_(#Sa`vg,݌U[QSUYٛ|d xпS3/\e\]Z(UI i.*SHmVgYTp: Xg4ւT 030z#"fv!*u2z>LuI !Cz*ޣ7 @x}Qe|l ͽ層1f}F DEm0@)4M~$O.q%2D@EjbCl#HP5#\)ȯ ց2@BబX'ۡؒl%ؿyܝbJןyt*RTN{|,opq4hת IjKK5*J -NX@aGE0+il)ԇݦ؊A1,Jł}d^wż7vmc؎lp~7$YƐ^6n\:(o՜$8Z]-XM["}&|˫( ıT*@|*A82cYLr%(\e0˫NSA@Qvz~0t]d(Xx(V`" i=s($ZzP stZGw9/ls̒[55,Hc^/{ګh@a%|RU8rIVAw#RcCvkbI1^ƚp8+K%|mWڦYbiKJt%ϓV[t 0N[>Q(!+Ƴh\;$(Ǹ`@my -SP`;h6F™ۆ@cg*b9.%/[AWd}~ʶ?``"#0` Z!A kV@,e)ܼWdEp lMZ$g=0 >>fb545#/%Xeq&w5?3C\kd\\n!IC%x*+ %VQX@:1t4 l(;#O7 3ś+[)Nl˫ưf*] :T'ZB~sqxQ vB&-O-jb>m d`E#u#K]@DLKiw pNkQ<3no;{HDzفtI&s0^9_PF0>ϫ7d5D h>\x:֌U@v:وR,ΡG!"/ZֽV-lr⦆^Ǵp@d44g o@Uy:"R<&I L4cS5{g߹٦:5~´M3k{G`1(Vv'xz:OfIl2E{2]S j&C OTeŇɽJj@.@PEMXh ay<0GwwlЄ>2\hEiFoTٗR@Wo6 ROSr.ml˵JS`5_͆ɕ+}TƸuBA5!vз޷,@MZ\U2o+m c"5 g^j6%>*@AЦbL}0)k Q^R| |o8Jk=)8O9윖fI!̙̭NB<P{Sp31K6Y3Ld/ښZhVti\  vxLΉTz@9děvkbpH]k[H[{9,qͬ`w:G|9WŭRa fldϦK{?AOtY2Ϟ26`6Jۊ[J}h6Q}:Rex6TړӚ|[\bgUs8*Hՠ o89@z]=l;Yɭ?; ~BuwcG斞p'wB +OZ~,X~eE}V|:=zO^ 2HeBp6 z8|-Dەz.$,%Tu7:thsY]%#M |;iKeVR iW6 ;O {ҵ!<)AuL‚CDAxR4!'~^nR/r+@C8G,UbX U `h"}2G $ 6dOHjJԍfY;udSҪKæ2n'kpӠP{=Δc":=.w%$@Hil1$}I3ei=73lgR7y9tgpD|jiT`#;7P0^]2Ft ]딹]n>xC~BݾedibJPi SK(7:<3 '+ .=>5%1Y׍5JAy,UgӫO|x"orr/[;+VcnvT}roOU /2փ+<<9V]-Fsخ7zkk {:`iܘv7ේq:۝wf晃A"G\TF?ӕAG /0y܉GzE03ЊzwL0I C{~~Nj ;d72)hȵf\{} Ta&( Dp}.$R?ywϢ*>M'xNS)Qj sTxiijA4gy٘VYHsHˍߍ{NwVx@\y^Ān:WnId ٍW$}wsIJ@nɶ!g"@혋RjB1dp@|H*bdcܧ T{"H l쾕]߁9ڎUǏE<w =PN~Z?a q;|;XK"e #G-#neFK7,V }3JyS Z~x)WpM'HOow/4,W, ovuCTsK4RI7)5_pА 42 e*Su:<M^`Xxn\.,Z! ~w|W-珊#I8CXMDV"ND#ϙykl/Z^͚3ryUrS4Ψ|wivj72I\|3o*%Uɟn~J?o3kqx0"a\) +At+m9}o*kj jn;պdN.(#*$ ?^ƻ,6lIT*Rv 4: A4u74?c˄ 3JrndT|%Ra,"Ea)M{P wMjƹW$[QFXZjv$184~bto׃"Hv6򲶍uY*rDm[Z+;aHX&w&dH{QB 0t'] RQ me669ǐ _B>H+Rhp*Fٍ{xW|[UA@r#0g{W}Lp-:<2wgzmz 5n4Mh]Q`S"_\mIUJ4kY;KMpu{a[ޟ_@'y6 9N^? iQ&қZWaԣm CP@HrewHujOC_6FtXVTmP7gho4i ٲ&!h8z*ǰGDD/MǩKa6ZAr0ry董~kzlGMYk:#$~]ϓ % 3%W ]A N؞W@GQ ^":-'H{],ELRoy.dOɂvGIhn0c&+ݖsv8GT#NGٝ;"aycfFO={%vyٿLhL8o%PAp}H?U8V#UT'`"~׉ aL,7J"#"2d~g>=ï_E\15+6:OKޮvaMw THǕJo_:TEr'f_e WͼdؾwjYsi:jG.Rs{u]tv Hv5Nj)?k17tc[@25F[5q!aYD@SMP6lSH w,3λqk 𰍾Ijd Z, d0MPbOl}crn _ HQԈ a,Gԥ̫(nQ\ưv=Y?`B{V~*ƏMug>is)쌢85hb`p{^ Z䂺21Is BGd%5D#.xhUmKef'JZS0PV ; JiDWzH] ImS2e[,ggeL+=Ƞ$BeS]H,uB TS|FOȜQ$zYW2ҧ_8ςvgbz6=b]6IfS;,vf}-N[78mH.>M'T_v;b?Dh?ԷJH=VZpq݋|7e)D yUoZb ր6\kuM 9>5EnzD{̂⽓s uI逮`8|t逼"QQm2^LjtL r!s;*kvI`!xt$2*h:>zި픽24VpFbnӱ`hU*2QFp gm]~ 9ӂ:. H pF ޠqX;u eFmĎ#tV|#ҭ\OmrFW)=-״.-s1~cS—?-FWpBLz!FR؅: M?i P:VVf/Jڐ.D/b䦰҇HE;_wh6 H!ae6Ԭױ4_RH@~mlZlB.Jn-%گCE}VD]^zQyz=?,!Etk`Vxv@w%@]6:『fm@ R,8s(b7(϶1!#مO#Gx1E3>o기~u軘]+.a.#(dcm/2P&V3N;ñM/տorp t m0MHeCx MXzv yQ? Z7٬c Q3m ,v3ubèe[en:BΙn6F{oIz3k!5ng!V,9*A_?5[ydamA>0LQ:V0HV b|L^_U/$:9[~(GMW@ zdbsTѰ6-= `A̯()~37|H ð<3ZM(L7X?hrJy[=4($2CQd`E*ׯ x1.:HAِ5N҃飉B Ifo&l}lvV|磖9Ɠh_fSn uL:^kBb/U$!K3TE`̊;gO?OMrwft(:{1 KwɨIO&eLF5K.}_)Pr+!e0hn [uSkR6-uG.)!T/^#`VL&ϐ|6>E%4zV$ 0ir#"V}5Tv%hdӳM$XsJa 'V\n~ ;fd;M+F_v쨕 @Yۖ `%I]MݬgJvU^O8@[ˌ3&XR GfҋY!#ߝ/0L+yS>&gWJw5k7GfE';%F IBgѮ@HQv%9?l=Cj 2d_eWض+֯Ÿ'B쿂:\ y|w$HnS,JaBY+)iw$J]},e QzOmIn1=[d|_J`KU;]~=[dųVF)=~b/"o sэ㲱&0ޮH!X<"EEr@y NOb{1Mn~ #CWUj4M\eO{ڲ;94E\`tl Q'wGϓn :JK3ذ_A ㌌C8<Ft8aicwe 5Kر!X'D"ᅍ՚