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