SPECS: xorg-driver-video-ati.spec - added exprimental support for ...

sls sls at pld-linux.org
Tue Mar 20 02:43:00 CET 2007


Author: sls                          Date: Tue Mar 20 01:43:00 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added exprimental support for tv output (bcond, patch)

---- Files affected:
SPECS:
   xorg-driver-video-ati.spec (1.18 -> 1.19) 

---- Diffs:

================================================================
Index: SPECS/xorg-driver-video-ati.spec
diff -u SPECS/xorg-driver-video-ati.spec:1.18 SPECS/xorg-driver-video-ati.spec:1.19
--- SPECS/xorg-driver-video-ati.spec:1.18	Mon Feb 12 23:09:24 2007
+++ SPECS/xorg-driver-video-ati.spec	Tue Mar 20 02:42:55 2007
@@ -1,4 +1,8 @@
 # $Revision$, $Date$
+#
+# Conditional build:
+%bcond_with	tv_output	# exprimental tv output support
+
 Summary:	X.org video drivers for ATI adapters
 Summary(pl.UTF-8):	Sterowniki obrazu X.org do kart graficznych ATI
 Name:		xorg-driver-video-ati
@@ -8,6 +12,8 @@
 Group:		X11/Applications
 Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-ati-%{version}.tar.bz2
 # Source0-md5:	f6d559f9d20f61567d381916b376590f
+# http://megahurts.dk/rune/stuff/xorg7.1-6.6.3-tv_output.patch.gz
+Patch0:		xorg7.1-6.6.3-tv_output.patch
 URL:		http://xorg.freedesktop.org/
 BuildRequires:	Mesa-libGL-devel
 BuildRequires:	autoconf >= 2.57
@@ -87,6 +93,9 @@
 
 %prep
 %setup -q -n xf86-video-ati-%{version}
+%if %{with tv_output}
+%patch0 -p1
+%endif
 
 %build
 %{__libtoolize}
@@ -130,6 +139,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.19  2007/03/20 01:42:55  sls
+- added exprimental support for tv output (bcond, patch)
+
 Revision 1.18  2007/02/12 22:09:24  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/xorg-driver-video-ati.spec?r1=1.18&r2=1.19&f=u



More information about the pld-cvs-commit mailing list