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

Revision 9775, 11.7 KB checked in by Takemikaduchi, 9 years ago (diff)

kernel-4.1, xserver-1.17.2, VirtualBox?-4.3.32, etc.

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