|
|
@ -1,12 +1,13 @@
|
|
|
|
Summary: Software decoder for DV format video.
|
|
|
|
Summary: Software decoder for DV format video.
|
|
|
|
Name: libdv
|
|
|
|
Name: libdv
|
|
|
|
Version: 0.104
|
|
|
|
Version: 0.103
|
|
|
|
Release: 1
|
|
|
|
Release: 2
|
|
|
|
Epoch: 0
|
|
|
|
Epoch: 0
|
|
|
|
License: LGPL
|
|
|
|
License: LGPL
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
URL: http://libdv.sourceforge.net/
|
|
|
|
URL: http://libdv.sourceforge.net/
|
|
|
|
Source0: http://dl.sourceforge.net/sourceforge/libdv/libdv-0.104.tar.gz
|
|
|
|
Source0: http://dl.sourceforge.net/sourceforge/libdv/libdv-0.103.tar.gz
|
|
|
|
|
|
|
|
Patch0: libdv-0.103-noexec-stack.patch
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
|
|
BuildRequires: gtk+-devel >= 0:1.2.4
|
|
|
|
BuildRequires: gtk+-devel >= 0:1.2.4
|
|
|
|
ExcludeArch: s390 s390x
|
|
|
|
ExcludeArch: s390 s390x
|
|
|
@ -40,6 +41,7 @@ This package contains development files for libdv.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%patch -p1
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%configure
|
|
|
@ -82,8 +84,8 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%{_includedir}/%{name}
|
|
|
|
%{_includedir}/%{name}
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Sun Feb 06 2005 Warren Togami <wtogami@redhat.com> - 0:0.104-1
|
|
|
|
* Sun Feb 06 2005 Warren Togami <wtogami@redhat.com> - 0:0.103-2
|
|
|
|
- 0.104
|
|
|
|
- Fix erroneously requiring an executable stack (Nicholas Miell #146590)
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Sep 19 2004 Warren Togami <wtogami@redhat.com> - 0:0.103-1
|
|
|
|
* Sun Sep 19 2004 Warren Togami <wtogami@redhat.com> - 0:0.103-1
|
|
|
|
- upgrade to 0.103
|
|
|
|
- upgrade to 0.103
|
|
|
|