File dvgrab.spec of Package dvgrab
#
# spec file for package dvgrab
#
# Copyright (c) 2011 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/
#
Name: dvgrab
Version: 3.5
Release: 8
License: GPL-2.0+
Summary: Record Digital Video (DV) via an IEEE 1394 (Firewire) Interface
Url: http://www.kinodv.org/
Group: Productivity/Multimedia/CD/Grabbers
Source: %{name}-%{version}.tar.bz2
Patch1: dvgrab-3.2-gcc44.patch
BuildRequires: gcc-c++
BuildRequires: libavc1394-devel
BuildRequires: libiec61883-devel
BuildRequires: libjpeg-devel
BuildRequires: libquicktime-devel
BuildRequires: libraw1394-devel
BuildRequires: pkgconfig
BuildRequires: zlib-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%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.
%prep
%setup -q
%patch1 -p1
%build
%configure
make %{?_smp_mflags}
%install
%makeinstall
%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog README TODO
%{_bindir}/dvgrab
%{_mandir}/man1/dvgrab.1*
%changelog