source: projects/specs/trunk/x/xorg-x11-drv-nouveau/xorg-x11-drv-nouveau-vl.spec @ 10229

Revision 10229, 11.8 KB checked in by Takemikaduchi, 8 years ago (diff)

xserver-1.18.3

Line 
1%define tarball xf86-video-nouveau
2%define moduledir %(pkg-config xorg-server --variable=moduledir )
3%define driverdir %{moduledir}/drivers
4
5Summary:   Xorg X11 nouveau video driver for NVIDIA graphics chipsets
6Summary(ja): Xorg X11 nouveau ビデオドライバ - NVIDIA グラフィックスチップセット用
7Name:      xorg-x11-drv-nouveau
8Version:   1.0.12
9Release:   1%{?_dist_release}
10URL:       http://www.x.org
11License:   MIT
12Group:     User Interface/X Hardware Support
13BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
14
15# Fedora specific snapshot no upstream release
16Source0:   xf86-video-nouveau-%{version}.tar.bz2
17
18ExcludeArch: s390 s390x
19
20BuildRequires: libtool automake autoconf
21BuildRequires: xorg-x11-server-sdk >= 1.8.0
22BuildRequires: libdrm-devel >= 2.4.40
23BuildRequires: mesa-libGL-devel
24BuildRequires: eudev-libudev-devel
25BuildRequires: kernel-headers >= 2.6.32
26
27Requires:  hwdata
28Requires:  xorg-x11-server-Xorg > 1.8.0
29Requires:  libdrm >= 2.4.40
30Requires:  eudev-libudev
31
32Vendor: Project Vine
33Distribution: Vine Linux
34
35%description
36X.Org X11 nouveau video driver.
37
38%prep
39%setup -q -n xf86-video-nouveau-%{version}
40
41%build
42%configure --disable-static
43
44make
45
46%install
47rm -rf $RPM_BUILD_ROOT
48
49make install DESTDIR=$RPM_BUILD_ROOT
50
51find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%files
57%defattr(-,root,root,-)
58%{driverdir}/nouveau_drv.so
59%{_mandir}/man4/nouveau.4*
60
61%changelog
62* Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.12-1
63- new upstream release
64
65* Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.11-2
66- rebuild with xserver-1.17.2
67
68* Sat Nov 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.11-1
69- new upstream release
70
71* Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.10-4
72- rebuild with xserver-1.15.2
73
74* Wed Jul 02 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.10-3
75- change BuildRequires: eudev-libudev-devel instead of libudev-devel
76
77* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.10-1
78- new upstream release
79
80* Sun Nov 03 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.9-1
81- new upstream release
82
83* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.7-1
84- new upstream release
85
86* Sat Nov 17 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-1
87- update to 1.0.4, build with libdrm-2.4.40
88
89* Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.0.16-5.20110117git38e8809
90- rebuild with xserver-1.12.0
91
92* Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.0.16-4.20110117git38e8809
93- rebuild with xserver-1.11.1.902
94
95* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.0.16-3.20110117git38e8809
96- update to new git snapshot
97- drop all patches
98- add Patch2: nouveau-nva3-noaccel-info.patch
99- add BuildRequires: libudev-devel
100- add Requires: libudev
101
102* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.0.16-2.20100218git2964702
103- rebuild with xserver-1.8rc
104
105* Wed Mar 24 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.16-1.20100218git2964702
106- update to new git snapshot
107- BR: libdrm-devel >= 2.4.18
108
109* Wed Dec 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.15-1.20091216git03c7d6
110- initial build for Vine Linux
111- update to new git snapshot
112- BR: libdrm-devel >= 2.4.16
113
114* Thu Nov 05 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.15-17.20091105gite1c2efd
115- handle reloc failures more gracefully (rh#531058)
116- fix for rh#532322
117
118* Mon Nov 02 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.15-16.20091030git5587f40
119- force all pixmaps into system memory initally on low memory cards
120
121* Tue Oct 27 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.15-15.20091022git718a41b
122- misc fixes, initial NVA8 support
123
124* Fri Oct 09 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.15-14.20091008git3f020b0
125- update from upstream, fixes various issues, especially with recent xservers
126
127* Tue Sep 29 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.15-13.20090929gitdd8339f
128- fix driver to work again with recent EXA changes
129
130* Fri Sep 25 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.15-12.20090924gitde0b095
131- G80: small performance fix
132
133* Mon Sep 21 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.15-11.20090921gitdf95ebd
134- fix an accel pitch issue seen in rh#523281
135
136* Mon Sep 14 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.15-10.20090914git1b72020
137- wait for fbcon copy to complete before switching mode (rh#522688)
138
139* Thu Sep 10 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.15-9.20090910git806eaf6
140- fix a hang/crash issue that could occur during a modeset
141- nouveau-transition-hack.patch: drop, supported with driver pixmaps anyway
142
143* Wed Sep 09 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.15-8.20090904git2b5ec6a
144- nouveau-tile7000.patch: workaround some display corruption on G8x
145
146* Fri Sep 04 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.15-7.20090904git2b5ec6a
147- fix cursor being left enabled on wrong display
148
149* Thu Aug 27 2009 Adam Jackson <ajax@redhat.com> 0.0.15-6.20090820git569a17a
150- nouveau-bgnr.patch: Enable seamless plymouth->gdm transition.
151
152* Fri Aug 21 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.15-5.20090820git569a17a
153- a couple more minor fixes
154
155* Thu Aug 20 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.15-4.20090819gitfe2b5e6
156- various fixes from upstream, build pending new xorg-x11-server update
157
158* Tue Aug 11 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.15-3.20090810git85b1c86
159- wfb fixes, driver pixmaps enabled by default
160
161* Wed Aug 05 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.15-2.20090803git712064e
162- dri2 fixes, no wfb without kms, non-kms fb resize fixes, other misc fixes
163
164* Tue Aug 04 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.15-1.20090803git619103a
165- upstream update, misc fixes
166
167* Tue Jul 28 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.15-0.20090728git4d20547
168- Update to latest upstream
169
170* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.0.14-4.20090717gitb1b2330
171- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
172
173* Fri Jul 17 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.14-3.20090717gitb1b2330
174- somehow missed updated patches to go on top
175
176* Fri Jul 17 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.14-2.20090717gitb1b2330
177- build fixes for recent X changes
178
179* Wed Jul 15 2009 Adam Jackson <ajax@redhat.com> - 1:0.0.14-1.20090701git6d14327.1
180- ABI bump
181
182* Tue Jul 7 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.14-1.20090701git6d14327
183- update from upstream + bring back additional features found in F11
184
185* Fri Jun 26 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.14-0.20090625gitc0bf670
186- rebase onto latest upstream.  missing some features that were patched into
187  F11, they'll come back soon.
188
189* Fri Apr 17 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.12-29.20090417gitfa2f111
190- avoid post-beta hangs experienced by many people (rh#495764, rh#493222).
191  - the bug here was relatively harmless, but exposed a more serious issue
192    which has been fixed in libdrm-2.4.6-6.fc11
193- kms: speed up transitions, they could take a couple of seconds previously
194- framebuffer resize support (rh#495838, rh#487356, lots of dups)
195
196* Wed Apr 15 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.12-27.20090413git7100c06
197- fix rh#495843
198
199* Mon Apr 13 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.12-26.20090413git7100c06
200- nouveau-fedora.patch: split out into indivdual functionality
201- nv50: disable acceleration on NVAx chipsets, it won't work properly yet
202- drop nouveau-eedid.patch, it's upstream now
203
204* Wed Apr 08 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.12-25.20090408gitd8545e6
205- correct logic error in vbios parser (rh#493981)
206
207* Wed Apr 08 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.12-24.20090408git960a5c8
208- modify nv50 ddc regs again, fix kms edid property
209
210* Tue Apr 07 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.12-23.20090407git11451ca
211- upstream update: rh#492399, nv50 PROM fixes
212
213* Sat Apr 04 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.12-22.20090404git836d985
214- use consistent connector names across all modesetting paths
215- rh#493981
216
217* Fri Apr 03 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.12-21.20090403git11be9a9
218- upstream update, loads of modesetting fixes
219- rh#492819, rh#492427, rh#492289, rh#492289
220
221* Mon Mar 30 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.12-20.20090330git9d46930
222- xv bugfix
223
224* Mon Mar 30 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.12-19.20090330git9213c39
225- fix rh#492239, and various modesetting changes
226- nouveau-eedid.patch: remove nv50 hunk, is upstream now
227
228* Fri Mar 27 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.12-18.20090327gitf1907dc
229- nv50: add default modes to mode pool for lvds panels (rh#492360)
230- kms: fix getting edid blob from kernel
231
232* Fri Mar 27 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.12-17.20090327gitf431e20
233- fix partially obscured xv rendering without compmgr (rh#492227,rh#492229,rh#492428)
234- fix crash when rotation requested (fdo#20848)
235- additional sanity checks for kernel modesetting enabled
236
237* Thu Mar 26 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.12-16.20090326git01cee29
238- update, should fix rh#497173
239
240* Mon Mar 23 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.12-15.20090324git4067ab4
241- more ppc build fixes
242
243* Mon Mar 23 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.12-14.20090323git3063486
244- fix ppc build
245
246* Mon Mar 23 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.12-13.20090323gitd80fe78
247- modesetting fixes, should handle rh#487456
248
249* Mon Mar 23 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.12-12.20090318git3e7fa97
250- upstream update, various fixes to pre-nv50 modesetting, cleanups
251
252* Fri Mar 13 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.12-11.20090313git79d23d8
253- kms: dpms fixes
254- kms: nicer reporting of output properties to users
255- improve init paths, more robust
256- support for multiple xservers (fast user switching)
257
258* Tue Mar 10 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.12-10.20090310git8f9a580
259- upstream update, should fix #455194
260
261* Mon Mar 09 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.12-9.20090309gited9bd88
262- upstream update, fixes
263- store used vbios image in /var/run, will potentially help debugging later
264
265* Thu Mar 05 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.12-8.20090305git42f99e6
266- upstream update, fixes
267- kms: support gamma and dpms calls
268- kms: nicer transition to gdm from plymouth
269
270* Mon Mar 02 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.12-7.20090302gite6c3b98
271- upstream update, fixes
272
273* Fri Feb 27 2009 Adam Jackson <ajax@redhat.com> 0.0.12-6.20090224gitd91fc78
274- nouveau-eedid.patch: Do EEDID.
275
276* Tue Feb 24 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.12-5.20090224gitd91fc78
277- improve description of package
278
279* Tue Feb 24 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.12-4.20090224gitd91fc78
280- new upstream snapshot
281
282* Tue Feb 17 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.12-1.20090216git7b25a30
283- fixes from upstream
284- append git version to tarball filename
285
286* Mon Feb 16 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.12-1.20090213git2573c06
287- latest snapshot
288- add patches to improve G80/G90 desktop performance
289
290* Sat Feb 7 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.12-3.20090205git945f0cb
291- build with kms paths enabled, so things don't blow up with kms turned on
292
293* Thu Feb 5 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.12-1.20090205git945f0cb
294- latest snapshot - kernel interface 0.0.12
295
296* Tue Feb 03 2009 Kyle McMartin <kyle@redhat.com> 0.0.11-2.20090106git133c1a5
297- add build-dep on mesa (missing GL/gl.h due to glxint.h)
298
299* Tue Jan 13 2009 Ben Skeggs <bskeggs@redhat.com> 0.0.11-1.20090106git133c1a5
300- update to latest snapshot
301
302* Wed Nov 19 2008 Dave Airlie <airlied@redhat.com> 0.0.11-1.20081119git65b956f
303- update to latest upstream snapshot
304
305* Tue Sep 02 2008 Dave Airlie <airlied@redhat.com> 0.0.11-1.20080902git6dd8ad4
306- update to snapshot with new kernel interface 0.0.11
307
308* Tue May 20 2008 Dave Airlie <airlied@redhat.com> 0.0.10-3.20080520git9c1d87f
309- update to latest snapshot - enables randr12
310
311* Tue Apr 08 2008 Dave Airlie <airlied@redhat.com> 0.0.10-2.20080408git0991281
312- Update to latest snapshot
313
314* Tue Mar 11 2008 Dave Airlie <airlied@redhat.com> 1:0.0.10-1.20080311git460cb26
315- update to latest snapshot
316
317* Fri Feb 29 2008 Dave Airlie <airlied@redhat.com> 1:0.0.10-1.20080221git5db7920
318- Initial package for nouveau driver.
Note: See TracBrowser for help on using the repository browser.