source: projects/specs/trunk/x/xorg-x11-drv-v4l/xorg-x11-drv-v4l-vl.spec @ 10229

Revision 10229, 4.4 KB checked in by Takemikaduchi, 8 years ago (diff)

xserver-1.18.3

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