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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  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: 15%{?_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. * Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-15
  41. - rebuild with xserver-1.18.3
  42. * Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-14
  43. - rebuild with xserver-1.17.2
  44. - add Patch0 (xf86-video-v4l-0.2.0-video_invert_cliplist.patch)
  45. * Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-13
  46. - rebuild with xserver-1.16.2
  47. * Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-12
  48. - rebuild with xserver-1.15.2
  49. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-11
  50. - rebuild with xserver-1.14.1
  51. * Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-10
  52. - rebuild with xserver-1.14.1
  53. * Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-9
  54. - rebuild with xserver-1.12.0
  55. * Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-8
  56. - rebuild with xserver-1.11.1.902
  57. * Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-7
  58. - rebuild with xserver-1.10.0
  59. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-6
  60. - rebuild with xserver-1.9.2
  61. * Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-5
  62. - rebuild with xserver-1.8rc
  63. * Sat Nov 21 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.0-4
  64. - rebuild with xorg-server-1.7.1
  65. * Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.0-3
  66. - rebuild with xorg-server-1.6
  67. * Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.0-2
  68. - rebuild with xorg-server-1.4.99
  69. * Mon Jun 16 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.0-1
  70. - new upstream release
  71. * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.1-1
  72. - new versioning policy
  73. * Tue Jan 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.1-0vl1
  74. - initial build for Vine Linux
  75. * Tue Aug 28 2007 Adam Jackson <ajax@redhat.com> 0.1.1-8
  76. - Fix ioctl argument on LP64 machines. (#250070)
  77. * Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 0.1.1-7
  78. - Rebuild for ppc toolchain bug
  79. * Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 0.1.1-6
  80. - Update Requires and BuildRequires. Disown the module directories.
  81. * Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 0.1.1-5
  82. - ExclusiveArch -> ExcludeArch
  83. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.1.1-4
  84. - rebuild
  85. * Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 0.1.1-3
  86. - Rebuild for 7.1 ABI fix.
  87. * Fri May 19 2006 Mike A. Harris <mharris@redhat.com> 0.1.1-2
  88. - Added "BuildRequires: xorg-x11-proto-devel" for (#192386)
  89. * Sun Apr 9 2006 Adam Jackson <ajackson@redhat.com> 0.1.1-1
  90. - Update to 0.1.1 from 7.1RC1.
  91. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 0.0.1.5-1.1
  92. - rebuilt for new gcc4.1 snapshot and glibc changes
  93. * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 0.0.1.5-1
  94. - Updated xorg-x11-drv-v4l to version 0.0.1.5 from X11R7.0
  95. * Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 0.0.1.4-1
  96. - Updated xorg-x11-drv-v4l to version 0.0.1.4 from X11R7 RC4
  97. - Removed 'x' suffix from manpage dirs to match RC4 upstream.
  98. * Fri Nov 4 2005 Mike A. Harris <mharris@redhat.com> 0.0.1.1-1
  99. - Updated xorg-x11-drv-v4l to version 0.0.1.1 from X11R7 RC1. For some
  100. unknown reason, the version went backwards from 4.0.0 to 0.0.1.1.
  101. - Fix *.la file removal.
  102. * Mon Oct 3 2005 Mike A. Harris <mharris@redhat.com> 4.0.0-1
  103. - Initial spec file for v4l video driver forked from cirrus driver package.