diff --git a/esound-0.2.35-64bit_install.patch b/esound-0.2.35-64bit_install.patch new file mode 100644 index 0000000..9960e55 --- /dev/null +++ b/esound-0.2.35-64bit_install.patch @@ -0,0 +1,11 @@ +--- esound-0.2.35/esddsp.in.64bit_install 2004-09-07 17:19:58.539531000 -0400 ++++ esound-0.2.35/esddsp.in 2004-09-07 17:21:07.091910000 -0400 +@@ -106,7 +106,7 @@ + prefix=@prefix@ + exec_prefix=@exec_prefix@ + +-LD_PRELOAD="@libdir@/libesddsp.so.@ESD_MAJOR_VERSION@ @libdir@/libesd.so.@ESD_MAJOR_VERSION@ $LD_PRELOAD" ++LD_PRELOAD="libesddsp.so.@ESD_MAJOR_VERSION@ libesd.so.@ESD_MAJOR_VERSION@ $LD_PRELOAD" + export LD_PRELOAD + + # invoke the program with the args given diff --git a/esound.spec b/esound.spec index d2bef3c..79aa0dd 100644 --- a/esound.spec +++ b/esound.spec @@ -2,7 +2,7 @@ Summary: Allows several audio streams to play on a single audio device. Name: esound Version: 0.2.35 -Release: 4 +Release: 5 Epoch: 1 License: GPL URL: ftp://ftp.gnome.org/pub/GNOME/sources/esound @@ -11,6 +11,7 @@ Source0: esound-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-root Patch0: esound-0.2.19-noerrors.patch Patch1: esound-0.2.35-manpage.patch +Patch2: esound-0.2.35-64bit_install.patch BuildRequires: docbook-utils, audiofile-devel BuildRequires: alsa-lib-devel @@ -40,6 +41,7 @@ other resources needed to develop EsounD applications. %patch0 -p1 -b .noerrors %patch1 -p1 -b .manpage +%patch2 -p1 -b .64bit %build %configure @@ -87,6 +89,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/* %changelog +* Wed Jun 1 2005 Bill Nottingham - 1.0.2.35-5 +- readdd patch to prevent multilib conflicts + * Wed Mar 02 2005 John (J5) Palmieri - 1:0.2.35-4 - Rebuild with gcc 4.0