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