Date: Fri, 31 May 2019 13:00:55 +0000 From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 238261] multimedia/vlc: fixes undeclared dependencies Message-ID: <bug-238261-12827@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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@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=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 on the CC list for the bug. 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-12827>
