From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 18 15:58:50 2008 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B4BE1065673 for ; Tue, 18 Mar 2008 15:58:50 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao104.cox.net (eastrmmtao104.cox.net [68.230.240.46]) by mx1.freebsd.org (Postfix) with ESMTP id CAECF8FC23 for ; Tue, 18 Mar 2008 15:58:49 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao104.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20080318155848.KXYD27061.eastrmmtao104.cox.net@eastrmimpo02.cox.net>; Tue, 18 Mar 2008 11:58:48 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo02.cox.net with bizsmtp id 2fyo1Z00B4iy4EG0000000; Tue, 18 Mar 2008 11:58:48 -0400 Date: Tue, 18 Mar 2008 11:00:24 -0500 To: "Kevin Oberman" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <20080317233135.48FFC4500F@ptavv.es.net> Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: <20080317233135.48FFC4500F@ptavv.es.net> User-Agent: Opera Mail/9.26 (Linux) Cc: gnome@freebsd.org Subject: Re: Getting gtk12 based apps to build with esound X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Mar 2008 15:58:50 -0000 On Mon, 17 Mar 2008 18:31:35 -0500, Kevin Oberman wrote= : > I am trying to get xmms to build with esound support. It used to be > there, but seems to have vanished recently. > > I see the Makefile contains: > .if ${HAVE_GNOME:Mesound}!=3D"" > USE_GNOME+=3D esound > OUTPUT_PLUGINS+=3D esd > PLIST_SUB+=3D ESDPLUGIN:=3D"" > .else > CONFIGURE_ARGS+=3D --disable-esd > PLIST_SUB+=3D ESDPLUGIN:=3D"@comment " > .endif > > This is only the first check for 'HAVE_GNOME:Mesound'. > > While I have esound enabled for Gnome (in Preferences) and most apps > seem to work just fine with it (totem, xine, mplayer, etc), xmms build= s > without esound support since the test for 'HAVE_GNOME:Mesound' was > added. But, if esound exists then it will be enable by default. If esound doesn= 't = exist and you want to enable it, you can either use WITH_GNOME=3Dyes or = = WITH_GNOME=3Desound (both will working). > I suspect I need to rebuild something, but I don't know what. How do I= > get this to work again? I don't use xmms, but yeah you should reinstall it if it doesn't build = with esound. If it still doesn't work, then you should talk with the = maintainer. Cheers, Mezz > Thanks, -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org