|
@ -8,9 +8,9 @@ |
|
|
include $(TOPDIR)/rules.mk |
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=forked-daapd |
|
|
PKG_NAME:=forked-daapd |
|
|
PKG_VERSION:=23.4 |
|
|
|
|
|
PKG_RELEASE:=20160101 |
|
|
|
|
|
PKG_REV:=90514de7c8d9bf06b54596bc66e0668181eee25a |
|
|
|
|
|
|
|
|
PKG_VERSION:=24.1 |
|
|
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
PKG_REV:=524d060b7a9a68ab4375460d2da611a80e4fc18b |
|
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |
|
|
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) |
|
|
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) |
|
@ -37,14 +37,15 @@ TITLE:=iTunes (DAAP) server for Apple Remote and AirPlay |
|
|
URL:=https://github.com/ejurgensen/forked-daapd |
|
|
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 $(ICONV_DEPENDS) |
|
|
|
|
|
|
|
|
+mxml +libavahi-client +sqlite3-cli +libplist +libcurl +libjson-c \
|
|
|
|
|
|
+libprotobuf-c +libgnutls $(ICONV_DEPENDS) |
|
|
endef |
|
|
endef |
|
|
|
|
|
|
|
|
define Package/forked-daapd/description |
|
|
define Package/forked-daapd/description |
|
|
forked-daapd is a Linux/FreeBSD DAAP (iTunes), MPD (Music Player Daemon) and |
|
|
forked-daapd is a Linux/FreeBSD DAAP (iTunes), MPD (Music Player Daemon) and |
|
|
RSP (Roku) media server. It has support for AirPlay devices/speakers, Apple |
|
|
|
|
|
Remote (and compatibles), MPD clients, internet radio and LastFM. It does not |
|
|
|
|
|
support AirPlay video. |
|
|
|
|
|
|
|
|
RSP (Roku) media server. It has support for AirPlay speakers, Chromecast, |
|
|
|
|
|
Apple Remote (and compatibles), MPD clients, internet radio and LastFM. It |
|
|
|
|
|
does not support AirPlay/Chromecast video. |
|
|
endef |
|
|
endef |
|
|
|
|
|
|
|
|
define Package/forked-daapd/conffiles |
|
|
define Package/forked-daapd/conffiles |
|
@ -54,7 +55,8 @@ endef |
|
|
CONFIGURE_ARGS += \
|
|
|
CONFIGURE_ARGS += \
|
|
|
--enable-itunes \
|
|
|
--enable-itunes \
|
|
|
--enable-lastfm \
|
|
|
--enable-lastfm \
|
|
|
--enable-mpd |
|
|
|
|
|
|
|
|
--enable-mpd \
|
|
|
|
|
|
--enable-chromecast |
|
|
|
|
|
|
|
|
TARGET_CFLAGS += $(FPIC) |
|
|
TARGET_CFLAGS += $(FPIC) |
|
|
TARGET_LDFLAGS += -Wl,-rpath-link,$(STAGING_DIR)/usr/lib |
|
|
TARGET_LDFLAGS += -Wl,-rpath-link,$(STAGING_DIR)/usr/lib |
|
|