Browse Source

forked-daapd: Update to version 24.1

Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
lilik-openwrt-22.03
ejurgensen 8 years ago
parent
commit
385006f65c
1 changed files with 10 additions and 8 deletions
  1. +10
    -8
      sound/forked-daapd/Makefile

+ 10
- 8
sound/forked-daapd/Makefile View File

@ -8,9 +8,9 @@
include $(TOPDIR)/rules.mk
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_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
DEPENDS:=+libgpg-error +libgcrypt +libgdbm +zlib +libexpat +libunistring \
+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
define Package/forked-daapd/description
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
define Package/forked-daapd/conffiles
@ -54,7 +55,8 @@ endef
CONFIGURE_ARGS += \
--enable-itunes \
--enable-lastfm \
--enable-mpd
--enable-mpd \
--enable-chromecast
TARGET_CFLAGS += $(FPIC)
TARGET_LDFLAGS += -Wl,-rpath-link,$(STAGING_DIR)/usr/lib


Loading…
Cancel
Save