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