summaryrefslogtreecommitdiffstats
path: root/meta-multimedia
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-03-23 19:28:04 -0400
committerKhem Raj <raj.khem@gmail.com>2022-03-24 09:45:25 -0700
commit28059267130133b4057f1fb7a60a9a4b7c6cb13f (patch)
tree7725ea136a11f1e31c4cc31135c3aa7c85989f6a /meta-multimedia
parent19a760a134193c7086b3639896feec45bdc2fa0a (diff)
downloadmeta-openembedded-28059267130133b4057f1fb7a60a9a4b7c6cb13f.tar.gz
ncmpc: upgrade to 0.46
Changelog (from NEWS file): ncmpc 0.46 - (2021-11-26) * eliminate Boost dependency * install Lithuanian translation * migrate to PCRE2 DEPENDS has been updated to remove boost and add libpcre2 to match the changes. Signed-off-by: Scott Murray <scott.murray@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia')
-rw-r--r--meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.46.bb (renamed from meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.45.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.45.bb b/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.46.bb
index 3f51d7a27..a77d4f978 100644
--- a/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.45.bb
+++ b/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.46.bb
@@ -6,8 +6,8 @@ HOMEPAGE = "https://www.musicpd.org/clients/ncmpc/"
6inherit meson pkgconfig 6inherit meson pkgconfig
7 7
8DEPENDS += " \ 8DEPENDS += " \
9 boost \
10 ncurses \ 9 ncurses \
10 libpcre2 \
11 libmpdclient \ 11 libmpdclient \
12" 12"
13 13
@@ -35,5 +35,5 @@ PACKAGECONFIG[chat_screen] = "-Dchat_screen=true,-Dchat_screen=false"
35SRC_URI = " \ 35SRC_URI = " \
36 git://github.com/MusicPlayerDaemon/ncmpc;branch=master;protocol=https \ 36 git://github.com/MusicPlayerDaemon/ncmpc;branch=master;protocol=https \
37" 37"
38SRCREV = "6780ec072f1d314f44ed77efdc58d03c6fbcc96b" 38SRCREV = "b9b5e11e10d8f66cd672ffb51728aa447f78ecd4"
39S = "${WORKDIR}/git" 39S = "${WORKDIR}/git"