mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #14703 from micmac1/icecast-ico
icecast: allow access to iconv
This commit is contained in:
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=icecast
|
PKG_NAME:=icecast
|
||||||
PKG_VERSION:=2.4.4
|
PKG_VERSION:=2.4.4
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://downloads.xiph.org/releases/icecast/
|
PKG_SOURCE_URL:=https://downloads.xiph.org/releases/icecast/
|
||||||
@@ -24,11 +24,12 @@ 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/icecast
|
define Package/icecast
|
||||||
SECTION:=multimedia
|
SECTION:=multimedia
|
||||||
CATEGORY:=Multimedia
|
CATEGORY:=Multimedia
|
||||||
DEPENDS:=+libcurl +libxml2 +libxslt +libogg +libvorbisidec
|
DEPENDS:=+libcurl +libxml2 +libxslt +libogg +libvorbisidec $(ICONV_DEPENDS)
|
||||||
TITLE:=A streaming media server for Ogg/Vorbis and MP3 audio streams
|
TITLE:=A streaming media server for Ogg/Vorbis and MP3 audio streams
|
||||||
USERID:=icecast=87:icecast=87
|
USERID:=icecast=87:icecast=87
|
||||||
URL:=https://icecast.org/
|
URL:=https://icecast.org/
|
||||||
|
|||||||
Reference in New Issue
Block a user