mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
mpd: Add SoundCloud support for full variant
The libyajl cleanup commit revealed that it was not being installed correctly. Now that it is, mpd picks it up properly. Enabled SoundCloud support for the full variant. Disabled for the mini. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
+7
-5
@@ -7,14 +7,14 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=mpd
|
PKG_NAME:=mpd
|
||||||
PKG_VERSION:=0.20.23
|
PKG_VERSION:=0.20.23
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=http://www.musicpd.org/download/mpd/0.20/
|
PKG_SOURCE_URL:=http://www.musicpd.org/download/mpd/0.20/
|
||||||
PKG_HASH:=503e5f9f237290f568ff7956ab2f9aed563594bf749f19b8fe994fb21434afea
|
PKG_HASH:=503e5f9f237290f568ff7956ab2f9aed563594bf749f19b8fe994fb21434afea
|
||||||
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
|
|
||||||
|
|
||||||
PKG_LICENSE:=GPL-2.0
|
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
|
||||||
|
PKG_LICENSE:=GPL-2.0-or-later
|
||||||
PKG_LICENSE_FILES:=COPYING
|
PKG_LICENSE_FILES:=COPYING
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
@@ -48,7 +48,7 @@ endef
|
|||||||
define Package/mpd-full
|
define Package/mpd-full
|
||||||
$(call Package/mpd/Default)
|
$(call Package/mpd/Default)
|
||||||
TITLE+= (full)
|
TITLE+= (full)
|
||||||
DEPENDS+= +libffmpeg +libid3tag +libmms +libupnp +libshout +pulseaudio-daemon
|
DEPENDS+= +libffmpeg +libid3tag +libmms +libupnp +libshout +pulseaudio-daemon +yajl
|
||||||
PROVIDES:=mpd
|
PROVIDES:=mpd
|
||||||
VARIANT:=full
|
VARIANT:=full
|
||||||
endef
|
endef
|
||||||
@@ -166,7 +166,8 @@ ifeq ($(BUILD_VARIANT),full)
|
|||||||
--enable-recorder-output \
|
--enable-recorder-output \
|
||||||
--enable-shout \
|
--enable-shout \
|
||||||
--enable-pulse \
|
--enable-pulse \
|
||||||
--disable-vorbis
|
--disable-vorbis \
|
||||||
|
--enable-soundcloud
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BUILD_VARIANT),mini)
|
ifeq ($(BUILD_VARIANT),mini)
|
||||||
@@ -179,6 +180,7 @@ ifeq ($(BUILD_VARIANT),mini)
|
|||||||
--disable-id3 \
|
--disable-id3 \
|
||||||
--disable-mms \
|
--disable-mms \
|
||||||
--disable-shout \
|
--disable-shout \
|
||||||
|
--disable-soundcloud \
|
||||||
--disable-pulse \
|
--disable-pulse \
|
||||||
--enable-vorbis \
|
--enable-vorbis \
|
||||||
--with-tremor=yes \
|
--with-tremor=yes \
|
||||||
|
|||||||
Reference in New Issue
Block a user