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

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238261

            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@FreeBSD.org
          Reporter: phascolarctos@protonmail.ch
                CC: multimedia@FreeBSD.org
          Assignee: multimedia@FreeBSD.org
             Flags: maintainer-feedback?(multimedia@FreeBSD.org)
 Attachment #204740 maintainer-approval?(multimedia@FreeBSD.org)
             Flags:
                CC: multimedia@FreeBSD.org

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

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.

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



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