[oe-commits] [meta-openembedded] 38/47: ncmpc: new recipe

git at git.openembedded.org git at git.openembedded.org
Tue Sep 25 16:19:20 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 32b22c96eac3be2aa326a0f9eba5521d37f98d33
Author: Max Kellermann <max.kellermann at gmail.com>
AuthorDate: Mon Sep 24 13:06:30 2018 +0200

    ncmpc: new recipe
    
    Signed-off-by: Max Kellermann <max.kellermann at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../recipes-multimedia/musicpd/ncmpc_0.32.bb       | 23 ++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.32.bb b/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.32.bb
new file mode 100644
index 0000000..936596a
--- /dev/null
+++ b/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.32.bb
@@ -0,0 +1,23 @@
+SUMMARY = "A curses client for the Music Player Daemon"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
+HOMEPAGE = "https://www.musicpd.org/clients/ncmpc/"
+
+inherit meson
+
+DEPENDS += " \
+    gettext-native \
+    glib-2.0 \
+    ncurses \
+    libmpdclient \
+"
+
+# We're using a 0.32 pre-release commit which contains a fix for a
+# build failure.
+PV = "0.32~git${SRCPV}"
+
+SRC_URI = " \
+    git://github.com/MusicPlayerDaemon/ncmpc \
+"
+SRCREV = "1150f7931de7588643437069dd798724dc1ceb47"
+S = "${WORKDIR}/git"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list