From owner-freebsd-questions@FreeBSD.ORG Mon May 1 22:42:21 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6FD116A406 for ; Mon, 1 May 2006 22:42:21 +0000 (UTC) (envelope-from sveinhal@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 682CD43D46 for ; Mon, 1 May 2006 22:42:21 +0000 (GMT) (envelope-from sveinhal@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so1783381wxc for ; Mon, 01 May 2006 15:42:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=IuZZiB9HUmA7tns/MY52XxOzvsQsR8HlRcSJLuHP0+BT31q9fDQ+lAC6zJHvEEK1xyJEECrYHkH+JCxUlE+0xsTe+ecJmJCupnCWxjHBKyd47QPvafqBA/EBnC+JFzLdWNBEqeMP9uGQcihXh5RqKdWR5gBHhYfbPgxNO2y3Pus= Received: by 10.70.76.3 with SMTP id y3mr95357wxa; Mon, 01 May 2006 15:42:20 -0700 (PDT) Received: by 10.70.116.6 with HTTP; Mon, 1 May 2006 15:42:20 -0700 (PDT) Message-ID: Date: Tue, 2 May 2006 00:42:20 +0200 From: "Svein Halvor Halvorsen" Sender: sveinhal@gmail.com To: "Norberto Meijome" In-Reply-To: <20060502040947.76511771@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060502040947.76511771@localhost> X-Google-Sender-Auth: 70a74b18c7ae441c Cc: freebsd-questions@freebsd.org Subject: Re: Getting xmms to use glib-2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2006 22:42:22 -0000 On 5/1/06, Norberto Meijome wrote: > i've rebuilt everything that used glib-1.2* to use glib-2.10.* without a > problem, with the exception of xmms (multimedia/xmms). : > Should I uninstall glib-2, install xmms with glib1.2, then reinstall glib= -2? Try one of these ports instead: multimedia/audacious multimedia/bmpx Both of which are xmms forks written to use gtk2. The latter is almost a complete rewrite of beep media player (bmp, which in turn was a fork of xmms), while the former is a more direct descendant of xmms, I think. I'm using audaciuos myself, but are looking into bmpx as it is evolving. Svein