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