Bug 237307

Summary: [patch] multimedia/ffmpeg: add USES=gl and missing optional dependencies
Product: Ports & Packages Reporter: Samy Mahmoudi <samy.mahmoudi>
Component: Individual Port(s)Assignee: freebsd-multimedia (Nobody) <multimedia>
Status: Closed FIXED    
Severity: Affects Some People Flags: bugzilla: maintainer-feedback? (multimedia)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Poudriere log 1 (stripped)
none
Poudriere log 2 (stripped)
none
Poudriere log 3 (stripped)
none
Patch file generated with svn diff none

Description Samy Mahmoudi 2019-04-16 02:01:57 UTC
multimedia/ffmpeg: add USES=gl and missing optional dependencies

- Add USES=gl in addition to the current USE_GL=gl
- Add missing optional dependencies

Reference: https://reviews.freebsd.org/rP479445
Comment 1 Samy Mahmoudi 2019-04-16 02:09:17 UTC
Created attachment 203707 [details]
Poudriere log 1 (stripped)

XVIDEO=on
Comment 2 Samy Mahmoudi 2019-04-16 02:12:55 UTC
Created attachment 203708 [details]
Poudriere log 2 (stripped)

VDPAU=on
Comment 3 Samy Mahmoudi 2019-04-16 02:21:02 UTC
Created attachment 203709 [details]
Poudriere log 3 (stripped)

OPENGL=on
Comment 4 Samy Mahmoudi 2019-04-16 02:30:50 UTC
Created attachment 203710 [details]
Patch file generated with svn diff

Please note that the three previous logs were attached to highlight the problems: they refer to the current state of the port, with no patch applied.
Comment 5 commit-hook freebsd_committer freebsd_triage 2019-04-28 17:45:09 UTC
A commit references this bug:

Author: jbeich
Date: Sun Apr 28 17:44:34 UTC 2019
New revision: 500325
URL: https://svnweb.freebsd.org/changeset/ports/500325

Log:
  multimedia/ffmpeg: fix stage-qa warnings

  - Add USES=gl for USE_GL=gl
  - Add USE_XORG=x11 where required

  PR:		237307
  Submitted by:	Samy Mahmoudi

Changes:
  head/multimedia/ffmpeg/Makefile
Comment 6 Jan Beich freebsd_committer freebsd_triage 2019-04-28 18:36:42 UTC
Thanks, landed.