File: control

package info (click to toggle)
darkice 1.3-2
  • links: PTS
  • area: main
  • in suites: experimental
  • size: 2,120 kB
  • sloc: cpp: 32,044; sh: 11,383; makefile: 129
file content (28 lines) | stat: -rw-r--r-- 1,260 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: darkice
Section: sound
Priority: optional
Maintainer: Marc Bigler <marc@towards.ch>
Standards-Version: 4.3.0
Build-Depends: debhelper-compat (= 12), libvorbis-dev, libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libjack-dev, libtwolame-dev, libpulse-dev, libsamplerate0-dev, libopus-dev, libmp3lame-dev
# dpgk-dev provides /usr/share/dpkg/default.mk.
 ,dpkg-dev (>= 1.16.1),
# Configure tests rely on pkg-config.
 ,pkg-config
Homepage: http://www.darkice.org/

Package: darkice
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.0-6)
Suggests: darksnow
Description: Live audio streamer
 DarkIce is an IceCast, IceCast2 and ShoutCast live audio streamer. It
 takes audio input from a sound card, encodes it into mp3 and/or Ogg
 Vorbis, and sends the mp3 stream to one or more IceCast and/or
 ShoutCast servers, the Ogg Vorbis stream to one or more IceCast2
 servers. DarkIce uses lame as a shared object as its mp3 encoder, and
 the Ogg Vorbis as its Ogg Vorbis encoder.
 .
 A legacy SYSV init script is provided for existing
 configurations. You have to set RUN=yes in /etc/default/darkice to
 run darkice as a daemon. With modern systems, this is not needed as
 realtime scheduling is available to normal users.