]> git.pld-linux.org Git - packages/NVrec.git/blame - NVrec.spec
- release++ for avifile from BuildRequires
[packages/NVrec.git] / NVrec.spec
CommitLineData
eac71804 1Summary: New Video Recorder
2Name: NVrec
3Version: 20010808
4Release: 1
5License: GPL
6Group: X11/Applications/Multimedia
7Group(de): X11/Applikationen/Multimedia
8Group(pl): X11/Aplikacje/Multimedia
9Source0: %{name}-%{version}.tar.gz
10Patch0: %{name}-avifile-0.6.patch
11Patch1: %{name}-make.patch
12Requires: divx4linux >= 20010824
07302da9 13Requires: avifile >= 0.6-0.20010809.2
eac71804 14Requires: rte
15Requires: lame-libs >= 3.70
16BuildRequires: lame-libs-static >= 3.70
07302da9 17BuildRequires: avifile-devel >= 0.6-0.20010809.2
eac71804 18BuildRequires: divx4linux-devel >= 20010824
19BuildRequires: rte-devel
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%define _prefix /usr/X11R6
23
24%description
25NuppelVideo is a simple low consuming and fast capture program
26for bttv-cards (BT8x8) it is based on the RTjpeg2.0 test3* programs
27from Justin Schoemann , who wrote the very fast and fine RTjpeg2.0
28codec (improved by Joerg Walter and Wim Taymans).
29
30%prep
31%setup -q
32%patch0 -p1
33%patch1 -p1
34
35%build
36libtoolize --copy --force
37aclocal
38automake
39autoconf
40%configure
41%{__make}
42
43%install
44rm -rf $RPM_BUILD_ROOT
45%{__make} DESTDIR=$RPM_BUILD_ROOT install
46
47gzip -9nf AUTHORS COPYING INSTALL README CREDITS ChangeLog KNOWN_BUGS
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files
53%defattr(644,root,root,755)
54%attr(755,root,root) %{_bindir}/*
55%attr(755,root,root) %{_libdir}/*
56%doc *.gz
This page took 0.058271 seconds and 4 git commands to generate.