SPECS: xorg-driver-video-v4l.spec (NEW) - new

qboosh qboosh at pld-linux.org
Mon Oct 31 01:42:13 CET 2005


Author: qboosh                       Date: Mon Oct 31 00:42:13 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   xorg-driver-video-v4l.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/xorg-driver-video-v4l.spec
diff -u /dev/null SPECS/xorg-driver-video-v4l.spec:1.1
--- /dev/null	Mon Oct 31 01:42:13 2005
+++ SPECS/xorg-driver-video-v4l.spec	Mon Oct 31 01:42:08 2005
@@ -0,0 +1,74 @@
+# $Revision$, $Date$
+Summary:	X.org video driver for video4linux cards
+Summary(pl):	Sterownik obrazu X.org dla kart video4linux
+Name:		xorg-driver-video-v4l
+Version:	0.0.1.1
+Release:	0.1
+License:	MIT
+Group:		X11/Applications
+Source0:	http://xorg.freedesktop.org/releases/X11R7.0-RC1/driver/xf86-video-v4l-%{version}.tar.bz2
+# Source0-md5:	e71175acc006a78512dc6d4b6b7af4cc
+URL:		http://xorg.freedesktop.org/
+BuildRequires:	autoconf >= 2.57
+BuildRequires:	automake
+BuildRequires:	libtool
+BuildRequires:	pkgconfig >= 1:0.19
+BuildRequires:	xorg-proto-videoproto-devel
+BuildRequires:	xorg-util-util-macros >= 0.99.1
+BuildRequires:	xorg-xserver-server-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+X.org video driver for video4linux cards. It provides a Xvideo
+extension port for video overlay. This driver works with every piece
+of hardware which is supported by a video4linux (kernel-) device
+driver and is able to handle video overlay. bt848/bt878-based TV cards
+are the most popular hardware these days.
+
+%description -l pl
+Sterownik obrazu X.org dla kart video4linux. Udostępnia port
+rozszerzenia Xvideo dla nakładki obrazu. Działa z każdym kawałkiem
+sprzętu obsługiwanym przez sterownik jądra video4linux, potrafiącym
+obsłużyć nakładkę obrazu. Najpopularniejsze z nich to karty
+telewizyjne bt848/bt878.
+
+%prep
+%setup -q -n xf86-video-v4l-%{version}
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+	--disable-static
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	drivermandir=%{_mandir}/man4
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_libdir}/xorg/modules/drivers/v4l_drv.so
+%{_mandir}/man4/v4l.4x*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/10/31 00:42:08  qboosh
+- new
================================================================



More information about the pld-cvs-commit mailing list