xorg-x11-drv-openchrome-vl.spec 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  1. %define tarball xf86-video-openchrome
  2. %define moduledir %(pkg-config xorg-server --variable=moduledir )
  3. %define driverdir %{moduledir}/drivers
  4. %define cvsdate xxxxxxx
  5. %define with_xvmc 1
  6. Summary: Xorg X11 openchrome video driver
  7. Summary(ja): Xorg X11 openchrome ビデオドライバ
  8. Name: xorg-x11-drv-openchrome
  9. Version: 0.3.2
  10. Release: 1%{?_dist_release}
  11. URL: http://www.openchrome.org
  12. License: MIT
  13. Group: User Interface/X Hardware Support
  14. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  15. Source0: http://www.openchrome.org/releases/%{tarball}-%{version}.tar.bz2
  16. Source1: openchrome.xinf
  17. # Patches from Fedora :
  18. Patch13: openchrome-0.2.904-fix_tvout_flickering.patch
  19. ExclusiveArch: %{ix86} x86_64
  20. BuildRequires: pkgconfig
  21. BuildRequires: xorg-x11-server-sdk
  22. BuildRequires: automake
  23. BuildRequires: libtool
  24. BuildRequires: libX11-devel
  25. BuildRequires: libXext-devel
  26. BuildRequires: mesa-libGL-devel
  27. %if %{with_xvmc}
  28. BuildRequires: libXvMC-devel
  29. %endif
  30. BuildRequires: libdrm-devel >= 2.0-1
  31. BuildRequires: libudev-devel
  32. Requires: xorg-x11-server-Xorg
  33. Obsoletes: XOrg-drv-via <= 0.2.2-4
  34. Provides: xorg-x11-drv-via = 0.2.2-5
  35. %description
  36. X.Org X11 openchrome video driver.
  37. %if %{with_xvmc}
  38. %package devel
  39. Summary: Xorg X11 openchrome video driver XvMC development package
  40. Summary(ja): Xorg X11 openchrome ビデオドライバ XvMC 開発パッケージ
  41. Group: Development/System
  42. Requires: %{name} = %{version}-%{release}
  43. Obsoletes: XOrg-drv-via-devel <= 0.2.2-4
  44. Provides: xorg-x11-drv-via-devel = 0.2.2-5
  45. %description devel
  46. X.Org X11 openchrome video driver XvMC development package.
  47. %endif
  48. %prep
  49. %setup -q -n %{tarball}-%{version}
  50. #%patch0 -p0
  51. %patch13 -p0
  52. %build
  53. %configure --disable-static --enable-dri
  54. make
  55. %install
  56. rm -rf $RPM_BUILD_ROOT
  57. make install DESTDIR=$RPM_BUILD_ROOT
  58. mkdir -p $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases
  59. install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases/openchrome.xinf
  60. # FIXME: Remove all libtool archives (*.la) from modules directory. This
  61. # should be fixed in upstream Makefile.am or whatever.
  62. find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
  63. %clean
  64. rm -rf $RPM_BUILD_ROOT
  65. %post
  66. if [ -e /etc/X11/xorg.conf ]; then
  67. sed -i "/Driver/s/via/openchrome/" /etc/X11/xorg.conf || :
  68. fi
  69. %files
  70. %defattr(-,root,root,-)
  71. %doc COPYING NEWS README
  72. %{driverdir}/openchrome_drv.so
  73. %{_datadir}/hwdata/videoaliases/openchrome.xinf
  74. %if %{with_xvmc}
  75. %{_libdir}/libchromeXvMC.so.1
  76. %{_libdir}/libchromeXvMC.so.1.0.0
  77. %{_libdir}/libchromeXvMCPro.so.1
  78. %{_libdir}/libchromeXvMCPro.so.1.0.0
  79. %endif
  80. %{_mandir}/man4/openchrome.4.gz
  81. %if %{with_xvmc}
  82. %files devel
  83. %defattr(-,root,root,-)
  84. %{_libdir}/libchromeXvMC.so
  85. %{_libdir}/libchromeXvMCPro.so
  86. %endif
  87. %changelog
  88. * Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.2-1
  89. - new upstream release
  90. * Sun Aug 05 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.0-1
  91. - new upstream release
  92. - add BuildRequires: libudev-devel
  93. * Wed May 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.906-1
  94. - new upstream release
  95. - remove Patch1
  96. * Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.905-1
  97. - new upstream release
  98. - remove Patch20 (openchrome-0.2.904-I420_Xv_surface_for_CME.patch)
  99. - add Patch1 (openchrome-0.2.905-xv_support_for_vx900.patch) from fedora
  100. * Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.904-8
  101. - rebuild with xserver-1.11.1.902
  102. * Thu May 12 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.904-7
  103. - rebuild (missing to replace patch).
  104. * Wed May 11 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.904-6
  105. - update to svn trunk (r925)
  106. - delete Patch1
  107. * Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.904-5
  108. - rebuild with xserver-1.10.0
  109. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.904-4
  110. - rebuild with xserver-1.9.2
  111. * Tue Oct 12 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.904-3
  112. - update to svn trunk (r854)
  113. - add patch13,20 from fedora
  114. * Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.904-2
  115. - rebuild with xserver-1.8rc
  116. * Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.904-1
  117. - new upstream release
  118. * Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.903-2
  119. - rebuild with X server 1.6.0
  120. * Sun Aug 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.903-1
  121. - new upstream release
  122. * Sat May 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.902-1
  123. - initial build for Vine Linux
  124. * Thu Apr 17 2008 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.902-3
  125. - Strip leading /trunk/ from patch #2 and #3.
  126. * Sun Apr 13 2008 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.902-2
  127. - Add patch to properly report driver version in the libpciaccess code path.
  128. - Add patch to properly report chipset revision in the libpciaccess code path.
  129. * Wed Apr 09 2008 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.902-1
  130. - New upstream release.
  131. - Re-enable AGPDMA for K8M800 and VM800, as the drm bug is fixed in kernel
  132. >= 2.6.25rc7 (Patch #1).
  133. * Mon Mar 17 2008 Jesse Keating <jkeating@redhat.com> - 0.2.901-16
  134. - Remove dangerous unversioned obsoletes/provides.
  135. * Sun Mar 16 2008 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.901-15
  136. - Update to latest svn snapshot (Rev. 553).
  137. * Sun Mar 09 2008 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.901-14
  138. - Revert to last good version of the libpciaccess patch.
  139. * Sun Mar 09 2008 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.901-13
  140. - Temporarily revert to old memory detection method. We need something that
  141. works out of the box for F9 Beta.
  142. * Sat Mar 08 2008 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.901-12
  143. - Yet another revision of the libpciaccess patch.
  144. * Fri Mar 07 2008 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.901-11
  145. - Fix a typo in libpciaccess patch.
  146. * Fri Mar 07 2008 Adam Jackson <ajax@redhat.com> 0.2.901-10
  147. - Fix -devel subpackage to obsolete via-devel properly.
  148. * Thu Mar 06 2008 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.901-9
  149. - Fix libpciaccess patch.
  150. * Thu Mar 06 2008 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.901-8
  151. - Add patch to fix XV on LCD for VM800.
  152. - Improved libpciaccess patch.
  153. * Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.2.901-7
  154. - Autorebuild for GCC 4.3
  155. * Wed Jan 23 2008 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.901-6
  156. - Add patch to properly set fifo on P4M900.
  157. * Sat Jan 19 2008 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.901-5
  158. - Add patch to replace xf86memcpy by plain memcpy.
  159. * Thu Jan 10 2008 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.901-4
  160. - Another try at fixing the libpciaccess patch.
  161. * Mon Jan 07 2008 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.901-3
  162. - And now fix patch filename...
  163. * Mon Jan 07 2008 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.901-2
  164. - Fix broken libpciaccess patch.
  165. * Wed Jan 02 2008 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.901-1
  166. - Update to 0.2.901.
  167. - Remove obsoleted patches.
  168. - Update libpciaccess patch.
  169. * Sat Dec 08 2007 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.900-9
  170. - Add patch for preliminary libpciaccess support.
  171. * Wed Nov 28 2007 Adam Jackson <ajax@redhat.com> 0.2.900-8
  172. - Obsolete xorg-x11-drv-via. The king is dead, long live the king.
  173. - Munge xorg.conf in %%post to change from via to openchrome.
  174. - Drive-by spec cleanups.
  175. * Fri Nov 02 2007 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.900-7
  176. - Replace broken VT1625 NTSC patch.
  177. - Add patch to announce as release not as development build.
  178. - First official Fedora build.
  179. * Thu Oct 18 2007 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.900-6
  180. - Update to official 0.2.900
  181. * Wed Oct 10 2007 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.900-5
  182. - Update to release_0_3_0 branch rev. 410
  183. - Add VT1625 patch for 720x576 PAL
  184. * Mon Sep 10 2007 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.900-4
  185. - Update to release_0_3_0 branch rev. 384 plus all changes from experimental
  186. merged back
  187. - Remove upstream patch #2
  188. * Wed Aug 01 2007 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.900-3
  189. - Update to release_0_3_0 branch rev. 380 (fix a bug with XvMC acceleration)
  190. - Add a patch to allow proper detection of DDR667 (patch #2)
  191. * Mon Jul 16 2007 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.900-2
  192. - Update to release_0_3_0 branch rev. 373
  193. - Add release notes to %%doc
  194. * Thu Jul 05 2007 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.900-1
  195. - Initial build (release_0_3_0 branch rev. 365)
  196. - Add some NTSC modes for the VT1625 (patch #1)