]> git.pld-linux.org Git - packages/NVrec.git/blobdiff - NVrec.spec
- removed two lines with define
[packages/NVrec.git] / NVrec.spec
index 74db5ef886c826c7ae5055f2e828357aac4188d9..899d916fe19cb79d44c7475113db95896a77e768 100644 (file)
@@ -1,33 +1,32 @@
 Summary:       New Video Recorder
 Summary(pl):   Nowy Rejestrator Obrazu
 Name:          NVrec
-Version:       20010808
-Release:       2
+Version:       20020710
+Release:       1
 License:       GPL
 Group:         X11/Applications/Multimedia
-Source0:       http://www.ee.up.ac.za/~justin/v4l2/%{name}-%{version}.tar.gz
-Patch0:                %{name}-avifile-0.6.patch
-Patch1:                %{name}-make.patch
-URL:           http://www.ee.up.ac.za/~justin/v4l2/
+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.2
 Requires:      rte
 Requires:      lame-libs >= 3.70
-BuildRequires:  lame-libs-static >= 3.70
+BuildRequires: lame-libs-static >= 3.70
 BuildRequires: avifile-devel >= 0.6-0.20010809.2
-BuildRequires:  divx4linux-devel >= 20010824
+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
-NewVideoRecorder is a high quality video capture toolkit for Linux.
-It includes deep buffering of audio and video to reduce frame dropping,
-smooth dropping algorithm to keep the video smooth if dropping is
+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,
@@ -35,23 +34,21 @@ 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ód³e³ obrazu i urz±dzeñ OSS jako ¼róde³ d¼wiêku. Mo¿e zapisywaæ
-pliki QuickTime, AVI, NuppelVideo 0.4 i MPEG-1.
+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}
 
@@ -59,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
@@ -67,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.028881 seconds and 4 git commands to generate.