]> git.pld-linux.org Git - packages/mythtv.git/commitdiff
- bcond for building vdpau support with nvidia headers
authorw.kier <w.kier@pld-linux.org>
Fri, 23 Oct 2009 21:13:46 +0000 (21:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mythtv.spec -> 1.83

mythtv.spec

index 15aa9a7b25a5dd92ae5de0ff026f2db04a34c16b..9be6343391a90287bec808f97e5a0290c951d8a2 100644 (file)
@@ -27,6 +27,7 @@
 %bcond_with    mmx             # enable MMX
 %bcond_with     dshowserver    # enable directshow codecs server
 %bcond_with    directfb
+%bcond_with            nvidia_headers
 
 # enable mmx automatically on arches having it
 %ifarch %{ix86} %{x8664}
@@ -40,7 +41,7 @@
 %undefine with_dshowserver
 %endif
 
-%define snap rc1
+%define snap 0
 #%define rel 0.1
 Summary:       A personal video recorder (PVR) application
 Summary(pl.UTF-8):     Osobista aplikacja do nagrywania obrazu (PVR)
@@ -68,8 +69,8 @@ Patch3:               %{name}-sbinpath.patch
 #Patch4: %{name}-dvdnav-shared.patch
 Patch20:       %{name}-dshowserver_trunk.patch
 URL:           http://www.mythtv.org/
-BuildConflicts:        xorg-driver-video-nvidia-libs
-BuildConflicts: xorg-driver-video-nvidia-devel
+%{?without_nvidia_headers:BuildConflicts:      xorg-driver-video-nvidia-libs}
+%{?without_nvidia_headers:BuildConflicts: xorg-driver-video-nvidia-devel}
 BuildRequires: Mesa-libGLU-devel
 #BuildRequires:        OpenGL-GLU-devel
 BuildRequires: OpenGL-devel
This page took 0.081638 seconds and 4 git commands to generate.