aboutsummaryrefslogtreecommitdiffstats
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-contrib-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 3f51d7a273..a77d4f9783 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/"
inherit meson pkgconfig
DEPENDS += " \
- boost \
ncurses \
+ libpcre2 \
libmpdclient \
"
@@ -35,5 +35,5 @@ PACKAGECONFIG[chat_screen] = "-Dchat_screen=true,-Dchat_screen=false"
SRC_URI = " \
git://github.com/MusicPlayerDaemon/ncmpc;branch=master;protocol=https \
"
-SRCREV = "6780ec072f1d314f44ed77efdc58d03c6fbcc96b"
+SRCREV = "b9b5e11e10d8f66cd672ffb51728aa447f78ecd4"
S = "${WORKDIR}/git"