From owner-freebsd-questions@FreeBSD.ORG Wed Jun 13 23:45:36 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D0AD216A469 for ; Wed, 13 Jun 2007 23:45:36 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from smtpclu-4.eunet.yu (smtpclu-4.eunet.yu [194.247.192.229]) by mx1.freebsd.org (Postfix) with ESMTP id 482E213C465 for ; Wed, 13 Jun 2007 23:45:36 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-225-43.eunet.yu [213.198.225.43]) by smtpclu-4.eunet.yu (8.13.6/8.13.6) with ESMTP id l5DNjQUW030233; Thu, 14 Jun 2007 01:45:27 +0200 Message-Id: <200706132345.l5DNjQUW030233@smtpclu-4.eunet.yu> Date: Thu, 14 Jun 2007 01:45:37 +0200 From: Nikola Lecic To: Chad Perrin In-Reply-To: <20070613233248.GB24459@demeter.hydra> References: <20070613233248.GB24459@demeter.hydra> X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.12; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_20,UNPARSEABLE_RELAY X-AVAS-Spam-Score: -0.7 Cc: FreeBSD Questions Subject: Re: mplayer and xmms 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: Wed, 13 Jun 2007 23:45:36 -0000 On Wed, 13 Jun 2007 17:32:48 -0600 Chad Perrin wrote: > I'm just generally curious about why XMMS is a dependency for MPlayer > in FreeBSD. I accidentally uninstalled MPlayer by uninstalling XMMS, > and am right now in the middle of reinstalling it from ports -- and > it occurs to me that, as far as I'm aware, MPlayer doesn't in and of > itself actually need XMMS. Have things changed since the last time I > ran a box with MPlayer but no XMMS? Hello Chad, That dependency is optional in mplayer: .if defined(WITH_XMMS) CONFIGURE_ARGS+=3D --enable-xmms LIB_DEPENDS+=3D xmms.4:${PORTSDIR}/multimedia/xmms .else CONFIGURE_ARGS+=3D --disable-xmms .endif It should be sufficient to turn off "Enable XMMS plugin support" with 'make config'. Nikola Le=C4=8Di=C4=87