commit:     158e4c94b0c14c48a13fc7cc2035e7ab1446e997
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 19:01:14 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 19:50:09 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=158e4c94

media-libs/libheif: bump to v1.4.0

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 media-libs/libheif/Manifest                                  |  1 +
 .../libheif/{libheif-9999.ebuild => libheif-1.4.0.ebuild}    | 12 +++++++-----
 media-libs/libheif/libheif-9999.ebuild                       | 12 +++++++-----
 3 files changed, 15 insertions(+), 10 deletions(-)

diff --git a/media-libs/libheif/Manifest b/media-libs/libheif/Manifest
index 477b5f92465..4cdaac830c9 100644
--- a/media-libs/libheif/Manifest
+++ b/media-libs/libheif/Manifest
@@ -1 +1,2 @@
 DIST libheif-1.3.2.tar.gz 1328174 BLAKE2B 
4c0f82bb90d48f89a4ce9aed525c5823bb5d008e54e580e761f6fa4f5493f265929a0607e7b81046ba7c249bd2ca21a0c5ab91da83b7e7f3a2a63e8f24df88ed
 SHA512 
bcc8b4b2522ef6fe68f5a9ffd5312c2c8f6bc3718394eef1860e199c30fb735bb214f665ed6480b5f5fe5d578b3ed77a4301af93775ae2349ba5038b3f3ef63a
+DIST libheif-1.4.0.tar.gz 1366030 BLAKE2B 
a93b3b59a4f89e0aa5a5069fdebc54b9d09adeeff05ebf28b9535baa2fb26e4122b4c5d96b7015fdd181720f10e3dd0887038f0c5567c94509aa76d2ef119dd9
 SHA512 
fc48caaadb71ffa87227de75c9e13d5006c66f1c966ce454552defb8947999f5242a9bbd1413f58be1ccbf61df7f118defe96d67376e3b4e7b12fe5dfa0fe0c7

diff --git a/media-libs/libheif/libheif-9999.ebuild 
b/media-libs/libheif/libheif-1.4.0.ebuild
similarity index 84%
copy from media-libs/libheif/libheif-9999.ebuild
copy to media-libs/libheif/libheif-1.4.0.ebuild
index d9ed4b63062..a03be0af6d3 100644
--- a/media-libs/libheif/libheif-9999.ebuild
+++ b/media-libs/libheif/libheif-1.4.0.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() {

diff --git a/media-libs/libheif/libheif-9999.ebuild 
b/media-libs/libheif/libheif-9999.ebuild
index d9ed4b63062..a03be0af6d3 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() {

Reply via email to