]> git.pld-linux.org Git - packages/NVrec.git/blobdiff - NVrec.spec
- spelling fixes by Tomasz "Witek" Wittner <wittt_@poczta.onet.pl>
[packages/NVrec.git] / NVrec.spec
index f1e6cdfb52c1b4f36e9af10d862a0bd0928ea9ff..10446cc11004c1be0247a52f9e16cb00c04773f3 100644 (file)
@@ -1,42 +1,54 @@
 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
+Source0:       http://nvrec.sourceforge.net/downloads/nvrec-%{version}.tar.gz
+#Patch0:               %{name}-avifile-0.6.patch
+#Patch1:               %{name}-make.patch
+URL:           http://nvrec.sf.net/
 Requires:      divx4linux >= 20010824
-Requires:      avifile >= 0.6-0.20010809
+Requires:      avifile >= 0.6-0.20010809.2
 Requires:      rte
 Requires:      lame-libs >= 3.70
 BuildRequires:  lame-libs-static >= 3.70
-BuildRequires: avifile-devel >= 0.6-0.20010809
+BuildRequires: avifile-devel >= 0.6-0.20010809.2
 BuildRequires:  divx4linux-devel >= 20010824
 BuildRequires: rte-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
 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}
 
@@ -44,7 +56,6 @@ autoconf
 rm -rf $RPM_BUILD_ROOT
 %{__make} DESTDIR=$RPM_BUILD_ROOT install
 
-gzip -9nf AUTHORS COPYING INSTALL README CREDITS ChangeLog KNOWN_BUGS
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -52,5 +63,4 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/*
-%doc *.gz
+%doc AUTHORS COPYING INSTALL README CREDITS ChangeLog KNOWN_BUGS
This page took 0.078991 seconds and 4 git commands to generate.