Browse Source

Merge pull request #14704 from micmac1/ices-ico

ices: allow access to iconv
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
f2c9ca7474
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      multimedia/ices/Makefile

+ 3
- 2
multimedia/ices/Makefile View File

@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=ices
PKG_VERSION:=2.0.2
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://downloads.xiph.org/releases/ices/
@ -22,13 +22,14 @@ PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk
define Package/ices
SECTION:=sound
CATEGORY:=Sound
TITLE:=ices client for Icecast media streaming servers
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
define Package/ices/description


Loading…
Cancel
Save