xorg-x11-drv-v4l-vl.spec 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. %define tarball xf86-video-v4l
  2. %define moduledir %(pkg-config xorg-server --variable=moduledir )
  3. %define driverdir %{moduledir}/drivers
  4. Summary: Xorg X11 v4l video driver
  5. Summary(ja): Xorg X11 v4l ビデオドライバ
  6. Name: xorg-x11-drv-v4l
  7. Version: 0.2.0
  8. Release: 14%{?_dist_release}
  9. URL: http://www.x.org
  10. License: MIT
  11. Group: User Interface/X Hardware Support
  12. Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
  13. Patch0: xf86-video-v4l-0.2.0-video_invert_cliplist.patch
  14. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  15. BuildRequires: xorg-x11-server-sdk >= 1.6
  16. Requires: xorg-x11-server-Xorg
  17. Vendor: Project Vine
  18. Distribution: Vine Linux
  19. %description
  20. X.Org X11 v4l video driver.
  21. %prep
  22. %setup -q -n %{tarball}-%{version}
  23. %patch0 -p1
  24. %build
  25. %configure --disable-static
  26. make
  27. %install
  28. rm -rf $RPM_BUILD_ROOT
  29. make install DESTDIR=$RPM_BUILD_ROOT
  30. # FIXME: Remove all libtool archives (*.la) from modules directory. This
  31. # should be fixed in upstream Makefile.am or whatever.
  32. find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
  33. %clean
  34. rm -rf $RPM_BUILD_ROOT
  35. %files
  36. %defattr(-,root,root,-)
  37. %{driverdir}/v4l_drv.so
  38. %{_mandir}/man4/v4l.4*
  39. %changelog
  40. * Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-14
  41. - rebuild with xserver-1.17.2
  42. - add Patch0 (xf86-video-v4l-0.2.0-video_invert_cliplist.patch)
  43. * Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-13
  44. - rebuild with xserver-1.16.2
  45. * Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-12
  46. - rebuild with xserver-1.15.2
  47. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-11
  48. - rebuild with xserver-1.14.1
  49. * Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-10
  50. - rebuild with xserver-1.14.1
  51. * Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-9
  52. - rebuild with xserver-1.12.0
  53. * Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-8
  54. - rebuild with xserver-1.11.1.902
  55. * Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-7
  56. - rebuild with xserver-1.10.0
  57. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-6
  58. - rebuild with xserver-1.9.2
  59. * Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-5
  60. - rebuild with xserver-1.8rc
  61. * Sat Nov 21 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.0-4
  62. - rebuild with xorg-server-1.7.1
  63. * Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.0-3
  64. - rebuild with xorg-server-1.6
  65. * Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.0-2
  66. - rebuild with xorg-server-1.4.99
  67. * Mon Jun 16 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.0-1
  68. - new upstream release
  69. * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.1-1
  70. - new versioning policy
  71. * Tue Jan 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.1-0vl1
  72. - initial build for Vine Linux
  73. * Tue Aug 28 2007 Adam Jackson <ajax@redhat.com> 0.1.1-8
  74. - Fix ioctl argument on LP64 machines. (#250070)
  75. * Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 0.1.1-7
  76. - Rebuild for ppc toolchain bug
  77. * Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 0.1.1-6
  78. - Update Requires and BuildRequires. Disown the module directories.
  79. * Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 0.1.1-5
  80. - ExclusiveArch -> ExcludeArch
  81. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.1.1-4
  82. - rebuild
  83. * Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 0.1.1-3
  84. - Rebuild for 7.1 ABI fix.
  85. * Fri May 19 2006 Mike A. Harris <mharris@redhat.com> 0.1.1-2
  86. - Added "BuildRequires: xorg-x11-proto-devel" for (#192386)
  87. * Sun Apr 9 2006 Adam Jackson <ajackson@redhat.com> 0.1.1-1
  88. - Update to 0.1.1 from 7.1RC1.
  89. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 0.0.1.5-1.1
  90. - rebuilt for new gcc4.1 snapshot and glibc changes
  91. * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 0.0.1.5-1
  92. - Updated xorg-x11-drv-v4l to version 0.0.1.5 from X11R7.0
  93. * Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 0.0.1.4-1
  94. - Updated xorg-x11-drv-v4l to version 0.0.1.4 from X11R7 RC4
  95. - Removed 'x' suffix from manpage dirs to match RC4 upstream.
  96. * Fri Nov 4 2005 Mike A. Harris <mharris@redhat.com> 0.0.1.1-1
  97. - Updated xorg-x11-drv-v4l to version 0.0.1.1 from X11R7 RC1. For some
  98. unknown reason, the version went backwards from 4.0.0 to 0.0.1.1.
  99. - Fix *.la file removal.
  100. * Mon Oct 3 2005 Mike A. Harris <mharris@redhat.com> 4.0.0-1
  101. - Initial spec file for v4l video driver forked from cirrus driver package.