Summary: Utility to capture video from a DV camera Name: dvgrab Version: 2.0 Release: 1.2 License: GPL Group: Applications/Multimedia URL: http://kino.schirmacher.de/ Source: http://dl.sf.net/kino/dvgrab-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: libraw1394-devel libavc1394-devel libdv-devel libiec61883-devel BuildRequires: libjpeg-devel libpng-devel libogg-devel libvorbis-devel ExcludeArch: s390 s390x %description The dvgrab utility will capture digital video from a DV source on the firewire (IEEE-1394) bus. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT %makeinstall %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,0755) %doc README COPYING ChangeLog NEWS %{_bindir}/dvgrab %{_mandir}/man1/dvgrab.1* %changelog * Tue Feb 07 2006 Jesse Keating - 2.0-1.2 - rebuilt for new gcc4.1 snapshot and glibc changes * Fri Dec 09 2005 Jesse Keating - rebuilt * Thu Nov 10 2005 Matthias Saou 2.0-1 - Update to 2.0. * Wed Mar 16 2005 Elliot Lee - rebuilt * Mon Feb 28 2005 Warren Togami 1.7-2 - gcc4 rebuild * Sun Feb 06 2005 Warren Togami 1.7-1 - 1.7 * Sun Sep 19 2004 Warren Togami 1.6-1 - upgrade to 1.6 * Tue Jun 15 2004 Elliot Lee - rebuilt * Mon Apr 05 2004 Warren Togami 1.5-2 - rebuild against new libdv * Thu Feb 12 2004 Warren Togami 1.5-1 - upgrade to 1.5 - spec cleanups - remove INSTALL, TODO; Add NEWS - Now requires libdv, docs say it is much faster and better output than raw1394 - BuildRequires libraw1394-devel, libavc1394-devel, libdv-devel, libjpeg-devel, libpng-devel, libogg-devel, libvorbis-devel * Wed Jun 04 2003 Elliot Lee - rebuilt * Thu May 22 2003 Jeremy Katz 1.01-9 - fix build on gcc 3.3 (include ) * Wed Jan 22 2003 Tim Powers - rebuilt * Thu Dec 12 2002 Tim Powers 1.01-7 - rebuild on all arches * Wed Nov 20 2002 Florian La Roche - exclude on mainframe * Sat Aug 10 2002 Elliot Lee - rebuilt with gcc-3.2 (we hope) * Tue Jul 23 2002 Tim Powers - build using gcc-3.2-0.1 * Fri Jun 21 2002 Tim Powers - automated rebuild * Sun Jun 09 2002 Michael Fulbright - First RPM build