Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pkgstore-old/linux-rpm-ices
https://github.com/pkgstore-old/linux-rpm-ices
ices linux pkgstore rpm rpm-package rpm-packages rpm-spec
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pkgstore-old/linux-rpm-ices
- Owner: pkgstore-old
- License: gpl-2.0
- Created: 2021-06-18T21:06:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-20T08:51:53.000Z (over 3 years ago)
- Last Synced: 2024-02-23T11:54:36.292Z (11 months ago)
- Topics: ices, linux, pkgstore, rpm, rpm-package, rpm-packages, rpm-spec
- Language: Shell
- Size: 333 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://src.fedoraproject.org/rpms/ices).
2. Write last commit SHA from [src.fedoraproject.org](https://src.fedoraproject.org/rpms/ices) to [CHANGELOG](CHANGELOG).
3. Modify & update source (and `*.spec`).
4. Build SRPM & RPM.