diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..0024b51 --- /dev/null +++ b/dead.package @@ -0,0 +1,2 @@ +Upstream gone since at least 2008-04-23; limped along without build errors +until 2011-02-22. diff --git a/sources b/sources deleted file mode 100644 index b5cb550..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -0bdc30ad64b5bbb602b351463bc26127 videodog0.31.tar.gz diff --git a/videodog.spec b/videodog.spec deleted file mode 100644 index 8840d10..0000000 --- a/videodog.spec +++ /dev/null @@ -1,64 +0,0 @@ -Name: videodog -Version: 0.31 -Release: 5%{?dist} -Summary: Command-line video4linux frame-grabber - -Group: Applications/Multimedia -License: LGPLv2+ -URL: http://paginas.terra.com.br/informatica/gleicon/video4linux/videodog.html -Source0: http://paginas.terra.com.br/informatica/gleicon/video4linux/videodog%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildRequires: libjpeg-devel - -%description -VideoDog is a command line tool to grab frames from a -Video4linux-compliant device. It can export a file in raw, PNM, or JPG -formats. It can also do loop capture using multiple buffers, or just be -used to set/retrieve device data or scripts. - -%prep -%setup -q -n %{name}-%{version} -sed -i -e 's/-O3 -Wall/%{optflags}/' Makefile - -%build -make %{?_smp_mflags} - - -%install -rm -rf $RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{_mandir}/man1 \ - $RPM_BUILD_ROOT%{_sysconfdir} -install -m 755 videodog $RPM_BUILD_ROOT%{_bindir} -install videodog.man $RPM_BUILD_ROOT%{_mandir}/man1/videodog.1 -install -m 644 vd.conf $RPM_BUILD_ROOT%{_sysconfdir} - - -%clean -rm -rf $RPM_BUILD_ROOT - - -%files -%defattr(-,root,root,-) -%doc ALPHABLEND CHANGELOG CONFIG_FILE EFFECTS LICENSE MOTION README TODO USAGE -%config(noreplace) %{_sysconfdir}/vd.conf -%{_bindir}/videodog -%{_mandir}/man1/videodog.1* - - -%changelog -* Tue Aug 21 2007 Patrick "Jima" Laughton 0.31-5 -- Rebuild for BuildID -- License clarification - -* Mon Aug 28 2006 Patrick "Jima" Laughton 0.31-4 -- Rebuild for FC6 - -* Sun May 21 2006 Patrick "Jima" Laughton 0.31-3 -- Fixed bug 192609 (thanks, Ville) - -* Mon Apr 24 2006 Jima 0.31-2 -- Cleaned up URLs as per Andreas Thienemann's recommendation - -* Mon Apr 24 2006 Jima 0.31-1 -- Initial Fedora Extras RPM