3 Release: 0.xiph
.0.4.alpha5
4 Summary: The Theora Video Compression Codec.
6 Group: System Environment
/Libraries
8 URL: http
://www.theora.org
/
9 Vendor: Xiph.org Foundation
<team@xiph.org
>
10 Source: http
://downloads.xiph.org
/releases
/theora
/%{name}-%{version}.tar.gz
11 BuildRoot: %{_tmppath}/%{name}-%{version}-root
13 BuildRequires
: libogg
-devel
>= 2:1.1
14 BuildRequires
: libvorbis
-devel
>= 1:1.0.1
15 BuildRequires
: SDL
-devel
17 # this needs to be explicit since vorbis's .so versioning didn't get bumped
18 # when going from 1.0 to 1.0.1
19 Requires: libvorbis
>= 1:1.0.1
22 Theora is Xiph.Org's first publicly released video codec
, intended
23 for use within the Ogg's project's Ogg multimedia streaming system.
24 Theora is derived directly from On2's VP3 codec
; Currently the two are
25 nearly identical
, varying only
in encapsulating decoder tables
in the
26 bitstream headers
, but Theora will
make use of this extra freedom
27 in the future to improve over what is possible with VP3.
30 Summary: Development tools
for Theora applications.
31 Group: Development
/Libraries
32 Requires: %{name} = %{version}-%{release}
33 Requires: libogg
-devel
>= 2:1.1
36 The libtheora
-devel package contains the header files and documentation
37 needed to develop applications with Ogg Theora.
40 %setup -q
-n
%{name}-%{version}
43 %configure --enable-shared
47 rm -rf $RPM_BUILD_ROOT
48 # make sure our temp doc build dir is removed
51 %makeinstall docdir
=$
(pwd)/__docs
53 find $RPM_BUILD_ROOT
-type f
-name "
*.la"
-exec rm -f
{} '
;'
56 rm -rf $RPM_BUILD_ROOT
58 %post -p
/sbin
/ldconfig
60 %postun -p
/sbin
/ldconfig
65 %{_libdir}/libtheora.so.
*
68 %defattr(-,root
,root
,-)
70 %{_libdir}/libtheora.a
71 %{_libdir}/libtheora.so
72 %dir %{_includedir}/theora
73 %{_includedir}/theora
/theora.h
74 %{_libdir}/pkgconfig
/theora.pc
77 * Thu Jun
10 2004 Thomas Vander Stichele
<thomas at apestaart dot org
>
78 - transported fedora.us spec file
79 * Sat Aug
20 2005 Ralph Giles
<giles at xiph.org
>
80 - updated version
for 1.0alpha5 release