Skip to content

Commit

Permalink
update spk revision and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hgy59 committed Jan 19, 2025
1 parent c9c62de commit 4e0222b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spk/icecast/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
SPK_NAME = icecast
SPK_VERS = 2.4.4
SPK_REV = 7
SPK_REV = 8
SPK_ICON = src/icecast.png
DSM_UI_DIR = app

DEPENDS = cross/icecast

MAINTAINER = SynoCommunity
DESCRIPTION = Icecast is a streaming media server which currently supports Ogg \(Vorbis and Theora\), Opus, WebM and MP3 audio streams. It can be used to create an Internet radio station or a privately running jukebox and many things in between. It is very versatile in that new formats can be added relatively easily and supports open standards for communication and interaction. This package includes Ezstream, a command line source client for Icecast media streaming servers.
CHANGELOG = "1. Update openssl to v3.1.7. <br/>2. Update to libcurl of curl v8.4.0."
CHANGELOG = "1. Update openssl to v3.1.7. <br/>2. Update to libcurl of curl v8.4.0. <br/>3. Update taglib to v1.13.1."
DISPLAY_NAME = Icecast2

HOMEPAGE = https://www.icecast.org/
Expand All @@ -32,6 +32,6 @@ include ../../mk/spksrc.spk.mk

.PHONY: icecast_extra_install
icecast_extra_install:
install -m 755 -d $(STAGING_DIR)/var/log
install -m 644 src/icecast.xml $(STAGING_DIR)/var/icecast.xml
install -m 644 src/mime.types $(STAGING_DIR)/var/mime.types
@install -m 755 -d $(STAGING_DIR)/var/log
@install -m 644 src/icecast.xml $(STAGING_DIR)/var/icecast.xml
@install -m 644 src/mime.types $(STAGING_DIR)/var/mime.types

0 comments on commit 4e0222b

Please sign in to comment.