From: "Jörg Krause" <joerg.krause@embedded.rocks>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] libmpdclient: bump to version 2.14
Date: Thu, 08 Mar 2018 09:07:05 +0100 [thread overview]
Message-ID: <1520496425.2267.2.camel@embedded.rocks> (raw)
In-Reply-To: <878tb3kn77.fsf@dell.be.48ers.dk>
Hi Peter,
On Thu, 2018-03-08 at 09:04 +0100, Peter Korsgaard wrote:
> > > > > > "J?rg" == J?rg Krause <joerg.krause@embedded.rocks> writes:
>
> > Since version 2.13 libmpdclient only supports the meson build.
> > Therefore, adapt to package infrastructure according to the user manual.
>
> > Also add a hash for the license file.
>
> > Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>
> > ---
> > package/libmpdclient/libmpdclient.hash | 5 +++--
> > package/libmpdclient/libmpdclient.mk | 32 +++++++++++++++++++++++++++++---
> > 2 files changed, 32 insertions(+), 5 deletions(-)
>
> > diff --git a/package/libmpdclient/libmpdclient.hash b/package/libmpdclient/libmpdclient.hash
> > index 2fd20a41fb..eb32786419 100644
> > --- a/package/libmpdclient/libmpdclient.hash
> > +++ b/package/libmpdclient/libmpdclient.hash
> > @@ -1,2 +1,3 @@
> > -# Verified against
> > http://www.musicpd.org/download/libmpdclient/2/libmpdclient-2.10.tar.xz.sig,
> > sha256 locally computed
> > -sha256 4f08cde82dae70895f8e4532a6e9b54b201efd5591c6b5d6834895807ed2ff82 libmpdclient-2.10.tar.xz
> > +# Verified against
> > http://www.musicpd.org/download/libmpdclient/2/libmpdclient-2.14.tar.xz.sig,
> > sha256 locally computed
> > +sha256 0a84e2791bfe3077cf22ee1784c805d5bb550803dffe56a39aa3690a38061372 libmpdclient-2.14.tar.xz
> > +sha256 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32 COPYING
> > diff --git a/package/libmpdclient/libmpdclient.mk b/package/libmpdclient/libmpdclient.mk
> > index 691aba9f71..5574bde948 100644
> > --- a/package/libmpdclient/libmpdclient.mk
> > +++ b/package/libmpdclient/libmpdclient.mk
> > @@ -5,12 +5,38 @@
> > ################################################################################
>
> > LIBMPDCLIENT_VERSION_MAJOR = 2
> > -LIBMPDCLIENT_VERSION = $(LIBMPDCLIENT_VERSION_MAJOR).10
> > +LIBMPDCLIENT_VERSION = $(LIBMPDCLIENT_VERSION_MAJOR).14
> > LIBMPDCLIENT_SOURCE = libmpdclient-$(LIBMPDCLIENT_VERSION).tar.xz
> > LIBMPDCLIENT_SITE = http://www.musicpd.org/download/libmpdclient/$(LIBMPDCLIENT_VERSION_MAJOR)
> > -LIBMPDCLIENT_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
> > LIBMPDCLIENT_INSTALL_STAGING = YES
> > LIBMPDCLIENT_LICENSE = BSD-3-Clause
> > LIBMPDCLIENT_LICENSE_FILES = COPYING
>
> > -$(eval $(autotools-package))
> > +LIBMPDCLIENT_CONF_OPTS += \
> > + --prefix=/usr \
> > + --buildtype $(if $(BR2_ENABLE_DEBUG),debug,release) \
> > + --cross-file $(HOST_DIR)/etc/meson/cross-compilation.conf
> > +
> > +LIBMPDCLIENT_NINJA_OPTS = $(if $(VERBOSE),-v)
>
> I see that systemd also passes -j$(PARALLEL_JOBS). Any specific reason
> why you don't?
No specific reason. I just follow the user manual, which does not
mention this option.
> If not, please send a followup patch to add it.
I'll do.
prev parent reply other threads:[~2018-03-08 8:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-07 22:52 [Buildroot] [PATCH] libmpdclient: bump to version 2.14 Jörg Krause
2018-03-08 8:04 ` Peter Korsgaard
2018-03-08 8:07 ` Jörg Krause [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1520496425.2267.2.camel@embedded.rocks \
--to=joerg.krause@embedded.rocks \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox