[mythtv-users] 0.22 prerequisistes

Marc Tousignant drayson at net1plus.com
Fri Jul 10 17:13:37 UTC 2009


> 
> Robin Gilks wrote:
> >
> > I run stable Gentoo and the latest nvidia-driver is 180.27 but the
> > following define in util-vdpau.cpp only appears in the vdpau.h file
> > associated with 180.40 and later.
> >     VDP_VIDEO_MIXER_ATTRIBUTE_SKIP_CHROMA_DEINTERLACE
> >
> 
> You might also want to open a bug on gentoo bugzilla.  In theory the
> package
> manager should make sure you have everything else you need (from
> headers to
> drivers to libraries), and it sounds like the package is missing a
> dependency.  Of course, things like this are easy to miss when you're
> talking about software that interfaces with hardware since the people
> maintaining the package don't own every video capture/display card ever
> made...
> 
> _______________________________________________

Here is my rdepend section for my custom ebuild

RDEPEND=">=media-libs/freetype-2.0
        >=media-sound/lame-3.93.1
        x11-libs/libX11
        x11-libs/libXext
        x11-libs/libXinerama
        x11-libs/libXv
        x11-libs/libXrandr
        x11-libs/libXxf86vm
        x11-libs/qt-core:4[qt3support]
        x11-libs/qt-gui:4[qt3support,tiff?]
        x11-libs/qt-sql:4[qt3support,mysql]
        x11-libs/qt-opengl:4[qt3support]
        x11-libs/qt-webkit:4
        virtual/mysql
        virtual/opengl
        virtual/glu
        || ( >=net-misc/wget-1.9.1 >=media-tv/xmltv-0.5.43 )
        alsa? ( >=media-libs/alsa-lib-0.9 )
        autostart? (    net-dialup/mingetty
                        x11-wm/evilwm
                        x11-apps/xset )
        directv? ( virtual/perl-Time-HiRes )
        dvb? ( media-libs/libdvb media-tv/linuxtv-dvb-headers )
        dvd? ( media-libs/libdvdcss )
        fftw? ( sci-libs/fftw:3.0
        ivtv? ( media-tv/ivtv-utils )
        ieee1394? (     >=sys-libs/libraw1394-1.2.0
                        >=sys-libs/libavc1394-0.5.0
                        >=media-libs/libiec61883-1.0.0 )
        jack? ( media-sound/jack-audio-connection-kit )
        lcd? ( app-misc/lcdproc )
        lirc? ( app-misc/lirc )
        perl? ( dev-perl/DBD-mysql )
        python? ( dev-python/mysql-python )
        xvmc? (         x11-libs/libXvMC
                        video_cards_nvidia? ( x11-drivers/nvidia-drivers )
                        video_cards_via? ( x11-drivers/xf86-video-via
                        video_cards_i810? ( x11-drivers/xf86-video-i810 ) )
        vdpau? ( >=x11-drivers/nvidia-drivers-180.40 )"


I also have the following in my package setup so people know they need an
nvidia card for vdpau

        if use vdpau; then
                elog
                elog "The VDPAU renderer only works on"
                elog "the NVIDIA 8 series and higher cards."
                if ! use video_cards_nvidia; then
                        die "You enabled VDPAU without NVIDIA"
                fi
        fi



More information about the mythtv-users mailing list