playerctl-devel-2.4.1-bp154.1.35 >  A b|[!M@eeeRGzMɚ@/{zϣމ n@G 9JM]7,H3AS-Ŗp_aBn 1u4KptB_i2]s҄X@*ȫUk4W9nr`u.@6A;O-E/@u{QzFʕ6=ьzkfe1)︆OA ;Y6rZja' Y>7srEOd.tMsUq%(87588be65b0c06d39a0812936849d44e5fce9e82dc1d7fcefc2515568842fd0b75023c42dfb08cd74806a84ea89b9ff4659065dcNb|[!M@eeee#߯zv}f>\=>I =W\OY6ߪQCަOSpWDKa ޹Y8QB\|æH;$]dˌo0ۤ+yNwɒC6}gϸޠ7Γu૧i y zѣ]X*趴o!xb1BlL09%iߌpT=#Ʈó\]*BB$K/in|bHH>p>$?$|d # F  *OU\            $ V   8  ()80 9\ : F G ( H P I x X Y \ ] ^!b!c"d#e# f#l#u#$ v#Lw# x# y$z$$,$0$6$xCplayerctl-devel2.4.1bp154.1.35Development files for libplayerctlThis package provides libraries and headers for developing applications that use libplayerctl.b|[lamb08ASUSE Linux Enterprise 15 SP4openSUSELGPL-3.0-or-laterhttps://bugs.opensuse.orgDevelopment/Libraries/C and C++https://github.com/acrisci/playerctllinuxx86_64 ( 7A큤b|[b|[aIaIaIb|[aIb|[b|[b|[11cb80bdfd7dbd54799aad412cb923d47b0ff884e8c17d85d2b467ca2cfda43868b7d3d3fc9b01701c06d4d0db2e64ae9832acd24650e6993f9484a7beedff990d559c5f18347385bed10ccccaf3450d191f9b710619f6b73f019e0cb67fc997be249c101880b1c56606ec427162f0c7f460dab97c465076ef392137a017c26d165938ee00de467250a1a966f4c85cb7c1b1b056179611216011d44dc8353315ac666640bcfa403608345d7065c2bb9c7b456ab67eb24286c33150753b2f5e3a263f48147f157b4ac1d6c482a6899a7fe168fc8c492ae579e797d9cb603bb1f4c6cad18a211896c3321b60036959d3feeed948e6d86b5398f939be380f72af37libplayerctl.so.2rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootplayerctl-2.4.1-bp154.1.35.src.rpmpkgconfig(playerctl)playerctl-develplayerctl-devel(x86-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 releaselamb08 1652317076 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-playerctlcpioxz5x86_64-suse-linuxdirectoryC source, ASCII textC source, UTF-8 Unicode textpkgconfig fileXML 1.0 document, ASCII textPRRRR[ކѓKLs4=utf-83cb155ea3472cb2ef022b9a6d936c6f95d1fc250083aa0fb0d0c6a42be6ab8df? 7zXZ !t/HG%>] crt:bLL &pByr8CA-:-H,QރVTsa/b7TU Kh!jjYx2cފ-v *zP(}<RxF0& pH 4DwDzCqwq#Ȭ-T*X$K]RgWxnatTu)*WønPovnKѠ@Rs,cmSK/_^Ҿ zMȍWՔ?ȯ u ?N>NX-RD۲Ht$?Ƕε3F6/?o3孋MI!xA@]RlzE-.JS`,A`~8"W 6^ ǭ1O4XIniaCW(~ 3WbaSi:S!W!F{fTHӗ%;cre,P>Bps{*O:=kTa6U哭1L+ Ǣ ZSrխKHC4%~>1DmssQ <5[p~!1 6@_ R><;1Xnzlc# $v"q8%.Az;eTo"G9\g94ZJ͵*u&1:Xo\L7|`s|=OJ?НIPvlWub__c7v(os@H/9 mR  TSӰa%nH 9fg_$7F-"/ S ?.(a"A}d AގDM~uEuf"Bd+ -76L<@ٗն3'A Fq?UOJL~ś64AǞ G7<`d6p\.[Ծ6vx bbY^B:R51Đ/K0*0%Tq -=!8 &7'7q:x&PƜ#jTc B5Er.9U sԥOONZ(yHQMRڋAÑ􀧃 /ZU/Y Xmc$57_Ö*W&5ꭜ訸`w\⏬aU 0ķf&OӑsJ-FNsހ2 E{MC6K#@PrjZ|Y:a7CEM=P(%j7w<ǖ7ؽTAvAd'lA}U 9۳Cm)P#%c cQ v򊵽Hp` +TANZRK4Ke T)0_gm-Ώ/y@A/֍}xZS**}Mf&IPP,7&ФQ Ew? I 1:$ XF&3 -|i[8i寚]%MZ% ES+&}3eiT(q%]9+%ڧ%PqA9n)5#N5w .nM*0s{\ T<j7wֺSj=pTgɌi~h2簼֜@߭NЯ{}91#y? Đ}u'˶W*~3k>9ٳq/OU]$ةxArqztQ/%tv<ҏ%ƽKdf$:,=H֊C@'5,,d/'E|< aAqNݪxjeᨣټx+ wL<@rF{AIh#,i]C;f/H?w3!sG #oQ KPg$х=SXfH^٢VIKτ\Tz {;{f г;!,ЪYLWQ>ݍ޳$P}G@7Ub\\-9v]u-i7d>8+4)w&?qq^v\*8>QfvlZ, z ,}*BE! pWW.Qzm6"ĩoD~H'$sRxx".fkf\{[w1 S/!}"c$X(-F)oZ"ݫNչ)׽.{ebeWa!nJǙY5Ta"3Wam[!O>Ҵě| U)L''~2=QȪsh:jňgC&7"4j:iiV_YHW1qo s+ (j)F0n Kr S'["4q[))fr{PDGkwdNKخfjb|fD)I@Gn9yOuZ~A)6 R %"{!wb1'gLHeU4ni+3Ca-l?PBx4HYp@+d±aU(o"oO~ )sA%3e'/{ery1c]wuNJdxt|Me~B\))<=>wh @Wd!fhि|-$$sUti}SO4[q +ayR<4EJ~5_Teg2evȡZ2D,՝S l ^%r(kUnx UFJOjm;=a@/n;6Ue2P*3]6DC2<2S]au+bre+O[>.S#_Ց3n0YDc|߼4MYUpߍTex;!g3kP|.x;#/oo \zx&~56]a"qPs / %'=+S8/P{B\unXuzC6} ¯pvuʓnfxd lΦ~ 1]"3N찢[PwEn2`M4Ekgb~h0KL)ܻ(wP7kc&]b;@GEb 8?ȐSc-c մ~)w S]fiDx' Z"?-d!*0``3}qg"P̖F)2nwaQ,CY5F4PInj491$xҙ:3w>`Vi2զ+z0m QDV?E(bAp61a\\Y+ ( {8<,B&ksfk ;tA03!e *fY BTT+SndXK|K%#jAn3 x#I?{]F(o |芘*RçvU]NOzᨬZȕ:hwK7fހẅg!h2k tۈ<LyJըvйwF2.?PWOn|rx0rCRhc/sW9.4@wR]HC&nھds^RŦ Lfy ܕ#c&eSٗ@Ƃ)+<H:'w+LX2-3CryI6 MD<>,SM5&8ezο=bWRBoEM񧛛&2X́m M,'2^wkw->-T<@cV{SQla% 픠< N4X-~+뻳bpԤA>\7#¹۔2ɪtKN!š@۸cElȆ:P2ޟ/Oe"á//*IY!]-#OEƠN^A=%C(^\$ @'b"9oljo@B ڣ6Bb?3!hx&7`$٦*$K<eI r{dbgb̩ħ$ـ:@TwJٰξ[M&|5Uwy&4z5m iI0MsN j,-"-vtI!4`xEqҷ [ P\]&054iٝ$zŠï}8-f3Ok":љ}x Ghh ~"ZarL42^)OOM*PЎ43ZujvzEI(#JZ{=㏣Æ vCxKMA'U*5M|'Iqa]B,SD5 v`5Amo>ȋF#;%[Ecn4r)I }3{wDH,9;G(դp鳨炅:նÇ)yF%=^:)n(!i2@p]rK`G4LL֚V 8N tM*}h<*/1 ck19!4-ٷarALH`VxT̋JȐ{Ѻ YZ