Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 701092 - media-video/ffmpeg-9999: add rav1e useflag/support
Summary: media-video/ffmpeg-9999: add rav1e useflag/support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-24 18:37 UTC by gerion
Modified: 2020-07-02 14:28 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gerion 2019-11-24 18:37:05 UTC
media-video/rav1e is in tree since quite a time and ffmpeg has support for it [1]. Please add an useflag for it.

[1] https://github.com/FFmpeg/FFmpeg/commit/d8bf24459b694338de4ceb2a2e6d4d2949d6658d
Comment 1 Alexis Ballier gentoo-dev 2019-11-25 17:21:19 UTC
IMHO it'd be better to have one of the (pre)releases of rav1e in tree first
Comment 2 gerion 2019-11-25 18:22:08 UTC
There is a "real" release [1][2]. Don't know, why lu_zero has not packaged it, too.

Anyway, I understand your point.

[1] https://github.com/xiph/rav1e/releases/tag/0.1.0
[2] https://blogs.gentoo.org/lu_zero/2019/11/23/rav1e-0-1-0-made-in-tokyo/
Comment 3 gerion 2019-11-28 11:57:15 UTC
The current rav1e package does not build/install the C-API.
Related: https://bugs.gentoo.org/701384
Comment 4 gerion 2020-02-22 20:48:11 UTC
In my overlay I hacked it together. However, this is really quick and dirty:
https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=afaead86099d35fde6f7c1923c0019ba8d0c7011
Comment 5 Larry the Git Cow gentoo-dev 2020-07-02 14:28:43 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa3f336eaaeba06e4b28fa579cd65a6488f6a8a4

commit aa3f336eaaeba06e4b28fa579cd65a6488f6a8a4
Author:     Alexis Ballier <aballier@gentoo.org>
AuthorDate: 2020-07-02 14:25:26 +0000
Commit:     Alexis Ballier <aballier@gentoo.org>
CommitDate: 2020-07-02 14:28:35 +0000

    media-video/ffmpeg: add rav1e useflag for AV1 encoding.
    
    Closes: https://bugs.gentoo.org/701092
    Package-Manager: Portage-2.3.101, Repoman-2.3.22
    Signed-off-by: Alexis Ballier <aballier@gentoo.org>

 media-video/ffmpeg/ffmpeg-4.3-r1.ebuild | 557 ++++++++++++++++++++++++++++++++
 media-video/ffmpeg/ffmpeg-9999.ebuild   |   5 +-
 media-video/ffmpeg/metadata.xml         |   1 +
 3 files changed, 561 insertions(+), 2 deletions(-)