Displaying 5 results from an estimated 5 matches for "bierbach".
Did you mean:
auerbach
2004 Nov 17
2
ices-2.0.0 compile problems
Jeremy Bierbach wrote:
Hi Jeremy
> It seems likely to me that you still have libshout 1.x installed.
No, it's not that.
# rpm -q libshout
libshout-2.0-1.dag
# rpm -q libshout-devel
libshout-devel-2.0-1.dag
It's the half-hard-coded shout/shout.h path in the source. Since
libshout is inst...
2004 Aug 06
0
Icecast Workshop Announcement (fwd)
Jeremy's one of the guys who helped us write a lot of the dj
infrastructure at icast. He's got a lot of cool tricks up his sleeve.
Wish I could go...
jack.
---------- Forwarded message ----------
Date: Wed, 25 Apr 2001 01:47:47 -0700 (PDT)
From: jeremy bierbach <jeremy@syntag.net>
To: emily@greenwitch.com, chad@icecast.org, jack@icecast.org
Subject: Icecast Workshop Announcement
Hey,
I didn't know who to send this to, but here's an announcement of the
course I'm going to do, in case you want to post it on icecast.org...
[Amsterdam] St...
2004 Aug 06
1
Need a command-line splicer of audio files for Linux
sox works great. to splice out a 10-minute segment starting 12m34s into a .wav file:
sox infile.wav outfile.wav trim 12:34 10:00
to splice two segments together, well:
cat seg1.wav seg2.wav > joined.wav
<p>samurai.fm wrote:
> SOX might work?
>
> -----Original Message-----
> From: owner-icecast@xiph.org [mailto:owner-icecast@xiph.org] On Behalf Of
> Mailing List Receiver
2004 Nov 17
2
ices-2.0.0 compile problems
Hi
Running ./configure --prefix=/whatever I got stuck with
checking for pkg-config... /usr/bin/pkg-config
checking shout/shout.h usability... no
checking shout/shout.h presence... no
checking for shout/shout.h... no
configure: error: must have libshout installed!
Having edited configure line 20056 and changed shout/shout.h to
/usr/include/shout.h , I run into the next problem:
2004 Nov 17
0
ices-2.0.0 compile problems
Hi Zenon,
It seems likely to me that you still have libshout 1.x installed. Try
stripping all remnants of libshout out from /usr/(local/)include and
/usr/(local/)lib and then (re)install libshout 2.0, downloadable from
http://downloads.us.xiph.org/releases/libshout/libshout-2.0.tar.gz
(NB: this in turn requires libogg and libvorbis.)
-- J.
Zenon Panoussis wrote:
>
> Hi
>
>