Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (63ba357b7ffbffc1f7e131013cc0575a75fbd6ef)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (63ba357b7ffbffc1f7e131013cc0575a75fbd6ef)
  • Date: Tue, 17 Oct 2023 14:11:13 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

graphics/gexiv2/DEPENDS | 6 ++++--
graphics/gexiv2/DETAILS | 4 ++--
graphics/gexiv2/HISTORY | 5 +++++
3 files changed, 11 insertions(+), 4 deletions(-)

New commits:
commit 63ba357b7ffbffc1f7e131013cc0575a75fbd6ef
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

gexiv2: update to 0.14.2 and fix build without gobject-introspection

diff --git a/graphics/gexiv2/DEPENDS b/graphics/gexiv2/DEPENDS
index b7e395d..ed40a13 100755
--- a/graphics/gexiv2/DEPENDS
+++ b/graphics/gexiv2/DEPENDS
@@ -3,10 +3,12 @@ depends exiv2 &&
if [[ "$GEXIV2_BMFF" = y ]]; then
sub_depends exiv2 BMFF
fi &&
+# If you want vala API, this needs fixing.
+# You need to enable gobject-introspection, too, then.
optional_depends gobject-introspection \
"introspection=true" \
- "introspection=false" \
+ "introspection=false vapi=false python3=false" \
"for GObject introspection, required for python bindings" &&
if is_depends_enabled $SPELL gobject-introspection; then
- depends pygobject3
+ depends pygobject3 "python3=true vapi=false"
fi
diff --git a/graphics/gexiv2/DETAILS b/graphics/gexiv2/DETAILS
index 1cbc3c2..82d9d3f 100755
--- a/graphics/gexiv2/DETAILS
+++ b/graphics/gexiv2/DETAILS
@@ -1,7 +1,7 @@
. "$GRIMOIRE/MESON_FUNCTIONS"
SPELL=gexiv2
- VERSION=0.14.0
-
SOURCE_HASH=sha512:d745ae2d8ddcf0c8a2a7980eaa489f9b520af54242c5e4ddded9c3ae4a579c824c8cb659bd7e985ffa09f9fe37bdf73d6d9181d456711e0953b73023eb0f9f50
+ VERSION=0.14.2
+
SOURCE_HASH=sha512:16536be5180d5f13f549a68f5b701343a1246eca99083e43e6fc700b151614ea80696f931fcbc721b05955173e3206819b593e5b0fcd8ad4fd7d3b287d9c1441
SOURCE=${SPELL}-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://trac.yorba.org/wiki/gexiv2
diff --git a/graphics/gexiv2/HISTORY b/graphics/gexiv2/HISTORY
index 28fb413..fc64c2b 100644
--- a/graphics/gexiv2/HISTORY
+++ b/graphics/gexiv2/HISTORY
@@ -1,3 +1,8 @@
+2023-10-17 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: version 0.14.2
+ * DEPENDS: disable vapi and python without gobject-introspection
+ to fix build
+
2022-03-20 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: switched to MESON_DEPENDS
removed support for Python 2.x



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (63ba357b7ffbffc1f7e131013cc0575a75fbd6ef), Thomas Orgis, 10/17/2023

Archive powered by MHonArc 2.6.24.

Top of Page