- Update to 1.0alpha8 svn (revision 13393) snapshot
This commit is contained in:
parent
ba2c4a46e2
commit
9ffbd5f23d
@ -1,16 +1,18 @@
|
|||||||
Summary: Theora Video Compression Codec
|
Summary: Theora Video Compression Codec
|
||||||
Name: libtheora
|
Name: libtheora
|
||||||
Version: 1.0alpha7
|
Version: 1.0alpha8
|
||||||
Release: 3%{?dist}
|
Release: 0.1.svn13393%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.theora.org
|
URL: http://www.theora.org
|
||||||
Source0: http://downloads.xiph.org/releases/theora/%{name}-%{version}.tar.gz
|
Source0: http://downloads.xiph.org/releases/theora/%{name}-%{version}.tar.gz
|
||||||
|
Patch0: libtheora-1.0alpha8-version-info.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: libogg-devel >= 2:1.1
|
BuildRequires: libogg-devel >= 2:1.1
|
||||||
BuildRequires: libvorbis-devel
|
BuildRequires: libvorbis-devel
|
||||||
BuildRequires: SDL-devel
|
BuildRequires: SDL-devel
|
||||||
|
BuildRequires: libtool
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Theora is Xiph.Org's first publicly released video codec, intended
|
Theora is Xiph.Org's first publicly released video codec, intended
|
||||||
@ -35,6 +37,12 @@ needed to develop applications with libtheora.
|
|||||||
Summary: Command line tools for Theora videos
|
Summary: Command line tools for Theora videos
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
Requires: libtheora = %{epoch}:%{version}-%{release}
|
Requires: libtheora = %{epoch}:%{version}-%{release}
|
||||||
|
# the new experimental decoder is now part of the regular libtheora
|
||||||
|
# we do not obsolete theora-exp itself as that had a different soname and we
|
||||||
|
# do not want to break deps, however we do now provide the same headers as
|
||||||
|
# theora-exp-devel did.
|
||||||
|
Obsoletes: theora-exp-devel
|
||||||
|
Provides: theora-exp-devel
|
||||||
|
|
||||||
%description -n theora-tools
|
%description -n theora-tools
|
||||||
The theora-tools package contains simple command line tools for use
|
The theora-tools package contains simple command line tools for use
|
||||||
@ -42,6 +50,12 @@ with theora bitstreams.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
aclocal -I m4
|
||||||
|
libtoolize --automake
|
||||||
|
autoheader
|
||||||
|
automake --add-missing
|
||||||
|
autoconf
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-shared --disable-static
|
%configure --enable-shared --disable-static
|
||||||
@ -52,6 +66,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
||||||
|
rm -r $RPM_BUILD_ROOT/%{_docdir}/libtheora-1.0alpha8-svn
|
||||||
|
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
|
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
|
||||||
install -m 755 examples/.libs/dump_video $RPM_BUILD_ROOT/%{_bindir}/theora_dump_video
|
install -m 755 examples/.libs/dump_video $RPM_BUILD_ROOT/%{_bindir}/theora_dump_video
|
||||||
@ -69,14 +84,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc README COPYING
|
%doc README COPYING
|
||||||
%doc doc/vp3-format.txt
|
%doc doc/vp3-format.txt
|
||||||
%doc doc/spec/Theora_I_spec.pdf
|
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc doc/libtheora/html
|
%doc doc/libtheora/html
|
||||||
%dir %{_includedir}/theora
|
%dir %{_includedir}/theora
|
||||||
%{_includedir}/theora/theora.h
|
%{_includedir}/theora/*.h
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/theora.pc
|
%{_libdir}/pkgconfig/theora.pc
|
||||||
|
|
||||||
@ -85,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 29 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 1.0alpha8-0.1.svn13393
|
||||||
|
- Update to 1.0alpha8 svn (revision 13393) snapshot
|
||||||
|
|
||||||
* Wed Apr 11 2007 Matthias Clasen <mclasen@redhat.com> - 0:1.0alpha7-3
|
* Wed Apr 11 2007 Matthias Clasen <mclasen@redhat.com> - 0:1.0alpha7-3
|
||||||
- Add api docs to the -devel package
|
- Add api docs to the -devel package
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user