Browse Source

forked-daapd: update to 23.4 + add missing iconv dependency

Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
lilik-openwrt-22.03
ejurgensen 9 years ago
parent
commit
105250684b
2 changed files with 808 additions and 340 deletions
  1. +4
    -4
      sound/forked-daapd/Makefile
  2. +804
    -336
      sound/forked-daapd/patches/010-include_pregen.patch

+ 4
- 4
sound/forked-daapd/Makefile View File

@ -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


+ 804
- 336
sound/forked-daapd/patches/010-include_pregen.patch
File diff suppressed because it is too large
View File


Loading…
Cancel
Save