Do we have a volunteer to check gstreamer on Debian? Currently it works
on Gentoo, but not on Mandrake (10.0 or 10.1 official). I don't think
we can release it if it does not work on Debian.
Ferenc
------------------------------------------
Posted to Phorum via PhorumMail
I've been trying to get it to work for days now, and have most of the
afternoon to get it working... just tell me what to do... is it just
CVS, ./configure, make, etc...?
- Ben Racher
On Fri, 2005-07-01 at 20:00 +0200, Ferenc Gerlits wrote:
> Hi all,
>
> Do we have a volunteer to check gstreamer on Debian? Currently it works
> on Gentoo, but not on Mandrake (10.0 or 10.1 official). I don't think
> we can release it if it does not work on Debian.
>
> Ferenc
------------------------------------------
Posted to Phorum via PhorumMail
If you have done a full setup recently (including gstreamer), then you
need to do
./configure
make recompile
cd modules/gstreamerElements
make check
cd modules/playlistExecutor
make check
and tell us what happened. The first check will show a lot of
assertions, that's OK, as long as the sound quality is good.
If you have not done a 'make setup' recently, you'll need to recompile
gstreamer, as well:
./tools/gstreamer/gstreamer-0.8.10/bin/install.sh
Ferenc
Benjamin Racher wrote:
> I've been trying to get it to work for days now, and have most of the
> afternoon to get it working... just tell me what to do... is it just
> CVS, ./configure, make, etc...?
>
> - Ben Racher
------------------------------------------
Posted to Phorum via PhorumMail
Benjamin Racher wrote:
> I've been trying to get it to work for days now, and have most of the
> afternoon to get it working... just tell me what to do... is it just
> CVS, ./configure, make, etc...?