Summary: Utility to capture video from a DV camera Name: dvgrab Version: 1.7 Release: 2 License: GPL Group: Applications/Multimedia URL: http://kino.schirmacher.de/ Source: http://kino.schirmacher.de/filemanager/download/43/dvgrab-1.7.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: libraw1394-devel libavc1394-devel libdv-devel libjpeg-devel BuildRequires: libpng-devel libogg-devel libvorbis-devel ExcludeArch: s390 s390x %description The dvgrab utility will capture digital video from a DV source on the 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,-) %doc README COPYING ChangeLog NEWS %doc %{_mandir}/man1/dvgrab.1.gz %{_bindir}/dvgrab %changelog * 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