[k3b] [Bug 485432] Fail to build with ffmpeg 7

2024-04-14 Thread Leslie Zhai
https://bugs.kde.org/show_bug.cgi?id=485432

--- Comment #5 from Leslie Zhai  ---
(In reply to Albert Astals Cid from comment #4)
> Can you please point to invent instead of the github mirror¿

Hi Albert,

I will point to invent, I thought it was internal unavailable without KDE
Identity :P

Thanks,
Leslie Zhai

-- 
You are receiving this mail because:
You are watching all bug changes.

[k3b] [Bug 485432] Fail to build with ffmpeg 7

2024-04-14 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=485432

Albert Astals Cid  changed:

   What|Removed |Added

 CC||aa...@kde.org

--- Comment #4 from Albert Astals Cid  ---
Can you please point to invent instead of the github mirror¿

-- 
You are receiving this mail because:
You are watching all bug changes.

[k3b] [Bug 485432] Fail to build with ffmpeg 7

2024-04-13 Thread Leslie Zhai
https://bugs.kde.org/show_bug.cgi?id=485432

--- Comment #3 from Leslie Zhai  ---
(In reply to marillat from comment #2)
> (In reply to Leslie Zhai from comment #1)
> > Hi,
> > https://github.com/KDE/k3b/commit/712ef4adc992fd848dfd769f346f87216029c285
> 
> For the record LIBAVCODEC_VERSION_MAJOR come from the library soname
> We have libavcodec.so.61.3.100 in FFmpeg 7.0
> #if LIBAVCODEC_VERSION_MAJOR < 70
> must be 
> #if LIBAVCODEC_VERSION_MAJOR < 61

Thanks for pointing out my fault! Fixed: 
https://github.com/KDE/k3b/commit/071535a79c3d2b074163cbb0881117a995ed17cd

-- 
You are receiving this mail because:
You are watching all bug changes.

[k3b] [Bug 485432] Fail to build with ffmpeg 7

2024-04-13 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=485432

--- Comment #2 from maril...@deb-multimedia.org ---
(In reply to Leslie Zhai from comment #1)
> Hi,
> https://github.com/KDE/k3b/commit/712ef4adc992fd848dfd769f346f87216029c285

For the record LIBAVCODEC_VERSION_MAJOR come from the library soname
We have libavcodec.so.61.3.100 in FFmpeg 7.0
#if LIBAVCODEC_VERSION_MAJOR < 70
must be 
#if LIBAVCODEC_VERSION_MAJOR < 61

-- 
You are receiving this mail because:
You are watching all bug changes.

[k3b] [Bug 485432] Fail to build with ffmpeg 7

2024-04-12 Thread Leslie Zhai
https://bugs.kde.org/show_bug.cgi?id=485432

--- Comment #1 from Leslie Zhai  ---
Hi,

Thanks for your bug report!

FFmpeg avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT[1] and tag as
7.0[2].

So add libavcodec version major check for FFmpeg in k3b side[3]. But I still
need to migrate the deprecated `channels`[4] to FFmpeg v7.0. 

[1]
https://patchwork.ffmpeg.org/project/ffmpeg/patch/20240125134425.374-17-jamr...@gmail.com/
[2]
https://github.com/FFmpeg/FFmpeg/commit/65ddc74988245a01421a63c5cffa4d900c47117c
[3] https://github.com/KDE/k3b/commit/712ef4adc992fd848dfd769f346f87216029c285
[4] https://github.com/FFmpeg/FFmpeg/blob/n6.2-dev/libavcodec/avcodec.h#L1072

Thanks,
Leslie Zhai

-- 
You are receiving this mail because:
You are watching all bug changes.

[k3b] [Bug 485432] Fail to build with ffmpeg 7

2024-04-12 Thread Leslie Zhai
https://bugs.kde.org/show_bug.cgi?id=485432

Leslie Zhai  changed:

   What|Removed |Added

 CC||zhaixi...@loongson.cn
 Ever confirmed|0   |1
 Status|REPORTED|ASSIGNED

-- 
You are receiving this mail because:
You are watching all bug changes.