This commit is contained in:
parent
956a801636
commit
b2e21a78e0
11
libsndfile-1.0.17-ac.diff
Normal file
11
libsndfile-1.0.17-ac.diff
Normal file
@ -0,0 +1,11 @@
|
||||
--- configure.ac
|
||||
+++ configure.ac
|
||||
@@ -31,6 +31,8 @@ AC_LANG([C])
|
||||
SHARED_VERSION_INFO="1:17:0"
|
||||
|
||||
AC_PROG_CC
|
||||
+AM_PROG_CC_C_O
|
||||
+AC_PROG_CXX
|
||||
AM_PROG_LIBTOOL
|
||||
|
||||
AC_CHECK_PROG(autogen, autogen, yes, no)
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 15 17:39:20 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Fix configure script.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
|
||||
|
@ -8,14 +8,13 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: libsndfile
|
||||
BuildRequires: alsa-devel flac-devel gcc-c++ pkgconfig sqlite-devel
|
||||
Summary: A Library to Handle Various Audio File Formats
|
||||
Version: 1.0.17
|
||||
Release: 126
|
||||
Release: 128
|
||||
License: LGPL v2.1 or later
|
||||
Group: System/Libraries
|
||||
Obsoletes: libsnd
|
||||
@ -24,6 +23,7 @@ Source: libsndfile-%{version}.tar.bz2
|
||||
Patch: libsndfile-flac-1.1.4-fix.diff
|
||||
Patch1: libsndfile-ac.diff
|
||||
Patch2: libsndfile-1.0.17-flac-buffer-overflow.patch
|
||||
Patch3: libsndfile-1.0.17-ac.diff
|
||||
Url: http://www.mega-nerd.com/libsndfile/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -94,6 +94,7 @@ Authors:
|
||||
%patch
|
||||
%patch1
|
||||
%patch2
|
||||
%patch3
|
||||
|
||||
%build
|
||||
%define warn_flags -W -Wall -Wstrict-prototypes -Wpointer-arith -Wno-unused-parameter
|
||||
@ -149,6 +150,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/octave/site/m/sndfile_save.m
|
||||
|
||||
%changelog
|
||||
* Tue Apr 15 2008 schwab@suse.de
|
||||
- Fix configure script.
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
|
Loading…
x
Reference in New Issue
Block a user