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