# $Id$ # Authority: dag # Upstream: Dan Dennedy Summary: DV grabber through the FireWire interface Name: dvgrab Version: 1.6 Release: 1.2%{?dist} License: GPL Group: Applications/Multimedia URL: http://kino.schirmacher.de/ Source: http://kino.schirmacher.de/filemanager/download/37/dvgrab-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: libraw1394-devel, libavc1394-devel, libdv-devel BuildRequires: libquicktime-devel, libjpeg-devel, libpng-devel BuildRequires: libogg-devel, libvorbis-devel, a52dec-devel, libmpeg3 BuildRequires: gcc-c++ Requires: kernel >= 2.4.0 %description Dvgrab is a command line driven soft that grab AVI-2 films from a DV camera using the IEEE-1394 bus (aka FireWire). DV stand for Digital Video and is the name of the new numeric camera generation. %prep %setup %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %makeinstall %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc AUTHORS ChangeLog COPYING README TODO %doc %{_mandir}/man?/* %{_bindir}/* %changelog * Sat Apr 08 2006 Dries Verachtert - 1.6-1.2 - Rebuild for Fedora Core 5. * Tue Jul 27 2004 Matthias Saou 1.6-1 - Update to 1.6. * Tue Jun 22 2004 Matthias Saou 1.5-3 - Added missing build requirements to obtain a full-featured package. * Sun Apr 11 2004 Dag Wieers - 1.5-2 - Rebuild against libdv 0.102. * Tue Mar 23 2004 Dag Wieers - 1.5-1 - Updated to release 1.5. * Wed Dec 17 2003 Dag Wieers - 1.4-0 - Initial package. (using DAR)