Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 763222 - media-libs/mlt: missing use flag to depend on media-libs/rubberband
Summary: media-libs/mlt: missing use flag to depend on media-libs/rubberband
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-03 00:51 UTC by Marc Schiffbauer
Modified: 2021-01-03 15:53 UTC (History)
0 users

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 Marc Schiffbauer gentoo-dev 2021-01-03 00:51:13 UTC
kdenlive is missing pitch control when changing speed of clips because mlt was build without rubberband-support

I tested to have rubberband installed, then rebuild mlt et voila: kdenlive now offers to use the pitch control feature

So mlt should have a rubberband USE flag that is enabled by default.

copied form ffmpeg:

media-video/ffmpeg[rubberband] Adds time-stretching and pitch-shifting audio filter based on media-libs/rubberband.
Comment 1 Larry the Git Cow gentoo-dev 2021-01-03 15:53:09 UTC
The bug has been closed via the following commit(s):

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

commit a7c728b8f2ccacd17d1ce3c5bec727622a64f308
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2021-01-03 12:42:38 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2021-01-03 15:52:51 +0000

    media-libs/mlt: Fix media-libs/rubberband automagic w/ IUSE=rubberband
    
    Reported-by: Marc Schiffbauer <mschiff@gentoo.org>
    Closes: https://bugs.gentoo.org/763222
    Package-Manager: Portage-3.0.12, Repoman-3.0.2
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 media-libs/mlt/metadata.xml         |   6 +-
 media-libs/mlt/mlt-6.24.0-r1.ebuild | 235 ++++++++++++++++++++++++++++++++++++
 2 files changed, 239 insertions(+), 2 deletions(-)

Additionally, it has been referenced in the following commit(s):

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

commit 5136708eae80dead1ad0824caaaf332f52f0dbdc
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2021-01-03 13:25:45 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2021-01-03 15:52:52 +0000

    profiles: plasma: Add media-libs/mlt[rubberband] to package.use
    
    Bug: https://bugs.gentoo.org/763222
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 profiles/targets/desktop/plasma/package.use | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)