|
|
|
@ -1,31 +1,20 @@
|
|
|
|
|
Summary: Software decoder for DV format video
|
|
|
|
|
Name: libdv
|
|
|
|
|
Version: 1.0.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Epoch: 0
|
|
|
|
|
License: LGPL
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
URL: http://libdv.sourceforge.net/
|
|
|
|
|
Source: http://dl.sf.net/libdv/libdv-%{version}.tar.gz
|
|
|
|
|
Patch1: libdv-0.104-no-exec-stack.patch
|
|
|
|
|
Patch2: libdv-1.0.0-pic.patch
|
|
|
|
|
Patch3: libdv-1.0.0-gtk2.patch
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
|
|
|
BuildRequires: gtk2-devel
|
|
|
|
|
BuildRequires: libXt-devel, libXv-devel
|
|
|
|
|
Summary: Software decoder for DV format video
|
|
|
|
|
Name: libdv
|
|
|
|
|
Version: 1.0.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
URL: http://libdv.sourceforge.net/
|
|
|
|
|
Source: http://downloads.sourceforge.net/libdv/libdv-%{version}.tar.gz
|
|
|
|
|
Patch1: libdv-0.104-no-exec-stack.patch
|
|
|
|
|
Patch2: libdv-1.0.0-pic.patch
|
|
|
|
|
Patch3: libdv-1.0.0-gtk2.patch
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
|
|
|
BuildRequires: gtk2-devel
|
|
|
|
|
BuildRequires: libXt-devel, libXv-devel
|
|
|
|
|
# Required for the gtk2 patch
|
|
|
|
|
BuildRequires: autoconf, automake, libtool, SDL-devel
|
|
|
|
|
ExcludeArch: s390 s390x
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development package for libdv
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%package tools
|
|
|
|
|
Summary: Basic tools to manipulate Digital Video streams
|
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
|
BuildRequires: autoconf, automake, libtool, SDL-devel
|
|
|
|
|
ExcludeArch: s390 s390x
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
The Quasar DV codec (libdv) is a software codec for DV video, the
|
|
|
|
@ -34,6 +23,11 @@ support the IEEE 1394 (a.k.a. FireWire or i.Link) interface. libdv was
|
|
|
|
|
developed according to the official standards for DV video: IEC 61834
|
|
|
|
|
and SMPTE 314M.
|
|
|
|
|
|
|
|
|
|
%package tools
|
|
|
|
|
Summary: Basic tools to manipulate Digital Video streams
|
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description tools
|
|
|
|
|
This package contains some basic programs to display and encode
|
|
|
|
|
digital video streams. This programs uses the Quasar DV codec (libdv),
|
|
|
|
@ -41,6 +35,12 @@ a software codec for DV video, the encoding format used by most
|
|
|
|
|
digital camcorders, typically those that support the IEEE 1394
|
|
|
|
|
(a.k.a. FireWire or i.Link) interface.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development package for libdv
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
This package contains development files for libdv.
|
|
|
|
|
|
|
|
|
@ -93,11 +93,17 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_libdir}/pkgconfig/libdv.pc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Sep 12 2007 Jarod Wilson <jwilson@redhat.com> 1.0.0-2
|
|
|
|
|
- Update License field (Matthias Saou)
|
|
|
|
|
- Remove useless zero epoch (Matthias Saou)
|
|
|
|
|
- Add pkgconfig devel sub-package req (Matthias Saou)
|
|
|
|
|
- Minor spec formatting changes and clean-ups
|
|
|
|
|
|
|
|
|
|
* Fri Jan 19 2007 Jarod Wilson <jwilson@redhat.com> 1.0.0-1
|
|
|
|
|
- New upstream release
|
|
|
|
|
- PIC patch from Mike Frysinger <vapier@gentoo.org> (#146596)
|
|
|
|
|
- Re-enable asm on i386
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Sep 21 2006 Jarod Wilson <jwilson@redhat.com> 0.104-5
|
|
|
|
|
- Disable asm on i386 for now to prevent text relocations in DSO
|
|
|
|
|
|
|
|
|
@ -145,7 +151,7 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
- upgrade to 0.103
|
|
|
|
|
|
|
|
|
|
* Sun Jun 20 2004 Jeremy Katz <katzj@redhat.com> - 0:0.102-4
|
|
|
|
|
- gtk+ doesn't need to be in the .pc file (committed upstream, reported
|
|
|
|
|
- gtk+ doesn't need to be in the .pc file (committed upstream, reported
|
|
|
|
|
- don't require gtk+-devel for -devel package (unneeded)
|
|
|
|
|
to fedora-devel-list by John Thacker)
|
|
|
|
|
|
|
|
|
@ -170,7 +176,7 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
* Sun Apr 27 2003 Dams <anvil[AT]livna.org> 0:0.99-0.fdr.2
|
|
|
|
|
- Added post/postun scriptlets
|
|
|
|
|
|
|
|
|
|
* Fri Apr 25 2003 Dams <anvil[AT]livna.org>
|
|
|
|
|
* Fri Apr 25 2003 Dams <anvil[AT]livna.org>
|
|
|
|
|
- Initial build.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|