]> git.pld-linux.org Git - packages/xorg-driver-video-v4l.git/blob - xorg-driver-video-v4l.spec
- converted to UTF-8
[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.1.1
5 Release:        0.1
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:  69339c38eba2cebc357d67e7a755d734
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.2
18 BuildRequires:  xorg-xserver-server-devel >= 1.0.99.901
19 Requires:       xorg-xserver-server >= 1.0.99.901
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 X.org video driver for video4linux cards. It provides a Xvideo
24 extension port for video overlay. This driver works with every piece
25 of hardware which is supported by a video4linux (kernel-) device
26 driver and is able to handle video overlay. bt848/bt878-based TV cards
27 are the most popular hardware these days.
28
29 %description -l pl.UTF-8
30 Sterownik obrazu X.org dla kart video4linux. Udostępnia port
31 rozszerzenia Xvideo dla nakładki obrazu. Działa z każdym kawałkiem
32 sprzętu obsługiwanym przez sterownik jądra video4linux, potrafiącym
33 obsłużyć nakładkę obrazu. Najpopularniejsze z nich to karty
34 telewizyjne bt848/bt878.
35
36 %prep
37 %setup -q -n xf86-video-v4l-%{version}
38
39 %build
40 %{__libtoolize}
41 %{__aclocal}
42 %{__autoconf}
43 %{__autoheader}
44 %{__automake}
45 %configure \
46         --disable-static
47
48 %{__make}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52
53 %{__make} install \
54         DESTDIR=$RPM_BUILD_ROOT
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 COPYING ChangeLog README
64 %attr(755,root,root) %{_libdir}/xorg/modules/drivers/v4l_drv.so
65 %{_mandir}/man4/v4l.4*
This page took 0.06891 seconds and 3 git commands to generate.