Guest User

Untitled

a guest
Sep 1st, 2013
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.39 KB | None | 0 0
  1. Name: xorg-drv-ati
  2. Version: 7.1.0
  3. Release: alt2
  4. Epoch: 4
  5. Summary: ATI video driver
  6. License: MIT/X11
  7. Group: System/X11
  8. Url: http://xorg.freedesktop.org
  9. Packager: Valery Inozemtsev <[email protected]>
  10.  
  11. Requires: XORG_ABI_VIDEODRV = %get_xorg_abi_videodrv
  12. Requires: xorg-drv-radeon xorg-drv-r128 xorg-drv-mach64
  13.  
  14. Source0: %name-%version.tar
  15. Patch: %name-%version-%release.patch
  16.  
  17. BuildRequires(Pre): xorg-sdk
  18. BuildRequires: libGL-devel libXext-devel xorg-fontsproto-devel xorg-randrproto-devel xorg-renderproto-devel
  19. BuildRequires: xorg-videoproto-devel xorg-xf86driproto-devel xorg-xineramaproto-devel libudev-devel xorg-glproto-devel
  20. BuildRequires: xorg-resourceproto-devel xorg-scrnsaverproto-devel
  21. BuildRequires: libglamor-devel
  22.  
  23. %description
  24. ati is an Xorg wrapper driver for ATI video cards. It autodetects whether your hardware has a Radeon,
  25. Rage 128, or Mach64 or earlier class of chipset, and loads the radeon(4), r128(4) driver as appropriate.
  26.  
  27. The ati driver supports Radeon, Rage 128, and Mach64 and earlier chipsets by loading those drivers.
  28. See those manpages for specific cards supported.
  29.  
  30. %package -n xorg-drv-radeon
  31. Summary: ATI RADEON video driver
  32. Group: System/X11
  33. Requires: XORG_ABI_VIDEODRV = %get_xorg_abi_videodrv
  34. Requires: xorg-dri-radeon
  35.  
  36. %description -n xorg-drv-radeon
  37. radeon is an Xorg driver for ATI RADEON based video cards. It contains full support for 8, 15, 16 and 24 bit pixel
  38. depths, dual-head setup, flat panel, hardware 2D acceleration, hardware 3D acceleration, hardware cursor, XV extension,
  39. and the Xinerama extension.
  40.  
  41. %prep
  42. %setup -q
  43. %patch -p1
  44.  
  45. %build
  46. %autoreconf
  47. %configure \
  48. --with-xorg-module-dir=%_x11modulesdir \
  49. --disable-static --enable-glamor
  50.  
  51. %make_build
  52.  
  53. %install
  54. %make DESTDIR=%buildroot install
  55.  
  56. %files
  57. %_x11modulesdir/drivers/ati_drv.so
  58. %_man4dir/ati.4*
  59.  
  60. %files -n xorg-drv-radeon
  61. %_x11modulesdir/drivers/radeon_drv.so
  62. %_man4dir/radeon.4*
  63.  
  64. %changelog
  65. * Wed Mar 06 2013 Valery Inozemtsev <[email protected]> 4:7.1.0-alt2
  66. - requires XORG_ABI_VIDEODRV = 14.1
  67.  
  68. * Fri Feb 01 2013 Valery Inozemtsev <[email protected]> 4:7.1.0-alt1
  69. - 7.1.0
  70.  
  71. * Fri Jan 18 2013 Valery Inozemtsev <[email protected]> 4:7.0.0-alt2
  72. - requires XORG_ABI_VIDEODRV = 13.1
  73.  
  74. * Tue Nov 06 2012 Valery Inozemtsev <[email protected]> 4:7.0.0-alt1
  75. - 7.0.0
  76.  
  77. * Mon Sep 10 2012 Valery Inozemtsev <[email protected]> 4:6.14.6-alt1
  78. - 6.14.6
  79.  
  80. * Mon Aug 27 2012 Valery Inozemtsev <[email protected]> 4:6.14.4-alt2
  81. - requires XORG_ABI_VIDEODRV = 12.1
  82.  
  83. * Thu Mar 29 2012 Valery Inozemtsev <[email protected]> 4:6.14.4-alt1
  84. - 6.14.4
  85.  
  86. * Sun Mar 25 2012 Valery Inozemtsev <[email protected]> 4:6.14.3-alt2
  87. - requires XORG_ABI_VIDEODRV = 12.0
  88.  
  89. * Wed Nov 02 2011 Valery Inozemtsev <[email protected]> 4:6.14.3-alt1
  90. - 6.14.3
  91.  
  92. * Mon Aug 29 2011 Valery Inozemtsev <[email protected]> 4:6.14.2-alt2
  93. - requires XORG_ABI_VIDEODRV = 11.0
  94.  
  95. * Thu May 26 2011 Valery Inozemtsev <[email protected]> 4:6.14.2-alt1
  96. - 6.14.2
  97.  
  98. * Thu Apr 28 2011 Valery Inozemtsev <[email protected]> 4:6.14.1-alt2
  99. - requires XORG_ABI_VIDEODRV = 10.0
  100.  
  101. * Fri Mar 18 2011 Valery Inozemtsev <[email protected]> 4:6.14.1-alt1
  102. - 6.14.1
  103.  
  104. * Fri Feb 04 2011 Valery Inozemtsev <[email protected]> 4:6.14.0-alt1
  105. - 6.14.0
  106.  
  107. * Wed Dec 29 2010 Valery Inozemtsev <[email protected]> 4:6.13.2-alt2
  108. - fixed requires
  109.  
  110. * Tue Sep 28 2010 Valery Inozemtsev <[email protected]> 4:6.13.2-alt1
  111. - 6.13.2
  112.  
  113. * Sun Aug 22 2010 Valery Inozemtsev <[email protected]> 4:6.13.1-alt2
  114. - requires XORG_ABI_VIDEODRV = 8.0
  115.  
  116. * Wed Jul 07 2010 Valery Inozemtsev <[email protected]> 4:6.13.1-alt1
  117. - 6.13.1
  118.  
  119. * Sat Apr 10 2010 Valery Inozemtsev <[email protected]> 4:6.13.0-alt2
  120. - added some new pci ids
  121.  
  122. * Mon Apr 05 2010 Valery Inozemtsev <[email protected]> 4:6.13.0-alt1
  123. - 6.13.0
  124.  
  125. * Mon Mar 15 2010 Valery Inozemtsev <[email protected]> 4:6.12.192-alt1
  126. - 6.13 RC2
  127.  
  128. * Wed Mar 03 2010 Valery Inozemtsev <[email protected]> 4:6.12.191-alt1
  129. - 6.13 RC1
  130.  
  131. * Tue Oct 06 2009 Valery Inozemtsev <[email protected]> 4:6.12.4-alt1
  132. - 6.12.4
  133.  
  134. * Thu Sep 10 2009 Valery Inozemtsev <[email protected]> 4:6.12.3-alt1
  135. - 6.12.3
  136.  
  137. * Wed Aug 05 2009 Valery Inozemtsev <[email protected]> 4:6.12.2-alt6
  138. - added some new r7xx pci ids
  139.  
  140. * Fri Jul 10 2009 Valery Inozemtsev <[email protected]> 4:6.12.2-alt5
  141. - RV280: Added an AGP quirk
  142.  
  143. * Mon Jun 29 2009 Valery Inozemtsev <[email protected]> 4:6.12.2-alt4
  144. - added some missing M96 pci id
  145.  
  146. * Thu Jun 18 2009 Valery Inozemtsev <[email protected]> 4:6.12.2-alt3
  147. - added RV740 (HD4770) support
  148.  
  149. * Sun May 24 2009 Valery Inozemtsev <[email protected]> 4:6.12.2-alt2
  150. - merged 6.12-branch
  151.  
  152. * Wed Apr 08 2009 Valery Inozemtsev <[email protected]> 4:6.12.2-alt1
  153. - 6.12.2
  154.  
  155. * Thu Mar 19 2009 Valery Inozemtsev <[email protected]> 4:6.12.1-alt1
  156. - 6.12.1
  157.  
  158. * Sat Mar 14 2009 Valery Inozemtsev <[email protected]> 4:6.12.0-alt1
  159. - 6.12.0
  160.  
  161. * Fri Feb 27 2009 Valery Inozemtsev <[email protected]> 4:6.11.0-alt3
  162. - RS600: enabled the DRI by default
  163.  
  164. * Thu Feb 26 2009 Valery Inozemtsev <[email protected]> 4:6.11.0-alt2
  165. - requires XORG_ABI_VIDEODRV = 5.0
  166.  
  167. * Thu Feb 19 2009 Valery Inozemtsev <[email protected]> 4:6.11.0-alt1
  168. - 6.11.0
  169.  
  170. * Wed Jan 07 2009 Valery Inozemtsev <[email protected]> 4:6.10.0-alt1
  171. - 6.10.0 release
  172.  
  173. * Tue Dec 23 2008 Valery Inozemtsev <[email protected]> 4:6.9.0.91-alt1
  174. - 6.9.1 pre-release
  175.  
  176. * Mon Sep 22 2008 Valery Inozemtsev <[email protected]> 4:6.9.0-alt3
  177. - RV770 initial support
  178.  
  179. * Wed Aug 27 2008 Valery Inozemtsev <[email protected]> 4:6.9.0-alt2
  180. - requires XORG_ABI_VIDEODRV = 4.1
  181.  
  182. * Fri Jun 27 2008 Valery Inozemtsev <[email protected]> 4:6.9.0-alt1
  183. - 6.9.0 release
  184.  
  185. * Wed Jun 25 2008 Valery Inozemtsev <[email protected]> 4:6.8.192-alt1
  186. - 6.9.0 RC2
  187.  
  188. * Fri Jun 13 2008 Valery Inozemtsev <[email protected]> 4:6.8.191-alt1
  189. - 6.9.0rc1
  190.  
  191. * Mon Jun 02 2008 Valery Inozemtsev <[email protected]> 4:6.8.0-alt5
  192. - renamed xorg-x11-drv-{ati,radeon} to xorg-drv-{ati,radeon}
  193. - added requires XORG_ABI_VIDEODRV = 2.0
  194.  
  195. * Wed May 14 2008 Valery Inozemtsev <[email protected]> 4:6.8.0-alt4
  196. - GIT snapshot 2008-05-14 (71fa57f871dba03260dba2180ce1dab44048ac1a)
  197. + Add RS600 support
  198.  
  199. * Fri Apr 18 2008 Valery Inozemtsev <[email protected]> 4:6.8.0-alt3
  200. - GIT snapshot 2008-04-18 (c5d62fa0e8f52c3264ff9db3ff10cdf5a806bfc0)
  201.  
  202. * Fri Apr 04 2008 Valery Inozemtsev <[email protected]> 4:6.8.0-alt2
  203. - added conflicts to %name <= 6.6.3 (close #15230)
  204.  
  205. * Thu Apr 03 2008 Valery Inozemtsev <[email protected]> 4:6.8.0-alt1
  206. - 6.8.0 release + git 2008-03-28 (9c62c820ba45ebc14d5f36f5d7885863800b6adb)
  207. - XAA by defaults for not avivo
  208. - convert xinf to fdi
  209.  
  210. * Sun Mar 23 2008 Valery Inozemtsev <[email protected]> 3:6.8.0-alt3
  211. - separate packages
  212.  
  213. * Thu Mar 13 2008 Valery Inozemtsev <[email protected]> 3:6.8.0-alt2
  214. - 6.8.0 release + git fixes
  215. - xf86-video-ati-6.7.195-rh-faster-ddc.patch: Speed up X startup by assuming the
  216. monitor doesn't need a dead chicken waved over it to get DDC.
  217.  
  218. * Wed Feb 20 2008 Valery Inozemtsev <[email protected]> 3:6.8.0-alt1
  219. - 6.8.0
  220.  
  221. * Fri Dec 21 2007 Valery Inozemtsev <[email protected]> 3:6.7.197-alt1
  222. - 6.8RC7
  223.  
  224. * Thu Nov 22 2007 Valery Inozemtsev <[email protected]> 3:6.7.196-alt1
  225. - 6.8RC6
  226.  
  227. * Wed Nov 21 2007 Valery Inozemtsev <[email protected]> 3:6.6.3-alt6
  228. - set XAA by defaults
  229.  
  230. * Mon Sep 10 2007 Valery Inozemtsev <[email protected]> 3:6.6.3-alt5
  231. - rebuild for xorg-server-1.4
  232.  
  233. * Tue Jul 31 2007 Valery Inozemtsev <[email protected]> 3:6.6.3-alt4
  234. - generate ati.xinf from atipciids.h
  235.  
  236. * Fri Jan 05 2007 Valery Inozemtsev <[email protected]> 3:6.6.3-alt3
  237. - fixed %%description
  238.  
  239. * Sun Nov 19 2006 Valery Inozemtsev <[email protected]> 3:6.6.3-alt2
  240. - added xf86-video-ati-6.6.3-git-XAA-page-flipping.patch
  241.  
  242. * Sat Nov 18 2006 Valery Inozemtsev <[email protected]> 3:6.6.3-alt1
  243. - 6.6.3
  244.  
  245. * Thu Nov 16 2006 Valery Inozemtsev <[email protected]> 3:6.6.2-alt5
  246. - added videoaliases file from RH
  247.  
  248. * Wed Nov 08 2006 Valery Inozemtsev <[email protected]> 3:6.6.2-alt4
  249. - added RH patches: xf86-video-ati-6.6.2-rh-ati-prefer-radeon-then-r128.patch,
  250. xf86-video-ati-6.6.2-rh-r128-fp-dpms.patch,
  251. xf86-video-ati-6.6.2-rh-r128-missing-xf86ForceHWCursor-symbol-bug168753.patch,
  252. xf86-video-ati-6.6.2-rh-radeon-6.6.1-dotclock-filter.patch,
  253. xf86-video-ati-6.6.2-rh-radeon-6.6.1-use-mtdriver.patch,
  254. xf86-video-ati-6.6.2-rh-radeon-6.6.2-dac-fix.patch,
  255. xf86-video-ati-6.6.2-rh-radeon-6.6.2-pmac-bios.patch,
  256. xf86-video-ati-6.6.2-rh-radeon-6.6.2-usefbdev-patch.patch
  257.  
  258. * Sun Nov 05 2006 Valery Inozemtsev <[email protected]> 3:6.6.2-alt3
  259. - rollback to 6.6.2
  260. - added xf86-video-ati-6.6.2-git-rn50-memmap.patch
  261.  
  262. * Sun Oct 29 2006 Valery Inozemtsev <[email protected]> 2:6.6.3-alt2
  263. - added OpenSuSE patches
  264.  
  265. * Fri Oct 27 2006 Valery Inozemtsev <[email protected]> 2:6.6.3-alt1
  266. - rollback to 6.6.3
  267. - added xf86-video-ati-6.6.3-mach64-Use-private-DMA-buffers.patch
  268.  
  269. * Sun Oct 22 2006 Valery Inozemtsev <[email protected]> 1:6.6.99-alt1.3
  270. - GIT snapshot 2006-10-22:
  271. + attempt to fix repeat picture acceleration
  272.  
  273. * Wed Oct 18 2006 Valery Inozemtsev <[email protected]> 1:6.6.99-alt1.2
  274. - GIT snapshot 2006-10-17
  275.  
  276. * Fri Oct 06 2006 Valery Inozemtsev <[email protected]> 1:6.6.99-alt1
  277. - 6.6.99
  278.  
  279. * Thu Oct 05 2006 Valery Inozemtsev <[email protected]> 1:6.6.2-alt2.git20061003
  280. - GIT snapshot 2006-10-03
  281.  
  282. * Mon Sep 18 2006 Valery Inozemtsev <[email protected]> 1:6.6.2-alt2
  283. - fixup the rn50/m6/m7 memory map problem
  284.  
  285. * Fri Aug 25 2006 Valery Inozemtsev <[email protected]> 1:6.6.2-alt1
  286. - 6.6.2
  287.  
  288. * Fri Jun 16 2006 Valery Inozemtsev <[email protected]> 1:6.6.1-alt1
  289. - 6.6.1
  290.  
  291. * Sat May 13 2006 Valery Inozemtsev <[email protected]> 1:6.6.0-alt3
  292. - CVS snapshot 2006-05-09
  293.  
  294. * Wed May 03 2006 Valery Inozemtsev <[email protected]> 1:6.6.0-alt2.cvs20060503
  295. - CVS snapshot 2006-05-03
  296.  
  297. * Thu Apr 20 2006 Valery Inozemtsev <[email protected]> 1:6.6.0-alt1
  298. - 6.6.0
  299.  
  300. * Sun Feb 19 2006 Valery Inozemtsev <[email protected]> 1:6.5.7.3-alt4
  301. - CVS snapshot 2006-02-17
  302.  
  303. * Mon Jan 23 2006 Valery Inozemtsev <[email protected]> 1:6.5.7.3-alt3
  304. - removed memmap_fix patch (problem for Radeon R100 QD)
  305.  
  306. * Sat Jan 14 2006 Valery Inozemtsev <[email protected]> 1:6.5.7.3-alt2
  307. - added memmap_fix patch
  308.  
  309. * Wed Dec 28 2005 Valery Inozemtsev <[email protected]> 1:6.5.7.3-alt1
  310. - Xorg-7.0
  311.  
  312. * Sun Dec 04 2005 Valery Inozemtsev <[email protected]> 1:6.5.7.1-alt1
  313. - Xorg-7.0RC3
  314.  
  315. * Sun Nov 27 2005 Valery Inozemtsev <[email protected]> 1:6.5.7-alt0.1
  316. - initial release
Advertisement
Add Comment
Please, Sign In to add comment