Skip to content

pkgstore-old/linux-rpm-ices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IceS

IceS is a source client for a streaming server. The purpose of this client is to provide an audio stream to a streaming server such that one or more listeners can access the stream. With this layout, this source client can be situated remotely from the icecast server.

The primary example of a streaming server used is Icecast 2, although others could be used if certain conditions are met.

Install

Fedora COPR

$ dnf copr enable pkgstore/ices
$ dnf install -y ices

Open Build Service (OBS)

# Work in Progress

Update

$ dnf upgrade -y ices

Remove

$ dnf erase -y ices
$ dnf copr remove pkgstore/ices

How to Build

  1. Get source from src.fedoraproject.org.
  2. Write last commit SHA from src.fedoraproject.org to CHANGELOG.
  3. Modify & update source (and *.spec).
  4. Build SRPM & RPM.