forked from pool/libtheora
This commit is contained in:
parent
4397cda6c6
commit
3ca28b1f0a
3
libtheora-1.0.beta2.tar.bz2
Normal file
3
libtheora-1.0.beta2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b9c3328bc491bd99cbe045e3a6d4d47b16ca3f5aaf41b1e8b65228c9655a03ad
|
||||||
|
size 1807644
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c5062368dc7c3057ba0f4e8b8fbfb44e698873abdda70f48d39ac6bb16d6e7c9
|
|
||||||
size 1164737
|
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 13 01:57:07 CET 2007 - crrodriguez@suse.de
|
||||||
|
|
||||||
|
- fix package version numbers 1.0beta1 --> 1.0.beta2
|
||||||
|
- libtheora 1.0.beta2
|
||||||
|
- Fix a crash bug on char-is-unsigned architectures (PowerPC)
|
||||||
|
- Fix a buffer sizing issue that caused rare encoder crashes
|
||||||
|
- Fix a buffer alignment issue
|
||||||
|
- Improved format documentation.
|
||||||
|
- removed unneeded patch, use --with-pic configure option instead.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 8 09:57:32 CET 2007 - adrian@suse.de
|
Thu Nov 8 09:57:32 CET 2007 - adrian@suse.de
|
||||||
|
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
--- configure.ac
|
|
||||||
+++ configure.ac 2007/11/08 08:49:12
|
|
||||||
@@ -102,7 +102,7 @@
|
|
||||||
case $host in
|
|
||||||
*)
|
|
||||||
DEBUG="-g -Wall -Wno-parentheses -DDEBUG -D__NO_MATH_INLINES"
|
|
||||||
- CFLAGS="-Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops"
|
|
||||||
+ CFLAGS="-Wall -Wno-parentheses -O3 -fomit-frame-pointer -finline-functions -funroll-loops -fPIC"
|
|
||||||
PROFILE="-Wall -Wno-parentheses -pg -g -O3 -fno-inline-functions -DDEBUG";;
|
|
||||||
esac
|
|
||||||
fi
|
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libtheora (Version 1.0beta1)
|
# spec file for package libtheora (Version 1.0.beta2)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -16,12 +16,10 @@ Url: http://www.xiph.org/
|
|||||||
License: BSD 3-Clause
|
License: BSD 3-Clause
|
||||||
Group: Productivity/Multimedia/Other
|
Group: Productivity/Multimedia/Other
|
||||||
Summary: Free Video Codec
|
Summary: Free Video Codec
|
||||||
Version: 1.0beta1
|
Version: 1.0.beta2
|
||||||
Release: 2
|
Release: 1
|
||||||
%define _version 1.0beta1
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: %{name}-%{_version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Patch: %name.diff
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Theora is a free video codec based on VP3. The package contains the
|
Theora is a free video codec based on VP3. The package contains the
|
||||||
@ -37,9 +35,8 @@ Authors:
|
|||||||
%package -n libtheora0
|
%package -n libtheora0
|
||||||
Group: Productivity/Multimedia/Other
|
Group: Productivity/Multimedia/Other
|
||||||
Summary: Free Video Codec
|
Summary: Free Video Codec
|
||||||
# 10.2 had libtheora 1.0alpha5 - we can't provide less than that
|
Provides: %{name} = %{version}
|
||||||
Provides: %{name} = %{_version}
|
Obsoletes: %{name} <= %{version}
|
||||||
Obsoletes: %{name} <= %{_version}
|
|
||||||
|
|
||||||
%description -n libtheora0
|
%description -n libtheora0
|
||||||
Theora is a free video codec based on VP3. The package contains the
|
Theora is a free video codec based on VP3. The package contains the
|
||||||
@ -69,8 +66,7 @@ Authors:
|
|||||||
the Xiph.Org Foundation http://www.xiph.org/
|
the Xiph.Org Foundation http://www.xiph.org/
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{_version}
|
%setup -q
|
||||||
%patch
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# FIXME:
|
# FIXME:
|
||||||
@ -126,7 +122,16 @@ cd $RPM_BUILD_ROOT%{_docdir}/%{name}/examples
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/theora.pc
|
%{_libdir}/pkgconfig/theora.pc
|
||||||
%exclude %{_libdir}/*.la
|
%exclude %{_libdir}/*.la
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 13 2007 - crrodriguez@suse.de
|
||||||
|
- fix package version numbers 1.0beta1 --> 1.0.beta2
|
||||||
|
- libtheora 1.0.beta2
|
||||||
|
- Fix a crash bug on char-is-unsigned architectures (PowerPC)
|
||||||
|
- Fix a buffer sizing issue that caused rare encoder crashes
|
||||||
|
- Fix a buffer alignment issue
|
||||||
|
- Improved format documentation.
|
||||||
|
- removed unneeded patch, use --with-pic configure option instead.
|
||||||
* Thu Nov 08 2007 - adrian@suse.de
|
* Thu Nov 08 2007 - adrian@suse.de
|
||||||
- fix compiling with gcc 4.3 on ia32
|
- fix compiling with gcc 4.3 on ia32
|
||||||
* Wed Sep 26 2007 - adrian@suse.de
|
* Wed Sep 26 2007 - adrian@suse.de
|
||||||
|
Loading…
x
Reference in New Issue
Block a user