Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 547904 - media-libs/rubberband: make media-libs/vamp-plugin-sdk and media-libs/ladspa-sdk optional via USE flags
Summary: media-libs/rubberband: make media-libs/vamp-plugin-sdk and media-libs/ladspa-...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Professional Audio Applications Maintainers
URL:
Whiteboard:
Keywords: NeedPatch
Depends on:
Blocks:
 
Reported: 2015-04-27 14:20 UTC by Nikoli
Modified: 2020-09-20 08:31 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 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(+)