[Buildroot] [PATCH v3 3/3] package/mpd: bump to version 0.21.7

Arnout Vandecappelle arnout at mind.be
Thu Jul 4 17:21:56 UTC 2019



On 04/07/2019 12:43, Jörg Krause wrote:
> MPD changed from Autotools to the Meson build system.
> 
> Add config options for the qobuz and tidal plugins and group them together
> with the soundcloud plugin under "Commercial services".
> 
> Signed-off-by: Jörg Krause <joerg.krause at embedded.rocks>

Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>

 Is there any reason why you didn't do the bump to 0.21.11 already?

>  ifeq ($(BR2_PACKAGE_MPD_TREMOR),y)
>  MPD_DEPENDENCIES += tremor
> -# Help mpd to find tremor in static linking scenarios
> -MPD_CONF_ENV += \
> -	TREMOR_LIBS="`$(PKG_CONFIG_HOST_BINARY) --libs vorbisidec`"
> -MPD_CONF_OPTS += --with-tremor=$(STAGING_DIR)/usr

 I guess this is no longer needed because meson properly uses pkg-config. Have
you tested that?

 Regards,
 Arnout

> +MPD_CONF_OPTS += -Dtremor=enabled
> +else
> +MPD_CONF_OPTS += -Dtremor=disabled
>  endif




More information about the buildroot mailing list