Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/poppler/
Date: Sat, 12 Jun 2021 16:50:19
Message-Id: 1623516609.ca81b7077fe6686aa2d00b9c61854b496e205628.polynomial-c@gentoo
1 commit: ca81b7077fe6686aa2d00b9c61854b496e205628
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 12 16:49:55 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 12 16:50:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca81b707
7
8 app-text/poppler: Added dev-libs/boost to BDEPEND
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11
12 app-text/poppler/poppler-21.06.1.ebuild | 3 +++
13 app-text/poppler/poppler-9999.ebuild | 3 +++
14 2 files changed, 6 insertions(+)
15
16 diff --git a/app-text/poppler/poppler-21.06.1.ebuild b/app-text/poppler/poppler-21.06.1.ebuild
17 index bdadd293aed..d635ec8b9d3 100644
18 --- a/app-text/poppler/poppler-21.06.1.ebuild
19 +++ b/app-text/poppler/poppler-21.06.1.ebuild
20 @@ -25,6 +25,7 @@ IUSE="cairo cjk curl +cxx debug doc +introspection +jpeg +jpeg2k +lcms nss png q
21 RESTRICT="test"
22
23 BDEPEND="
24 + dev-libs/boost
25 dev-util/glib-utils
26 virtual/pkgconfig
27 "
28 @@ -87,6 +88,8 @@ src_configure() {
29 -DBUILD_CPP_TESTS=OFF
30 -DBUILD_MANUAL_TESTS=OFF
31 -DRUN_GPERF_IF_PRESENT=OFF
32 + # Required for SPLASH
33 + -DENABLE_BOOST=ON
34 -DENABLE_SPLASH=ON
35 -DENABLE_ZLIB=ON
36 -DENABLE_ZLIB_UNCOMPRESS=OFF
37
38 diff --git a/app-text/poppler/poppler-9999.ebuild b/app-text/poppler/poppler-9999.ebuild
39 index bdadd293aed..d635ec8b9d3 100644
40 --- a/app-text/poppler/poppler-9999.ebuild
41 +++ b/app-text/poppler/poppler-9999.ebuild
42 @@ -25,6 +25,7 @@ IUSE="cairo cjk curl +cxx debug doc +introspection +jpeg +jpeg2k +lcms nss png q
43 RESTRICT="test"
44
45 BDEPEND="
46 + dev-libs/boost
47 dev-util/glib-utils
48 virtual/pkgconfig
49 "
50 @@ -87,6 +88,8 @@ src_configure() {
51 -DBUILD_CPP_TESTS=OFF
52 -DBUILD_MANUAL_TESTS=OFF
53 -DRUN_GPERF_IF_PRESENT=OFF
54 + # Required for SPLASH
55 + -DENABLE_BOOST=ON
56 -DENABLE_SPLASH=ON
57 -DENABLE_ZLIB=ON
58 -DENABLE_ZLIB_UNCOMPRESS=OFF