]> git.pld-linux.org Git - packages/xorg-driver-video-v4l.git/blob - xorg-driver-video-v4l.spec
- new
[packages/xorg-driver-video-v4l.git] / xorg-driver-video-v4l.spec
1 Summary:        X.org video driver for video4linux cards
2 Summary(pl):    Sterownik obrazu X.org dla kart video4linux
3 Name:           xorg-driver-video-v4l
4 Version:        0.0.1.1
5 Release:        0.1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/X11R7.0-RC1/driver/xf86-video-v4l-%{version}.tar.bz2
9 # Source0-md5:  e71175acc006a78512dc6d4b6b7af4cc
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:  xorg-proto-videoproto-devel
16 BuildRequires:  xorg-util-util-macros >= 0.99.1
17 BuildRequires:  xorg-xserver-server-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 X.org video driver for video4linux cards. It provides a Xvideo
22 extension port for video overlay. This driver works with every piece
23 of hardware which is supported by a video4linux (kernel-) device
24 driver and is able to handle video overlay. bt848/bt878-based TV cards
25 are the most popular hardware these days.
26
27 %description -l pl
28 Sterownik obrazu X.org dla kart video4linux. Udostêpnia port
29 rozszerzenia Xvideo dla nak³adki obrazu. Dzia³a z ka¿dym kawa³kiem
30 sprzêtu obs³ugiwanym przez sterownik j±dra video4linux, potrafi±cym
31 obs³u¿yæ nak³adkê obrazu. Najpopularniejsze z nich to karty
32 telewizyjne bt848/bt878.
33
34 %prep
35 %setup -q -n xf86-video-v4l-%{version}
36
37 %build
38 %{__libtoolize}
39 %{__aclocal}
40 %{__autoconf}
41 %{__autoheader}
42 %{__automake}
43 %configure \
44         --disable-static
45
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 %{__make} install \
52         DESTDIR=$RPM_BUILD_ROOT \
53         drivermandir=%{_mandir}/man4
54
55 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files
61 %defattr(644,root,root,755)
62 %doc README
63 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/v4l_drv.so
64 %{_mandir}/man4/v4l.4x*
This page took 0.076498 seconds and 4 git commands to generate.