diff --git a/README.md b/README.md index 196b9bf..567cc36 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # xorg-drv-video-v4l +X.Org V4L (Video for Linux) video driver. + diff --git a/xorg-drv-video-v4l.spec b/xorg-drv-video-v4l.spec new file mode 100644 index 0000000..d304624 --- /dev/null +++ b/xorg-drv-video-v4l.spec @@ -0,0 +1,51 @@ +Name: xorg-drv-video-v4l +Version: 0.2.0 +Release: 3mamba +Summary: X.Org V4L (Video for Linux) video driver +Group: System/X11 +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://x.org +Source: ftp://x.org/pub/individual/driver/xf86-video-v4l-%{version}.tar.bz2 +License: MIT +BuildRoot: %{_tmppath}/%{name}-%{version}-root +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +## AUTOBUILDREQ-END +BuildRequires: xorg-server-devel >= 1.1.0 +BuildRequires: xproto-devel +Provides: xf86-video-v4l + +%description +X.Org V4L (Video for Linux) video driver. + +%prep +%setup -q -n xf86-video-v4l-%{version} + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_libdir}/xorg/modules/drivers/v4l_drv.la +%{_libdir}/xorg/modules/drivers/v4l_drv.so +%{_mandir}/man4/v4l.4.gz + +%changelog +* Tue Mar 05 2013 Silvan Calarco 0.2.0-3mamba +- xorg-server 1.12 mass rebuild + +* Fri Aug 12 2011 Silvan Calarco 0.2.0-2mamba +- automatic port from devel + +* Sat Jun 26 2010 Silvan Calarco 0.2.0-1mamba +- first build apart from xorg-drv-video package