aboutsummaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.32.bb
blob: 936596a25745d29e613292dea7e2ea5d7aec0724 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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"