]> git.pld-linux.org Git - packages/NVrec.git/blame - NVrec.spec
- tabs in preamble
[packages/NVrec.git] / NVrec.spec
CommitLineData
eac71804 1Summary: New Video Recorder
0a2005e8 2Summary(pl.UTF-8): Nowy Rejestrator Obrazu
eac71804 3Name: NVrec
33cf993a 4Version: 20030316
1ed04178 5Release: 1
eac71804 6License: GPL
7Group: X11/Applications/Multimedia
1ed04178 8Source0: http://nvrec.sourceforge.net/downloads/nvrec-%{version}.tar.gz
33cf993a 9# Source0-md5: 82a7f0f3e661bb2740cb3778edd1dfae
af9380f9
ER
10#Patch0: %{name}-avifile-0.6.patch
11#Patch1: %{name}-make.patch
12URL: http://nvrec.sourceforge.net/
e3fdca93
JB
13BuildRequires: autoconf
14BuildRequires: automake
cafbceaf 15BuildRequires: avifile-devel >= 1:0.6-0.20010809.2
532b513f
PG
16BuildRequires: divx4linux-devel >= 20010824
17BuildRequires: lame-libs-static >= 3.70
e3fdca93 18BuildRequires: libtool
532b513f 19BuildRequires: rte-devel
cafbceaf 20Requires: avifile >= 1:0.6-0.20010809.2
532b513f
PG
21Requires: divx4linux >= 20010824
22Requires: lame-libs >= 3.70
23Requires: rte
eac71804 24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
eac71804 26%description
228b73b1 27NewVideoRecorder is a high quality video capture toolkit for Linux. It
28includes deep buffering of audio and video to reduce frame dropping, a
29smooth dropping algorithm to keep the video smooth if dropping is
e3fdca93
JB
30required, and dynamic stretching of the audio stream to exactly match
31the video stream. It can use v4l1 and v4l2 devices as video sources,
32and OSS devices as an audio source. It can produce QuickTime, AVI,
33NuppelVideo 0.4 files, and MPEG-1 files.
34
a062954e
JR
35%description -l pl.UTF-8
36NewVideoRecorder to narzędzie wysokiej jakości do zgrywania obrazu dla
37Linuksa. Używa dużych buforów dźwięku i obrazu, aby zmniejszyć
38gubienie ramek, algorytmu płynnego pomijania ramek, aby utrzymać
39płynność obrazu kiedy ramkę trzeba pominąć i dynamiczne rozciąganie
40strumienia dźwięku aby zgadzał się ze strumieniem obrazu. Może używać
41urządzeń v4l1 i v4l2 jako źródeł obrazu i urządzeń OSS jako źródeł
42dźwięku. Może zapisywać pliki QuickTime, AVI, NuppelVideo 0.4 i
228b73b1 43MPEG-1.
eac71804 44
45%prep
1ed04178 46%setup -q -n nvrec-%{version}
47#%patch0 -p1
48#%patch1 -p1
eac71804 49
50%build
1ed04178 51./bootstrap
eac71804 52%configure
53%{__make}
54
55%install
56rm -rf $RPM_BUILD_ROOT
eac71804 57
532b513f
PG
58%{__make} install \
59 DESTDIR=$RPM_BUILD_ROOT
eac71804 60
61%clean
62rm -rf $RPM_BUILD_ROOT
63
64%files
65%defattr(644,root,root,755)
316799e8 66%doc AUTHORS CREDITS ChangeLog FAQ KNOWN_BUGS NEWS README STATUS
532b513f 67%attr(755,root,root) %{_bindir}/*
This page took 0.091317 seconds and 4 git commands to generate.