|
From: Bill F. <bil...@mi...> - 2002-06-20 14:48:41
|
On Thu, 20 Jun 2002, Stefan Lucke wrote:
> -- Original Nachricht --
>
> >I get the following on my home dual 500 MHz G4 with an ATI Rage128
> >graphics card (either with or without DRI enabled):
> >
> >% playdv --no-mmap /dev/ieee1394/dv/host0/NTSC/in
> >format 4:3
> >Audio is 32.0 kHz, 12 bits quantization, 2 channels, emphasis off
> >Xv: ATI Rage128 Video Overlay: ports 59 - 59
> >Xv: ATI Rage128 Video Overlay: Unsupported endianness for format 0x32595559:
> >LSBFirst
> >Xv: ATI Rage128 Video Overlay: format 0x32595559 is NOT in format list
> (
> >0x32595559[YUY2] 0x59565955[UYVY] 0x32315659[YV12] 0x30323449[I420] )
> >Xv: (ERROR) could not grab any port!
> >playdv was compiled without SDL support
> >Attempt to use gtk for display failed
> > Unable to establish a display method
>
> gtk not selected ?? That should be already fixed. Did you run
> bootstrap, configure on current CVS ?
Well that's another story. libdv requires autoconf 2.50. Even the latest
YellowDog Linux 2.2 for PPC only has autoconf 2.13 (I'm actually running
YDL 2.1 with autoconf 2.13). I tried to use a RawHide
autoconf-2.52-7.noarch.rpm but get the following failed dependencies
when trying to install the RPM:
% rpm -U --test autoconf-2.52-7.noarch.rpm
error: failed dependencies:
perl(IO::File) is needed by autoconf-2.52-7
perl(POSIX) is needed by autoconf-2.52-7
perl(strict) is needed by autoconf-2.52-7
perl(vars) is needed by autoconf-2.52-7
Checking into this quickly descended into dependency hell and a need
for a rather major upgrade of my system which I'm not currently prepared
for (the primary sticking point is the need to upgrade from db3 3.1 to
db3 3.2 and all the resultant changes required for that).
For now, I've been grafting the 0.9 build environment onto the current
CVS in order to build it, so that's why it doesn't have gtk support.
-Regards
-Bill
|