Re: Enabling ffmpeg on Blender June edition

2022-06-12 Thread Luya Tshimbalanga
On 2022-06-09 20:29, Neal Gompa wrote: On Thu, Jun 9, 2022 at 9:32 PM Luya Tshimbalanga wrote: On 2022-06-09 10:27, Neal Gompa wrote: On Thu, Jun 9, 2022 at 11:26 AM Luya Tshimbalanga wrote: On 2022-06-09 01:33, Neal Gompa wrote: On Thu, Jun 9, 2022 at 3:51 AM Luya Tshimbalanga wrote:

Re: Enabling ffmpeg on Blender June edition

2022-06-11 Thread Luya Tshimbalanga
Let's list these issues now then as this packaged Blender lacked proper video editing support compared to upstream. The built is now on Rawhide to give users a chance to try it out. https://bodhi.fedoraproject.org/updates/FEDORA-2022-33eb714efd ___

Re: Enabling ffmpeg on Blender June edition

2022-06-10 Thread Nicolas Chauvet
Le ven. 10 juin 2022 à 03:32, Luya Tshimbalanga a écrit : > [...] > Thanks Neal. That resolved the issue. About the use of pkgconfig insude > FindFFmpeg.cmake filr from upstream Blender, patch is welcome. > @Luya Please remind that you have now a larger issue that is about testing that blender

Re: Enabling ffmpeg on Blender June edition

2022-06-09 Thread Neal Gompa
On Thu, Jun 9, 2022 at 9:32 PM Luya Tshimbalanga wrote: > > > On 2022-06-09 10:27, Neal Gompa wrote: > > On Thu, Jun 9, 2022 at 11:26 AM Luya Tshimbalanga > wrote: > > On 2022-06-09 01:33, Neal Gompa wrote: > > On Thu, Jun 9, 2022 at 3:51 AM Luya Tshimbalanga > wrote: > > Building Blender

Re: Enabling ffmpeg on Blender June edition

2022-06-09 Thread Luya Tshimbalanga
On 2022-06-09 10:27, Neal Gompa wrote: On Thu, Jun 9, 2022 at 11:26 AM Luya Tshimbalanga wrote: On 2022-06-09 01:33, Neal Gompa wrote: On Thu, Jun 9, 2022 at 3:51 AM Luya Tshimbalanga wrote: Building Blender 3.2.0 with ffmpeg support failed on the following lines: -Wno-unused-function

Re: Enabling ffmpeg on Blender June edition

2022-06-09 Thread Neal Gompa
On Thu, Jun 9, 2022 at 2:03 PM Vitaly Zaitsev via devel wrote: > > On 09/06/2022 19:27, Neal Gompa wrote: > > In your spec, I see you have this: "-D_ffmpeg_INCLUDE_DIR=/usr/include" > > It should be: "-D_ffmpeg_INCLUDE_DIR=/usr/include/ffmpeg" > > I think it will be better to patch Blender's >

Re: Enabling ffmpeg on Blender June edition

2022-06-09 Thread Vitaly Zaitsev via devel
On 09/06/2022 19:27, Neal Gompa wrote: In your spec, I see you have this: "-D_ffmpeg_INCLUDE_DIR=/usr/include" It should be: "-D_ffmpeg_INCLUDE_DIR=/usr/include/ffmpeg" I think it will be better to patch Blender's cmake/Modules/FindFFmpeg.cmake to use pkg-config for searching ffmpeg paths.

Re: Enabling ffmpeg on Blender June edition

2022-06-09 Thread Neal Gompa
On Thu, Jun 9, 2022 at 11:26 AM Luya Tshimbalanga wrote: > > > On 2022-06-09 01:33, Neal Gompa wrote: > > On Thu, Jun 9, 2022 at 3:51 AM Luya Tshimbalanga > wrote: > > Building Blender 3.2.0 with ffmpeg support failed on the following lines: > > -Wno-unused-function -Wno-type-limits

Re: Enabling ffmpeg on Blender June edition

2022-06-09 Thread Luya Tshimbalanga
On 2022-06-09 01:33, Neal Gompa wrote: On Thu, Jun 9, 2022 at 3:51 AM Luya Tshimbalanga wrote: Building Blender 3.2.0 with ffmpeg support failed on the following lines: -Wno-unused-function -Wno-type-limits -Wno-int-in-bool-context -Wno-switch -Wno-unused-variable -Wno-uninitialized

Re: Enabling ffmpeg on Blender June edition

2022-06-09 Thread Neal Gompa
On Thu, Jun 9, 2022 at 6:43 AM Vitaly Zaitsev via devel wrote: > > On 09/06/2022 10:33, Neal Gompa wrote: > > It also seems to fail to find libavdevice, which means you need > > libavdevice-free-devel too. > > That's why splitting ffmpeg into multiple subpackages was a very bad idea. > It is

Re: Enabling ffmpeg on Blender June edition

2022-06-09 Thread Vitaly Zaitsev via devel
On 09/06/2022 10:33, Neal Gompa wrote: It also seems to fail to find libavdevice, which means you need libavdevice-free-devel too. That's why splitting ffmpeg into multiple subpackages was a very bad idea. -- Sincerely, Vitaly Zaitsev (vit...@easycoding.org)

Re: Enabling ffmpeg on Blender June edition

2022-06-09 Thread Neal Gompa
On Thu, Jun 9, 2022 at 3:51 AM Luya Tshimbalanga wrote: > > Building Blender 3.2.0 with ffmpeg support failed on the following lines: > > -Wno-unused-function -Wno-type-limits -Wno-int-in-bool-context -Wno-switch > -Wno-unused-variable -Wno-uninitialized -Wno-implicit-fallthrough >

Enabling ffmpeg on Blender June edition

2022-06-09 Thread Luya Tshimbalanga
Building Blender 3.2.0 with ffmpeg support failed on the following lines: -Wno-unused-function -Wno-type-limits -Wno-int-in-bool-context -Wno-switch -Wno-unused-variable -Wno-uninitialized -Wno-implicit-fallthrough -Wno-error=unused-but-set-variable -Wno-class-memaccess -Wno-comment