524237
Summary:        Software decoder for DV format video
524237
Name:           libdv
524237
Version:        1.0.0
524237
Release:        27%{?dist}
524237
License:        LGPLv2+
524237
Group:          System Environment/Libraries
524237
URL:            http://libdv.sourceforge.net/
524237
Source:         http://downloads.sourceforge.net/libdv/libdv-%{version}.tar.gz
524237
Patch1:         libdv-0.104-no-exec-stack.patch
524237
Patch2:         libdv-1.0.0-pic.patch
524237
Patch3:         libdv-1.0.0-gtk2.patch
524237
Patch4:         libdv-1.0.0-dso-linking.patch
524237
524237
BuildRequires:  gtk2-devel
524237
BuildRequires:  libXt-devel
524237
BuildRequires:  libXv-devel
524237
BuildRequires:  popt-devel
524237
BuildRequires:  SDL-devel
524237
BuildRequires:  autoconf, automake, libtool
524237
524237
%description
524237
The Quasar DV codec (libdv) is a software codec for DV video, the
524237
encoding format used by most digital camcorders, typically those that
524237
support the IEEE 1394 (a.k.a. FireWire or i.Link) interface. libdv was
524237
developed according to the official standards for DV video: IEC 61834
524237
and SMPTE 314M.
524237
524237
%package tools
524237
Summary:        Basic tools to manipulate Digital Video streams
524237
Group:          Applications/Multimedia
524237
Requires:       %{name}%{?_isa} = %{version}-%{release}
524237
524237
%description tools
524237
This package contains some basic programs to display and encode
524237
digital video streams. This programs uses the Quasar DV codec (libdv),
524237
a software codec for DV video, the encoding format used by most
524237
digital camcorders, typically those that support the IEEE 1394
524237
(a.k.a. FireWire or i.Link) interface.
524237
524237
%package devel
524237
Summary:        Development package for libdv
524237
Group:          Development/Libraries
524237
Requires:       %{name}%{?_isa} = %{version}-%{release}
524237
Requires:       pkgconfig
524237
524237
%description devel
524237
This package contains development files for libdv.
524237
524237
%prep
524237
%setup -q
524237
%patch1 -p0 -b .no-exec-stack
524237
%patch2 -p1 -b .pic
524237
%patch3 -p1 -b .gtk2
524237
%patch4 -p1 -b .dso-linking
524237
# Required for libtool 2.2
524237
libtoolize
524237
# Required for the gtk2 patch
524237
autoreconf -vif
524237
524237
%build
524237
%configure --with-pic
524237
make %{?_smp_mflags}
524237
524237
%install
524237
make DESTDIR=$RPM_BUILD_ROOT install
524237
rm $RPM_BUILD_ROOT%{_libdir}/libdv.a
524237
rm $RPM_BUILD_ROOT%{_libdir}/libdv.la
524237
524237
%ldconfig_scriptlets
524237
524237
%files
524237
%doc ChangeLog
524237
%license COPYING COPYRIGHT
524237
%{_libdir}/libdv.so.*
524237
524237
%files tools
524237
%doc README.* AUTHORS
524237
%{_bindir}/dubdv
524237
%{_bindir}/dvconnect
524237
%{_bindir}/encodedv
524237
%{_bindir}/playdv
524237
%{_mandir}/man1/dubdv.1*
524237
%{_mandir}/man1/dvconnect.1*
524237
%{_mandir}/man1/encodedv.1*
524237
%{_mandir}/man1/playdv.1*
524237
524237
%files devel
524237
%{_includedir}/libdv/
524237
%{_libdir}/libdv.so
524237
%{_libdir}/pkgconfig/libdv.pc
524237
524237
%changelog
524237
* Sat Feb 17 2018 Antonio Trande <sagitter@fedoraproject.org> - 1.0.0-27
524237
- Use %%ldconfig_scriptlets
524237
524237
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-26
524237
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
524237
524237
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-25
524237
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
524237
524237
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-24
524237
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
524237
524237
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-23
524237
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
524237
524237
* Mon Aug 01 2016 Antonio Trande <sagitter@fedoraproject.org> 1.0.0-22
524237
- Rebuild for new branches
524237
- Use %%license tag
524237
524237
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-21
524237
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
524237
524237
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-20
524237
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
524237
524237
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-19
524237
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
524237
524237
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-18
524237
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
524237
524237
* Sun May  4 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.0-17
524237
- Fix FTBFS and cleanup spec
524237
524237
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-16
524237
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
524237
524237
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-15
524237
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
524237
524237
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-14
524237
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
524237
524237
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-13
524237
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
524237
524237
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 1.0.0-12
524237
- Rebuild for new libpng
524237
524237
* Thu May 05 2011 Dan HorĂ¡k <dan[at]danny.cz> - 1.0.0-11
524237
- don't exclude s390(x)
524237
524237
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-10
524237
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
524237
524237
* Mon Feb 15 2010 Jay Fenlason <fenlason@redhat.com> 1.0.0-9
524237
- Add dso-linking patch to explicitly pull in the X libraries that
524237
  playdv depends on.
524237
524237
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-8
524237
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
524237
524237
* Tue Mar 03 2009 Robert Scheck <robert@fedoraproject.org> 1.0.0-7
524237
- Rebuilt against libtool 2.2
524237
524237
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-6
524237
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
524237
524237
* Mon Jul  7 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.0.0-5
524237
- fix conditional comparison
524237
524237
* Thu Feb 14 2008 Jarod Wilson <jwilson@redhat.com> 1.0.0-4
524237
- Bump and rebuild with gcc 4.3
524237
524237
* Wed Sep 12 2007 Jarod Wilson <jwilson@redhat.com> 1.0.0-3
524237
- A few more fixes from Matthias Saou:
524237
 - List man pages in %%files consistently w/o gz extension
524237
 - Add BR: popt-devel for f8+, its now split fromm rpm-devel
524237
524237
* Wed Sep 12 2007 Jarod Wilson <jwilson@redhat.com> 1.0.0-2
524237
- Update License field (Matthias Saou)
524237
- Remove useless zero epoch (Matthias Saou)
524237
- Add pkgconfig devel sub-package req (Matthias Saou)
524237
- Minor spec formatting changes and clean-ups
524237
524237
* Fri Jan 19 2007 Jarod Wilson <jwilson@redhat.com> 1.0.0-1
524237
- New upstream release
524237
- PIC patch from Mike Frysinger <vapier@gentoo.org> (#146596)
524237
- Re-enable asm on i386
524237
524237
* Thu Sep 21 2006 Jarod Wilson <jwilson@redhat.com> 0.104-5
524237
- Disable asm on i386 for now to prevent text relocations in DSO
524237
524237
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0:0.104-4.fc6.1
524237
- rebuild
524237
524237
* Wed May 24 2006 Jarod Wilson <jwilson@redhat.com> 0.104-4
524237
- disable PIC patch for now, it reliably causes segfaults on x86
524237
524237
* Sat May 13 2006 Jarod Wilson <jwilson@redhat.com> 0.104-3
524237
- rebuilt against latest X libs
524237
524237
* Tue Mar 07 2006 Warren Togami <wtogami@redhat.com> 0.104-2
524237
- remove instead of exclude static libs
524237
524237
* Wed Feb 15 2006 Matthias Saou <http://freshrpms.net/> 0.104-1
524237
- Update to 0.104 at last (#147311)
524237
- Include no-exec-stack, pic-fix, amd64reloc and gtk2 patches from Gentoo
524237
  and PLD (merge gcc4 fix to the pic-fix patch).
524237
- Now build against gtk2 (thanks to the patch above).
524237
- Exclude static library.
524237
524237
* Mon Feb 13 2006 Paul Nasrat <pnasrat@redhat.com> - 0:0.103-4.3
524237
- Patch to build with gcc 4.1
524237
524237
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0:0.103-4.2.1
524237
- bump again for double-long bug on ppc(64)
524237
524237
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0:0.103-4.2
524237
- rebuilt for new gcc4.1 snapshot and glibc changes
524237
524237
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
524237
- rebuilt
524237
524237
* Wed Mar 16 2005 Elliot Lee <sopwith@redhat.com>
524237
- rebuilt
524237
524237
* Mon Feb 28 2005 Warren Togami <wtogami@redhat.com> - 0:0.103-3
524237
- gcc4 rebuild
524237
524237
* Sun Feb 06 2005 Warren Togami <wtogami@redhat.com> - 0:0.103-2
524237
- Fix erroneously requiring an executable stack (Nicholas Miell #146590)
524237
524237
* Sun Sep 19 2004 Warren Togami <wtogami@redhat.com> - 0:0.103-1
524237
- upgrade to 0.103
524237
524237
* Sun Jun 20 2004 Jeremy Katz <katzj@redhat.com> - 0:0.102-4
524237
- gtk+ doesn't need to be in the .pc file (committed upstream, reported
524237
- don't require gtk+-devel for -devel package (unneeded)
524237
  to fedora-devel-list by John Thacker)
524237
524237
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
524237
- rebuilt
524237
524237
* Sun May 30 2004 Warren Togami <wtogami@redhat.com> 0:0.102-2
524237
- Bug #123367 -devel Req gtk+-devel
524237
524237
* Mon Mar 29 2004 Warren Togami <wtogami@redhat.com> 0:0.102-1
524237
- update to 0.102
524237
524237
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
524237
- rebuilt
524237
524237
* Sat Feb 14 2004 Warren Togami <wtogami@redhat.com> 0:0.101-2
524237
- upgrade to 0.101
524237
- spec cleanup
524237
- exclude from mainframes
524237
- GPL -> LGPL
524237
524237
* Sun Apr 27 2003 Dams <anvil[AT]livna.org> 0:0.99-0.fdr.2
524237
- Added post/postun scriptlets
524237
524237
* Fri Apr 25 2003 Dams <anvil[AT]livna.org>
524237
- Initial build.
524237
524237