SHA256
1
0
forked from pool/libtheora
OBS User unknown 2007-11-08 23:28:01 +00:00 committed by Git OBS Bridge
parent 1335efcd66
commit 4397cda6c6
3 changed files with 21 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 8 09:57:32 CET 2007 - adrian@suse.de
- fix compiling with gcc 4.3 on ia32
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 26 13:46:14 CEST 2007 - adrian@suse.de Wed Sep 26 13:46:14 CEST 2007 - adrian@suse.de

11
libtheora.diff Normal file
View File

@ -0,0 +1,11 @@
--- 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

@ -17,10 +17,11 @@ 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.0beta1
Release: 1 Release: 2
%define _version 1.0beta1 %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
@ -69,6 +70,7 @@ Authors:
%prep %prep
%setup -q -n %{name}-%{_version} %setup -q -n %{name}-%{_version}
%patch
%build %build
# FIXME: # FIXME:
@ -125,6 +127,8 @@ cd $RPM_BUILD_ROOT%{_docdir}/%{name}/examples
%{_libdir}/pkgconfig/theora.pc %{_libdir}/pkgconfig/theora.pc
%exclude %{_libdir}/*.la %exclude %{_libdir}/*.la
%changelog %changelog
* Thu Nov 08 2007 - adrian@suse.de
- fix compiling with gcc 4.3 on ia32
* Wed Sep 26 2007 - adrian@suse.de * Wed Sep 26 2007 - adrian@suse.de
- update to 1.0beta1 - update to 1.0beta1
From official changelog: From official changelog: