FS#75759 - [ffmpeg] Wrong cherry-pick?
Attached to Project:
Arch Linux
Opened by Oleksandr Natalenko (post-factum) - Wednesday, 31 August 2022, 11:44 GMT
Last edited by Maxime Gauduin (Alucryd) - Tuesday, 06 September 2022, 12:32 GMT
Opened by Oleksandr Natalenko (post-factum) - Wednesday, 31 August 2022, 11:44 GMT
Last edited by Maxime Gauduin (Alucryd) - Tuesday, 06 September 2022, 12:32 GMT
|
Details
Hello.
In ffmpeg-5.1 PKGBUILD there's this: ``` git cherry-pick -n e0723b7e4e22492275d476fcd30d759e1198bc5b # remove default IPFS gateway ``` but according to [1] e0723b7e4e22492275d476fcd30d759e1198bc5b is "avcodec/hevc_filter: copy_CTB() only within width&height". Shouldn't "remove default IPFS gateway" be referred to as 412922cc6fa790897ef6bb2be5d6f9a5f030754d as per [2]? Thanks. [1] https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/e0723b7e4e22492275d476fcd30d759e1198bc5b [2] https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/412922cc6fa790897ef6bb2be5d6f9a5f030754d |
This task depends upon
Closed by Maxime Gauduin (Alucryd)
Tuesday, 06 September 2022, 12:32 GMT
Reason for closing: Fixed
Additional comments about closing: 5.1.1-2
Tuesday, 06 September 2022, 12:32 GMT
Reason for closing: Fixed
Additional comments about closing: 5.1.1-2
Comment by
Maxime Gauduin (Alucryd) -
Thursday, 01 September 2022, 13:15 GMT
Nice catch, thanks, I copied the tag hash instead of the actual
commit, fixed in the latest package.
Comment by
Oleksandr Natalenko (post-factum) -
Thursday, 01 September 2022, 15:31 GMT
- Field changed: Percent Complete (100% → 0%)
With v5.1.1 that cherry-pick is not needed any more since the
commit is in place already :).