Commit graph

9 commits

Author SHA1 Message Date
sbd
e1ad2cf581 Comply the the C++ spec by making a variable that is assigned the result
of a strchr(const char *, int c) call a constant.

(i.e. use obache@ suggestion as a better way to fix the strchr problem.)
2012-02-08 00:19:42 +00:00
sbd
a0a8301ddc Add a cast to a strrchr call. 2012-02-04 07:53:26 +00:00
dholland
38b010a3d4 Don't build with -pedantic; it causes 32-bit builds to fail. 2011-06-19 04:50:08 +00:00
dholland
a3a0cae2b4 Fix broken amd64 build. 2008-08-02 17:43:56 +00:00
rillig
f346722ef6 Fixed "test ==" and path to the man pages. 2006-10-10 20:09:22 +00:00
rillig
9aa32c8483 Updated darkice to 0.15.
14-04-2005 DarkIce 0.15 released

    o ported to OpenBSD and NetBSD, though real-time scheduling not supported,
      since it is not implemented in OpenBSD / NetBSD
    o added possibility to downsample from stereo to mono when encoding
      to Ogg Vorbis, thanks to Deti Fliegl, <deti@fliegl.de>
    o added support for Jack inputs, enabling a lot of interesting usage,
      including support for MacOS X.
      Thanks to Nicholas J. Humfrey <njh@ecs.soton.ac.uk>
    o various improvements by Joel Ebel <jbebel@ncsu.edu>
    o added option to turn off automatic reconnect feature
    o added IPv6 support, thanks to <jochen2@users.sourceforge.net>
2006-04-12 21:12:48 +00:00
rillig
166c90f479 This patch disables the priority scheduling if it is not available.
Needed at least for NetBSD-1.6.2. Approved by wiz.
2005-03-11 21:27:17 +00:00
xtraeme
2c96e0fdaa bl3ify and upgrade darkice to 0.14.
This release adds ALSA support and support for downsampling streams from
stereo to mono when streaming in MP3 to an icecast 2 server. There is a
bugfix for conflicting symbols _X and _Y on Solaris, and a bugfix for a
segfault caused when saving an Ogg Vorbis stream to a file.
2004-02-16 09:51:47 +00:00
xtraeme
4afd66ae3e Initial import of darkice-0.13.2 from pkgsrc-wip.
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 streams to one or more IceCast, ShoutCast and/or IceCast2 servers. DarkIce
uses lame as a shared object as its mp3 encoder, and the Ogg Vorbis libs as its
Ogg Vorbis encoder.
2004-01-09 17:18:33 +00:00