]> git.pld-linux.org Git - packages/xorg-driver-video-v4l.git/blame - xorg-driver-video-v4l.spec
rebuil with xorg-xserver-server 21.1.0
[packages/xorg-driver-video-v4l.git] / xorg-driver-video-v4l.spec
CommitLineData
5baad0db 1Summary: X.org video driver for video4linux cards
b5b2f144 2Summary(pl.UTF-8): Sterownik obrazu X.org dla kart video4linux
5baad0db 3Name: xorg-driver-video-v4l
3b6c1bb4 4Version: 0.3.0
178762cd 5Release: 2
5baad0db
JB
6License: MIT
7Group: X11/Applications
3b6c1bb4
JB
8Source0: https://xorg.freedesktop.org/releases/individual/driver/xf86-video-v4l-%{version}.tar.bz2
9# Source0-md5: 167b82a486859dafd076ec0ab12d7d40
10URL: https://xorg.freedesktop.org/
11BuildRequires: autoconf >= 2.60
5baad0db
JB
12BuildRequires: automake
13BuildRequires: libtool
14BuildRequires: pkgconfig >= 1:0.19
b6ff2d1f 15BuildRequires: rpmbuild(macros) >= 1.389
5afe7ff2 16BuildRequires: xorg-proto-randrproto-devel
5baad0db 17BuildRequires: xorg-proto-videoproto-devel
3b6c1bb4
JB
18BuildRequires: xorg-proto-xproto-devel
19BuildRequires: xorg-util-util-macros >= 1.8
dbc69af0 20BuildRequires: xorg-xserver-server-devel >= 1.0.99.901
b6ff2d1f 21%{?requires_xorg_xserver_videodrv}
dbc69af0 22Requires: xorg-xserver-server >= 1.0.99.901
174f1e61 23Provides: xorg-driver-video
5baad0db
JB
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
27X.org video driver for video4linux cards. It provides a Xvideo
28extension port for video overlay. This driver works with every piece
29of hardware which is supported by a video4linux (kernel-) device
30driver and is able to handle video overlay. bt848/bt878-based TV cards
31are the most popular hardware these days.
32
ac605b92
JR
33%description -l pl.UTF-8
34Sterownik obrazu X.org dla kart video4linux. Udostępnia port
35rozszerzenia Xvideo dla nakładki obrazu. Działa z każdym kawałkiem
36sprzętu obsługiwanym przez sterownik jądra video4linux, potrafiącym
37obsłużyć nakładkę obrazu. Najpopularniejsze z nich to karty
5baad0db
JB
38telewizyjne 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
55rm -rf $RPM_BUILD_ROOT
56
57%{__make} install \
c2d3b991 58 DESTDIR=$RPM_BUILD_ROOT
5baad0db 59
3b6c1bb4 60%{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
5baad0db
JB
61
62%clean
63rm -rf $RPM_BUILD_ROOT
64
65%files
66%defattr(644,root,root,755)
d80eded4 67%doc COPYING ChangeLog README
5baad0db 68%attr(755,root,root) %{_libdir}/xorg/modules/drivers/v4l_drv.so
c2d3b991 69%{_mandir}/man4/v4l.4*
This page took 0.113945 seconds and 4 git commands to generate.