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