From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 18 16:02:22 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 090B91065671; Tue, 18 Mar 2008 16:02:22 +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 7E7B18FC34; Tue, 18 Mar 2008 16:02:21 +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 <20080318160217.KZRF27061.eastrmmtao104.cox.net@eastrmimpo02.cox.net>; Tue, 18 Mar 2008 12:02:17 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo02.cox.net with bizsmtp id 2g2G1Z00P4iy4EG0000000; Tue, 18 Mar 2008 12:02:17 -0400 Date: Tue, 18 Mar 2008 11:03:52 -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: User-Agent: Opera Mail/9.26 (Linux) Cc: gnome@freebsd.org, beech@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 16:02:22 -0000 On Tue, 18 Mar 2008 11:00:24 -0500, Jeremy Messenger wro= te: > On Mon, 17 Mar 2008 18:31:35 -0500, Kevin Oberman wro= te: > >> 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 buil= ds >> 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. Hold on, I just checked in xmms port and it looks like he has forgotten = to = add WANT_GNOME=3Dyes. You can add it under 'USE_GNOME=3Dgtk12 gnomehack'= or = somewhere in that area above of that '.include '. Add CC'ing to the maintainer. Cheers, Mezz > Cheers, > Mezz > >> Thanks, -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org