<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-family:monospace,monospace"><span style="font-family:Arial,Helvetica,sans-serif">On Sat, Mar 25, 2023 at 9:50 AM Willy Sudiarto Raharjo <<a href="mailto:willysr@slackbuilds.org">willysr@slackbuilds.org</a>> wrote:</span><br></div></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> Willy / All --<br>
> <br>
> Is it me ( maybe I missed an update ? ) ?<br>
> <br>
> Or does anyone else get a CMake Error when building webkit2gtk version<br>
> 2.40.0 due to my gstreamer-transcoder version ?<br>
> <br>
> This is the CMake Error from the end of my log:<br>
> ```<br>
> -- Found GStreamer:<br>
> GSTREAMER_INCLUDE_DIRS;GSTREAMER_LIBRARIES;GSTREAMER_VERSION;GSTREAMER_BASE_INCLUDE_DIRS;GSTREAMER_BASE_LIBRARIES;GSTREAMER_APP_INCLUDE_DIRS;GSTREAMER_APP_LIBRARIES;GSTREAMER_PBUTILS_INCLUDE_DIRS;GSTREAMER_PBUTILS_LIBRARIES;GSTREAMER_VIDEO_INCLUDE_DIRS;GSTREAMER_VIDEO_LIBRARIES;GSTREAMER_MPEGTS_INCLUDE_DIRS;GSTREAMER_MPEGTS_LIBRARIES;GSTREAMER_TAG_INCLUDE_DIRS;GSTREAMER_TAG_LIBRARIES;GSTREAMER_GL_INCLUDE_DIRS;GSTREAMER_GL_LIBRARIES;GSTREAMER_AUDIO_INCLUDE_DIRS;GSTREAMER_AUDIO_LIBRARIES;GSTREAMER_FFT_INCLUDE_DIRS;GSTREAMER_FFT_LIBRARIES;GSTREAMER_TRANSCODER_INCLUDE_DIRS;GSTREAMER_TRANSCODER_LIBRARIES<br>
> (Required is at least version "1.16.2")<br>
> CMake Error at Source/cmake/GStreamerChecks.cmake:62 (message):<br>
>    GStreamerTranscoder >= 1.20 is needed for USE_GSTREAMER_TRANSCODER.<br>
<br>
try add this line in the cmake parameter:<br>
  -DUSE_GSTREAMER_TRANSCODER=OFF \<br><span class="gmail_default" style="font-family:monospace,monospace"></span></blockquote><div><br></div><div><span style="font-family:monospace,monospace">Thanks Willy</span></div><div><span style="font-family:monospace,monospace"><span class="gmail_default" style="font-family:monospace,monospace"><br></span></span></div><div><span style="font-family:monospace,monospace"><span class="gmail_default" style="font-family:monospace,monospace">That got it going ( at 1132 of 6198 objects not ).</span></span></div><div><span style="font-family:monospace,monospace"><br></span></div><div><span style="font-family:monospace,monospace"><span class="gmail_default" style="font-family:monospace,monospace">Will let you know if that does not work but it should build fine now.</span></span></div><div><span style="font-family:monospace,monospace"><span class="gmail_default" style="font-family:monospace,monospace"><br></span></span></div><div><span style="font-family:monospace,monospace"><span class="gmail_default" style="font-family:monospace,monospace">Thanks again !</span></span></div><div><span style="font-family:monospace,monospace"><span class="gmail_default" style="font-family:monospace,monospace"><br></span></span></div><div><span style="font-family:monospace,monospace"><span class="gmail_default" style="font-family:monospace,monospace">-- kjh</span></span><br></div></div></div>