playerctl-devel-2.0.1-bp153.1.16 >  A `C!M@eeeH(x 3?F?3;߱=lB:"S* ,6;-L!4Qt7,'zxFQDj:`dz+-h4b\Izv1+ɞ1tshQ,"֫v :!gJ1#K!|k=:bs{_sʘV{[Xd]b6[mjvgd)2B#M%rd.~ERɳ1&6ƯUqhR}7NDBJS<,58c5db2a9588e7486123251d5d34e79a43b81e3ae7aebc97de7febe5fb744028e4ea438c1456a932321dab63707f7472bd66c918B`C!M@eeeh "xڟ3R&6%"a 4#RzO;u,.&05\a"WsG PQv)no=21`^[?!^,'Rή49ݶbu)fһ 0YkMEC2j&1ݨM;ejf}CzAҜ瓶$Cs] K$ 5urCk}ZV~q*50'3[RaЫ~W<0nfmehe1`A,Wf{8$>p>4?$d # F .SYd            , ^   @  (1889P:FG H I$ X0Y<\d ] ^BbcDdeflu vw` x yz Cplayerctl-devel2.0.1bp153.1.16Development files for libplayerctlThis package provides libraries and headers for developing applications that use libplayerctl.`C{obs-arm-91SUSE Linux Enterprise 15 SP3openSUSELGPL-3.0-or-laterhttps://bugs.opensuse.orgDevelopment/Libraries/C and C++https://github.com/acrisci/playerctllinuxaarch64B ( XA큤`Cq`Ck[[[`Ci[`Cq`Cj`Cp11cb80bdfd7dbd54799aad412cb923d47b0ff884e8c17d85d2b467ca2cfda4386de131158e04c9db7b09cfe26d11bec9b6bfa0a4f14d7e61a3ff05468d0034f92ea12087a972cfb2eb6b4bb921b1f71ec512f404700a0e75d60825f2e0ba73d469b979819db812820da6faca30901f18a854ad691a5d26e5f0db8eeb6176b9960d46a2194007fbf1722f65af7aeb15214b1aef3b6203e0e435a284798eb165f7b9210e647b92d8b1c5d1509833444895a605f9def1c0959702bce580b79beb92d8a6928ebc20af7aa801f06cd80b6c8ea3b255e2937c70e298233d4acb1a6e65d89276e62e230cb1bfd4f415078032b72f8d0c0751b806c3d603758d56fbc02alibplayerctl.so.2rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootplayerctl-2.0.1-bp153.1.16.src.rpmpkgconfig(playerctl)playerctl-develplayerctl-devel(aarch-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.0.12.383.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 releaseobs-arm-9 1615047803 2.0.12.0.1-bp153.1.162.0.1-bp153.1.16playerctlplayerctl-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-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/fbaaa345eb7f256143d4cdee5eb11e81-playerctlcpioxz5aarch64-suse-linuxdirectoryC source, ASCII textC source, UTF-8 Unicode textpkgconfig fileXML 1.0 document, ASCII textPRRRRՠøƞNMutf-8197f8ad09c9cd8b0abf99d1a1a60bd3b090df71245107d64959024b65d7385c6? 7zXZ !t/8#$] crt:bLL.2yDFYҨ߁VWoCNh 5CV ,u@cI=w5XL @ϋ^>n&!ظ]3MEtOCU̗Xy{A7~*vcz\{#lla5^fM8Fd{+6/6D,@NUdg?7Vƻu1 -)=##tkY\WP` V2C9~4yFꞛ0.$nA] F,Еftݘ2g4 I317 ۿ%! <UЛp.0**E׹=t^X7$y4V{h']YZOMUjx۲4%tgmg!p@EQYO4O 6/ Gceމݘ۲" ѯGs%uIkȭ5;/mDS% bd̑Q޴ iܱ~pz߾lo&.} |;&W]«P X?DgͭyZ'mq/wGp_,N[B%EgxMGuV;#Yme6Kyd]\ɏ}N;>;3%eXâ%K/{8- zw??2]ٖmx]$_\gϪ=&/{ @L/>>&0] ?3Ԉq q58n6oVN)~u~fW/T+=l(<ZFzGZ?;ا2fdvB n׿ݷC]qA},ss|Y#k=n%rvFQH# (V/27Ĭ:.AkwtP$۰gzs)` <}es#MHL+ӍXD(\UN^#xB#Ed*[5 qJP +^pU CI?}T>ۥNL;h/@ﳯ6>{8)4鸳,;1Gqģ?z(zC_ĿߑĢXDpXgƻT_3] Q`d:X{w?Vn-%|Ѡ|\L} ̙;& Jr~MIbނIUP2cp}3sfH3:P&zMdx)Ю*A/ w ]@"7{T/~B(ij3U7w[E/K±H`p SWh@Yd̮ ȜCOc,1\8eо.VzRT @?]voLOt:0骖u,P L%lpm.2}R/(+:]y. h04nѐ}¼ɫ9-2XB`2|9[,d-mkl^_@J`%rdJ`\\LWJgtwf+x}~^^]r n5l<̇sr6@b T5z?ꍥ7GVRTH[[ܫ&F: CM+'56 t.1Ir=|[R̊x;aU.nEO9^Jq+ȘwF!}Z85\(1Lہ ]᳻96&"0Gf؄Lḋ;>2a[{V\~ofvni3S.8]4`\QX얧v$ܸ=MT҇* Z꽋'3k$8WAlîJr,nq.lhʼNZ*-QT dKݷD9?^hJw+ i~Zy̨sE3ݣ1-lp^F㠙GkU#{廘-Jݞ;^ŒܜЁαHS:6l>Q_ U .}3- $zH‹`6h,RfYa0͠ԫU|!n7"׭?&!r+S`O|+S!ep HZma{C]!hɧ`KVPcԵ+]p' 8y֠ZcUk !. !dNw3ō$r& ژd@[,/ ڑI{Hvc>|'f<h˂`[An!Am߀FK)?WtEL&]lJEe\Z QovBY8p >gPb8fAd3[:OtqN-y6}]L~Gk  4L0d+~t*8X4>e\ 7kxib(ZX󍤩&Ec:Otd kXA+Ȣ\ioޞ<+JЊzEeЭyeT# }@o&ApaRHg:>sO^vF |oLsi'J'obՒUsc Jr4jn k0سo^-cܢxb$+ŨNt*y1J6*FմVz9"VO<-/omBN޶hA>'] "l/`~sI!ʼqx3W͵,%wc^89n7QfrL}k4.'Ȧ)+tVZOhr"*xtۨ#=f3#63ĒeX @#(d[ _$C^mRg49xQ70.U^pu m>4mP֮.)X bs'H _DC -6#VP]u$^CmK~p?RY-Ԯe{AH( ioLm_e& \p˝:R@shnjp6 ʵ`8ɏHiwm+q/ܹڵ4ԩ La).xC*L6Q\7B 120D:GÀX˙љi9e A'lBߔS)w8O#8Vj\Z\#[kEX nQb2oYV>bY6¸#{R)*XXX[P&Jsh2~Q5z:y'5gs5#?cM H 5{ F m2쿉 ؼ{o $zg/)"ॳF5-Q SOV$t_o8Ea] P4TUN ,X$y7D,׎iyh6x$Q1|!Re$c38OUy{*Q/{HJx7wzZ!ϰtҬ͌_)i΍///?e i{7V#@`^y66Hljl i_ވb&JCd f:+ZbhU: sY`\y>,Ј\l˭$]@Dp2LOߛ0AjHQcګ#b4P`]۫^]ߘc*@}EUB3e rL)c&^d@{L'ɟk H,ӥ_EQ. %ĝn^fu8$ᇏQJKC Q_K(vMWZz c_1 Hz@2F:/ZS}yT%oOUALwS9Z@D`<:F}NL ]} n M}uCU{= G6lLh=ipؤNZxǡܢ$1;H'Lhbay!G{v8VA})'uHCCDs9AgB5^-pыf"#juPVl|RdXB˱r]FDxWjFBPtpƳͮHrȫZv65&NذC/B(.= %6%Shx*{#Am\.G`ԝX -R&Z)\Azll33gQd+"e׉^BK /؋,v;sպx㪎OEr v p^pcf%F( juf&9f EeER>`r= M Cu۞c%宇W\>8)DsV†}@ Z =sVT~ݾ=m@ѳWqVjN6@UrqI=D?m*1РNOl]x<͋< O 9lJ]޹Ypw`yc;oRp*o y'}if L Sք^SSHrҍن\j&YYw{k_y !a%dOT~M@D;:G!dS&;?tЯbe"~V i8N"4 N >fligz$i2kټ 2 .Yb!rww/to@na8M1-'82g-;u|}dO#ibB3dH91홃>p p>G(z';6 U j&(Zfn#4-֟: :Wt/no,qC #+˂g%C6L:6mD(׾fͪ;ç}X*fվ-[`Zº};:@jz5~mNU4" \xZo!^-ћ;[}lz%[-tJ(V7[ar@R뗺$;˨s@* M(7xd +[Ce"Џӏ3յ0+#K8.^p^*ԎJJd*`65k5u(6NolD9bԿUGCn4@KVIy5P&{ Ë_7Nܜ5̍ pX)S~J)@6"RZLإPkPlLYÄ$ U؏y^A44=n!S^TՈ~=M5ka͠L x>+51U`j$؉?knW婐d'dsΞ^Zk[ԅ+%\+{3mfKL4LknG;bE4K@OUg/lܻǫD^Y<"@uρBoiq۬0t-VnT߅5/RNݹ6F^[4^8~;6N#_F[DARUübJOg X/.攚@PoWq^,sXb Zj{Rnt+޻ yyPQZ>QP@I)Mz, 19WTA4/A`&?ir hŜ{pǐXPdg}&hiw 6_=|(Ch/r/J4fQj(IXYʼn\@ _ 85 I/}7^{BG$[|d >{S4OCxgŠ/"DH6mB!yk Z=oP &AM,*3aշW8:=?mn6UIQ@pfc(o@L+M@Mgg7ˡ*RNaxLCNXlB>S'dd&2ٞ4d ;% QW%n}'0pD3#;SȞoWw4fȆ~/醖D<5 CZ,,0:I0AQvNu=&:EjY@ ʦbfz2^^Tׇ^ e m9bv+ּGviwMdIᤊJGE i1xFp-޶%}83 ԃo h%jxmq?9L xKrA5' ZM,ɀ 7WgQ\7Ky?fѪz6((Rok \_scIt%3xRЫPa>b0F p!jFWwFZ6~b-^0AK e%P0QBN!y(bq/P ܺ8mƟV,`T.Z` *:«U#mxH- ^Y k;#"5`SaVZqȃv۫%uI9mNҧr'7EeAw|j8ftn6}墰f UK*?!\7&