summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorIsmael Luceno2022-03-21 00:58:43 +0100
committerIsmael Luceno2022-03-21 01:13:56 +0100
commita167fc4dc27071cc166cb8d2f40b2017161fb926 (patch)
treecb2d3a443a73730870b6f470f682f97d48c8b220 /graphics
parentac59248d165461dcfcfb4857527812fc4fea763c (diff)
gexiv2: Add knob and exiv2 subdep for ISO BMFF
Diffstat (limited to 'graphics')
-rwxr-xr-xgraphics/gexiv2/CONFIGURE1
-rwxr-xr-xgraphics/gexiv2/DEPENDS3
-rw-r--r--graphics/gexiv2/HISTORY1
3 files changed, 5 insertions, 0 deletions
diff --git a/graphics/gexiv2/CONFIGURE b/graphics/gexiv2/CONFIGURE
new file mode 100755
index 0000000000..4aa586a569
--- /dev/null
+++ b/graphics/gexiv2/CONFIGURE
@@ -0,0 +1 @@
+config_query GEXIV2_BMFF 'Request ISO BMFF support in exiv2?' n
diff --git a/graphics/gexiv2/DEPENDS b/graphics/gexiv2/DEPENDS
index dde0f681b3..b7e395d556 100755
--- a/graphics/gexiv2/DEPENDS
+++ b/graphics/gexiv2/DEPENDS
@@ -1,5 +1,8 @@
. "$GRIMOIRE"/MESON_DEPENDS &&
depends exiv2 &&
+if [[ "$GEXIV2_BMFF" = y ]]; then
+ sub_depends exiv2 BMFF
+fi &&
optional_depends gobject-introspection \
"introspection=true" \
"introspection=false" \
diff --git a/graphics/gexiv2/HISTORY b/graphics/gexiv2/HISTORY
index 88f7e79d8e..28fb413e0b 100644
--- a/graphics/gexiv2/HISTORY
+++ b/graphics/gexiv2/HISTORY
@@ -1,6 +1,7 @@
2022-03-20 Ismael Luceno <ismael@sourcemage.org>
* DEPENDS: switched to MESON_DEPENDS
removed support for Python 2.x
+ * CONFIGURE, DEPENDS: added knob and exiv2 subdep for ISO BMFF
2021-09-18 Florian Franzmann <bwlf@bandrate.org>
* DETAILS: version 0.14.0