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

Revision 5089, 15.8 KB checked in by Takemikaduchi, 13 years ago (diff)

xserver-1.11.1.902 (1.11.2 RC2)

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