File project.diff of Package dvgrab
--- dvgrab.changes.orig
+++ dvgrab.changes
@@ -1,4 +1,12 @@
-------------------------------------------------------------------
+Thu Jul 02 10:49:10 UTC 2020 - hpj@urpla.net
+
+- Update to version 3.5.0+git20181208.57e642b
+- switch to github _service
+- bootstrap with autoconf and automake
+- remove superfluous patch dvgrab-3.2-gcc44.patch
+
+-------------------------------------------------------------------
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
- Remove redundant tags/sections from specfile
--- dvgrab.spec.orig
+++ dvgrab.spec
@@ -18,14 +18,15 @@
Name: dvgrab
-Version: 3.5
-Release: 8
+Version: 3.5.0+git20181208.57e642b
+Release: 0
License: GPL-2.0+
Summary: Record Digital Video (DV) via an IEEE 1394 (Firewire) Interface
-Url: http://www.kinodv.org/
+URL: https://github.com/ddennedy/dvgrab
Group: Productivity/Multimedia/CD/Grabbers
-Source: %{name}-%{version}.tar.bz2
-Patch1: dvgrab-3.2-gcc44.patch
+Source: %{name}-%{version}.tar.xz
+BuildRequires: autoconf
+BuildRequires: automake
BuildRequires: gcc-c++
BuildRequires: libavc1394-devel
BuildRequires: libiec61883-devel
@@ -44,10 +45,10 @@ and supports saving the data as raw fram
%prep
%setup -q
-%patch1 -p1
%build
export CXXFLAGS="%{optflags} --std=gnu++98"
+./bootstrap
%configure
make %{?_smp_mflags}