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

Revision 521, 7.4 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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