From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C47971382C5 for ; Sat, 12 Jun 2021 17:07:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10FA0E0823; Sat, 12 Jun 2021 17:07:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7CF2E0823 for ; Sat, 12 Jun 2021 17:07:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1CE0B340BD3 for ; Sat, 12 Jun 2021 17:07:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E6EC796 for ; Sat, 12 Jun 2021 17:07:27 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1623517637.20b5d06291dacca192f08b6b901050c834c9e2b0.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/poppler/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/poppler/metadata.xml app-text/poppler/poppler-21.06.1.ebuild app-text/poppler/poppler-9999.ebuild X-VCS-Directories: app-text/poppler/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 20b5d06291dacca192f08b6b901050c834c9e2b0 X-VCS-Branch: master Date: Sat, 12 Jun 2021 17:07:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 951ed722-0f69-4026-b47f-d2063f3ebbab X-Archives-Hash: 369d1f193389eec366371ae381d3ef96 commit: 20b5d06291dacca192f08b6b901050c834c9e2b0 Author: Lars Wendler gentoo org> AuthorDate: Sat Jun 12 17:07:17 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Jun 12 17:07:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20b5d062 app-text/poppler: Make splash backend build optional Signed-off-by: Lars Wendler gentoo.org> app-text/poppler/metadata.xml | 1 + app-text/poppler/poppler-21.06.1.ebuild | 10 ++++++---- app-text/poppler/poppler-9999.ebuild | 10 ++++++---- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/app-text/poppler/metadata.xml b/app-text/poppler/metadata.xml index 6f044d376b2..91f9161a0e0 100644 --- a/app-text/poppler/metadata.xml +++ b/app-text/poppler/metadata.xml @@ -22,6 +22,7 @@ Enable signatures handling with dev-libs/nss + Build the Splash graphics backend (requires dev-libs/boost) Install command-line PDF converters and various utilities. diff --git a/app-text/poppler/poppler-21.06.1.ebuild b/app-text/poppler/poppler-21.06.1.ebuild index d635ec8b9d3..048302fba12 100644 --- a/app-text/poppler/poppler-21.06.1.ebuild +++ b/app-text/poppler/poppler-21.06.1.ebuild @@ -19,13 +19,12 @@ DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base" HOMEPAGE="https://poppler.freedesktop.org/" LICENSE="GPL-2" -IUSE="cairo cjk curl +cxx debug doc +introspection +jpeg +jpeg2k +lcms nss png qt5 tiff +utils" +IUSE="cairo cjk curl +cxx debug doc +introspection +jpeg +jpeg2k +lcms nss png qt5 +splash tiff +utils" # No test data provided RESTRICT="test" BDEPEND=" - dev-libs/boost dev-util/glib-utils virtual/pkgconfig " @@ -54,6 +53,9 @@ DEPEND=" RDEPEND="${DEPEND} cjk? ( app-text/poppler-data ) " +DEPEND+=" + splash? ( dev-libs/boost ) +" DOCS=( AUTHORS NEWS README.md README-XPDF ) @@ -89,8 +91,8 @@ src_configure() { -DBUILD_MANUAL_TESTS=OFF -DRUN_GPERF_IF_PRESENT=OFF # Required for SPLASH - -DENABLE_BOOST=ON - -DENABLE_SPLASH=ON + -DENABLE_BOOST="$(usex splash)" + -DENABLE_SPLASH="$(usex splash)" -DENABLE_ZLIB=ON -DENABLE_ZLIB_UNCOMPRESS=OFF -DENABLE_UNSTABLE_API_ABI_HEADERS=ON diff --git a/app-text/poppler/poppler-9999.ebuild b/app-text/poppler/poppler-9999.ebuild index d635ec8b9d3..048302fba12 100644 --- a/app-text/poppler/poppler-9999.ebuild +++ b/app-text/poppler/poppler-9999.ebuild @@ -19,13 +19,12 @@ DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base" HOMEPAGE="https://poppler.freedesktop.org/" LICENSE="GPL-2" -IUSE="cairo cjk curl +cxx debug doc +introspection +jpeg +jpeg2k +lcms nss png qt5 tiff +utils" +IUSE="cairo cjk curl +cxx debug doc +introspection +jpeg +jpeg2k +lcms nss png qt5 +splash tiff +utils" # No test data provided RESTRICT="test" BDEPEND=" - dev-libs/boost dev-util/glib-utils virtual/pkgconfig " @@ -54,6 +53,9 @@ DEPEND=" RDEPEND="${DEPEND} cjk? ( app-text/poppler-data ) " +DEPEND+=" + splash? ( dev-libs/boost ) +" DOCS=( AUTHORS NEWS README.md README-XPDF ) @@ -89,8 +91,8 @@ src_configure() { -DBUILD_MANUAL_TESTS=OFF -DRUN_GPERF_IF_PRESENT=OFF # Required for SPLASH - -DENABLE_BOOST=ON - -DENABLE_SPLASH=ON + -DENABLE_BOOST="$(usex splash)" + -DENABLE_SPLASH="$(usex splash)" -DENABLE_ZLIB=ON -DENABLE_ZLIB_UNCOMPRESS=OFF -DENABLE_UNSTABLE_API_ABI_HEADERS=ON