source: projects/specs/trunk/x/xorg-x11-drv-ati/xorg-x11-drv-ati-vl.spec @ 6011

Revision 6011, 16.0 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

Line 
1%define tarball xf86-video-ati
2%define moduledir %(pkg-config xorg-server --variable=moduledir )
3%define driverdir       %{moduledir}/drivers
4
5Summary:   Xorg X11 ati video driver
6Summary(ja):   Xorg X11 ati ビデオドライバ
7Name:      xorg-x11-drv-ati
8Version:   6.14.3
9Release:   2%{?_dist_release}
10URL:       http://www.x.org
11License:   MIT
12Group:     User Interface/X Hardware Support
13
14Source0:   ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
15Source1:   mkxinf.ati
16
17Patch0:    radeon-6.9.0-bgnr-enable.patch       
18Patch1:    radeon-6.12.2-lvds-default-modes.patch
19Patch2:    fix-default-modes.patch
20Patch3:    xf86-video-ati-git20120320.patch
21
22BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
23ExcludeArch: s390 s390x
24BuildRequires: xorg-x11-server-sdk >= 1.6
25BuildRequires: mesa-libGL-devel
26BuildRequires: libdrm-devel
27BuildRequires: automake autoconf libtool pkgconfig
28BuildRequires: xorg-x11-util-macros
29BuildRequires: libudev-devel
30Requires:  hwdata
31Requires:  xorg-x11-server-Xorg
32
33Vendor: Project Vine
34Distribution: Vine Linux
35
36%description
37X.Org X11 ati video driver.
38
39%prep
40%setup -q -n %{tarball}-%{version}
41%patch0 -p1 -b .bgnr
42%patch1 -p1 -b .lvds
43%patch2 -p1 -b .def
44%patch3 -p1
45
46%build
47libtoolize --copy --force
48autoreconf -iv
49%configure --disable-static
50make %{?_smp_mflags}
51
52%install
53rm -rf $RPM_BUILD_ROOT
54
55make install DESTDIR=$RPM_BUILD_ROOT
56
57mkdir -p $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases
58%{SOURCE1} src/pcidb/ati_pciids.csv > $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases/radeon.xinf
59
60find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
61
62%clean
63rm -rf $RPM_BUILD_ROOT
64
65%files
66%defattr(-,root,root,-)
67%doc README
68%{driverdir}/ati_drv.so
69%{driverdir}/radeon_drv.so
70%{_datadir}/hwdata/videoaliases/radeon.xinf
71%{moduledir}/multimedia/theatre200_drv.so
72%{moduledir}/multimedia/theatre_detect_drv.so
73%{moduledir}/multimedia/theatre_drv.so
74%{_mandir}/man4/ati.4*
75%{_mandir}/man4/radeon.4*
76
77%changelog
78* Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.14.3-2
79- add Patch3 (xf86-video-ati-git20120320.patch)
80
81* Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.14.3-1
82- new upstream release
83- remove Patch101
84
85* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.14.2-2
86- add Patch0 (radeon-6.9.0-bgnr-enable.patch)
87- add Patch1 (radeon-6.12.2-lvds-default-modes.patch)
88- add Patch2 (fix-default-modes.patch)
89- add Patch101 (xf86-video-ati-git20110803.patch)
90
91* Sat May 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.14.2-1
92- new upstream release
93
94* Sat Mar 19 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.14.1-1
95- new upstream release
96- delete Patch0
97
98* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.14.0-2
99- rebuild with xserver-1.10.0
100- add Patch0 (xf86-video-ati-xserver-1.10.patch)
101
102* Sat Feb 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.14.0-1
103- new upstream release
104
105* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.13.2-3
106- rebuild with xserver-1.9.2
107
108* Fri Oct 22 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 6.13.2-2
109- remove pre-generated radeon.xinf and ati.xinf
110- add mkxinf.ati to generate radeon.xinf from source.
111
112* Sun Oct 17 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.13.2-1
113- new upstream release
114- add BuildRequires: libudev-devel
115
116* Sun Jul 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.13.1-1
117- new upstream release
118
119* Fri Apr 09 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 6.13.0-1
120- new upstream release
121
122* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.12.6-3
123- rebuild with xserver-1.8rc (x86_64)
124
125* Wed Mar 24 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 6.12.6-2
126- rebuild with xserver-1.8rc
127
128* Sun Mar 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.12.6-1
129- new upstream release
130
131* Sun Mar 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.12.5-1
132- new upstream release
133
134* Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 6.12.4-1
135- new upstream release
136
137* Fri Jul 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 6.12.2-4
138- rebuild with libdrm-2.4.12
139
140* Tue May 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 6.12.2-3
141- drop Patch1,7 (current kernel does not support kms)
142- add Patch10: use EXA by default
143- add Patch11: fix several dmps issue.
144- add Patch12: Fix DVI output on some rs690 cards.
145
146* Mon Apr 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 6.12.2-2
147- add Patch1, update for radeon modeset driver
148- add Patch7 to fix fb size on R600+ w/o kms
149
150* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 6.12.2-1
151- new upstream release
152
153* Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 6.12.0-1
154- new upstream release
155
156* Mon Jan 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 6.10.0-1
157- new upstream release
158
159* Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 6.9.0-1
160- new upstream release
161- r128 and mach64 drivers are now splitted to individual package.
162
163* Mon May 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 6.8.0-1
164- initial build for Vine Linux
165
166* Thu Apr 24 2008 Dave Airlie <airlied@redhat.com> 6.8.0-12
167- not so much faster as kill my Apple MAC DDC - next time do this upstream first
168
169* Thu Apr 24 2008 Dave Airlie <airlied@redhat.com> 6.8.0-11
170- fix r128 bios size issue (#439022)
171
172* Sun Apr 06 2008 Dave Airlie <airlied@redhat.com> 6.8.0-10
173- attempt to fix VT switch and X restart hangs
174
175* Wed Apr 02 2008 Dave Airlie <airlied@redhat.com> 6.8.0-9
176- attempt to fix dualhead and rotation at the same time.
177
178* Mon Mar 31 2008 Dave Airlie <airlied@redhat.com> 6.8.0-8
179- Hopefully fix quirks not applying on radeon LVDS (#435126)
180- quirk connector table from (#428515)
181- fix rotate on r500 cards
182
183* Sun Mar 30 2008 Dave Airlie <airlied@redhat.com> 6.8.0-7
184- Major upstream fixes backported - render accel, xv etc.
185- This is done with a separate patch as upstream has split mach64/r128 already
186
187* Fri Mar 28 2008 Adam Jackson <ajax@redhat.com> 6.8.0-6
188- radeon.xinf: :1,$s/radeon_tp/radeon/
189
190* Wed Mar 26 2008 Dave Airlie <airlied@redhat.com> 6.8.0-5
191- Fix mach64 on ia64 with 16k pagesize (#438947)
192
193* Tue Mar 11 2008 Adam Jackson <ajax@redhat.com> 6.8.0-4
194- r500-dual-link-love.patch: Make R300+ max CRTC size guess big enough
195  for a 30" monitor.
196
197* Mon Mar 03 2008 Dave Airlie <airlied@redhat.com> 6.8.0-3
198- rebuild for upstream ABI breakage
199
200* Tue Feb 26 2008 Dave Airlie <airlied@redhat.com> 6.8.0-2
201- rebase to upstream 6.8.0 release + git fixes
202
203* Tue Feb 19 2008 Dave Airlie <airlied@redhat.com> 6.8.0-1
204- rebase to upstream 6.8.0 release.
205
206* Mon Feb 18 2008 Dave Airlie <airlied@redhat.com> 6.7.197-3
207- rebase to upstream git master - lots of r600 fixes
208
209* Fri Feb 08 2008 Dave Airlie <airlied@redhat.com> 6.7.197-2
210- rebase to upstream git master - add rv67x ids
211
212* Mon Feb 04 2008 Dave Airlie <airlied@redhat.com> 6.7.197-1
213- rebase to upstream git master
214- add r5xx and r6xx pci ids to xinf
215
216* Thu Jan 17 2008 Dave Airlie <airlied@redhat.com> 6.7.196-7
217- fix up IGPs from upstream fix.
218
219* Wed Jan 09 2008 Adam Jackson <ajax@redhat.com> 6.7.196-6
220- Rebuild for new server ABI.
221
222* Wed Jan 02 2008 Adam Jackson <ajax@redhat.com> 6.7.196-5
223- r128-6.7.196-pciaccess.patch: Fix some preprocessor dumbness.
224
225* Wed Jan 02 2008 Adam Jackson <ajax@redhat.com> 6.7.196-4
226- r128-6.7.196-pciaccess.patch: Port r128 to libpciaccess.
227
228* Wed Dec 19 2007 Dave Airlie <airlied@redhat.com> 6.7.196-3
229- radeon-git-upstream-fixes.patch - update for latest git master
230- radeon-6.7.196-atombios-support.patch - update for r500/r600
231
232* Mon Dec 17 2007 Adam Jackson <ajax@redhat.com> 6.7.196-2
233- *-6.7.196-alloca.patch: Fix ALLOCATE_LOCAL failures.
234
235* Wed Nov 14 2007 Adam Jackson <ajax@redhat.com> 6.7.196-1
236- xf86-video-ati 6.7.196
237
238* Tue Nov 13 2007 Adam Jackson <ajax@redhat.com> 6.7.195-5
239- Require xserver 1.4.99.1
240
241* Thu Nov 08 2007 Adam Jackson <ajax@redhat.com> 6.7.195-4
242- radeon-6.7.195-faster-ddc.patch: Speed up X startup by assuming the
243  monitor doesn't need a dead chicken waved over it to get DDC.
244
245* Tue Oct 16 2007 Dave Airlie <airlied@redhat.com> 6.7.195-3
246- upstream fixes including previous patches + attempted mac detection
247
248* Tue Oct 09 2007 Adam Jackson <ajax@redhat.com> 6.7.195-2
249- DDC and LVDS patches from git.
250
251* Sat Oct 06 2007 Adam Jackson <ajax@redhat.com> 6.7.195-1
252- xf86-video-ati 6.7.195
253
254* Fri Oct 5 2007 Dave Airlie <airlied@redhat.com> 6.7.194-3
255- radeon-6.7.194-upstream-fixes - Upstream LVDS fixes
256  improve chances of working on more panels.
257
258* Fri Sep 28 2007 Dave Airlie <airlied@redhat.com> 6.7.194-2
259- radeon-6.7.194-disable-rc410-dri.patch - Disable DRI on
260  RC410 by default as it seems to need some more work.
261
262* Mon Sep 24 2007 Dave Airlie <airlied@redhat.com> 6.7.194-1
263- xf86-video-ati 6.7.194
264
265* Thu Sep 20 2007 Dave Airlie <airlied@redhat.com> 6.7.193-1
266- xf86-video-ati 6.7.193
267
268* Mon Aug 27 2007 Adam Jackson <ajax@redhat.com> 6.7.192-1
269- xf86-video-ati 6.7.192
270
271* Mon Aug 27 2007 Dave Airlie <airlied@redhat.com> 6.7.191-2
272- radeon-6.7.191-git-master.patch - upgrade to git head
273  f36720377737210c985b196d9a988efdd767f1c7
274
275* Tue Aug 23 2007 Dave Airlie <airlied@redhat.com> 6.7.191-1
276- xf86-video-ati 6.7.191. - Add a pre-release of radeon randr code
277  This will break old zaphod mode further than the current 6.6.193
278  driver, and will probably break mergedfb configs, however it will
279  work with randr-1.2 properly and is the more supported codebase going
280  forward.
281
282* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 6.6.193-3
283- Rebuild for build id
284
285* Wed Aug 08 2007 Dave Airlie <airlied@redhat.com> 6.6.193-2
286- xf86-video-ati 6.6.193. - remove dotclock workaround for now
287  It causes crashes bug 251051
288
289* Sat Aug 04 2007 Dave Airlie <airlied@redhat.com> 6.6.193-1
290- xf86-video-ati 6.6.193.
291
292* Wed Jun 27 2007 Adam Jackson <ajax@redhat.com> 6.6.192-1
293- xf86-video-ati 6.6.192.
294
295* Tue Jun 19 2007 Adam Jackson <ajax@redhat.com> 6.6.3-4
296- radeon-6.6.3-renderaccel-buglet.patch: Fix OpenOffice font corruption
297  when RenderAccel is disabled. (#244675)
298
299* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 6.6.3-3
300- Update Requires and BuildRequires.  Disown the module directories.  Add
301  Requires: hwdata.
302
303* Thu Feb 15 2007 Adam Jackson <ajax@redhat.com> 6.6.3-2
304- ExclusiveArch -> ExcludeArch
305
306* Tue Nov 7 2006 Adam Jackson <ajackson@redhat.com> 6.6.3-1.fc7
307- Update to 6.6.3.
308
309* Mon Oct 2 2006 Adam Jackson <ajackson@redhat.com> 6.6.2-4
310- ati-prefer-radeon-then-r128.patch: When loading through the 'ati' wrapper,
311  prefer radeon to rage128 to mach{64,32,16,8,4,2,1}.
312- r128-fp-dpms.patch: Hook up DPMS for Rage128 DFPs. (#197436)
313- radeon-6.6.2-dac-fix.patch: Even though we turn DACs on for probing, don't
314  turn them off.  Fixes black screen of death post-rhgb.  (#208610)
315- radeon-6.6.2-pmac-bios.patch: Be more suspicious of ROMs before interpreting
316  their content.  (#208694)
317- radeon-6.6.2-usefbdev-patch.patch: Use the framebuffer stride from fbdev,
318  instead of making up numbers.  (#208694)
319
320* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 6.6.2-3
321- rebuilt for unwind info generation, broken in gcc-4.1.1-21
322
323* Thu Sep 21 2006 Adam Jackson <ajackson@redhat.com> 6.6.2-2.fc6
324- radeon-6.6.2-dac-fix.patch: Backport 25fa71... from git.  Turn on the DAC
325  before doing CRT connection probe, otherwise we might incorrectly detect
326  a CRT where there isn't one. (#202240 and others)
327
328* Tue Aug 29 2006 Adam Jackson <ajackson@redhat.com> 6.6.2-1.fc6
329- Update to 6.6.2 from upstream:
330  - Mach64 stability and correctness fixes
331  - Mach64 EXA support.
332  - Misc bugfixes for radeon.
333
334* Thu Aug 24 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-11.fc6
335- radeon-6.6.1-use-mtdriver.patch: Only flag modes with M_T_PREFERRED if
336  the EDID blocks says to.
337
338* Fri Aug 18 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-10.fc6
339- radeon-6.6.1-use-mtdriver.patch: Use new M_T_DRIVER mode type for mode
340  synthesis.
341- Bump Requires to match.
342
343* Fri Aug 18 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-9.fc6
344- mach64-cpio-for-ia64.patch: Enable CPIO for mach64 on ia64. (#203017)
345
346* Thu Aug 10 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-8.fc6
347- radeon-6.6.1-xpress-200.patch: Also disable DRI on xpress200, known broken.
348
349* Wed Aug  2 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-7.fc6
350- Make sure DRI and Render accel are disabled on RN50.
351
352* Sat Jul 29 2006 Kristian H淡gsberg <krh@redhat.com> 6.6.1-6.fc5.aiglx
353- Build for fc5 aiglx repo.
354
355* Thu Jul 27 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-6.fc6
356- Updated radeon.xinf: comments, a handful of new devices.
357
358* Mon Jul 24 2006 Mike A. Harris <mharris@redhat.com> 6.6.1-5.fc6
359- Added r128-missing-xf86ForceHWCursor-symbol-bug168753.patch to fix (#168753)
360- Add {?dist} tag to Release field
361
362* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 6.6.1-4.1
363- rebuild
364
365* Wed Jun 28 2006 Mike A. Harris <mharris@@redhat.com> 6.6.1-4
366- Added "BuildRequires: xorg-x11-server-sdk >= 1.1.0-12" to fix the same
367  problem at build time as were added in 6.6.1-2 to fix it at runtime.
368
369* Tue Jun 27 2006 Kristian H淡gsberg <krh@redhat.com> 6.6.1-3
370- Bump release for FC5 aiglx build.
371
372* Mon Jun 26 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-2
373- Filter the EDID mode list by the monitor's reported pixel clock.  Bump
374  the BuildReq to a server that provides the necessary ABI field.
375
376* Sat Jun 17 2006 Mike A. Harris <mharris@redhat.com> 6.6.1-1
377- Updated xorg-x11-drv-ati to version 6.6.1 update release for X11R7.1
378- Drop db-root-visual.patch, as it is included in 6.6.1
379- Enable DRI support for sparc/sparc64 builds.
380
381* Fri Jun  9 2006 Kristian H淡gsberg <krh@redhat.com> 6.6.0-7
382- Committed db-root-visual.patch and reenabled.
383
384* Thu Jun  8 2006 Mike A. Harris <mharris@@redhat.com> 6.6.0-6
385- Disable db-root-visual.patch, because the file wasn't committed to CVS.
386
387* Thu Jun  8 2006 Kristian H淡gsberg <krh@redhat.com> 6.6.0-5
388- Bump for rawhide build.
389
390* Thu Jun  8 2006 Kristian H淡gsberg <krh@redhat.com> 6.6.0-4
391- Add db-root-visual.patch to make root visual double buffered.
392
393* Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 6.6.0-3
394- Rebuild for 7.1 ABI fix.
395
396* Tue Apr 11 2006 Kristian H淡gsberg <krh@redhat.com> 6.6.0-2
397- Bump for fc5-bling build.
398
399* Sun Apr  9 2006 Adam Jackson <ajackson@redhat.com> 6.6.0-1
400- Update to 6.6.0 from 7.1RC1.
401
402* Tue Apr  4 2006 Kristian H淡gsberg <krh@redhat.com> 6.5.7.3-4.cvs20060404
403- Update to CVS snapshot from 20060404.
404
405* Wed Mar 22 2006 Kristian H淡gsberg <krh@redhat.com> 6.5.7.3-4.cvs20060322
406- Update to CVS snapshot of 20060322.
407- Drop xorg-x11-drv-ati-6.5.7.3-radeon-metamodes-SEGV-fix.patch.
408
409* Tue Feb 21 2006 Mike A. Harris <mharris@redhat.com> 6.5.7.3-4
410- Added xorg-x11-drv-ati-6.5.7.3-radeon-metamodes-SEGV-fix.patch from CVS HEAD.
411
412* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 6.5.7.3-3.2
413- bump again for double-long bug on ppc(64)
414
415* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 6.5.7.3-3.1
416- rebuilt for new gcc4.1 snapshot and glibc changes
417
418* Sun Feb 05 2006 Mike A. Harris <mharris@redhat.com> 6.5.7.3-3
419- Updated radeon.xinf to be up to date with the xf86PciInfo.h from the Xorg
420  X server 1.0.1-1 source.  This should account for all supported Radeon
421  models now modulo errors/omissions.
422
423* Thu Feb 02 2006 Mike A. Harris <mharris@redhat.com> 6.5.7.3-2
424- Added r128.xinf and radeon.xinf videoalias files to fix bug (#174101).
425- Added "BuildRequires: libdrm-devel >= 2.0-1" to fix bug (#178613)
426
427* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 6.5.7.3-1
428- Updated xorg-x11-drv-ati to version 6.5.7.3 from X11R7.0
429- Added ati.xinf videoalias file for hardware autodetection.
430
431* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 6.5.7.2-1
432- Updated xorg-x11-drv-ati to version 6.5.7.2 from X11R7 RC4
433- Removed 'x' suffix from manpage dirs to match RC4 upstream.
434
435* Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 6.5.7-1
436- Updated xorg-x11-drv-ati to version 6.5.7 from X11R7 RC2
437
438* Fri Nov 4 2005 Mike A. Harris <mharris@redhat.com> 6.5.6.1-1
439- Updated xorg-x11-drv-ati to version 6.5.6.1 from X11R7 RC1
440- Fix *.la file removal.
441- Add "BuildRequires: mesa-libGL-devel >= 6.4-4 for DRI builds"
442
443* Mon Oct 3 2005 Mike A. Harris <mharris@redhat.com> 6.5.6-1
444- Update BuildRoot to use Fedora Packaging Guidelines.
445- Deglob file manifest.
446- Use _smp_mflags with make, to speed up SMP builds.
447- Add "alpha sparc sparc64" to ExclusiveArch
448
449* Fri Sep 2 2005 Mike A. Harris <mharris@redhat.com> 6.5.6-0
450- Initial spec file for ati video driver generated automatically
451  by my xorg-driverspecgen script.
Note: See TracBrowser for help on using the repository browser.