Skip to content

Commit

Permalink
This is just a right port file to build gstreamer1-gst-plugins-base
Browse files Browse the repository at this point in the history
 This port file does build the plugin like it must be done with gl support.
 Of course som improvements can be done by for example removing the
 setting -Dgl=enabled totally. This is done by meson. gls will be automatically enabled if you're build (native or cross platform)
 does contain the opengl and or variants of opengl. The now extra option that I set for x11 variant build
 -Dgl-winsys='x11, cocoa' could also by 'auto' or actually just ommited. Meson does set this automatically.
 It is of course well possible that if you're building without x11 that you must limit the gl-winsys.

 On branch cvrwork
 Changes to be committed:
	modified:   gnome/gstreamer1-gst-plugins-base/Portfile
  • Loading branch information
Christophe Van Reusel committed Apr 7, 2024
1 parent ba61d10 commit 741012c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gnome/gstreamer1-gst-plugins-base/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ variant x11 {
-Dxvideo=enabled \
-Dgl=disabled \
-Dgl=enabled
configure.args-append \
-Dgl_winsys='x11, cocoa'
}

variant ogg description {Build with support for libogg, libvorbis, libtheora} {
Expand Down

0 comments on commit 741012c

Please sign in to comment.