]> git.pld-linux.org Git - packages/NVrec.git/blobdiff - NVrec.spec
- many small fixes, mostly inpired by kloczek
[packages/NVrec.git] / NVrec.spec
index 26eaac8e1f418beb73aece6b49b41c649598cd18..01ad2c8391aed43e9cdeb2792e85e165c317993a 100644 (file)
@@ -1,56 +1,67 @@
 Summary:       New Video Recorder
+Summary(pl):   Nowy Rejestrator Obrazu
 Name:          NVrec
-Version:       20010808
+Version:       20020710
 Release:       1
 License:       GPL
 Group:         X11/Applications/Multimedia
-Group(de):     X11/Applikationen/Multimedia
-Group(pl):     X11/Aplikacje/Multimedia
-Source0:       %{name}-%{version}.tar.gz
-Patch0:                %{name}-avifile-0.6.patch
-Patch1:                %{name}-make.patch
-Requires:      divx4linux >= 20010824
-Requires:      avifile >= 0.6-0.20010809.2
-Requires:      rte
-Requires:      lame-libs >= 3.70
-BuildRequires:  lame-libs-static >= 3.70
+Source0:       http://nvrec.sourceforge.net/downloads/nvrec-%{version}.tar.gz
+# Source0-md5: 7f48084c316bb2626a43c1fb98600334
+#Patch0:               %{name}-avifile-0.6.patch
+#Patch1:               %{name}-make.patch
+URL:           http://nvrec.sf.net/
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: avifile-devel >= 0.6-0.20010809.2
-BuildRequires:  divx4linux-devel >= 20010824
+BuildRequires: divx4linux-devel >= 20010824
+BuildRequires: lame-libs-static >= 3.70
+BuildRequires: libtool
 BuildRequires: rte-devel
+Requires:      avifile >= 0.6-0.20010809.2
+Requires:      divx4linux >= 20010824
+Requires:      lame-libs >= 3.70
+Requires:      rte
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _prefix         /usr/X11R6
-
 %description
-NuppelVideo is a simple low consuming and fast capture program
-for bttv-cards (BT8x8) it is based on the RTjpeg2.0 test3* programs
-from Justin Schoemann , who wrote the very fast and fine RTjpeg2.0
-codec (improved by Joerg Walter and Wim Taymans).
+NewVideoRecorder is a high quality video capture toolkit for Linux. It
+includes deep buffering of audio and video to reduce frame dropping, a
+smooth dropping algorithm to keep the video smooth if dropping is
+required, and dynamic stretching of the audio stream to exactly match
+the video stream. It can use v4l1 and v4l2 devices as video sources,
+and OSS devices as an audio source. It can produce QuickTime, AVI,
+NuppelVideo 0.4 files, and MPEG-1 files.
+
+%description -l pl
+NewVideoRecorder to narzêdzie wysokiej jako¶ci do zgrywania obrazu dla
+Linuksa. U¿ywa du¿ych buforów d¼wiêku i obrazu, aby zmniejszyæ
+gubienie ramek, algorytmu p³ynnego pomijania ramek, aby utrzymaæ
+p³ynno¶æ obrazu kiedy ramkê trzeba pomin±æ i dynamiczne rozci±ganie
+strumienia d¼wiêku aby zgadza³ siê ze strumieniem obrazu. Mo¿e u¿ywaæ
+urz±dzeñ v4l1 i v4l2 jako ¼róde³ obrazu i urz±dzeñ OSS jako ¼róde³
+d¼wiêku. Mo¿e zapisywaæ pliki QuickTime, AVI, NuppelVideo 0.4 i
+MPEG-1.
 
 %prep
-%setup  -q
-%patch0 -p1
-%patch1 -p1
+%setup  -q -n nvrec-%{version}
+#%patch0 -p1
+#%patch1 -p1
 
 %build
-libtoolize --copy --force
-aclocal
-automake
-autoconf
+./bootstrap
 %configure
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} DESTDIR=$RPM_BUILD_ROOT install
 
-gzip -9nf AUTHORS COPYING INSTALL README CREDITS ChangeLog KNOWN_BUGS
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc AUTHORS COPYING INSTALL README CREDITS ChangeLog KNOWN_BUGS
 %attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/*
-%doc *.gz
This page took 0.058503 seconds and 4 git commands to generate.