GNOME Bugzilla – Bug 531947
Gentoo Patches for esound-0.2.38
Last modified: 2008-07-15 17:39:14 UTC
Here are the patches that we currently apply in Gentoo (text to follow is a copy/paste of a mail I sent to the gnome-multimedia ML) http://sources.gentoo.org/viewcvs.py/*checkout*/gentoo-x86/media-sound/esound/files/esound-0.2.32-amd64.patch http://sources.gentoo.org/viewcvs.py/*checkout*/gentoo-x86/media-sound/esound/files/esound-0.2.36-mode_t.patch http://sources.gentoo.org/viewcvs.py/*checkout*/gentoo-x86/media-sound/esound/files/esound-0.2.38-as-needed.patch Those first 3 fix build issues and can be applied as is. http://sources.gentoo.org/viewcvs.py/*checkout*/gentoo-x86/media-sound/esound/files/esound-0.2.38-doc.patch That one fixes an autoreconf issue because "htmldir" is already defined by recent autoconf. http://sources.gentoo.org/viewcvs.py/*checkout*/gentoo-x86/media-sound/esound/files/esound-0.2.38-libtool-2.2.patch And finally that one is needed because libtool-2.2 removed the implicit checks on C++. Although esd does not use C++ directly, the arts macro does try to build something in C++. I didn't look much further into it but the macros could probably be simplified a bit. This patch only fixes the aclocal error by explicitly asking for the C++ check (this is backwards compatible with libtool 1.5 of course). Thanks for applying those patches.
Ping?
Hi Remi Can you please split the 3 metioned issues in 3 different bugs so it could be reviewed easily ? I'll monitor and do some review to the patches. Thanks
these have been committed and are part of 0.2.39
Thanks guys :)