[package] update mpd to 0.15, enabled last.fm and libmms support (#5526)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16880 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
74b0f09c7c
commit
8356cbab42
@ -8,19 +8,19 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=mpd
|
PKG_NAME:=mpd
|
||||||
PKG_VERSION:=0.14.2
|
PKG_VERSION:=0.15
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=@SF/musicpd
|
PKG_SOURCE_URL:=@SF/musicpd
|
||||||
PKG_MD5SUM:=66817a4b4c05454e6488f6b821f2a6a3
|
PKG_MD5SUM:=2ed93a60bd703ba46d6794e12cfb5f1d
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/mpd
|
define Package/mpd
|
||||||
SECTION:=sound
|
SECTION:=sound
|
||||||
CATEGORY:=Sound
|
CATEGORY:=Sound
|
||||||
DEPENDS:=+libflac +libid3tag +libmad +libvorbisidec +libpthread +glib2
|
DEPENDS:=+libflac +libid3tag +libmad +libvorbisidec +libpthread +glib2 +libmss +libcurl
|
||||||
TITLE:=Music Player Daemon
|
TITLE:=Music Player Daemon
|
||||||
URL:=http://www.musicpd.org/
|
URL:=http://www.musicpd.org/
|
||||||
endef
|
endef
|
||||||
@ -40,6 +40,8 @@ ifndef CONFIG_PACKAGE_kmod-sound-core
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
|
CURL_LIBS="-L$(STAGING_DIR)/usr/lib -lssl -lcrypto -lcurl" \
|
||||||
|
CURL_CFLAGS="-I$(STAGING_DIR)/usr/include" \
|
||||||
ID3TAG_LIBS="$(TARGET_LDFLAGS) -lz -lid3tag" \
|
ID3TAG_LIBS="$(TARGET_LDFLAGS) -lz -lid3tag" \
|
||||||
ID3TAG_CFLAGS="$(TARGET_CPPFLAGS)" \
|
ID3TAG_CFLAGS="$(TARGET_CPPFLAGS)" \
|
||||||
FLAC_LIBS="$(TARGET_LDFLAGS) -lFLAC" \
|
FLAC_LIBS="$(TARGET_LDFLAGS) -lFLAC" \
|
||||||
@ -54,7 +56,6 @@ CONFIGURE_VARS += \
|
|||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default, \
|
$(call Build/Configure/Default, \
|
||||||
$(EXTRA_CONFIG_PARAM) \
|
$(EXTRA_CONFIG_PARAM) \
|
||||||
--disable-mod \
|
|
||||||
--disable-audiofile \
|
--disable-audiofile \
|
||||||
--disable-mpc \
|
--disable-mpc \
|
||||||
--disable-aac \
|
--disable-aac \
|
||||||
@ -63,9 +64,11 @@ define Build/Configure
|
|||||||
--disable-ao \
|
--disable-ao \
|
||||||
--disable-mvp \
|
--disable-mvp \
|
||||||
--disable-lametest \
|
--disable-lametest \
|
||||||
--disable-lame \
|
--disable-lame-encoder \
|
||||||
--enable-flac \
|
--enable-flac \
|
||||||
--with-tremor=$(STAGING_DIR)/usr/lib \
|
--enable-lastfm \
|
||||||
|
--enable-mms \
|
||||||
|
--with-tremor="$(STAGING_DIR)/usr/lib" \
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user