Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 May 2019 13:00:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 238261] multimedia/vlc: fixes undeclared dependencies
Message-ID:  <bug-238261-12827-c3gPktY6Kl@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-238261-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-238261-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-multimedia mai=
ling
list <multimedia@FreeBSD.org> for maintainer-feedback:
Bug 238261: multimedia/vlc: fixes undeclared dependencies
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238261



--- Description ---
Compiling the port with DEVELOPER=3Dyes revealed some implicit dependencies.
Using poudriere I tried to spot all of them and fix them. Here is a short
description of the patch:

- Adds security/libgpg-error and textproc/libebml to LIB_DEPENDS.
- Defines three new options -- GSTREAMER, JPEG, OGGSPOTS -- enabled by defa=
ult.
Those are necessary because otherwise the configure script will automatical=
ly
choose if enabling the corresponding features or not, making dependencies
difficult to track.
- Adds USE_GNOME=3Dcairo when LIBSVG2 is on or NOTIFY is on.
- Adds SDL_USES=3Dsdl since USE_SDL alone is deprecated.
- Adds dependency on audio/speexdsp when SPEEX is on.
- Adds VDPAU_USE=3D XORG=3Dsm,ice,x11.
- Bumps PORTREVISION.

Tested successfully with poudriere on 12.0-RELEASE amd64, but since the port
has many options and my macchine is slow, I could not test all cases and I
suggest to test it more.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238261-12827-c3gPktY6Kl>