]> git.pld-linux.org Git - packages/NVrec.git/commitdiff
- initial revision
authorpascalek <pascalek@pld-linux.org>
Fri, 31 Aug 2001 12:35:51 +0000 (12:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- some SIGSEGV - possible one of that from KNOW_BUGS

Changed files:
    NVrec.spec -> 1.1

NVrec.spec [new file with mode: 0644]

diff --git a/NVrec.spec b/NVrec.spec
new file mode 100644 (file)
index 0000000..f1e6cdf
--- /dev/null
@@ -0,0 +1,56 @@
+Summary:       New Video Recorder
+Name:          NVrec
+Version:       20010808
+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
+Requires:      rte
+Requires:      lame-libs >= 3.70
+BuildRequires:  lame-libs-static >= 3.70
+BuildRequires: avifile-devel >= 0.6-0.20010809
+BuildRequires:  divx4linux-devel >= 20010824
+BuildRequires: rte-devel
+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).
+
+%prep
+%setup  -q
+%patch0 -p1
+%patch1 -p1
+
+%build
+libtoolize --copy --force
+aclocal
+automake
+autoconf
+%configure
+%{__make}
+
+%install
+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
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/*
+%doc *.gz
This page took 0.082455 seconds and 4 git commands to generate.