File dvgrab.spec of Package dvgrab
#
# spec file for package dvgrab (Version 3.5)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: dvgrab
BuildRequires: gcc-c++ libiec61883-devel libjpeg-devel libquicktime-devel libraw1394-devel pkgconfig
Url: http://www.kinodv.org/
License: GPLv2+
Group: Productivity/Multimedia/CD/Grabbers
AutoReqProv: on
Version: 3.5
Release: 4
Summary: Record Digital Video (DV) via an IEEE 1394 (Firewire) Interface
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: %{name}-%{version}.tar.bz2
Patch1: dvgrab-3.2-gcc44.patch
%description
dvgrab receives audio and video data from a digital camcorder via an
IEEE 1394 (widely known as FireWire) link and stores them into an AVI
file. It features autosplit of long video sequences into several files
and supports saving the data as raw frames, AVI type 1, and AVI type 2.
Authors:
--------
Arne Schirmacher <dvgrab@schirmacher.de>
Dan Dennedy <dan@dennedy.org>
%prep
%setup -q
%patch1 -p1
%build
%configure
make %{?jobs:-j%{jobs}}
%install
make DESTDIR=$RPM_BUILD_ROOT install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog README TODO
/usr/bin/dvgrab
%{_mandir}/man1/dvgrab.1*
%changelog