Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 593750 - media-gfx/imagemagick: remove /usr/lib*/*.la files
Summary: media-gfx/imagemagick: remove /usr/lib*/*.la files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-14 14:12 UTC by Pacho Ramos
Modified: 2020-03-21 19:20 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 Pacho Ramos gentoo-dev 2016-09-14 14:12:01 UTC
As I read in Fedora spec file:
http://pkgs.fedoraproject.org/cgit/rpms/ImageMagick.git/tree/ImageMagick.spec

The .la files that need to be kept are the plugins ones, not the "parent" .la files in /usr/lib/:
# Delete *ONLY* _libdir/*.la files! .la files used internally to handle plugins - BUG#185237!!!
rm %{buildroot}%{_libdir}/*.la

Thanks
Comment 1 Larry the Git Cow gentoo-dev 2020-03-21 19:20:13 UTC
The bug has been closed via the following commit(s):

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

commit 4875f0b1f4bc043004e026ad79222ac5d20b60d1
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2020-03-21 19:18:48 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2020-03-21 19:18:48 +0000

    media-gfx/imagemagick: Bump to 6.9.11.1 and 7.0.10.1
    
    Also:
    - Drop .la files in parent dir, keeping them for plugins (#593750)
    - potrace is used at runtime to convert to svg (#712376)
    
    Thanks-to: Brian Evans
    Closes: https://bugs.gentoo.org/712376
    Closes: https://bugs.gentoo.org/593750
    Package-Manager: Portage-2.3.94, Repoman-2.3.21
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>

 media-gfx/imagemagick/Manifest                    |   2 +
 media-gfx/imagemagick/imagemagick-6.9.11.1.ebuild | 255 +++++++++++++++++++++
 media-gfx/imagemagick/imagemagick-7.0.10.1.ebuild | 267 ++++++++++++++++++++++
 media-gfx/imagemagick/imagemagick-9999.ebuild     |   7 +-
 4 files changed, 530 insertions(+), 1 deletion(-)