- Remove swh-configure-2.65.patch, which broke Factory build

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ladspa?expand=0&rev=24
This commit is contained in:
Cristian Morales Vega 2012-02-09 14:22:16 +00:00 committed by Git OBS Bridge
parent 218a1361d6
commit f95f977d9f
5 changed files with 9 additions and 71 deletions

View File

@ -1,7 +1,7 @@
# #
# spec file for package ladspa-devel # spec file for package ladspa-devel
# #
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -22,7 +22,7 @@ Name: ladspa-devel
Summary: Include Files mandatory for Development Summary: Include Files mandatory for Development
Version: 1.13 Version: 1.13
Release: 6 Release: 6
License: LGPLv2.1+ License: LGPL-2.1+
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Source: ladspa_sdk_1.13.tar.bz2 Source: ladspa_sdk_1.13.tar.bz2
Url: http://www.ladspa.org/ Url: http://www.ladspa.org/

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 9 14:20:40 UTC 2012 - reddwarf@opensuse.org
- Remove swh-configure-2.65.patch, which broke Factory build
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 13 09:12:07 UTC 2011 - coolo@suse.com Sun Nov 13 09:12:07 UTC 2011 - coolo@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package ladspa # spec file for package ladspa
# #
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -40,7 +40,7 @@ BuildRequires: libtool
Summary: The Linux Audio Developer's Simple Plug-In API Summary: The Linux Audio Developer's Simple Plug-In API
Version: 1.13 Version: 1.13
Release: 9 Release: 9
License: LGPLv2.1+ License: LGPL-2.1+
Group: Productivity/Multimedia/Sound/Utilities Group: Productivity/Multimedia/Sound/Utilities
AutoReq: on AutoReq: on
Autoprov: off Autoprov: off
@ -99,12 +99,6 @@ Patch16: pvoc-compile-fix.dif
Patch17: swh-0.4.13-gcc4-fix.diff Patch17: swh-0.4.13-gcc4-fix.diff
Patch18: sooperlooper-0.93-gcc4-fix.diff Patch18: sooperlooper-0.93-gcc4-fix.diff
Patch20: swh-libblo.dif Patch20: swh-libblo.dif
# swh-configure.patch changes for >= autoconf-2.65 in openSUSE 11.3
%if 0%{?suse_version} <= 1120
Patch21: swh-configure.patch
%else
Patch21: swh-configure-2.65.patch
%endif
Patch22: alienwah-compile-fix.diff Patch22: alienwah-compile-fix.diff
Patch23: alienwah-float_complex.diff Patch23: alienwah-float_complex.diff
Patch25: pvoc-0.1.10-depend-copts-fix.diff Patch25: pvoc-0.1.10-depend-copts-fix.diff
@ -155,7 +149,6 @@ Authors:
touch config.rpath touch config.rpath
./autogen.sh --prefix=%{_prefix} ./autogen.sh --prefix=%{_prefix}
%{?suse_update_config:%{suse_update_config -f}} %{?suse_update_config:%{suse_update_config -f}}
%patch21 -p 1
) )
(cd cmt (cd cmt
%patch2 %patch2

View File

@ -1,30 +0,0 @@
Index: swh-plugins-0.4.15/configure
===================================================================
--- swh-plugins-0.4.15.orig/configure
+++ swh-plugins-0.4.15/configure
@@ -767,6 +767,7 @@ GMSGFMT
MSGFMT
GETTEXT_MACRO_VERSION
USE_NLS
+MKINSTALLDIRS
CPP
OTOOL64
OTOOL
@@ -11223,6 +11224,17 @@ fi
ALL_LINGUAS="en_GB"
+ MKINSTALLDIRS=
+ if test -n "$ac_aux_dir"; then
+ case "$ac_aux_dir" in
+ /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
+ *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
+ esac
+ fi
+ if test -z "$MKINSTALLDIRS"; then
+ MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
+ fi
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
$as_echo_n "checking whether NLS is requested... " >&6; }
# Check whether --enable-nls was given.

View File

@ -1,30 +0,0 @@
Index: swh-plugins-0.4.15/configure
===================================================================
--- swh-plugins-0.4.15.orig/configure
+++ swh-plugins-0.4.15/configure
@@ -811,6 +811,7 @@ GMSGFMT
MSGFMT
GETTEXT_MACRO_VERSION
USE_NLS
+MKINSTALLDIRS
CPP
OTOOL64
OTOOL
@@ -12121,6 +12122,17 @@ fi
ALL_LINGUAS="en_GB"
+ MKINSTALLDIRS=
+ if test -n "$ac_aux_dir"; then
+ case "$ac_aux_dir" in
+ /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
+ *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
+ esac
+ fi
+ if test -z "$MKINSTALLDIRS"; then
+ MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
+ fi
+
{ $as_echo "$as_me:$LINENO: checking whether NLS is requested" >&5
$as_echo_n "checking whether NLS is requested... " >&6; }
# Check whether --enable-nls was given.