commit: 40388709d2acbe59632ac82cb562b9d16dad64fa
Author: Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Fri Dec 8 21:23:18 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Dec 25 20:00:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=40388709
media-libs/grok: add info for cmake flag
Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>
media-libs/grok/grok-11.0.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/grok/grok-11.0.0.ebuild
b/media-libs/grok/grok-11.0.0.ebuild
index c47d1f467c..4af58ae6c3 100644
--- a/media-libs/grok/grok-11.0.0.ebuild
+++ b/media-libs/grok/grok-11.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -22,7 +22,7 @@ DEPEND="
RDEPEND="${DEPEND}"
src_configure() {
- # Not using -DGRK_BUILD_JPEG=OFF fails the build
+ # Need -DGRK_BUILD_JPEG=OFF, otherwise will pull libjpeg-turbo from
github
# (see https://github.com/GrokImageCompression/grok/issues/351)
local mycmakeargs=(
-DBUILD_TESTING=OFF