FS#73840 - [ffmpeg] excessive cherry-pick

Attached to Project: Arch Linux
Opened by Oleksandr Natalenko (post-factum) - Thursday, 17 February 2022, 17:28 GMT
Last edited by Maxime Gauduin (Alucryd) - Friday, 19 August 2022, 16:04 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Maxime Gauduin (Alucryd)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

This thing in PKGBUILD:

```
git cherry-pick -n 988f2e9eb063db7c1a678729f58aab6eba59a55b # fix nvenc on older gpus
```

should have been already upstreamed, so the cherry-pick is redundant.

Please check.

Thanks.
This task depends upon

Closed by  Maxime Gauduin (Alucryd)
Friday, 19 August 2022, 16:04 GMT
Reason for closing:  Fixed
Additional comments about closing:  2:5.1-1
Comment by Marcell Meszaros (MarsSeed) - Monday, 07 March 2022, 16:17 GMT
I can verify it. The mentioned cherry-pick is not needed anymore in packages:
- [ffmpeg]
- [ffmpeg4.4]

Released in stable ffmpeg tag 'n5.0':
Commit 988f2e9eb063db7c1a678729f58aab6eba59a55b
avcodec/nvenc: fix lossless tuning logic; committed 2021-04-18 11:39:45
- https://github.com/FFmpeg/FFmpeg/commit/988f2e9eb063db7c1a678729f58aab6eba59a55b

Backported to 'release/4.4' branch, released in ffmpeg tag 'n4.4.1':
Commit e3fb0f0c88f14cf382d005469242bd63338b862e
avcodec/nvenc: fix lossless tuning logic; committed 2021-04-18 11:43:52
- https://github.com/FFmpeg/FFmpeg/blob/n4.4.1/Changelog#L188
- https://github.com/FFmpeg/FFmpeg/commit/e3fb0f0c88f14cf382d005469242bd63338b862e

Loading...