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

Revision 12392, 12.2 KB checked in by tomop, 4 years ago (diff)

updated 23 packages

hwdata-0.334-1

libX11-1.6.9-1

libXvMC-1.0.12-1

libevdev-1.8.0-1

libinput-1.15.5-1

libwacom-1.3-1

xorg-x11-drv-amdgpu-19.1.0-1

xorg-x11-drv-dummy-0.3.8-2

xorg-x11-drv-evdev-2.10.6-1

xorg-x11-drv-fbdev-0.5.0-1

xorg-x11-drv-intel-2.99.917-6.20200502

xorg-x11-drv-keyboard-1.9.0-2

xorg-x11-drv-mga-2.0.0-1

xorg-x11-drv-mouse-1.9.3-1

xorg-x11-drv-nouveau-1.0.16-1

xorg-x11-drv-synaptics-1.9.1-1

xorg-x11-drv-vesa-2.4.0-1

xorg-x11-drv-vmmouse-13.1.0-4

xorg-x11-drv-vmware-13.3.0-1

xorg-x11-drv-void-1.4.1-6

xorg-x11-drv-wacom-0.39.0-1

xorg-x11-proto-devel-2019.2-1

xorg-x11-server-1.20.8-1

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