On Sunday 16 November 2003 06:08, Kathy Wills wrote:
> Yes, I noticed that the bug reports were old. But, still alsa gets
> disabled in the ebuild for kdemultimedia-3.1.4r1. Since I'm so new to
> gentoo, I'm not sure just how to change the ebuild to see if it will
> build alsa support into kdemultimedia. What I did try, resulted in a
> message that there were no unmasked versions of kdemultimedia to build
> or something to that affect. I didn't write the error message down. I
> just changed it back to the default ebuild and it built just fine with
> alsa support disabled.

Here's a patch to kdemultimedia-3.1.4-r1.ebuild that enables alsa support. 
Don't know if it will compile or not. Might still get stuck on kmidi. I 
haven't tested it as I'm running kde3.2 and aren't using alsa anyway due to 
terrible sound quality. Let us how it goes if you decide to use it.

# patch < kdemm-alsa.diff
can't find file to patch at input line 1
Perhaps you should have used the -p or --strip option?
File to patch: </path/to/kdemultimedia-3.1.4-r1.ebuild>

Jason
22c22,23
< 	>=media-libs/xine-lib-1_beta10"
---
> 	>=media-libs/xine-lib-1_beta10
> 	alsa? ( >=media-libs/alsa-lib )"
24d24
< #	alsa? ( >=media-libs/alsa-lib-0.5.9 )"
46c46
< #use alsa	&& myconf="$myconf --with-alsa --with-arts-alsa" && myaudio="$myaudio,alsa" || myconf="$myconf --without-alsa --disable-alsa"
---
> use alsa	&& myconf="$myconf --with-alsa --with-arts-alsa" && myaudio="$myaudio,alsa" || myconf="$myconf --without-alsa --disable-alsa"
72,79d71
< 
< pkg_postinst() {
< 	if [ -n "`use alsa`" ]; then
< 	einfo "WARNING: alsa support has been removed becuase of a bug in kdemm sources.
< For further information see bug #2324 on bugs.gentoo.org and bug #39574 on bugs.kde.org.
< Meanwhile, you can use the alsa oss emulation."
< 	fi
< }

--
[EMAIL PROTECTED] mailing list

Reply via email to