]> git.pld-linux.org Git - packages/xorg-driver-video-v4l.git/blame - xorg-driver-video-v4l.spec
- track xserver videodrv deps
[packages/xorg-driver-video-v4l.git] / xorg-driver-video-v4l.spec
CommitLineData
5baad0db 1Summary: X.org video driver for video4linux cards
b5b2f144 2Summary(pl.UTF-8): Sterownik obrazu X.org dla kart video4linux
5baad0db 3Name: xorg-driver-video-v4l
dbc69af0 4Version: 0.1.1
5baad0db
JB
5Release: 0.1
6License: MIT
7Group: X11/Applications
dbc69af0
JB
8Source0: http://xorg.freedesktop.org/releases/individual/driver/xf86-video-v4l-%{version}.tar.bz2
9# Source0-md5: 69339c38eba2cebc357d67e7a755d734
5baad0db
JB
10URL: http://xorg.freedesktop.org/
11BuildRequires: autoconf >= 2.57
12BuildRequires: automake
13BuildRequires: libtool
14BuildRequires: pkgconfig >= 1:0.19
5afe7ff2 15BuildRequires: xorg-proto-randrproto-devel
5baad0db 16BuildRequires: xorg-proto-videoproto-devel
c2d3b991 17BuildRequires: xorg-util-util-macros >= 0.99.2
dbc69af0 18BuildRequires: xorg-xserver-server-devel >= 1.0.99.901
1e111b2e
AM
19BuildRequires: rpmbuild(macros) >= 1.389
20%requires_xorg_xserver_videodrv
dbc69af0 21Requires: xorg-xserver-server >= 1.0.99.901
5baad0db
JB
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25X.org video driver for video4linux cards. It provides a Xvideo
26extension port for video overlay. This driver works with every piece
27of hardware which is supported by a video4linux (kernel-) device
28driver and is able to handle video overlay. bt848/bt878-based TV cards
29are the most popular hardware these days.
30
ac605b92
JR
31%description -l pl.UTF-8
32Sterownik obrazu X.org dla kart video4linux. Udostępnia port
33rozszerzenia Xvideo dla nakładki obrazu. Działa z każdym kawałkiem
34sprzętu obsługiwanym przez sterownik jądra video4linux, potrafiącym
35obsłużyć nakładkę obrazu. Najpopularniejsze z nich to karty
5baad0db
JB
36telewizyjne bt848/bt878.
37
38%prep
39%setup -q -n xf86-video-v4l-%{version}
40
41%build
42%{__libtoolize}
43%{__aclocal}
44%{__autoconf}
45%{__autoheader}
46%{__automake}
47%configure \
48 --disable-static
49
50%{__make}
51
52%install
53rm -rf $RPM_BUILD_ROOT
54
55%{__make} install \
c2d3b991 56 DESTDIR=$RPM_BUILD_ROOT
5baad0db
JB
57
58rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
59
60%clean
61rm -rf $RPM_BUILD_ROOT
62
63%files
64%defattr(644,root,root,755)
d80eded4 65%doc COPYING ChangeLog README
5baad0db 66%attr(755,root,root) %{_libdir}/xorg/modules/drivers/v4l_drv.so
c2d3b991 67%{_mandir}/man4/v4l.4*
This page took 0.085334 seconds and 4 git commands to generate.