From c10d02632ca9123364860c1f16d425d07f805d2d Mon Sep 17 00:00:00 2001 From: pascalek Date: Thu, 30 Aug 2001 10:41:11 +0000 Subject: [PATCH] - initial revision Changed files: NuppelVideo.spec -> 1.1 --- NuppelVideo.spec | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 NuppelVideo.spec diff --git a/NuppelVideo.spec b/NuppelVideo.spec new file mode 100644 index 0000000..8ad1b2e --- /dev/null +++ b/NuppelVideo.spec @@ -0,0 +1,43 @@ +Summary: Fast movie recorder and player for linux +Name: NuppelVideo +Version: 0.52a +Release: 1 +License: GNU +Group: X11/Applications/Multimedia +Group(de): X11/Applikationen/Multimedia +Group(pl): X11/Aplikacje/Multimedia +Source0: %{name}-%{version}.tar.gz +Patch0: %{name}-make.patch +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 + +%build +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +%{__make} \ + DESTDIR=$RPM_BUILD_ROOT \ + BINDIR=%{_bindir} \ + install + +gzip -9nf README* LICENSE* + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/* +%doc *.gz -- 2.43.0