Author: w.kier Date: Thu May 13 22:23:11 2010 GMT Module: packages Tag: HEAD ---- Log message: - vaapi disabled by default
---- Files affected: packages/mythtv: mythtv.spec (1.97 -> 1.98) ---- Diffs: ================================================================ Index: packages/mythtv/mythtv.spec diff -u packages/mythtv/mythtv.spec:1.97 packages/mythtv/mythtv.spec:1.98 --- packages/mythtv/mythtv.spec:1.97 Fri May 14 00:03:38 2010 +++ packages/mythtv/mythtv.spec Fri May 14 00:23:05 2010 @@ -4,6 +4,7 @@ # - lcd? (app-misc/lcdproc) # - alpha, sparc, ppc arches? # - http://outflux.net/software/pkgs/mythtvfs-fuse/ +# - vaapi support - check for compatible versions of libva? # # Specfile for MythTV # @@ -27,8 +28,9 @@ %bcond_without xvmc # do not use XvMCW %bcond_without vdpau # disable nvidia vdpau support %bcond_without fftw3 # disable fftw3 support -%bcond_without mmx # enable MMX +%bcond_without mmx # disable MMX %bcond_without nellymoserdec +%bcond_with vaapi # enable vaapi %bcond_with dshowserver # enable directshow codecs server %bcond_with directfb %bcond_with nvidia_headers # build vdpau support with nvidia headers @@ -433,6 +435,7 @@ --%{?with_ivtv:en}%{!?with_ivtv:dis}able-ivtv \ --%{?with_iptv:en}%{!?with_iptv:dis}able-iptv \ --%{?with_nellymoserdec:en}%{!?with_nellymoserdec:dis}able-decoder=nellymoser \ + --%{?with_vaapi:en}%{!?with_vaapi:dis}able-vaapi \ --%{?with_vdpau:en}%{!?with_vdpau:dis}able-vdpau \ --%{?with_directfb:en}%{!?with_directfb:dis}able-directfb \ --%{?with_fftw3:en}%{!?with_fftw3:dis}able-libfftw3 \ @@ -622,6 +625,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.98 2010/05/13 22:23:05 w.kier +- vaapi disabled by default + Revision 1.97 2010/05/13 22:03:38 w.kier - nellymoser decoder bcond repaired ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mythtv/mythtv.spec?r1=1.97&r2=1.98&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
