[Bug 238261] multimedia/vlc: fixes undeclared dependencies

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


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238261

            Bug ID: 238261
           Summary: multimedia/vlc: fixes undeclared dependencies
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: multimedia at FreeBSD.org
          Reporter: phascolarctos at protonmail.ch
                CC: multimedia at FreeBSD.org
          Assignee: multimedia at FreeBSD.org
             Flags: maintainer-feedback?(multimedia at FreeBSD.org)
 Attachment #204740 maintainer-approval?(multimedia at FreeBSD.org)
             Flags:
                CC: multimedia at FreeBSD.org

Created attachment 204740
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=204740&action=edit
vlc - fixes undeclared dependencies

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list