Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (326efc09bf36a4d4ee4a3f774e87cb284f7d6a4f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (326efc09bf36a4d4ee4a3f774e87cb284f7d6a4f)
  • Date: Mon, 29 Apr 2019 22:13:29 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 ++++
audio-soft/playerctl/DEPENDS | 11 +++++++++++
audio-soft/playerctl/DETAILS | 23 +++++++++++++++++++++++
audio-soft/playerctl/HISTORY | 2 ++
4 files changed, 40 insertions(+)

New commits:
commit 326efc09bf36a4d4ee4a3f774e87cb284f7d6a4f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

playerctl: new spell, MPRIS command-line controller and library

diff --git a/ChangeLog b/ChangeLog
index cc98ffd..04a3138 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-04-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * audio-soft/playerctl: new spell, MPRIS command-line controller and
+ library
+
2019-04-28 Vlad Glagolev <stealth AT sourcemage.org>
* utils/tbclock: new spell, terminal binary clock

diff --git a/audio-soft/playerctl/DEPENDS b/audio-soft/playerctl/DEPENDS
new file mode 100755
index 0000000..f67b6ce
--- /dev/null
+++ b/audio-soft/playerctl/DEPENDS
@@ -0,0 +1,11 @@
+depends libffi &&
+depends glib2 &&
+
+if is_depends_enabled glib2 pcre; then
+ depends pcre
+fi &&
+
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "to build documentation"
diff --git a/audio-soft/playerctl/DETAILS b/audio-soft/playerctl/DETAILS
new file mode 100755
index 0000000..2797efd
--- /dev/null
+++ b/audio-soft/playerctl/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=playerctl
+ VERSION=0.6.1
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+
SOURCE_URL[0]=https://github.com/acrisci/${SPELL}/releases/download/v${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:bf5f9a6f8427e4714c64c3d8e80068b36d787d342541c55e42386d85e5fdfa29cd54d678df739b64fdeb23b0187a941533912fdaef62ff7cff41b87c3044e647
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ DOC_DIRS=""
+ WEB_SITE=https://github.com/acrisci/playerctl
+ LICENSE[0]=LGPL
+ ENTERED=20190429
+ SHORT="MPRIS command-line controller and library"
+cat << EOF
+playerctl is a command-line utility and library for controlling media players
+that implement the MPRIS D-Bus Interface Specification. playerctl makes it
+easy to bind player actions, such as play and pause, to media keys. You can
+also get metadata about the playing track such as the artist and title for
+integration into statusline generators or other command-line tools.
+
+For more advanced users, Playerctl provides an introspectable library
+available in your favorite scripting language that allows more detailed
+control like the ability to subscribe to media player events or get metadata
+such as artist and title for the playing track.
+EOF
diff --git a/audio-soft/playerctl/HISTORY b/audio-soft/playerctl/HISTORY
new file mode 100644
index 0000000..c4b4b2d
--- /dev/null
+++ b/audio-soft/playerctl/HISTORY
@@ -0,0 +1,2 @@
+2019-04-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 0.6.1



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (326efc09bf36a4d4ee4a3f774e87cb284f7d6a4f), Vlad Glagolev, 04/29/2019

Archive powered by MHonArc 2.6.24.

Top of Page