Hello community,

here is the log from the commit of package libvorbis for openSUSE:Factory
checked in at Wed Aug 31 10:52:41 CEST 2011.



--------
--- libvorbis/libvorbis.changes 2011-05-05 22:56:30.000000000 +0200
+++ /mounts/work_src_done/STABLE/libvorbis/libvorbis.changes    2011-08-29 
21:02:09.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Aug 29 19:00:55 UTC 2011 - [email protected]
+
+- Fix build with no-add-needed 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  vorbis-fix-linking.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libvorbis.spec ++++++
--- /var/tmp/diff_new_pack.5wk5q5/_old  2011-08-31 10:52:22.000000000 +0200
+++ /var/tmp/diff_new_pack.5wk5q5/_new  2011-08-31 10:52:22.000000000 +0200
@@ -19,7 +19,7 @@
 
 Name:           libvorbis
 Version:        1.3.2
-Release:        8
+Release:        10
 #to_be_filled_by_service
 License:        BSD3c(or similar)
 Summary:        The Vorbis General Audio Compression Codec
@@ -38,6 +38,7 @@
 # 'Patch5:         libvorbis-%%{version}-aotuv-b5.7.diff'
 # PATCH-FIX-UPSTREAM libvorbis-pkgconfig.patch 
https://trac.xiph.org/ticket/1759 [email protected] -- Use 
Requires/Libs.private to avoid overlinking
 Patch10:        libvorbis-pkgconfig.patch
+Patch11:        vorbis-fix-linking.patch
 BuildRequires:  libogg-devel
 BuildRequires:  fdupes pkgconfig
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -139,9 +140,11 @@
 if [ "%{_lib}" == "lib64" ]; then
 %patch1
 fi
+%patch11
 
 %build
-%configure --disable-static
+autoreconf -fiv
+%configure --disable-examples --disable-static
 make %{?_smp_mflags}
 
 %install

++++++ vorbis-fix-linking.patch ++++++
--- test/Makefile.am.orig
+++ test/Makefile.am
@@ -10,7 +10,7 @@ check: $(check_PROGRAMS)
        ./test$(EXEEXT)
 
 test_SOURCES = util.c util.h write_read.c write_read.h test.c
-test_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la @OGG_LIBS@
+test_LDADD = -lm ../lib/libvorbisenc.la ../lib/libvorbis.la @OGG_LIBS@
 
 debug:
        $(MAKE) all CFLAGS="@DEBUG@"
--- configure.ac.orig
+++ configure.ac
@@ -8,13 +8,12 @@ dnl ------------------------------------
 AC_INIT([libvorbis],[1.3.2],[[email protected]])
 
 AC_CONFIG_SRCDIR([lib/mdct.c])
-
+AC_CONFIG_MACRO_DIR([m4])
 AC_CANONICAL_TARGET([])
 
 AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION)
 AM_MAINTAINER_MODE
 AM_CONFIG_HEADER([config.h])
-
 dnl Add parameters for aclocal
 AC_SUBST(ACLOCAL_AMFLAGS, "-I m4")
 
@@ -53,7 +52,9 @@ dnl ------------------------------------
 dnl save $CFLAGS since AC_PROG_CC likes to insert "-g -O2"
 dnl if $CFLAGS is blank
 cflags_save="$CFLAGS"
-AC_PROG_CC
+AC_PROG_CC_STDC
+AC_USE_SYSTEM_EXTENSIONS
+AC_SYS_LARGEFILE
 AC_PROG_CPP
 CFLAGS="$cflags_save"
 
--- Makefile.am.orig
+++ Makefile.am
@@ -1,5 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
+ACLOCAL_AMFLAGS = -I m4
 AUTOMAKE_OPTIONS = 1.7 foreign dist-zip dist-bzip2
 
 SUBDIRS = m4 include vq lib test doc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to