Skip to Content.
Sympa Menu

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

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 (237a2a8f12328172ecbeafa52fc8c70494eb2c50)
  • Date: Fri, 8 Dec 2023 14:29:13 +0000

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

graphics-libs/babl/DETAILS | 4 ++--
graphics-libs/babl/HISTORY | 6 ++++++
graphics-libs/babl/UP_TRIGGERS | 2 ++
graphics-libs/libmypaint/DETAILS | 4 ++--
graphics-libs/libmypaint/HISTORY | 3 +++
graphics/gimp/DETAILS | 4 ++--
graphics/gimp/HISTORY | 4 ++++
graphics/gimp/PRE_BUILD | 6 ------
graphics/openexr/HISTORY | 2 +-
graphics/rawtherapee/DEPENDS | 3 +++
graphics/rawtherapee/DETAILS | 4 ++--
graphics/rawtherapee/HISTORY | 3 +++
12 files changed, 30 insertions(+), 15 deletions(-)

New commits:
commit 237a2a8f12328172ecbeafa52fc8c70494eb2c50
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

rawtherapee: version 5.9, building again with current glibc

commit 0fce632d907f0b7faee4af0cf4bf90f53b0a1d29
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

openexr: fix bad version in HISTORY

commit 8e10ef92aeb856f9a699dfc5e31c56b58053d2cb
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

libmypaint: version 1.6.1

commit 085a33d2a723599a4f1f8f21ca6660dc4ee7bba6
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

babl: version 0.1.106

commit ab5762df8574905339d690711a77f0d90bcd3bec
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

gimp: version 0.10.36

diff --git a/graphics-libs/babl/DETAILS b/graphics-libs/babl/DETAILS
index 6319270..fdf800d 100755
--- a/graphics-libs/babl/DETAILS
+++ b/graphics-libs/babl/DETAILS
@@ -1,9 +1,9 @@
. "$GRIMOIRE/FUNCTIONS"
. "$GRIMOIRE/MESON_FUNCTIONS"
SPELL=babl
- VERSION=0.1.98
+ VERSION=0.1.106
SOURCE="${SPELL}-${VERSION}.tar.xz"
-
SOURCE_HASH=sha512:33b2e3f8fbcd6602bb82d6242dd2911bb2232e69350f7a0e70e14b1472052e27b0e2a1fa6a2b6d0449fc9796353336e311c8d4007c532447cd61f95b684a3120
+
SOURCE_HASH=sha512:97dc57141754ff64a961f77df50dcd91b32d3cf26efa8ba9f3dd5fcfae41e96f986178a04ba7a8940effb6e6e33ac98b163551f377dc781308c750222efb4943

SOURCE_URL[0]=https://download.gimp.org/pub/${SPELL}/${VERSION%.*}/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://gegl.org/babl/";
diff --git a/graphics-libs/babl/HISTORY b/graphics-libs/babl/HISTORY
index d147533..d2126c1 100644
--- a/graphics-libs/babl/HISTORY
+++ b/graphics-libs/babl/HISTORY
@@ -1,3 +1,9 @@
+2023-12-07 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: version 0.1.106 … this installs babl-0.1,pc,
+ not babl.pc
+ * UP_TRIGGERS: handle the .pc file change (which needs to be
+ recorded in .pc of dependents).
+
2022-11-13 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 0.1.98

diff --git a/graphics-libs/babl/UP_TRIGGERS b/graphics-libs/babl/UP_TRIGGERS
new file mode 100755
index 0000000..8735201
--- /dev/null
+++ b/graphics-libs/babl/UP_TRIGGERS
@@ -0,0 +1,2 @@
+# Spell version 0.1.106 moved to babl-0.1.pc.
+cast_dependents_versionjump $SPELL $VERSION 0.1.106
diff --git a/graphics-libs/libmypaint/DETAILS
b/graphics-libs/libmypaint/DETAILS
index 1897df2..e81e9bf 100755
--- a/graphics-libs/libmypaint/DETAILS
+++ b/graphics-libs/libmypaint/DETAILS
@@ -1,8 +1,8 @@
SPELL=libmypaint
- VERSION=1.5.0
+ VERSION=1.6.1
SOURCE="$SPELL-$VERSION.tar.xz"

SOURCE_URL[0]=https://github.com/mypaint/libmypaint/releases/download/v$VERSION/$SOURCE
-
SOURCE_HASH=sha512:ebc08bbdc033013212f31ce672ff015a33df838154f9244df3c9ed4a30696bbad7630081c35c616153db1303692794116aec51b644a6558cd030016f4f470a7b
+
SOURCE_HASH=sha512:e9413fd6a5336791ab3228a5ad9e7f06871d075c7ded236942f896a205ba44ea901a945fdc97b8be357453a1505331b59e824fe67500fbcda0cc4f11f79af608
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-$VERSION"
WEB_SITE="https://github.com/mypaint/libmypaint";
LICENSE[0]=ISC
diff --git a/graphics-libs/libmypaint/HISTORY
b/graphics-libs/libmypaint/HISTORY
index a9bc49a..dcde844 100644
--- a/graphics-libs/libmypaint/HISTORY
+++ b/graphics-libs/libmypaint/HISTORY
@@ -1,3 +1,6 @@
+2023-12-07 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: version 1.6.1
+
2020-02-11 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 1.5.0
* PRE_BUILD, libmypaint-1.3.0-gegl-0.4.14.patch: removed
diff --git a/graphics/gimp/DETAILS b/graphics/gimp/DETAILS
index 8d4c242..b559103 100755
--- a/graphics/gimp/DETAILS
+++ b/graphics/gimp/DETAILS
@@ -1,9 +1,9 @@
SPELL=gimp
#if [[ $GIMP_DEVEL == y ]]; then
#else
- VERSION=2.10.30
+ VERSION=2.10.36
SECURITY_PATCH=2
-
SOURCE_HASH=sha512:02ca9e8846dc2ae856f720b92f3c6af69984cf0b3ce85ba5a67479e5c3c813315a0551b7d011dcf7a6c83dc771e550cc31041126bbea0be3fd483176e0eb2851
+
SOURCE_HASH=sha512:dbe6152ea6ff99cca59bbf2c88a64fb4ff6b529d98ace7723eadf5dfb0e10d9cbaf2de1e0d5251e9ecf9abca73da9ae1a501f229997802fd4077fb9594f4ba66
#fi
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://download.gimp.org/pub/gimp/v${VERSION%.*}/$SOURCE
diff --git a/graphics/gimp/HISTORY b/graphics/gimp/HISTORY
index 049992f..5192a19 100644
--- a/graphics/gimp/HISTORY
+++ b/graphics/gimp/HISTORY
@@ -1,3 +1,7 @@
+2023-12-07 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: version 2.10.36
+ * PRE_BUILD: outdated, gone
+
2023-11-12 Thomas Orgis <sobukus AT sourcemage.org>
* DEPENDS: handle atk deprecation (half-automated)

diff --git a/graphics/gimp/PRE_BUILD b/graphics/gimp/PRE_BUILD
deleted file mode 100755
index efb4a31..0000000
--- a/graphics/gimp/PRE_BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-
-sedit "s:#include <freetype/tttables.h>:#include <freetype2/tttables.h>:" \
- app/text/gimpfont.c
-
diff --git a/graphics/openexr/HISTORY b/graphics/openexr/HISTORY
index 2a704e1..ed96bb3 100644
--- a/graphics/openexr/HISTORY
+++ b/graphics/openexr/HISTORY
@@ -1,5 +1,5 @@
2023-11-11 Thomas Orgis <sobukus AT sourcemage.org>
- * DETAILS: version 3.2.2
+ * DETAILS: version 3.2.1
* DEPENDS: libdeflate and imatha
* BUILD: do not build tests (pulls images from github), remove
non-existing variables
diff --git a/graphics/rawtherapee/DEPENDS b/graphics/rawtherapee/DEPENDS
index f62553d..bbe5a38 100755
--- a/graphics/rawtherapee/DEPENDS
+++ b/graphics/rawtherapee/DEPENDS
@@ -1,4 +1,6 @@
source $GRIMOIRE/CMAKE_DEPENDS &&
+depends exiv2 &&
+depends glib2 &&
depends expat &&
depends libsigc++3 &&
depends lcms2 &&
@@ -7,6 +9,7 @@ depends libcanberra &&
depends libiptcdata &&
depends libpng &&
depends tiff &&
+depends zlib &&
depends -sub SINGLE fftw &&
depends -sub OPENMP fftw &&
depends zlib &&
diff --git a/graphics/rawtherapee/DETAILS b/graphics/rawtherapee/DETAILS
index b4ee35e..4bc8ef8 100755
--- a/graphics/rawtherapee/DETAILS
+++ b/graphics/rawtherapee/DETAILS
@@ -1,9 +1,9 @@
source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=rawtherapee
- VERSION=5.8
+ VERSION=5.9
SOURCE="${SPELL}-${VERSION}.tar.xz"
SOURCE_URL[0]=http://rawtherapee.com/shared/source/$SOURCE
-
SOURCE_HASH=sha512:bc79586cd937dcaefc053e65faa2162de887d514e44980956d937c157c6d55c4f6e6a7a9b8f91f2d657ed2054814737b96d5d741674c1e5a961d7177433efe4e
+
SOURCE_HASH=sha512:0d848a36293eb5cac3212910eaf1d011315269c6bbe780c4c2e5f91719721e25a7d1678a7e4453fa4a9694618978b04828612dc03e1d50cb9c11ad4d238e7ca8
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://rawtherapee.com/";
LICENSE[0]=GPL
diff --git a/graphics/rawtherapee/HISTORY b/graphics/rawtherapee/HISTORY
index ab2f939..183be9c 100644
--- a/graphics/rawtherapee/HISTORY
+++ b/graphics/rawtherapee/HISTORY
@@ -1,3 +1,6 @@
+2023-12-08 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS, DEPENDS: version 5.9
+
2022-07-27 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: switch to PKG-CONFIG provider (automated)




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (237a2a8f12328172ecbeafa52fc8c70494eb2c50), Thomas Orgis, 12/08/2023

Archive powered by MHonArc 2.6.24.

Top of Page