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