maintainer-feedback requested: [Bug 238261] multimedia/vlc: fixes undeclared dependencies

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri May 31 13:01:53 UTC 2019


Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-multimedia mailing
list <multimedia at FreeBSD.org> for maintainer-feedback:
Bug 238261: multimedia/vlc: fixes undeclared dependencies
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238261



--- Description ---
Compiling the port with DEVELOPER=yes 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 default.
Those are necessary because otherwise the configure script will automatically
choose if enabling the corresponding features or not, making dependencies
difficult to track.
- Adds USE_GNOME=cairo when LIBSVG2 is on or NOTIFY is on.
- Adds SDL_USES=sdl since USE_SDL alone is deprecated.
- Adds dependency on audio/speexdsp when SPEEX is on.
- Adds VDPAU_USE= XORG=sm,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.


More information about the freebsd-multimedia mailing list