Subject: Re: pkg/31587: [Patch] Dependency bug in mplayer-share
To: None <gnats-bugs@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: pkgsrc-bugs
Date: 10/14/2005 11:58:11
On Fri, Oct 14, 2005 at 09:30:00AM +0000, riggs@rrr.de wrote:
> Recent versions of mplayer bring their own tremor-based vorbis codec
> which is used if nothing else is specified. The current revision of
> mplayer-share pkg registers a dependency to the libvorbis package but mplayer wouldn't use it.

I agree that this is a problem, but I don't think this is the best
solution. Tremor is supposed to be faster than vorbis on many platforms,
so it should be either an additional option or stay the default. Maybe
just always use the internal tremor and drop the buildlink for
libvorbis?

Joerg