All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jörg Krause" <joerg.krause@embedded.rocks>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] package/mpd: drop dependency on libglib2
Date: Mon, 16 Jan 2017 08:36:49 +0100	[thread overview]
Message-ID: <1484552209.1801.1.camel@embedded.rocks> (raw)
In-Reply-To: <20170115211214.GB4277@free.fr>

Hi Yann,

On Sun, 2017-01-15 at 22:12 +0100, Yann E. MORIN wrote:
> J?rg, All,
> 
> On 2017-01-15 21:34 +0100, J?rg Krause spake thusly:
> > Version 0.20.x does not depend on libglib2 anymore. Note, that the
> > dependency on MMU and Thread remain, as MPD uses fork() and thread
> > functionality.
> 
> This patch should be folded in the previous one.

Note, that MPD has been bumped to version 0.20 some days ago. I agree,
that this would have been the right place to remove the dependency,
too. Now, it is just a bump from version 0.20 to 0.20.2. I seperated
the two issues to make more clear that libglib2 was *not* dropped in
0.20.2, but already in 0.20.

J?rg

> 
> > Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>
> > ---
> > ?package/mpd/Config.in | 7 +++----
> > ?package/mpd/mpd.mk????| 2 +-
> > ?2 files changed, 4 insertions(+), 5 deletions(-)
> > 
> > diff --git a/package/mpd/Config.in b/package/mpd/Config.in
> > index e0bb60447..9b22f68ce 100644
> > --- a/package/mpd/Config.in
> > +++ b/package/mpd/Config.in
> > @@ -1,13 +1,12 @@
> > ?menuconfig BR2_PACKAGE_MPD
> > ?	bool "mpd"
> > ?	depends on BR2_INSTALL_LIBSTDCPP
> > -	depends on BR2_USE_WCHAR # libglib2, flac
> > -	depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
> > -	depends on BR2_USE_MMU # libglib2
> > +	depends on BR2_USE_WCHAR # flac
> > +	depends on BR2_TOOLCHAIN_HAS_THREADS
> > +	depends on BR2_USE_MMU # fork
> > ?	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # C++14
> > ?	depends on BR2_TOOLCHAIN_HAS_ATOMIC
> > ?	select BR2_PACKAGE_BOOST
> > -	select BR2_PACKAGE_LIBGLIB2
> > ?	select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
> > ?	select BR2_PACKAGE_MPD_TREMOR if !(BR2_PACKAGE_MPD_MAD ||
> > BR2_PACKAGE_MPD_MPG123 || BR2_PACKAGE_MPD_VORBIS ||
> > BR2_PACKAGE_MPD_WAVPACK || BR2_PACKAGE_MPD_FLAC ||
> > BR2_PACKAGE_MPD_MUSEPACK || BR2_PACKAGE_MPD_FFMPEG)
> > ?	help
> > diff --git a/package/mpd/mpd.mk b/package/mpd/mpd.mk
> > index 82aca9665..446973730 100644
> > --- a/package/mpd/mpd.mk
> > +++ b/package/mpd/mpd.mk
> > @@ -8,7 +8,7 @@ MPD_VERSION_MAJOR = 0.20
> > ?MPD_VERSION = $(MPD_VERSION_MAJOR).2
> > ?MPD_SOURCE = mpd-$(MPD_VERSION).tar.xz
> > ?MPD_SITE = http://www.musicpd.org/download/mpd/$(MPD_VERSION_MAJOR
> > )
> > -MPD_DEPENDENCIES = host-pkgconf boost libglib2
> > +MPD_DEPENDENCIES = host-pkgconf boost
> > ?MPD_LICENSE = GPLv2+
> > ?MPD_LICENSE_FILES = COPYING
> > ?MPD_AUTORECONF = YES
> > --?
> > 2.11.0
> > 
> > _______________________________________________
> > buildroot mailing list
> > buildroot at busybox.net
> > http://lists.busybox.net/mailman/listinfo/buildroot
> 
> 

  reply	other threads:[~2017-01-16  7:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-15 20:34 [Buildroot] [PATCH 1/2] package/mpd: bump version to 0.20.2 Jörg Krause
2017-01-15 20:34 ` [Buildroot] [PATCH 2/2] package/mpd: drop dependency on libglib2 Jörg Krause
2017-01-15 21:12   ` Yann E. MORIN
2017-01-16  7:36     ` Jörg Krause [this message]
2017-01-16 12:57   ` Peter Korsgaard
2017-01-16 12:56 ` [Buildroot] [PATCH 1/2] package/mpd: bump version to 0.20.2 Peter Korsgaard

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=1484552209.1801.1.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.