Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 402499 - libmikmod-3.2.0 : add USE=static-libs support
Summary: libmikmod-3.2.0 : add USE=static-libs support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-07 11:34 UTC by Maurizio Camisaschi (amd64 AT)
Modified: 2012-02-07 19:23 UTC (History)
1 user (show)

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


Attachments
static-libs-ebuild.patch (static-libs-ebuild.patch,812 bytes, patch)
2012-02-07 18:19 UTC, Sergei Trofimovich (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Maurizio Camisaschi (amd64 AT) 2012-02-07 11:34:39 UTC
This package installs also static libs ".a" please provide to add relative
USE and to drop unnecessary .la files. 

/usr/lib64/libmikmod.so.3.0.0
/usr/lib64/libmikmod.so.3
/usr/lib64/libmikmod.so
/usr/lib64/libmikmod.a
/usr/lib64/libmikmod.la
Comment 1 Sergei Trofimovich (RETIRED) gentoo-dev 2012-02-07 18:19:32 UTC
Created attachment 301175 [details, diff]
static-libs-ebuild.patch

@sound: does the fix look sane? worksforme
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2012-02-07 18:21:57 UTC
since the package has prefix keywords, use ${ED} instead of ${D} for that find command

otherwise please go ahead :)

thanks
Comment 3 Sergei Trofimovich (RETIRED) gentoo-dev 2012-02-07 19:23:46 UTC
(In reply to comment #2)
> since the package has prefix keywords, use ${ED} instead of ${D} for that find
> command
> 
> otherwise please go ahead :)

Oh, right. Done as:

> *libmikmod-3.2.0_beta2-r4 (07 Feb 2012)
> 
>   07 Feb 2012; Sergei Trofimovich <slyfox@gentoo.org>
>   +libmikmod-3.2.0_beta2-r4.ebuild:
>   Add USE=static-libs (bug #402499 by Maurizio Camisaschi). Approved by
>   ssuominen.

Thanks guys!