xorg-x11-drv-geode-vl.spec 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. %define tarball xf86-video-geode
  2. %define moduledir %(pkg-config xorg-server --variable=moduledir )
  3. %define driverdir %{moduledir}/drivers
  4. Summary: Xorg X11 AMD Geode video driver
  5. Summary(ja): Xorg X11 AMD Geode ビデオドライバ
  6. Name: xorg-x11-drv-geode
  7. Version: 2.11.15
  8. Release: 3%{?_dist_release}
  9. URL: http://www.x.org/wiki/AMDGeodeDriver
  10. License: MIT
  11. Group: User Interface/X Hardware Support
  12. Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-geode-%{version}.tar.bz2
  13. Patch0: xf86-video-geode-2.11.15-xserver-1.15.x.patch
  14. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  15. Provides: xorg-x11-drv-amd = %{version}-%{release}
  16. Obsoletes: XOrg-drv-amd <= 2.7.7.7
  17. ExclusiveArch: %{ix86}
  18. BuildRequires: pkgconfig
  19. BuildRequires: autoconf
  20. BuildRequires: automake
  21. BuildRequires: libtool
  22. BuildRequires: xorg-x11-server-sdk
  23. BuildRequires: xorg-x11-proto-devel
  24. Requires: xorg-x11-server-Xorg
  25. BuildRequires: autoconf automake
  26. Vendor: Project Vine
  27. Distribution: Vine Linux
  28. %description
  29. X.Org X11 AMD Geode video driver.
  30. %prep
  31. %setup -q -n %{tarball}-%{version}
  32. %patch0 -p1
  33. #./autogen.sh
  34. %build
  35. %configure --disable-static --libdir=%{_libdir} --mandir=%{_mandir} \
  36. --enable-visibility \
  37. --enable-xaa=no
  38. make
  39. %install
  40. rm -rf $RPM_BUILD_ROOT
  41. %makeinstall DESTDIR=$RPM_BUILD_ROOT
  42. # FIXME: Remove all libtool archives (*.la) from modules directory. This
  43. # should be fixed in upstream Makefile.am or whatever.
  44. find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
  45. # Compat symlink for legacy driver name so existing xorg.conf's do not break
  46. ln -s geode_drv.so $RPM_BUILD_ROOT%{_libdir}/xorg/modules/drivers/amd_drv.so
  47. %clean
  48. rm -rf $RPM_BUILD_ROOT
  49. %files
  50. %defattr(-,root,root,-)
  51. %{driverdir}/amd_drv.so
  52. %{driverdir}/geode_drv.so
  53. %{driverdir}/ztv_drv.so
  54. %changelog
  55. * Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.15-3
  56. - rebuild with xserver-1.15.2
  57. - add Patch0 (xf86-video-geode-2.11.15-xserver-1.15.x.patch)
  58. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.15-2
  59. - rebuild with VineSeed environment
  60. * Sun Nov 03 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.15-1
  61. - new upstream release
  62. - remove Patch0 (xf86-video-geode-2.11.14-remove-mibstore.patch)
  63. * Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.14-1
  64. - new upstream release
  65. - add Patch0 (xf86-video-geode-2.11.14-remove-mibstore.patch)
  66. * Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.13-2
  67. - rebuild with xserver-1.12.0
  68. * Sun Jan 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.13-1
  69. - new upstream release
  70. * Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.12-2
  71. - rebuild with xserver-1.11.1.902
  72. * Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.12-1
  73. - new upstream release
  74. * Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.10-1
  75. - new upstream release
  76. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.9-2
  77. - rebuild with xserver-1.9.2
  78. * Tue Aug 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.9-1
  79. - new upstream release
  80. * Tue May 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.8-1
  81. - new upstream release
  82. * Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.7-2
  83. - rebuild with xserver-1.8rc
  84. * Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.7-1
  85. - new upstream release
  86. * Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.6-1
  87. - new upstream release
  88. * Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.1-1
  89. - new upstream release
  90. * Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-1
  91. - new upstream release
  92. * Sat May 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.0-1
  93. - initial build for Vine Linux
  94. * Thu Apr 17 2008 Warren Togami <wtogami@redhat.com> 2.8.0-3
  95. - Use libddc instead of unreliable BIOS DDC queries.
  96. * Wed Apr 02 2008 Warren Togami <wtogami@redhat.com> 2.8.0-2
  97. - License: MIT
  98. * Wed Apr 02 2008 Warren Togami <wtogami@redhat.com> 2.8.0-1
  99. - 2.8.0 rename from amd to geode
  100. compat symlink to old name retains old xorg.conf compat
  101. * Fri Mar 14 2008 Warren Togami <wtogami@redhat.com> 2.7.7.7-2
  102. - proper versioned provides
  103. * Fri Mar 14 2008 Warren Togami <wtogami@redhat.com> 2.7.7.7-1
  104. - 2.7.7.7
  105. * Mon Mar 10 2008 Dave Airlie <airlied@redhat.com> 0.0-26.20080310
  106. - finally pciaccess build for AMD
  107. * Mon Mar 10 2008 Dave Airlie <airlied@redhat.com> 0.0-25.20080310
  108. - resnapshot for pciaccess goodness
  109. * Mon Mar 10 2008 Dave Airlie <airlied@redhat.com> 0.0-24.20070625
  110. - pciaccess fixups
  111. * Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.0-23.20070625
  112. - Autorebuild for GCC 4.3
  113. * Mon Jun 25 2007 Dan Williams <dcbw@redhat.com> 0.0-22.20070625
  114. - Udpate to git snapshot
  115. - Fix downscaling on the LX
  116. - cairo 1.4.4 and Xorg 1.3 fixes
  117. * Wed Jun 13 2007 Dan Williams <dcbw@redhat.com> 0.0-21.20070613
  118. - Udpate to git snapshot
  119. * Mon May 07 2007 Dan Williams <dcbw@redhat.com> 0.0-21.20070504
  120. - Cleanups and fixes from -Wall
  121. * Fri May 04 2007 Dan Williams <dcbw@redhat.com> 0.0-20.20070504
  122. - Better OOM handling
  123. - RandR fixes
  124. * Thu May 03 2007 Dan Williams <dcbw@redhat.com> 0.0-19.20070503
  125. - Fix QueryImageAttributes handler for GX
  126. - Get correct prototype for memset/memcpy
  127. * Thu May 03 2007 Dan Williams <dcbw@redhat.com> 0.0-18.20070503
  128. - VGA port fixes
  129. - Fixes for Xv color key mode
  130. * Fri Apr 27 2007 Adam Jackson <ajax@redhat.com> 0.0-17.20070427
  131. - Fix alpha blending.
  132. * Tue Apr 24 2007 Adam Jackson <ajax@redhat.com> 0.0-16.20070424
  133. - Misc LX fixes.
  134. * Thu Apr 19 2007 Adam Jackson <ajax@redhat.com> 0.0-15.20070418
  135. - Disable compression on LX for now, it's busted.
  136. * Wed Apr 18 2007 Adam Jackson <ajax@redhat.com> 0.0-14.20070418
  137. - Geode LX branch work
  138. * Sat Feb 3 2007 Dan Williams <dcbw@redhat.com> 0.0-13.20070203.olpc1
  139. - Fix segfault when accel is disabled
  140. * Tue Jan 16 2007 Adam Jackson <ajax@redhat.com> 0.0-13.20070116.olpc1
  141. - Fix EXA setup.
  142. * Mon Jan 15 2007 Adam Jackson <ajax@redhat.com> 0.0-12.20070115.olpc1
  143. - More Xv fixes, mode sync wonkiness, distcheck fix.
  144. * Thu Jan 11 2007 Adam Jackson <ajax@redhat.com> 0.0-11.20070111.olpc1
  145. - Xv fixes, RANDR fixes, minor crash fix.
  146. * Thu Jan 04 2007 Adam Jackson <ajax@redhat.com> 0.0-10.20070104.olpc1
  147. - Pull from dev.laptop.org: RANDR support, misc cleanup.
  148. * Thu Nov 9 2006 Adam Jackson <ajackson@redhat.com> 0.0-9.20061109git.olpc1
  149. - Today's update: DCON support, etc.
  150. * Mon Oct 16 2006 Adam Jackson <ajackson@redhat.com> 0.0-8.20061016git.fc7
  151. - Today's snapshot: More Xv love.
  152. - Add check for (and abort on existance of) .git directory in the work dir.
  153. * Thu Oct 12 2006 Adam Jackson <ajackson@redhat.com> 0.0-7.20061012git.fc6
  154. - Today's snapshot: Xv fixes.
  155. * Fri Oct 6 2006 Adam Jackson <ajackson@redhat.com> 0.0-6.20060821git.fc6
  156. - Add visibility fixes, and build with -fvisibility=hidden for size.
  157. * Mon Aug 21 2006 Adam Jackson <ajackson@redhat.com> 0.0-5.20060821git.fc6
  158. - Today's snapshot: EXA fixes.
  159. * Wed Aug 16 2006 Adam Jackson <ajackson@redhat.com> 0.0-4.20060816git.fc6
  160. - Un-reset the Release: number.
  161. * Wed Aug 16 2006 Adam Jackson <ajackson@redhat.com> 0.0-1.20060816git.fc6
  162. - git update: more Xv fixes.
  163. * Wed Aug 9 2006 Adam Jackson <ajackson@redhat.com> 0.0-3.20060809git.fc6
  164. - Fix FC5 Requires too.
  165. * Wed Aug 9 2006 Adam Jackson <ajackson@redhat.com> 0.0-2.20060809git.fc6
  166. - FC5 build fixes, mostly BuildRequires.
  167. * Wed Aug 9 2006 Adam Jackson <ajackson@redhat.com> 0.0-1.20060809git.fc6
  168. - git update: olpc dcon support, Xv fixes.
  169. - Attempted support for building against FC5.
  170. * Fri Jul 7 2006 Adam Jackson <ajackson@redhat.com> 0.0-0.git20060706.fc6
  171. - Initial spec (from -nsc) and git snapshot.