playerctl-devel-2.4.1-bp155.2.13 >  A dkڊI%z E/TKIVj :`|E& ?MC]OJoz{gPrB[8ry֥O}CytI~5n慻(.T׌]Zs=*3$~] r3 / RTU awmMRG$*V7^^*cOx̐j^%)ŝ4qs5צw&-8ʏȱt]3=E߄qd^T3@{/ ;9BI,pjlq;$+- -;(9'9_l[A\7bSEUv1 ~zx{SG'^2X| C3{.89'1;ϫ\mM&],C(Jl.Q+߿aljrLpgLd /!*D$0qGH`>p>$?$d # F .SY`            ( Z   <  (-84 9` : F G , H T I | X Y \ ] ^!b!c"d# e#f#l#u#( v#Pw# x# y$ z$ $0$4$:$|Cplayerctl-devel2.4.1bp155.2.13Development files for libplayerctlThis package provides libraries and headers for developing applications that use libplayerctl.dks390zp24ASUSE Linux Enterprise 15 SP5openSUSELGPL-3.0-or-laterhttps://bugs.opensuse.orgDevelopment/Libraries/C and C++https://github.com/acrisci/playerctllinuxs390x ( 7A큤dkkdkXaIaIaIdkOaIdkkdkSdkief899e291eac9950bd57aa4f9b05056abbf9830fb0d573e0ae32bbe33318102b68b7d3d3fc9b01701c06d4d0db2e64ae9832acd24650e6993f9484a7beedff990d559c5f18347385bed10ccccaf3450d191f9b710619f6b73f019e0cb67fc997be249c101880b1c56606ec427162f0c7f460dab97c465076ef392137a017c26d165938ee00de467250a1a966f4c85cb7c1b1b056179611216011d44dc8353315ac666640bcfa403608345d7065c2bb9c7b456ab67eb24286c33150753b2f5e3a263f48147f157b4ac1d6c482a6899a7fe168fc8c492ae579e797d9cb603bb1f4c6cad18a211896c3321b60036959d3feeed948e6d86b5398f939be380f72af37libplayerctl.so.2rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootplayerctl-2.4.1-bp155.2.13.src.rpmpkgconfig(playerctl)playerctl-develplayerctl-devel(s390-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 releases390zp24 1684768640 2.4.12.4.1-bp155.2.132.4.1-bp155.2.13playerctlplayerctl-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-SP5/standard/3e710e2d548b60351fbcea70ad5b3250-playerctlcpioxz5s390x-suse-linuxdirectoryC source, ASCII textC source, UTF-8 Unicode textpkgconfig fileXML 1.0 document, ASCII textPRRRRHWﯦVutf-81b005b3abe5167d9c5bafa9a80db3aa8ea947ca4d6f775510884691870171c87? 7zXZ !t/H_%D] crt:bLL ؝05A؛G;8cYaM؛.޷U?E1WBۺ Kаo 9 o3viOʝ%tC:`5ߵ^cVOB-/ew5 j?Ḷ}k c|iWS怼78hׯ8Xr`,3W;3%HoGoȎzE5X<Ѩy]+󊣡?pD> 9eѹ ~B_g80DŽ(I5P]mӎ}>/ %9)!|!8OMm6GfCۗ,]:A'"vB$8;4O4XT p=%=W1ć2f$#K[dl*ryYaGo k2bf))a4ܡHX`*T/MhڳC&L2״e9ohp"&U=AOjE~ {|?v 勳U,[K:%.ٝWPRdRP]kS4Ik+#eQ,XNM:BJ~%:+*! |_qJ>A 9ɻ^{Be kD٢܇~I85?Xhz̰L$ sǑf2˰3)&h=fL9αҏsP/:YpdD)YnG=*ѯXτ;Tzpi\/5gV@9=4"jXτ_3+0!6Dlp3If<,)8rƴ9 ρO/N^,1p?)Y2OW_\1)-etˤ+mƩEfԾV*i C-*&GH|UEJޅNwDctE4W'B.[5w"xBF鞛Y9.4$TsVԢIu3Eb.jqJou+sףL/́t6FDcp4XmUslxBu]ىgU~xj贶1]7aOfoJP4 Ww=[MvaE^q@ s.SկAoZ߀C㵙ECmt}J.K{&XJ0ވ¥t,#?‚f(d4RI*[v*wd^B;Ot¾qu,jxgmGJƟ[+*4MRb^+wT77P嚄GyC8I+r&d'?]jY(4+\}E,̀~BU (EǠuI']qX0zXzv.mv/}ꆛtF#b(cR QV$xTסL%́p ۺ|G^ qKrmզһemtI证6m/)8C05J Z9 Ӟqe~0<2V=$;8v}[\MA Y'`as|oƘZ`XB |jMchmq'/zU<Kkm hL7hpacXy n0+PPΜ~!CwiԖcOs 0΢9eD3XಛqIRK}\xKZ] ]GZ?mﺩ ?lt| 8E5'|¨8I'+{,L+6pLj^2z2~XU ~<(r+Zp}%MȢ*eo3~XJ5)CeȊ<)iK^8HdQ G8nX 4Eӭxw?OӱpDNX57 ;G~j\;s>yK)15 T^6㪋-)U֯%́_V-9@EUF{}kPi:nT;z .8܎zPH75iI"{%gFze|GWד'#ŒQ0(3,pфt>+*Q &?fm#"+rL[ǿ^r1IՇ2؁Ky53!i E"_;A lW^slA353ԝוV 72Pw\$Yr` I BMsK]>y>b=#w=gz{rJ D5b%"p7*&ۭ@&4gv>Yrd=;?.3Lf/Mkjǁz1ދH8\yS3 UˇڧC~[TïD9Wt`UwZ3lC$=ݭ^h\s~2;| ?{lKhlICUh,ǣ4vؒsXoŒ`{Ʀ:1lv.VQ1D/C{JC$@.=^@C ΓKSc}fsi^؍sJ=H#1mg]T\`ӾS3֞5wFnm u@ 6:R$TDzZ* gXt(AZ~Kۻ;ο3h*%ٷО7;#t_T `JUs{*0myT5tD8!H-蝔D(+-`lq]<[b|7Pm <'$oPSF cN\)k 7j ?<=en0iKN..G9ҙXe-ibByMhۛ{bL ۚ6n_UaD ٴH#& *!H M> XXdm/N{6HmZR4Ϛ@uĘ ,s7Su2O#ĠFQOڛQCU'Ki VT0e;뭕A11v F$z6I۬s+d$q誷֌={TiDXDy]rrt'L-`Ddk &{/.S:I/΂o>gOr;O<2;k2ykhwy'h9Ǣn,̯Q3v,_^"OZlOEX5t}Bz 4,CAQGC['(BCh0k_*o~#o$ˢC_IL G~sRBtPQX4a8@ E߬ޚbWOi #EQ_Ǿ_<4;dR]z<+#e(ltض”XD4q*CqdpB?h.JW#Rs5\]ru/xQ1La Y4ٓ0|$j-S-V<'9ªQRV$';k@}zcp|gQtjqB*̝'\w9>W "ZCe/d"~ lb. ބV]{Nф4Ҙ#',?#Jl1ZTQAɓT%[$(rIuIIikb Դbr닄x-x$jOB4RKЫzuq7;o0(T96D䋸d!DvhVa3rvKW׻;7Xo2l]2%oOrQhU ?ODm7x?%?/!@ġiy*auJplCTvStW?X{H7q/`!:t2,~&ViI_%i 4h Bk\B{fCD I~e+Zj'aq^2`oW`Wm) %-|{Xϼ(wB7 zRCp(а?<&$'#̅5%[F- )a4sM2QႡ4Ah}-IRKcs1X= B6Aԕ){?buglg혯|o͊u%; ,o/Z"RRZ7L-|8@ƙXۡ+l){2ãt'B$=S|nff $'vf;sZ^1sZSXg Sm. mKV8G?U6C98eV\pK-Ȥe3kF sMl3od9F%#2+XjM9vFwYƴTk`Foy)/yRGJIA Pltq{ ő0tu^Ll RsVB"_QQyF͊*kmKZqW=r6:Ŝ{7h*sB08'uύSFi,Hqg}$|3H+Jjr#/Ç1POG1__ET>FQe˙*/")  ad|A&7~Y$%Wȥ@DRY !chԀ=2{HGW?DɣayKýw($]~ A ŕ7dډ^<6f  4D~2ixoDXeUM}'}I(*.s|f9p.Nc[0|U8iURtփOZڋ{M{]no"IW F!qD$txhQۨqp/:6*uԿyAдb>HHЩMpzZKwo Omݐac_W+GՐ 4UveI9?}p5]iYI+ڢKktf-KHl*U{g_ҀcY=!|i- 'XPcr,b-(@Xg a /@ãꫠCȞ_R"DUk djGu(u>=(˙Y2KћNtQV}0i{|}'/uIsI洁e. ::y%kX1zO`lf"viwu_'rEŻyo. 4AY4 tX{>iu^j&롴Iㅺfr+|wkYͻrUVs#R8T:}`{-9;zF86ŀD3r/e 8J&jj0\@͂td)&bȞ%y yMzyr+_nğ+~tF2F#R ~G4RҍwP\Ɍܩ"Z}c0}:oe6U x ю.͓tJn܆l@V!‘ -,&,]\ 5@Ne0O. yإ˿tڋ>f5Y< '_InF*nN{Uڦȫ҂0y4F.ͩϟY`V5bEy ӳdpل+P1݀e=TJ%Dkމ8j7G~kl(Efrrk% Gvz fX{9Η<ZbT\|(%vw^ 1RV| 2ܸ>pud{lE}0קtb9}E?+{[l XCsjT1i췴nA"k=ce.xaX׷4!RiP/;? jž1r=aOHLH?Ml)09 'W'o.E&˸sL&IOg#( ^;<ʹu,aFȖ l{a?:NU3rkTG/*-vc,B䣒[65rwe 䍀Br0hU)!IA/ܰdٽ4~x&*4Q$ )9ZHP *[a5tǞsG|''j΀F· NFP|‹%A!]w fPt["8Gz VEāLr@Ϊ'pz 5zR>8WLj2#XA _A1>/q\\ U"t.ƨU|}ӿTT1)w@ =z% 'SƠz+ TCOz-zvQ.~LN;;z,6Or2h}Yv}?0-N-PR nRG ۷h'W >wQ+xӜS/NOϯSɞv5dzӱ+Jh̛֓o&nP @D!5I2(=6]@w.ׂm箄o,cM&Qw,[Dh0Bk )#&blWCQ J)@CD۫=Ls2FYL79ne^u p҃n)tiYzPGc69q(䍐Ŀ\r8.HDLÛ4 ibB.ĪuB4FLU%x w蜅4׷ b%=I!I 2v! wq-Ѥ 5U*uẽ"é6C#rLo+2ݧvό>Ca31yhNBMWBV m\|$ '`&iNӢK[iA4$BCc8+8 ]*m`IL4.~vrW]"F@_wSIu82!kD&:{t$ZK'dQa6(zr)PY云.vy'kr yM8s?#.,e\X^LcjGXn>qalGGuV{ aw$o\iR.PPܩMIܬkmDJU\XeAU+paJ ţG=OftP.ue5[ڜ43V̎I;NRw0O w$!6 i@*B cx[qW}H0-`076o {)Y-LXEKv+@d^(hA]c0V?ӟ _PPoJ~ YZ