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