Summary: | graphics/osg: update Makefile - builds fine with gstreamer option | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | tigersharke | ||||
Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | Flags: | bugzilla:
maintainer-feedback?
(amdmi3) |
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: amdmi3 Date: Sat Jan 16 00:09:30 UTC 2021 New revision: 561685 URL: https://svnweb.freebsd.org/changeset/ports/561685 Log: - Remove BROKEN for GSTREAMER option, it builds fine now - While here, add couple of missing USES PR: 252713 Submitted by: tigersharke@gmail.com Changes: head/graphics/osg/Makefile |
Created attachment 221601 [details] output of pkg info for graphics/osg This seems to build fine, no troubles with gstreamer as indicated by Makefile. When I built this port, I commented out the lines below. #GSTREAMER_VARS= FORCE_REQUIRE+="GStreamer GLIB" #GSTREAMER_VARS_OFF= FORCE_IGNORE+="GStreamer GLIB" #GSTREAMER_BROKEN= fails when linking gstreamer plugin, with error cannot find -lgstreamer-1.0 Attached ouput of `pkg info osg` after successful build.