source: projects/specs/trunk/x/xorg-x11-drivers/xorg-x11-drivers-vl.spec @ 3597

Revision 3597, 7.4 KB checked in by daisuke, 13 years ago (diff)

xorg-x11-drivers: add V/D/P

Line 
1Summary: X.Org X11 driver installation package
2Summary(ja): X.Org X11 ドライバインストールパッケージ
3Name: xorg-x11-drivers
4Version: 7.4
5Release: 6%{?_dist_release}
6License: MIT
7Group: User Interface/X Hardware Support
8BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
9
10# Xorg is not (yet) buildable for s390.  When it is, we'll probably only
11# want dummy and void anyway.  Maybe evdev for uinput stuff?
12ExcludeArch: s390 s390x
13
14# This used to be machine generated.  That was a horrible unmaintainable idea.
15# So instead we just build all drivers for all arches, except for the drivers
16# where we really do know that it's arch-specific.  Those go at the end of
17# this list.
18#
19# Notable things missing:
20# - all the sun* drivers
21# - imstt, likely ppc only
22# - impact, since we don't have a mips port
23# - vermilion, the hardware is fictional
24# - poulsbo, likewise
25# - ark/chips/s3/tseng/vga, here's a nickel.
26
27#
28# input drivers
29#
30Requires: xorg-x11-drv-acecad
31Requires: xorg-x11-drv-aiptek
32Requires: xorg-x11-drv-elographics
33Requires: xorg-x11-drv-evdev
34Requires: xorg-x11-drv-fpit
35Requires: xorg-x11-drv-hyperpen
36Requires: xorg-x11-drv-keyboard
37Requires: xorg-x11-drv-mouse
38Requires: xorg-x11-drv-mutouch
39Requires: xorg-x11-drv-penmount
40Requires: xorg-x11-drv-synaptics
41Requires: xorg-x11-drv-void
42Requires: xorg-x11-drv-wacom
43
44# vmware mouse driver
45%ifarch %{ix86} x86_64
46Requires: xorg-x11-drv-vmmouse
47%endif
48
49#
50# video drivers
51#
52Requires: xorg-x11-drv-apm
53Requires: xorg-x11-drv-ast
54Requires: xorg-x11-drv-ati
55Requires: xorg-x11-drv-avivo
56Requires: xorg-x11-drv-cirrus
57Requires: xorg-x11-drv-dummy
58Requires: xorg-x11-drv-fbdev
59Requires: xorg-x11-drv-glint
60Requires: xorg-x11-drv-i128
61Requires: xorg-x11-drv-i740
62Requires: xorg-x11-drv-mach64
63Requires: xorg-x11-drv-mga
64Requires: xorg-x11-drv-nv
65Requires: xorg-x11-drv-nouveau
66Requires: xorg-x11-drv-r128
67Requires: xorg-x11-drv-rendition
68Requires: xorg-x11-drv-s3virge
69Requires: xorg-x11-drv-savage
70Requires: xorg-x11-drv-siliconmotion
71Requires: xorg-x11-drv-sis
72Requires: xorg-x11-drv-sisusb
73Requires: xorg-x11-drv-tdfx
74Requires: xorg-x11-drv-trident
75Requires: xorg-x11-drv-v4l
76Requires: xorg-x11-drv-vesa
77Requires: xorg-x11-drv-voodoo
78
79# cyrix and nsc used to be here too, but are deprecated upstream and
80# should eventually get folded into -geode.
81%ifarch %{ix86}
82Requires: xorg-x11-drv-geode
83%endif
84
85# So far intel is onboard-only.
86%ifarch %{ix86} x86_64 ia64
87Requires: xorg-x11-drv-intel
88%endif
89
90# This chipset has long since been EOLd, and afaik was only ever in x86 laptops
91%ifarch %{ix86}
92Requires: xorg-x11-drv-neomagic
93%endif
94
95# Thus far via chips are only on x86 and amd64 motherboards.  This might be
96# the driver that ends up supporting the S3 Chrome cards, so don't be
97# surprised if this changes.
98%ifarch %{ix86} x86_64
99Requires: xorg-x11-drv-openchrome
100%endif
101
102# vmware soft drivers.  yes, vmmouse really isn't ia64-enabled yet.
103%ifarch %{ix86} x86_64 ia64
104Requires: xorg-x11-drv-vmware
105%endif
106
107Obsoletes: XOrg < 7.0
108
109Vendor: Project Vine
110Distribution: Vine Linux
111Packager: daisuke
112
113%description
114The purpose of this package is to require all of the individual X.Org
115driver rpms, to allow the OS installation software to install all drivers
116all at once, without having to track which individual drivers are present
117on each architecture.  By installing this package, it forces all of the
118individual driver packages to be installed.
119
120%prep
121%build
122%install
123rm -rf $RPM_BUILD_ROOT
124mkdir -p $RPM_BUILD_ROOT
125
126%clean
127rm -rf $RPM_BUILD_ROOT
128
129%files
130%defattr(-,root,root,-)
131
132%changelog
133* Wed Apr 20 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-6
134- add nouveau
135
136* Sun May 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-5
137- remove radeonhd
138
139* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-4
140- remove diamondtouch, alcomp, citron, digitaledge, dmc, dynapro,
141  jamstudio, magellan,  microtouch, palmax, spaceorb, summa,
142  tek4957, ur98.
143
144* Thu Mar 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-3
145- add Obsoletes: XOrg
146
147* Thu Mar  5 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 7.4-2
148- remove xgi, xgixp (not maintained anymore?)
149
150* Fri Oct 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-1
151- update driver list
152
153* Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-2
154- add mach64, r128, radeonhd, xgi, xgixp
155
156* Tue May 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-1
157- initial build for Vine Linux
158
159* Fri Apr 04 2008 Adam Jackson <ajax@redhat.com> 7.3-4
160- Remove -nsc and -cyrix.
161
162* Mon Mar 03 2008 Adam Jackson <ajax@redhat.com> 7.3-3
163- Drop magictouch, it can not work and can never have worked.
164
165* Fri Feb 22 2008 Adam Jackson <ajax@redhat.com> 7.3-2
166- xorg-x11-drv-diamondtouch.
167
168* Mon Feb 18 2008 Adam Jackson <ajax@redhat.com> 7.3-1
169- Superstition bump to 7.3.
170- xorg-x11-drv-wiimote.
171- Additional commentary about drivers that aren't included here.
172
173* Wed Jan 09 2008 Adam Jackson <ajax@redhat.com> 7.2-11
174- Drop avivo for being a dead end.
175- Drop ark, chips, s3, and tseng for being unspeakably lame.
176
177* Tue Nov 27 2007 Adam Jackson <ajax@redhat.com> 7.2-10
178- :s/via/openchrome/
179
180* Mon Oct 15 2007 Adam Jackson <ajax@redhat.com> 7.2-9
181- Archify synaptics, it's not buildable most places.
182
183* Fri Oct 12 2007 Jeremy Katz <katzj@redhat.com> 7.2-8
184- Add avivo
185
186* Fri Sep 07 2007 Adam Jackson <ajax@redhat.com> 7.2-7
187- Add linuxwacom and synaptics to the default set.
188
189* Fri May 11 2007 Adam Jackson <ajax@redhat.com> 7.2-6
190- Add xorg-x11-drv-nouveau.  If this bothers you, uninstall the metapackage.
191
192* Tue Mar 20 2007 Adam Jackson <ajax@redhat.com> 7.2-5
193- Un-Require xorg-x11-drv-vga.
194
195* Tue Feb 27 2007 Adam Jackson <ajax@redhat.com> 7.2-4
196- Remove elo2300 and joystick for being utterly broken.
197
198* Mon Feb 26 2007 Adam Jackson <ajax@redhat.com> 7.2-3
199- Fix the i810 ifarch to include all the relevant arches.
200
201* Mon Feb 19 2007 Adam Jackson <ajax@redhat.com> 7.2-2
202- Package review feedback fixes: (#226573)
203  - Remove URL, misleading
204  - Remove the Obsoletes: xorg-x11
205  - Fix License tag
206
207* Sun Feb 18 2007 Adam Jackson <ajax@redhat.com> 7.2-1
208- Superstition bump to 7.2
209- ExcludeArch of s390{,x}
210- Only ExclusiveArch those drivers that really are processor-specific
211- Readd forgotten -tek4957
212
213* Thu Oct 12 2006 Jeremy Katz <katzj@redhat.com> - 7.1-4
214- mga not on ppc
215
216* Mon Aug 21 2006 Adam Jackson <ajackson@redhat.com> 7.1-3
217- Add cirrus to all arches
218- Don't bother building this for s390{,x}
219
220* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 7.1-2.1
221- rebuild
222
223* Thu Jun 29 2006 Mike Harris <mharris@redhat.com> 7.1-2
224- Regenerate driver list to match current rawhide X11R7.1 driver set.
225
226* Wed Jun 21 2006 Mike Harris <mharris@redhat.com> 7.1-1
227- Regenerate driver list to match current rawhide X11R7.1 driver set.
228
229* Thu Feb 16 2006 Bill Nottingham <notting@redhat.com> 7.0-2
230- uncomment (empty) file list so binary RPMs are built
231
232* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 7.0-1.1
233- bump again for double-long bug on ppc(64)
234
235* Thu Feb 09 2006 Mike Harris <mharris@redhat.com> 7.0-1
236- Bumped version to 7.0-1
237- Updated the driver list to match current rawhide, X11R7.0
238
239* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 0.99.2-4.1
240- rebuilt for new gcc4.1 snapshot and glibc changes
241
242* Wed Nov 23 2005 Mike Harris <mharris@redhat.com> 0.99.2-4
243- Add ur98 driver back, as it is part of X11R7 RC2
244
245* Tue Nov 15 2005 Jeremy Katz <katzj@redhat.com> 0.99.2-3
246- ur98 driver doesn't exist
247
248* Tue Nov 15 2005 Jeremy Katz <katzj@redhat.com> 0.99.2-2
249- add an obsoletes on xorg-x11 to get pulled in on upgrades
250
251* Tue Nov 15 2005 Mike Harris <mharris@redhat.com> 0.99.2-1
252- Initial build.
Note: See TracBrowser for help on using the repository browser.