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

Revision 774, 14.4 KB checked in by daisuke, 14 years ago (diff)

xorg-x11-drv-ati: update to 6.13.0

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