Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (ce4a6bb86d509eea455ac97d5db4a262d5bbdab3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (ce4a6bb86d509eea455ac97d5db4a262d5bbdab3)
  • Date: Mon, 1 Jul 2024 17:10:28 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

graphics/gimp/DEPENDS | 59
++++++++++++++++++++++----------------------------
graphics/gimp/HISTORY | 3 ++
2 files changed, 30 insertions(+), 32 deletions(-)

New commits:
commit ce4a6bb86d509eea455ac97d5db4a262d5bbdab3
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

gimp: Use vdepends more

diff --git a/graphics/gimp/DEPENDS b/graphics/gimp/DEPENDS
index 89a72d5..636018f 100755
--- a/graphics/gimp/DEPENDS
+++ b/graphics/gimp/DEPENDS
@@ -1,38 +1,33 @@
. "$GRIMOIRE/VDEPENDS" &&
. "$GRIMOIRE/FUNCTIONS" &&

-depends -sub TLS glib-networking &&
-
-vdepends <<< "at-spi2-core >= 2.45.0" &&
-depends babl &&
-depends cairo &&
-depends curl &&
-depends fontconfig &&
-depends freetype2 &&
-depends gegl &&
-depends gexiv2 &&
-depends glib2 &&
-depends gtk+2 &&
-depends harfbuzz &&
-depends intltool &&
-depends JPEG &&
-depends lcms2 &&
-depends libart_lgpl &&
-depends libglade2 &&
-depends libmypaint &&
-depends libpng &&
-depends LZMA &&
-depends mypaint-brushes &&
-depends gegl &&
-depends pango &&
-depends poppler &&
-depends tiff &&
-depends xml-parser-expat &&
-
-
-if spell_ok gegl && is_version_less $(installed_version gegl) 0.3.0; then
- force_depends gegl
-fi &&
+vdepends <<!
+ JPEG
+ LZMA
+ at-spi2-core >= 2.45.0
+ babl
+ cairo
+ curl
+ fontconfig
+ freetype2
+ gegl >= 0.3.0
+ gexiv2
+ glib-networking[TLS]
+ glib2
+ gtk+2
+ harfbuzz
+ intltool
+ lcms2
+ libart_lgpl
+ libglade2
+ libmypaint
+ libpng
+ mypaint-brushes
+ pango
+ poppler
+ tiff
+ xml-parser-expat
+!

optional_depends openexr \
"--with-openexr" \
diff --git a/graphics/gimp/HISTORY b/graphics/gimp/HISTORY
index 2eebbb8..c2ff375 100644
--- a/graphics/gimp/HISTORY
+++ b/graphics/gimp/HISTORY
@@ -1,3 +1,6 @@
+2024-07-01 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: converted several instances to vdepends
+
2024-06-30 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 2.10.38
* DEPENDS, PRE_BUILD,


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (ce4a6bb86d509eea455ac97d5db4a262d5bbdab3), Ismael Luceno, 07/01/2024

Archive powered by MHonArc 2.6.24.

Top of Page