SHA256
1
0
forked from pool/libtheora
OBS User unknown 2007-12-13 13:23:15 +00:00 committed by Git OBS Bridge
parent 4397cda6c6
commit 3ca28b1f0a
5 changed files with 30 additions and 25 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b9c3328bc491bd99cbe045e3a6d4d47b16ca3f5aaf41b1e8b65228c9655a03ad
size 1807644

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c5062368dc7c3057ba0f4e8b8fbfb44e698873abdda70f48d39ac6bb16d6e7c9
size 1164737

View File

@ -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

View File

@ -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

View File

@ -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.
# This file and all modifications and additions to the pristine
@ -16,12 +16,10 @@ Url: http://www.xiph.org/
License: BSD 3-Clause
Group: Productivity/Multimedia/Other
Summary: Free Video Codec
Version: 1.0beta1
Release: 2
%define _version 1.0beta1
Version: 1.0.beta2
Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: %{name}-%{_version}.tar.bz2
Patch: %name.diff
Source: %{name}-%{version}.tar.bz2
%description
Theora is a free video codec based on VP3. The package contains the
@ -37,9 +35,8 @@ Authors:
%package -n libtheora0
Group: Productivity/Multimedia/Other
Summary: Free Video Codec
# 10.2 had libtheora 1.0alpha5 - we can't provide less than that
Provides: %{name} = %{_version}
Obsoletes: %{name} <= %{_version}
Provides: %{name} = %{version}
Obsoletes: %{name} <= %{version}
%description -n libtheora0
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/
%prep
%setup -q -n %{name}-%{_version}
%patch
%setup -q
%build
# FIXME:
@ -126,7 +122,16 @@ cd $RPM_BUILD_ROOT%{_docdir}/%{name}/examples
%{_libdir}/*.so
%{_libdir}/pkgconfig/theora.pc
%exclude %{_libdir}/*.la
%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
- fix compiling with gcc 4.3 on ia32
* Wed Sep 26 2007 - adrian@suse.de