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 <[email protected]> --- .../musicpd/{ncmpc_0.45.bb => ncmpc_0.46.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-multimedia/recipes-multimedia/musicpd/{ncmpc_0.45.bb => ncmpc_0.46.bb} (95%) diff --git a/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.45.bb b/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.46.bb similarity index 95% rename from meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.45.bb rename to 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/" 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" -- 2.35.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#96172): https://lists.openembedded.org/g/openembedded-devel/message/96172 Mute This Topic: https://lists.openembedded.org/mt/89988390/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
