]> git.pld-linux.org Git - packages/NVrec.git/blob - NVrec.spec
10446cc11004c1be0247a52f9e16cb00c04773f3
[packages/NVrec.git] / NVrec.spec
1 Summary:        New Video Recorder
2 Summary(pl):    Nowy Rejestrator Obrazu
3 Name:           NVrec
4 Version:        20020710
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Multimedia
8 Source0:        http://nvrec.sourceforge.net/downloads/nvrec-%{version}.tar.gz
9 #Patch0:                %{name}-avifile-0.6.patch
10 #Patch1:                %{name}-make.patch
11 URL:            http://nvrec.sf.net/
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 BuildRequires:  autoconf
21 BuildRequires:  automake
22 BuildRequires:  libtool
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %define         _prefix         /usr/X11R6
26
27 %description
28 NewVideoRecorder is a high quality video capture toolkit for Linux.
29 It includes deep buffering of audio and video to reduce frame dropping,
30 a smooth dropping algorithm to keep the video smooth if dropping is
31 required, and dynamic stretching of the audio stream to exactly match
32 the video stream. It can use v4l1 and v4l2 devices as video sources,
33 and OSS devices as an audio source. It can produce QuickTime, AVI,
34 NuppelVideo 0.4 files, and MPEG-1 files.
35
36 %description -l pl
37 NewVideoRecorder to narzêdzie wysokiej jako¶ci do zgrywania obrazu dla
38 Linuksa. U¿ywa du¿ych buforów d¼wiêku i obrazu, aby zmniejszyæ gubienie
39 ramek, algorytmu p³ynnego pomijania ramek, aby utrzymaæ p³ynno¶æ obrazu
40 kiedy ramkê trzeba pomin±æ i dynamiczne rozci±ganie strumienia d¼wiêku
41 aby zgadza³ siê ze strumieniem obrazu. Mo¿e u¿ywaæ urz±dzeñ v4l1 i v4l2
42 jako ¼róde³ obrazu i urz±dzeñ OSS jako ¼róde³ d¼wiêku. Mo¿e zapisywaæ
43 pliki QuickTime, AVI, NuppelVideo 0.4 i 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 %{__make} DESTDIR=$RPM_BUILD_ROOT install
58
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files
64 %defattr(644,root,root,755)
65 %attr(755,root,root) %{_bindir}/*
66 %doc AUTHORS COPYING INSTALL README CREDITS ChangeLog KNOWN_BUGS
This page took 0.155436 seconds and 2 git commands to generate.