Merge pull request #14704 from micmac1/ices-ico

ices: allow access to iconv
This commit is contained in:
Rosen Penev 2021-02-09 18:49:17 -08:00 committed by GitHub
commit f2c9ca7474
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=ices PKG_NAME:=ices
PKG_VERSION:=2.0.2 PKG_VERSION:=2.0.2
PKG_RELEASE:=1 PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://downloads.xiph.org/releases/ices/ PKG_SOURCE_URL:=http://downloads.xiph.org/releases/ices/
@ -22,13 +22,14 @@ PKG_FIXUP:=autoreconf
PKG_INSTALL:=1 PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk
define Package/ices define Package/ices
SECTION:=sound SECTION:=sound
CATEGORY:=Sound CATEGORY:=Sound
TITLE:=ices client for Icecast media streaming servers TITLE:=ices client for Icecast media streaming servers
URL:=http://www.icecast.org/ices/ URL:=http://www.icecast.org/ices/
DEPENDS:=+libshout +libxml2 +zlib +libogg +libvorbis +alsa-lib DEPENDS:=+libshout +libxml2 +zlib +libogg +libvorbis +alsa-lib $(ICONV_DEPENDS)
endef endef
define Package/ices/description define Package/ices/description