Skip to content
Snippets Groups Projects
Commit 9e432a03 authored by Petter Reinholdtsen's avatar Petter Reinholdtsen
Browse files

Updated requirement information in README, .pc and spec files.

Document the need for ogg 1.3.4 and use the 1.2.0 version number
more places.

Fixes #2328
parent dc8bfe5a
No related branches found
No related tags found
No related merge requests found
Pipeline #6282 passed
......@@ -35,7 +35,7 @@ Requirements summary:
For libtheora:
* libogg 1.1 or newer.
* libogg 1.3.4 or newer.
For example encoder:
......@@ -116,7 +116,7 @@ Jan Gerber's ffmpeg2theora is an excellent encoding front end.
encoder_internal.h:664: parse error before `ogg_uint16_t`
This means you have version of libogg prior to 1.1. A *complete* new Ogg
This means you have version of libogg prior to 1.3.4. A *complete* new Ogg
install, libs and headers is needed.
Also be sure that there aren't multiple copies of Ogg installed in
......@@ -127,7 +127,7 @@ for libs and headers.
undefined reference to `oggpackB_stream`
See above; you need libogg 1.1 or later.
See above; you need libogg 1.3.4 or later.
### Link error, such as:
......
Name: libtheora
Version: @VERSION@
Release: 0.xiph.0.4.alpha5
Release: 0.xiph.0
Summary: The Theora Video Compression Codec.
Group: System Environment/Libraries
......@@ -10,7 +10,7 @@ Vendor: Xiph.org Foundation <team@xiph.org>
Source: http://downloads.xiph.org/releases/theora/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: libogg-devel >= 2:1.1
BuildRequires: libogg-devel >= 2:1.3.4
BuildRequires: libvorbis-devel >= 1:1.0.1
BuildRequires: SDL-devel
......@@ -30,7 +30,7 @@ in the future to improve over what is possible with VP3.
Summary: Development tools for Theora applications.
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: libogg-devel >= 2:1.1
Requires: libogg-devel >= 2:1.3.4
%description devel
The libtheora-devel package contains the header files and documentation
......@@ -76,6 +76,8 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/theora.pc
%changelog
* Sat Mar 16 2025 Petter Reinholdtsen <pere at hungry.com>
- updated version for 1.2beta1 release
* Sat Aug 20 2005 Ralph Giles <giles at xiph.org>
- updated version for 1.0alpha5 release
* Thu Jun 10 2004 Thomas Vander Stichele <thomas at apestaart dot org>
......
......@@ -8,7 +8,7 @@ includedir=${pcfiledir}/include
Name: theora uninstalled
Description: Theora video codec (not installed)
Version: @VERSION@
Requires: ogg >= 1.1
Requires: ogg >= 1.3.4
Conflicts:
Libs: ${libdir}/libtheora.la
Cflags: -I${includedir}
......@@ -8,7 +8,7 @@ includedir=@includedir@
Name: theora
Description: Theora video codec
Version: @VERSION@
Requires: ogg >= 1.1
Requires: ogg >= 1.3.4
Conflicts:
Libs: -L${libdir} -ltheora
Cflags: -I${includedir}
......@@ -8,7 +8,7 @@ includedir=${pcfiledir}/include
Name: theora uninstalled
Description: Theora video codec(decoder) (not installed)
Version: @VERSION@
Requires: ogg >= 1.1
Requires: ogg >= 1.3.4
Conflicts:
Libs: ${libdir}/libtheoradec.la
Cflags: -I${includedir}
......@@ -8,7 +8,7 @@ includedir=@includedir@
Name: theora
Description: Theora video codec (decoder)
Version: @VERSION@
Requires: ogg >= 1.1
Requires: ogg >= 1.3.4
Conflicts:
Libs: -L${libdir} -ltheoradec
Cflags: -I${includedir}
......@@ -8,7 +8,7 @@ includedir=@includedir@
Name: theora
Description: Theora video codec (encoder)
Version: @VERSION@
Requires: theoradec, ogg >= 1.1
Requires: theoradec, ogg >= 1.3.4
Conflicts:
Libs: -L${libdir} -ltheoraenc
Cflags: -I${includedir}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment