forked-daapd: update to 23.4 + add missing iconv dependency
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
This commit is contained in:
parent
73eaea2b41
commit
105250684b
2 changed files with 806 additions and 338 deletions
|
@ -8,9 +8,9 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=forked-daapd
|
||||
PKG_VERSION:=23.2
|
||||
PKG_RELEASE:=20150622
|
||||
PKG_REV:=227017ef5ba8df921b2f1db681a46494ec296b8b
|
||||
PKG_VERSION:=23.4
|
||||
PKG_RELEASE:=20160101
|
||||
PKG_REV:=90514de7c8d9bf06b54596bc66e0668181eee25a
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
|
@ -36,7 +36,7 @@ TITLE:=iTunes (DAAP) server for Apple Remote and AirPlay
|
|||
URL:=https://github.com/ejurgensen/forked-daapd
|
||||
DEPENDS:=+libgpg-error +libgcrypt +libgdbm +zlib +libexpat +libunistring \
|
||||
+libevent2 +libdaemon +libantlr3c +confuse +alsa-lib +libffmpeg-full \
|
||||
+mxml +libavahi-client +sqlite3-cli +libplist +libcurl
|
||||
+mxml +libavahi-client +sqlite3-cli +libplist +libcurl +libiconv
|
||||
endef
|
||||
|
||||
define Package/forked-daapd/description
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue