|
|
74c516 |
Summary: Utility to capture video from a DV camera
|
|
|
74c516 |
Name: dvgrab
|
|
|
74c516 |
Version: 3.5
|
|
|
74c516 |
Release: 9%{?dist}
|
|
|
74c516 |
License: GPLv2+
|
|
|
74c516 |
Group: Applications/Multimedia
|
|
|
74c516 |
URL: http://www.kinodv.org/
|
|
|
74c516 |
Source: http://downloads.sourceforge.net/project/kino/%{name}/%{version}/%{name}-%{version}.tar.gz
|
|
|
74c516 |
Patch0: dvgrab-3.5-aliasing.patch
|
|
|
74c516 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
74c516 |
BuildRequires: libraw1394-devel libavc1394-devel libdv-devel
|
|
|
74c516 |
BuildRequires: libiec61883-devel libjpeg-devel
|
|
|
74c516 |
ExcludeArch: s390 s390x
|
|
|
74c516 |
|
|
|
74c516 |
%description
|
|
|
74c516 |
The dvgrab utility will capture digital video from a DV source on the firewire
|
|
|
74c516 |
(IEEE-1394) bus.
|
|
|
74c516 |
|
|
|
74c516 |
%prep
|
|
|
74c516 |
%setup -q
|
|
|
74c516 |
%patch0 -p1 -b.alias
|
|
|
74c516 |
|
|
|
74c516 |
%build
|
|
|
74c516 |
%configure
|
|
|
74c516 |
make %{?_smp_mflags}
|
|
|
74c516 |
|
|
|
74c516 |
%install
|
|
|
74c516 |
rm -rf $RPM_BUILD_ROOT
|
|
|
74c516 |
make DESTDIR=$RPM_BUILD_ROOT install
|
|
|
74c516 |
|
|
|
74c516 |
%clean
|
|
|
74c516 |
rm -rf $RPM_BUILD_ROOT
|
|
|
74c516 |
|
|
|
74c516 |
%files
|
|
|
74c516 |
%defattr(-,root,root,0755)
|
|
|
74c516 |
%doc README COPYING ChangeLog NEWS
|
|
|
74c516 |
%{_bindir}/dvgrab
|
|
|
74c516 |
%{_mandir}/man1/dvgrab.1*
|
|
|
74c516 |
|
|
|
74c516 |
%changelog
|
|
|
74c516 |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.5-9
|
|
|
74c516 |
- Mass rebuild 2013-12-27
|
|
|
74c516 |
|
|
|
74c516 |
* Wed Nov 6 2013 Jay Fenlason <fenlason@redhat.com> - 3.5-8.1
|
|
|
74c516 |
- Add a patch to shut up some compiler warnings. (and not segfault on
|
|
|
74c516 |
machines that can't do unaligned accesses)
|
|
|
74c516 |
Resolves: rhbz884472
|
|
|
74c516 |
|
|
|
74c516 |
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5-8
|
|
|
74c516 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
74c516 |
|
|
|
74c516 |
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 3.5-7
|
|
|
74c516 |
- rebuild due to "jpeg8-ABI" feature drop
|
|
|
74c516 |
|
|
|
74c516 |
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 3.5-6
|
|
|
74c516 |
- rebuild against new libjpeg
|
|
|
74c516 |
|
|
|
74c516 |
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5-5
|
|
|
74c516 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
74c516 |
|
|
|
74c516 |
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5-4
|
|
|
74c516 |
- Rebuilt for c++ ABI breakage
|
|
|
74c516 |
|
|
|
74c516 |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5-3
|
|
|
74c516 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
74c516 |
|
|
|
74c516 |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5-2
|
|
|
74c516 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
74c516 |
|
|
|
74c516 |
* Mon Jan 11 2010 Jay Fenlason <fenlason@redhat.com> 3.5-1
|
|
|
74c516 |
- New upstream release, which obsoletes both patches.
|
|
|
74c516 |
- Correct the Source url to point to sourceforge's current path.
|
|
|
74c516 |
|
|
|
74c516 |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4-3
|
|
|
74c516 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
74c516 |
|
|
|
74c516 |
* Thu Mar 19 2009 Jarod Wilson <jarod@redhat.com> - 3.4-2
|
|
|
74c516 |
- Set retval to 1 if we get an error, to make life easier for folks
|
|
|
74c516 |
who wrap dvgrab to tell if something went wrong (#486061).
|
|
|
74c516 |
|
|
|
74c516 |
* Tue Feb 24 2009 Jarod Wilson <jarod@redhat.com> - 3.4-1
|
|
|
74c516 |
- New upstream release, v3.4
|
|
|
74c516 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
74c516 |
|
|
|
74c516 |
* Tue Feb 03 2009 Jarod Wilson <jarod@redhat.com> - 3.3-1
|
|
|
74c516 |
- New upstream release, v3.3
|
|
|
74c516 |
- Fix build w/gcc 4.4
|
|
|
74c516 |
|
|
|
74c516 |
* Tue Aug 05 2008 Jarod Wilson <jwilson@redhat.com> - 3.2-1
|
|
|
74c516 |
- New upstream release
|
|
|
74c516 |
|
|
|
74c516 |
* Wed Jul 23 2008 Jarod Wilson <jwilson@redhat.com> - 3.1-5
|
|
|
74c516 |
- Bump and rebuild for libraw1394 v2.0.0
|
|
|
74c516 |
|
|
|
74c516 |
* Wed Jul 16 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 3.1-4
|
|
|
74c516 |
- fix license tag
|
|
|
74c516 |
|
|
|
74c516 |
* Tue Jun 24 2008 Jarod Wilson <jwilson@redhat.com> - 3.1-3
|
|
|
74c516 |
- Fix segfault when we get bogus timecodes (#370931)
|
|
|
74c516 |
|
|
|
74c516 |
* Wed Feb 13 2008 Jarod Wilson <jwilson@redhat.com> - 3.1-2
|
|
|
74c516 |
- Fix build with gcc 4.3
|
|
|
74c516 |
|
|
|
74c516 |
* Wed Dec 12 2007 Jarod Wilson <jwilson@redhat.com> - 3.1-1
|
|
|
74c516 |
- New upstream release
|
|
|
74c516 |
- Drop libpng, libogg and libvorbis BRs, since dvgrab has
|
|
|
74c516 |
long since dropped support for them (circa v2.1)
|
|
|
74c516 |
|
|
|
74c516 |
* Mon Oct 22 2007 Jarod Wilson <jwilson@redhat.com> - 3.0-2
|
|
|
74c516 |
- Fix segfault on cleanup (#331271)
|
|
|
74c516 |
- fix pipe output in conjunction with file capture
|
|
|
74c516 |
- fix hang at end of reading from stdin
|
|
|
74c516 |
- fix potential data loss due to short writes
|
|
|
74c516 |
|
|
|
74c516 |
* Sun Oct 07 2007 Jarod Wilson <jwilson@redhat.com> - 3.0-1
|
|
|
74c516 |
- New upstream release
|
|
|
74c516 |
|
|
|
74c516 |
* Sun Feb 04 2007 Jarod Wilson <jwilson@redhat.com> - 2.1-3
|
|
|
74c516 |
- Minor clean-ups for core/extras merge review (#225713)
|
|
|
74c516 |
|
|
|
74c516 |
* Tue Jan 23 2007 Jarod Wilson <jwilson@redhat.com> - 2.1-2
|
|
|
74c516 |
- It helps to set DESTDIR if you nuke makeinstall...
|
|
|
74c516 |
|
|
|
74c516 |
* Tue Jan 23 2007 Jarod Wilson <jwilson@redhat.com> - 2.1-1
|
|
|
74c516 |
- New upstream release
|
|
|
74c516 |
|
|
|
74c516 |
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.0-1.2.2
|
|
|
74c516 |
- rebuild
|
|
|
74c516 |
|
|
|
74c516 |
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.0-1.2.1
|
|
|
74c516 |
- bump again for double-long bug on ppc(64)
|
|
|
74c516 |
|
|
|
74c516 |
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.0-1.2
|
|
|
74c516 |
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
74c516 |
|
|
|
74c516 |
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
74c516 |
- rebuilt
|
|
|
74c516 |
|
|
|
74c516 |
* Thu Nov 10 2005 Matthias Saou <http://freshrpms.net/> 2.0-1
|
|
|
74c516 |
- Update to 2.0.
|
|
|
74c516 |
|
|
|
74c516 |
* Wed Mar 16 2005 Elliot Lee <sopwith@redhat.com>
|
|
|
74c516 |
- rebuilt
|
|
|
74c516 |
|
|
|
74c516 |
* Mon Feb 28 2005 Warren Togami <wtogami@redhat.com> 1.7-2
|
|
|
74c516 |
- gcc4 rebuild
|
|
|
74c516 |
|
|
|
74c516 |
* Sun Feb 06 2005 Warren Togami <wtogami@redhat.com> 1.7-1
|
|
|
74c516 |
- 1.7
|
|
|
74c516 |
|
|
|
74c516 |
* Sun Sep 19 2004 Warren Togami <wtogami@redhat.com> 1.6-1
|
|
|
74c516 |
- upgrade to 1.6
|
|
|
74c516 |
|
|
|
74c516 |
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
74c516 |
- rebuilt
|
|
|
74c516 |
|
|
|
74c516 |
* Mon Apr 05 2004 Warren Togami <wtogami@redhat.com> 1.5-2
|
|
|
74c516 |
- rebuild against new libdv
|
|
|
74c516 |
|
|
|
74c516 |
* Thu Feb 12 2004 Warren Togami <wtogami@redhat.com> 1.5-1
|
|
|
74c516 |
- upgrade to 1.5
|
|
|
74c516 |
- spec cleanups
|
|
|
74c516 |
- remove INSTALL, TODO; Add NEWS
|
|
|
74c516 |
- Now requires libdv, docs say it is much faster and better output than raw1394
|
|
|
74c516 |
- BuildRequires libraw1394-devel, libavc1394-devel, libdv-devel, libjpeg-devel,
|
|
|
74c516 |
libpng-devel, libogg-devel, libvorbis-devel
|
|
|
74c516 |
|
|
|
74c516 |
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
74c516 |
- rebuilt
|
|
|
74c516 |
|
|
|
74c516 |
* Thu May 22 2003 Jeremy Katz <katzj@redhat.com> 1.01-9
|
|
|
74c516 |
- fix build on gcc 3.3 (include <assert.h>)
|
|
|
74c516 |
|
|
|
74c516 |
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
74c516 |
- rebuilt
|
|
|
74c516 |
|
|
|
74c516 |
* Thu Dec 12 2002 Tim Powers <timp@redhat.com> 1.01-7
|
|
|
74c516 |
- rebuild on all arches
|
|
|
74c516 |
|
|
|
74c516 |
* Wed Nov 20 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
74c516 |
- exclude on mainframe
|
|
|
74c516 |
|
|
|
74c516 |
* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com>
|
|
|
74c516 |
- rebuilt with gcc-3.2 (we hope)
|
|
|
74c516 |
|
|
|
74c516 |
* Tue Jul 23 2002 Tim Powers <timp@redhat.com>
|
|
|
74c516 |
- build using gcc-3.2-0.1
|
|
|
74c516 |
|
|
|
74c516 |
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
74c516 |
- automated rebuild
|
|
|
74c516 |
|
|
|
74c516 |
* Sun Jun 09 2002 Michael Fulbright <msf@redhat.com>
|
|
|
74c516 |
- First RPM build
|
|
|
74c516 |
|