From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1N2Sho-0000FV-M2 for garchives@archives.gentoo.org; Mon, 26 Oct 2009 16:46:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83432E0732; Mon, 26 Oct 2009 16:46:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5BA62E0732 for ; Mon, 26 Oct 2009 16:46:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id CC6D865C49 for ; Mon, 26 Oct 2009 16:46:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -2.506 X-Spam-Level: X-Spam-Status: No, score=-2.506 required=5.5 tests=[AWL=0.093, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qjUitS8hgJDx for ; Mon, 26 Oct 2009 16:45:56 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 5B8AC672F6 for ; Mon, 26 Oct 2009 16:45:54 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1N2ShS-0006jy-AU for gentoo-user@gentoo.org; Mon, 26 Oct 2009 17:45:42 +0100 Received: from dhcp-dyn-55-44.aip.de ([141.33.55.44]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Oct 2009 17:45:42 +0100 Received: from mozilla by dhcp-dyn-55-44.aip.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Oct 2009 17:45:42 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Peter Weilbacher Subject: [gentoo-user] Re: Gnome audio (mixer) question [SOLVED YET AGAIN] Date: Mon, 26 Oct 2009 17:45:23 +0100 Message-ID: References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dhcp-dyn-55-44.aip.de User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5pre) Gecko/20091024 SeaMonkey/2.0.1pre In-Reply-To: Sender: news X-Archives-Salt: 857cf314-4831-4266-b7ca-2f6f72240e83 X-Archives-Hash: 0cfd12d6a7105d46cc44fa35d6dc3404 On 26.10.2009 14:19, walt wrote: > You say you rebuilt world. Was gnome-media actually rebuild without > the pulseaudio Use flag? That's where gnome-volume-control comes > from, not from the panel applets package. Yes, I used the usual |emerge -vpDNu world| and that did remerge gnome-media. > BTW, you can also do nicely without the esd USE flag and esound also, > but you'll need to revdep-rebuild after because lots of packages will > break (but they all still work perfectly after the rebuild.) Interesting, nice tip. I just finished getting rid of it. It was a bit of a mess because revdep-rebuild didn't discover a "-lesd" in libgoffice-0.6.la and hence gnumeric failed to emerge until I finally removed that by hand. But it's great to have one dependency less. And sound still seems to work. :-) Cheers, Peter.