# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # playerctl # playerctl/Makefile # playerctl/distinfo # playerctl/pkg-descr # playerctl/pkg-plist # echo c - playerctl mkdir -p playerctl > /dev/null 2>&1 echo x - playerctl/Makefile sed 's/^X//' >playerctl/Makefile << 'END-of-playerctl/Makefile' X# Created by: Aaron LI X# $FreeBSD$ X XPORTNAME= playerctl XDISTVERSIONPREFIX= v XDISTVERSION= 2.1.1 XCATEGORIES= multimedia audio X XMAINTAINER= aly@aaronly.me XCOMMENT= MPRIS command-line controller and library X XLICENSE= LGPL3+ XLICENSE_FILE= ${WRKSRC}/COPYING X XUSES= gnome meson pkgconfig XUSE_GNOME= glib20 X XUSE_GITHUB= yes XGH_ACCOUNT= altdesktop X XOPTIONS_DEFINE= DOC INTROSPECTION XOPTIONS_SUB= yes X XDOC_DESC= Build GTK documentation XDOC_BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc XDOC_MESON_TRUE= gtk-doc X XINTROSPECTION_DESC= Build GObject Introspection XINTROSPECTION_USE= gnome=introspection:build XINTROSPECTION_MESON_TRUE= introspection X X.include END-of-playerctl/Makefile echo x - playerctl/distinfo sed 's/^X//' >playerctl/distinfo << 'END-of-playerctl/distinfo' XTIMESTAMP = 1588651281 XSHA256 (altdesktop-playerctl-v2.1.1_GH0.tar.gz) = 9eb810c1fd8e1afa5c76cecd34a2d22cc95e2029afe502025db8a38bce13e68d XSIZE (altdesktop-playerctl-v2.1.1_GH0.tar.gz) = 63956 END-of-playerctl/distinfo echo x - playerctl/pkg-descr sed 's/^X//' >playerctl/pkg-descr << 'END-of-playerctl/pkg-descr' XPlayerctl is a command-line utility and library for controlling media players Xthat implement the MPRIS D-Bus Interface Specification. Playerctl makes it easy Xto bind player actions, such as play and pause, to media keys. You can also get Xmetadata about the playing track such as the artist and title for integration Xinto statusline generators or other command-line tools. X XFor more advanced users, Playerctl provides an introspectable library available Xin your favorite scripting language that allows more detailed control like the Xability to subscribe to media player events or get metadata such as artist and Xtitle for the playing track. X XWWW: https://github.com/altdesktop/playerctl END-of-playerctl/pkg-descr echo x - playerctl/pkg-plist sed 's/^X//' >playerctl/pkg-plist << 'END-of-playerctl/pkg-plist' Xbin/playerctl Xbin/playerctld Xinclude/playerctl/playerctl-enum-types.h Xinclude/playerctl/playerctl-player-manager.h Xinclude/playerctl/playerctl-player-name.h Xinclude/playerctl/playerctl-player.h Xinclude/playerctl/playerctl-version.h Xinclude/playerctl/playerctl.h X%%INTROSPECTION%%lib/girepository-1.0/Playerctl-2.0.typelib Xlib/libplayerctl.a Xlib/libplayerctl.so Xlib/libplayerctl.so.2 Xlib/libplayerctl.so.2.1.1 Xlibdata/pkgconfig/playerctl.pc Xman/man1/playerctl.1.gz Xshare/dbus-1/services/org.mpris.MediaPlayer2.playerctld.service X%%INTROSPECTION%%share/gir-1.0/Playerctl-2.0.gir X%%DOC%%share/gtk-doc/html/playerctl/PlayerctlPlayer.html X%%DOC%%share/gtk-doc/html/playerctl/PlayerctlPlayerManager.html X%%DOC%%share/gtk-doc/html/playerctl/annotation-glossary.html X%%DOC%%share/gtk-doc/html/playerctl/api-index-full.html X%%DOC%%share/gtk-doc/html/playerctl/ch01.html X%%DOC%%share/gtk-doc/html/playerctl/deprecated-api-index.html X%%DOC%%share/gtk-doc/html/playerctl/home.png X%%DOC%%share/gtk-doc/html/playerctl/index.html X%%DOC%%share/gtk-doc/html/playerctl/left-insensitive.png X%%DOC%%share/gtk-doc/html/playerctl/left.png X%%DOC%%share/gtk-doc/html/playerctl/object-tree.html X%%DOC%%share/gtk-doc/html/playerctl/playerctl-playerctl-player-name.html X%%DOC%%share/gtk-doc/html/playerctl/playerctl.devhelp2 X%%DOC%%share/gtk-doc/html/playerctl/right-insensitive.png X%%DOC%%share/gtk-doc/html/playerctl/right.png X%%DOC%%share/gtk-doc/html/playerctl/style.css X%%DOC%%share/gtk-doc/html/playerctl/up-insensitive.png X%%DOC%%share/gtk-doc/html/playerctl/up.png END-of-playerctl/pkg-plist exit