diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-03-23 19:28:04 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-24 09:45:25 -0700 |
commit | 28059267130133b4057f1fb7a60a9a4b7c6cb13f (patch) | |
tree | 7725ea136a11f1e31c4cc31135c3aa7c85989f6a /meta-multimedia | |
parent | 19a760a134193c7086b3639896feec45bdc2fa0a (diff) | |
download | meta-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/" | |||
6 | inherit meson pkgconfig | 6 | inherit meson pkgconfig |
7 | 7 | ||
8 | DEPENDS += " \ | 8 | DEPENDS += " \ |
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" | |||
35 | SRC_URI = " \ | 35 | SRC_URI = " \ |
36 | git://github.com/MusicPlayerDaemon/ncmpc;branch=master;protocol=https \ | 36 | git://github.com/MusicPlayerDaemon/ncmpc;branch=master;protocol=https \ |
37 | " | 37 | " |
38 | SRCREV = "6780ec072f1d314f44ed77efdc58d03c6fbcc96b" | 38 | SRCREV = "b9b5e11e10d8f66cd672ffb51728aa447f78ecd4" |
39 | S = "${WORKDIR}/git" | 39 | S = "${WORKDIR}/git" |