Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 474768 - media-libs/vamp-plugin-sdk - add USE=static-libs
Summary: media-libs/vamp-plugin-sdk - add USE=static-libs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Professional Audio Applications Maintainers
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: static-libs
  Show dependency tree
 
Reported: 2013-06-25 18:34 UTC by Agostino Sarubbo
Modified: 2019-10-20 14:19 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 Agostino Sarubbo gentoo-dev 2013-06-25 18:34:45 UTC
You receive this bug because this package installs '.a' file which should be handled by static-libs IUSE.
Please also punt the '.la' file if they are not needed.


From 'qlist -e ${package}':

/usr/lib64/libvamp-sdk.a
/usr/lib64/libvamp-hostsdk.a
/usr/lib64/libvamp-hostsdk.so
/usr/lib64/libvamp-sdk.so
/usr/lib64/libvamp-hostsdk.so.3.5.0
/usr/lib64/libvamp-sdk.so.2
/usr/lib64/libvamp-sdk.so.2.5.0
/usr/lib64/vamp/vamp-example-plugins.so
/usr/lib64/libvamp-hostsdk.so.3
/usr/lib64/libvamp-hostsdk.la
/usr/lib64/libvamp-sdk.la
Comment 1 nE0sIghT 2014-09-17 17:08:17 UTC
This also break audacity svn build (and will break upcoming audacity-2.0.6) as described here: http://sourceforge.net/p/audacity/mailman/message/31684897/
Comment 2 Larry the Git Cow gentoo-dev 2019-10-20 14:19:24 UTC
The bug has been closed via the following commit(s):

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

commit cd86291b815da3bd373a97d1d45cd47ef7a012f1
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2019-10-20 14:19:08 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2019-10-20 14:19:08 +0000

    media-libs/vamp-plugin-sdk: Port to EAPI 7
    
    * Do not install static archives
    
    Closes: https://bugs.gentoo.org/474768
    Package-Manager: Portage-2.3.77, Repoman-2.3.17
    Signed-off-by: David Seifert <soap@gentoo.org>

 .../vamp-plugin-sdk/vamp-plugin-sdk-2.7.1.ebuild   | 41 ++++++++++++++--------
 1 file changed, 26 insertions(+), 15 deletions(-)