diff options
Diffstat (limited to 'media-libs/libheif/libheif-9999.ebuild')
-rw-r--r-- | media-libs/libheif/libheif-9999.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/media-libs/libheif/libheif-9999.ebuild b/media-libs/libheif/libheif-9999.ebuild index d9ed4b630621..a03be0af6d3d 100644 --- a/media-libs/libheif/libheif-9999.ebuild +++ b/media-libs/libheif/libheif-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -17,17 +17,16 @@ DESCRIPTION="ISO/IEC 23008-12:2017 HEIF file format decoder and encoder" HOMEPAGE="https://github.com/strukturag/libheif" LICENSE="GPL-3" -SLOT="0/1.3.9999" -IUSE="static-libs +threads" +SLOT="0/1.4" +IUSE="static-libs test +threads" -# Doesn't yet support libjpeg-turbo-2, https://github.com/strukturag/libheif/issues/70 +BDEPEND="test? ( dev-lang/go )" DEPEND=" media-libs/libde265:=[${MULTILIB_USEDEP}] media-libs/libpng:0=[${MULTILIB_USEDEP}] media-libs/x265:=[${MULTILIB_USEDEP}] sys-libs/zlib:=[${MULTILIB_USEDEP}] virtual/jpeg:0=[${MULTILIB_USEDEP}] - !>=media-libs/libjpeg-turbo-2 " RDEPEND="${DEPEND}" @@ -38,6 +37,9 @@ src_prepare() { configure.ac || die eautoreconf + + # prevent "stat heif-test.go: no such file or directory" + multilib_copy_sources } multilib_src_configure() { |