Accepting request 24114 from multimedia:libs

Copy from multimedia:libs/libogg based on submit request 24114 from user tiwai

OBS-URL: https://build.opensuse.org/request/show/24114
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libogg?expand=0&rev=10
This commit is contained in:
OBS User autobuild 2009-11-16 09:51:26 +00:00 committed by Git OBS Bridge
parent 25fe0d269d
commit 6ce3ba5e5d
5 changed files with 29 additions and 18 deletions

View File

@ -1,6 +1,8 @@
--- configure.in-dist 2004-09-23 15:30:58.000000000 +0200
+++ configure.in 2005-07-07 15:41:01.000000000 +0200
@@ -45,9 +45,9 @@
Index: configure.in
===================================================================
--- configure.in.orig
+++ configure.in
@@ -45,9 +45,9 @@ if test -z "$GCC"; then
else
case $host in
*-*-linux*)
@ -12,4 +14,4 @@
+ PROFILE="-Wall -W -pg -g -ffast-math"
;;
sparc-sun-*)
DEBUG="-g -Wall -fsigned-char -mv8"
sparc_cpu=""

View File

@ -1,8 +1,10 @@
--- ogg.m4
+++ ogg.m4 2002/06/10 16:59:51
@@ -17,9 +17,9 @@
if test "x$ogg_libraries" != "x" ; then
OGG_LIBS="-L$ogg_libraries"
Index: ogg.m4
===================================================================
--- ogg.m4.orig
+++ ogg.m4
@@ -19,9 +19,9 @@ AC_ARG_ENABLE(oggtest,AC_HELP_STRING([--
elif test "x$ogg_prefix" = "xno" || test "x$ogg_prefix" = "xyes" ; then
OGG_LIBS=""
elif test "x$ogg_prefix" != "x" ; then
- OGG_LIBS="-L$ogg_prefix/lib"
+ OGG_LIBS="-L$ogg_prefix/lib64"
@ -11,4 +13,4 @@
+ OGG_LIBS="-L$prefix/lib64"
fi
OGG_LIBS="$OGG_LIBS -logg"
if test "x$ogg_prefix" != "xno" ; then

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 3 19:09:28 UTC 2009 - coolo@novell.com
- updated patches to apply with fuzz=0
-------------------------------------------------------------------
Sat Aug 1 17:28:33 CEST 2009 - beineri@opensuse.org

View File

@ -22,7 +22,7 @@ Name: libogg
BuildRequires: pkgconfig
Summary: Ogg Bitstream Library
Version: 1.1.4
Release: 1
Release: 2
# bug437293
%ifarch ppc64
Obsoletes: libogg-64bit

16
m4.diff
View File

@ -1,7 +1,9 @@
--- ogg.m4-dist 2003-03-08 03:44:29.000000000 +0100
+++ ogg.m4 2004-01-09 16:50:52.000000000 +0100
@@ -18,7 +18,7 @@
OGG_LIBS="-L$ogg_libraries"
Index: ogg.m4
===================================================================
--- ogg.m4.orig
+++ ogg.m4
@@ -20,7 +20,7 @@ AC_ARG_ENABLE(oggtest,AC_HELP_STRING([--
OGG_LIBS=""
elif test "x$ogg_prefix" != "x" ; then
OGG_LIBS="-L$ogg_prefix/lib"
- elif test "x$prefix" != "xNONE" ; then
@ -9,8 +11,8 @@
OGG_LIBS="-L$prefix/lib"
fi
@@ -28,7 +28,7 @@
OGG_CFLAGS="-I$ogg_includes"
@@ -34,7 +34,7 @@ AC_ARG_ENABLE(oggtest,AC_HELP_STRING([--
OGG_CFLAGS=""
elif test "x$ogg_prefix" != "x" ; then
OGG_CFLAGS="-I$ogg_prefix/include"
- elif test "x$prefix" != "xNONE"; then
@ -18,7 +20,7 @@
OGG_CFLAGS="-I$prefix/include"
fi
@@ -51,7 +51,7 @@
@@ -62,7 +62,7 @@ dnl
#include <string.h>
#include <ogg/ogg.h>