Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/8] package/mpd: bump to version 0.19
@ 2014-10-15 10:39 Jörg Krause
  2014-10-15 10:39 ` [Buildroot] [PATCH 2/8] package/mpd: sort plugins by type in Config.in Jörg Krause
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Jörg Krause @ 2014-10-15 10:39 UTC (permalink / raw)
  To: buildroot

* Bump to version 0.19
* Add boost as dependency
* Add support for libicu

Signed-off-by: J?rg Krause <jkrause@posteo.de>
---
 package/mpd/Config.in |  3 ++-
 package/mpd/mpd.mk    | 14 +++++++++++---
 2 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/package/mpd/Config.in b/package/mpd/Config.in
index 8884464..cd7bbfd 100644
--- a/package/mpd/Config.in
+++ b/package/mpd/Config.in
@@ -1,6 +1,7 @@
 menuconfig BR2_PACKAGE_MPD
 	bool "mpd"
 	depends on BR2_INSTALL_LIBSTDCPP
+	depends on BR2_LARGEFILE # boost
 	depends on BR2_USE_WCHAR # libglib2, flac
 	depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
 	depends on BR2_USE_MMU # libglib2
@@ -211,4 +212,4 @@ comment "mpd needs a toolchain w/ C++, threads, wchar"
 	depends on BR2_USE_MMU
 	depends on !(BR2_avr32 || BR2_sparc)
 	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
-		!BR2_TOOLCHAIN_HAS_THREADS
+		!BR2_TOOLCHAIN_HAS_THREADS || !BR2_LARGEFILE
diff --git a/package/mpd/mpd.mk b/package/mpd/mpd.mk
index 932df08..1542338 100644
--- a/package/mpd/mpd.mk
+++ b/package/mpd/mpd.mk
@@ -4,11 +4,11 @@
 #
 ################################################################################
 
-MPD_VERSION_MAJOR = 0.18
-MPD_VERSION = $(MPD_VERSION_MAJOR).16
+MPD_VERSION_MAJOR = 0.19
+MPD_VERSION = $(MPD_VERSION_MAJOR)
 MPD_SOURCE = mpd-$(MPD_VERSION).tar.xz
 MPD_SITE = http://www.musicpd.org/download/mpd/$(MPD_VERSION_MAJOR)
-MPD_DEPENDENCIES = host-pkgconf libglib2
+MPD_DEPENDENCIES = host-pkgconf boost libglib2
 MPD_LICENSE = GPLv2+
 MPD_LICENSE_FILES = COPYING
 
@@ -19,6 +19,14 @@ else
 MPD_CONF_OPTS += --with-zeroconf=no
 endif
 
+# MPD prefers libicu for utf8 collation instead of libglib2.
+ifeq ($(BR2_PACKAGE_ICU),y)
+MPD_DEPENDENCIES += icu
+MPD_CONF_OPTS += --enable-icu
+else
+MPD_CONF_OPTS += --disable-icu
+endif
+
 ifeq ($(BR2_PACKAGE_MPD_ALSA),y)
 MPD_DEPENDENCIES += alsa-lib
 MPD_CONF_OPTS += --enable-alsa
-- 
2.1.2

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-10-15 13:16 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-15 10:39 [Buildroot] [PATCH 1/8] package/mpd: bump to version 0.19 Jörg Krause
2014-10-15 10:39 ` [Buildroot] [PATCH 2/8] package/mpd: sort plugins by type in Config.in Jörg Krause
2014-10-15 10:56   ` Baruch Siach
2014-10-15 10:39 ` [Buildroot] [PATCH 3/8] package/mpd: sort plugins alphabetically in mpd.mk Jörg Krause
2014-10-15 10:39 ` [Buildroot] [PATCH 4/8] package/mpd: enable support for libsoxr Jörg Krause
2014-10-15 10:39 ` [Buildroot] [PATCH 5/8] package/mpd: enable support for libsmbclient Jörg Krause
2014-10-15 10:39 ` [Buildroot] [PATCH 6/8] package/mpd: enable support for libnfs Jörg Krause
2014-10-15 10:39 ` [Buildroot] [PATCH 7/8] package/mpd: enable support for dsd Jörg Krause
2014-10-15 10:39 ` [Buildroot] [PATCH 8/8] package/mpd: fix zeroconf support Jörg Krause
2014-10-15 10:53 ` [Buildroot] [PATCH 1/8] package/mpd: bump to version 0.19 Baruch Siach
2014-10-15 13:16   ` Jörg Krause

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox