Date: Tue, 4 Sep 2007 21:12:06 +0200 From: Mel <fbsd.multimedia@rachie.is-a-geek.net> To: freebsd-multimedia@freebsd.org Subject: Re: [patch] multimedia/kmplayer update to 0.9.4a Message-ID: <200709042112.07555.fbsd.multimedia@rachie.is-a-geek.net> In-Reply-To: <1188929661.62988@caprica.slowicza.org> References: <1188929661.62988@caprica.slowicza.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi,
sorry to intrude, but...
On Tuesday 04 September 2007 20:14:21 Pawel Pekala wrote:
> -###
> -## Lib Detection
> -###
> -# gstreamer
> -.if exists(${X11BASE}/lib/libgstplay-0.8.so)
> -WITH_GSTREAMER=yes
> -.endif
> -# xine
> -.if exists(${X11BASE}/lib/libxine.so)
> -WITH_XINE=yes
> -.endif
Is it really necessary to do this automagical detection without user-override?
It happens frequently that I try some library for a few days/weeks, in
between ports get upgraded and uninstalling that library suddenly reports 10
more dependencies.
Would be nice if these constructs were at least created as:
.if exists(${X11BASE}/lib/libgstplay-0.8.so) && !defined(WITHOUT_GSTREAMER)
--
Mel
People using reply to all on lists, must think I need 2 copies.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709042112.07555.fbsd.multimedia>
