Merge pull request #4628 from ejurgensen/forked-daapd_25.0
forked-daapd: Update to 25.0
This commit is contained in:
commit
20ebb47696
1 changed files with 9 additions and 9 deletions
|
@ -8,15 +8,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=forked-daapd
|
PKG_NAME:=forked-daapd
|
||||||
PKG_VERSION:=24.2
|
PKG_VERSION:=25.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_REV:=1b6283752ed0b790a6658bed1f05946e1af193da
|
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
PKG_SOURCE_URL:=https://github.com/ejurgensen/$(PKG_NAME)/archive/
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_HASH:=3566f416e929591ab4fab7f99580ae5b58b99607b5abb695ac8329efaafe019c
|
||||||
PKG_SOURCE_URL:=git://github.com/ejurgensen/forked-daapd.git
|
|
||||||
PKG_SOURCE_VERSION:=$(PKG_REV)
|
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:=gperf/host
|
PKG_BUILD_DEPENDS:=gperf/host
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
|
@ -38,7 +35,7 @@ URL:=https://github.com/ejurgensen/forked-daapd
|
||||||
DEPENDS:=+libgpg-error +libgcrypt +libgdbm +zlib +libexpat +libunistring \
|
DEPENDS:=+libgpg-error +libgcrypt +libgdbm +zlib +libexpat +libunistring \
|
||||||
+libevent2 +libdaemon +libantlr3c +confuse +alsa-lib +libffmpeg-full \
|
+libevent2 +libdaemon +libantlr3c +confuse +alsa-lib +libffmpeg-full \
|
||||||
+mxml +libavahi-client +sqlite3-cli +libplist +libcurl +libjson-c \
|
+mxml +libavahi-client +sqlite3-cli +libplist +libcurl +libjson-c \
|
||||||
+libprotobuf-c +libgnutls $(ICONV_DEPENDS)
|
+libprotobuf-c +libgnutls +libsodium $(ICONV_DEPENDS)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/forked-daapd/description
|
define Package/forked-daapd/description
|
||||||
|
@ -56,7 +53,10 @@ CONFIGURE_ARGS += \
|
||||||
--enable-itunes \
|
--enable-itunes \
|
||||||
--enable-lastfm \
|
--enable-lastfm \
|
||||||
--enable-mpd \
|
--enable-mpd \
|
||||||
--enable-chromecast
|
--enable-chromecast \
|
||||||
|
--enable-verification \
|
||||||
|
--disable-spotify \
|
||||||
|
--without-libevent_pthreads
|
||||||
|
|
||||||
TARGET_CFLAGS += $(FPIC)
|
TARGET_CFLAGS += $(FPIC)
|
||||||
TARGET_LDFLAGS += -Wl,-rpath-link,$(STAGING_DIR)/usr/lib
|
TARGET_LDFLAGS += -Wl,-rpath-link,$(STAGING_DIR)/usr/lib
|
||||||
|
|
Loading…
Reference in a new issue