Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 547904

Summary: media-libs/rubberband: make media-libs/vamp-plugin-sdk and media-libs/ladspa-sdk optional via USE flags
Product: Gentoo Linux Reporter: Nikoli <nikoli>
Component: Current packagesAssignee: Professional Audio Applications Maintainers <proaudio>
Status: RESOLVED FIXED    
Severity: normal Keywords: NeedPatch
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Nikoli 2015-04-27 14:20:54 UTC
Debian has separate librubberband2, rubberband-ladspa, rubberband-vamp packages:
https://packages.debian.org/source/sid/rubberband

I checked sources: ladspa and vamp are definitely optional and are used only for building corresponding plugins, not for running or building main librubberband. But build system needs patching: configure.ac does not have options for disabling them.

I would like to enable rubberband by default in mpv ebuilds, but do not want to force installing useless deps.
Comment 1 Larry the Git Cow gentoo-dev 2020-09-20 08:31:17 UTC
The bug has been closed via the following commit(s):

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

commit 8edcf54165e5af94c9a59c4ae60704c7561e7557
Author:     Miroslav Šulc <fordfrog@gentoo.org>
AuthorDate: 2020-09-20 08:30:58 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2020-09-20 08:31:11 +0000

    media-libs/rubberband: bump to 1.9.0
    
    1) added use flags for optional features
    2) organized deps
    
    Closes: https://bugs.gentoo.org/547904
    Closes: https://bugs.gentoo.org/685110
    Closes: https://bugs.gentoo.org/590500
    Package-Manager: Portage-3.0.7, Repoman-3.0.1
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 media-libs/rubberband/Manifest                |  1 +
 media-libs/rubberband/metadata.xml            |  4 ++
 media-libs/rubberband/rubberband-1.9.0.ebuild | 67 +++++++++++++++++++++++++++
 3 files changed, 72 insertions(+)