summaryrefslogtreecommitdiffstats
path: root/graphics-libs
diff options
context:
space:
mode:
authorTreeve Jelbert2021-11-05 16:58:37 +0100
committerTreeve Jelbert2021-11-05 16:58:37 +0100
commitfe8daff63f2f4b4f8e86e610a4e8cd15de5dad62 (patch)
tree510ade709cb188d71c594ecc00c932150bc5e1cd /graphics-libs
parent809351dc417c2472ffb620c599a0bdb1a3c844d9 (diff)
poppler: => 21.11.0
Diffstat (limited to 'graphics-libs')
-rwxr-xr-xgraphics-libs/poppler/DEPENDS2
-rwxr-xr-xgraphics-libs/poppler/DETAILS4
-rw-r--r--graphics-libs/poppler/HISTORY4
3 files changed, 7 insertions, 3 deletions
diff --git a/graphics-libs/poppler/DEPENDS b/graphics-libs/poppler/DEPENDS
index a316c5ad1b..63e7e04419 100755
--- a/graphics-libs/poppler/DEPENDS
+++ b/graphics-libs/poppler/DEPENDS
@@ -6,7 +6,7 @@ depends poppler-data &&
optional_depends boost -DENABLE_BOOST={ON,OFF} 'for Splash support' &&
optional_depends curl -DENABLE_LIBCURL={ON,OFF} 'HTTP support' &&
optional_depends glib2 '' '' 'GLib support' &&
-optional_depends gobject-introspection '' '' 'introspection support' &&
+optional_depends gobject-introspection -DENABLE_GOBJECT_INTROSPECTION={ON,OFF} 'introspection support' &&
optional_depends libpng '' '' 'for pdftohtml' &&
optional_depends lcms2 '' '' 'for color management' &&
optional_depends nss '' '' 'crypto support' &&
diff --git a/graphics-libs/poppler/DETAILS b/graphics-libs/poppler/DETAILS
index d82871735a..dc7c9bf19f 100755
--- a/graphics-libs/poppler/DETAILS
+++ b/graphics-libs/poppler/DETAILS
@@ -10,9 +10,9 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
SOURCE_IGNORE=volatile
else
if [[ $POPPLER_BRANCH == devel ]]; then
- VERSION=21.10.0
+ VERSION=21.11.0
else
- VERSION=21.10.0
+ VERSION=21.11.0
fi
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/graphics-libs/poppler/HISTORY b/graphics-libs/poppler/HISTORY
index 9969eddcbf..1cf3fe6e35 100644
--- a/graphics-libs/poppler/HISTORY
+++ b/graphics-libs/poppler/HISTORY
@@ -1,3 +1,7 @@
+2021-11-05 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 21.11.0
+ * DEPENDS: allow disable gobject-introspection,
+
2021-10-01 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 21.10.0