From patchwork Mon Nov 15 12:32:10 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Ziegler X-Patchwork-Id: 1555279 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=buildroot.org (client-ip=140.211.166.137; helo=smtp4.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver=) Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bilbo.ozlabs.org (Postfix) with ESMTPS id 4Ht7s46nldz9s5P for ; Mon, 15 Nov 2021 23:33:26 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 7523040220; Mon, 15 Nov 2021 12:33:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QLEl0m65PzUZ; Mon, 15 Nov 2021 12:33:20 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id C42014021D; Mon, 15 Nov 2021 12:33:19 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 0A3641BF343 for ; Mon, 15 Nov 2021 12:33:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 04D7D4021C for ; Mon, 15 Nov 2021 12:33:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LcQFbQIp6pa6 for ; Mon, 15 Nov 2021 12:33:17 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from serv15.avernis.de (serv15.avernis.de [176.9.89.163]) by smtp4.osuosl.org (Postfix) with ESMTPS id C7556401F1 for ; Mon, 15 Nov 2021 12:33:16 +0000 (UTC) Received: from localhost.localdomain (unknown [151.43.3.160]) by serv15.avernis.de (Postfix) with ESMTPSA id 19872C22A823; Mon, 15 Nov 2021 13:33:14 +0100 (CET) From: Andreas Ziegler To: buildroot@buildroot.org Date: Mon, 15 Nov 2021 13:32:10 +0100 Message-Id: <20211115123212.11841-1-br015@umbiko.net> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20211114160803.5ce09ba5@windsurf> References: <20211114160803.5ce09ba5@windsurf> MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.103.3 at serv15.avernis.de X-Virus-Status: Clean Subject: [Buildroot] [PATCH v2 0/2] package/mpd: update to version 0.23.y X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Andreas Ziegler , =?utf-8?q?J=C3=B6rg_Krause?= , Thomas Petazzoni Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" In addition to various bug fixes, mpd version 0.23 introduces a new dependency (mft) and a change in the configuration of the UPnP client library. Both supported UPnP libraries are available as Buildroot packages, there is no clear favourite, so the choice is left to the user. The libraries necessary for optional new features (openmpt decoder, pipewire and snapcast outputs) are currently not available as separate Buildroot packages and were disabled. The change log can be found in [1] Buildroot changes: Correct a typo in toolchain dependency comment. Introduce new dependency for fmt library. Change configuration of UPnP plugin to submenu, allowing to optionally select libupnp, libnpupnp or no UPnP. The default setting is 'no UPnP client functionality'. Adapt sparc patch to changes in source layout. Add legacy entry for existing MPD UPnP configuration. This change updates mpd to version 0.23.3, tested on arm64 and i386. [1] https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.3/NEWS Andreas Ziegler (2): package/mpd: correct typo in help message package/mpd: update to version 0.23.y Config.in.legacy | 8 ++++ ...build-add-atomic-dependency-for-spar.patch | 4 +- package/mpd/Config.in | 43 ++++++++++++++++--- package/mpd/mpd.hash | 2 +- package/mpd/mpd.mk | 23 +++++++--- 5 files changed, 65 insertions(+), 15 deletions(-)