Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 654010 - media-gfx/imagemagick-6.9.9.40 - automagic dependency on media-libs/libde265
Summary: media-gfx/imagemagick-6.9.9.40 - automagic dependency on media-libs/libde265
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: 2018-04-24 19:19 UTC by Sławomir Nizio
Modified: 2018-09-30 20:44 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 Sławomir Nizio 2018-04-24 19:19:04 UTC
configure.ac:
if test "x$with_heic" = "xyes"; then
  AC_MSG_RESULT([-------------------------------------------------------------])
  PKG_CHECK_MODULES(HEIC,[libde265], have_heic=yes, have_heic=no)
  AC_MSG_RESULT([])
fi


/usr/lib64/ImageMagick-6.9.9/modules-Q16/coders/heic.so (is installed and - ?) then links to libde265.so
Comment 1 Sławomir Nizio 2018-08-05 09:29:34 UTC
New stable 6.x version seems to have this too.
Comment 2 Larry the Git Cow gentoo-dev 2018-09-09 00:16:23 UTC
The bug has been referenced in the following commit(s):

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

commit cbec33dc809fe6b4ecc2521f9a88473646fa5fe5
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2018-09-08 23:52:53 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2018-09-09 00:16:11 +0000

    media-gfx/imagemagick: add support for HEIC/HEIF image format
    
    Bug: https://bugs.gentoo.org/654010
    Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-gfx/imagemagick/imagemagick-9999.ebuild | 4 +++-
 media-gfx/imagemagick/metadata.xml            | 3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)
Comment 3 Thomas Deutschmann (RETIRED) gentoo-dev 2018-09-09 00:18:14 UTC
IM no longer uses libde265 directly in favor of libheic.

Will appear in regular versions with the next bump.
Comment 4 Larry the Git Cow gentoo-dev 2018-09-30 20:44:54 UTC
The bug has been closed via the following commit(s):

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

commit 2dbc357cb0c7c5b8376eab7f51cce1d41357fe3a
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2018-09-30 20:37:40 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2018-09-30 20:44:36 +0000

    media-gfx/imagemagick: add support for HEIC/HEIF image format
    
    Closes: https://bugs.gentoo.org/654010
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
    Package-Manager: Portage-2.3.50, Repoman-2.3.11

 media-gfx/imagemagick/imagemagick-6.9.10.12.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)