Summary: | graphics/gstreamer1-plugins-gl: re-enable WAYLAND after 1.20.3 update | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jan Beich <jbeich> | ||||||
Component: | Individual Port(s) | Assignee: | freebsd-multimedia (Nobody) <multimedia> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | Keywords: | patch, regression | ||||||
Priority: | --- | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 261585 | ||||||||
Attachments: |
|
Description
Jan Beich
2022-11-02 10:17:30 UTC
Created attachment 237811 [details]
minor style
Simplify concatenation in -Dgl_winsys via :ts make(1) modifier (a la mesa-{dri,devel}).
This patch is optional due to cosmetic impact according to poudriere:
- gl_winsys : x11,egl ,wayland
+ gl_winsys : x11,egl,wayland
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ef2d73ff45602712fd586efaa21a65abf2647342 commit ef2d73ff45602712fd586efaa21a65abf2647342 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-11-02 09:34:15 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-11-12 20:38:12 +0000 graphics/gstreamer1-plugins-gl: re-enable WAYLAND after e3b732b4791c $ clapper foo.mp4 (com.github.rafostar.Clapper:1234): Clapper-CRITICAL **: Error from element /GstPlayBin:playbin/GstPlaySink:playsink/GstBin:vbin/GstClapperSink:clappersink0: Resource not found. No importer for given caps found ../lib/gst/plugin/gstclappersink.c(733): gst_clapper_sink_set_caps (): /GstPlayBin:playbin/GstPlaySink:playsink/GstBin:vbin/GstClapperSink:clappersink0 ^C PR: 267517 graphics/gstreamer1-plugins-gl/Makefile | 6 ++---- multimedia/clapper/Makefile | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=67f5dc164af5a5020ead937eb5dace0dfaf7e5ef commit 67f5dc164af5a5020ead937eb5dace0dfaf7e5ef Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-11-02 10:26:07 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-11-12 20:38:17 +0000 graphics/gstreamer1-plugins-gl: simplify quoting via :ts modifier PR: 267517 graphics/gstreamer1-plugins-gl/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) |