Skip to Content.
Sympa Menu

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

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 (7121985ad68642ac4993634ca31393d095a65401)
  • Date: Fri, 13 Nov 2020 17:55:31 +0000

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

gnome2-libs/glibmm/DEPENDS | 2 +-
gnome2-libs/glibmm/HISTORY | 4 ++++
graphics-libs/gegl/DEPENDS | 1 +
graphics-libs/gegl/HISTORY | 3 +++
graphics-libs/gtkimageview/BUILD | 1 +
graphics-libs/gtkimageview/HISTORY | 3 +++
libs/libsigc++3.0/DETAILS | 1 +
libs/libsigc++3.0/HISTORY | 3 +++
libs/libsigc++3.0/UP_TRIGGERS | 5 +++++
libs/libsigc++3/HISTORY | 3 +++
libs/libsigc++3/UP_TRIGGERS | 5 +++++
11 files changed, 30 insertions(+), 1 deletion(-)

New commits:
commit 7121985ad68642ac4993634ca31393d095a65401
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

gtkimageview: fix build by linking explicitly with -lm

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

gegl: needs luajit

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

libsigc++3: handle vanished .la files

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

libsigc++3.0: .la files vanished, handle that

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

glibmm: depends on libsigc++3.0

diff --git a/gnome2-libs/glibmm/DEPENDS b/gnome2-libs/glibmm/DEPENDS
index b4a02a3..1ca1d23 100755
--- a/gnome2-libs/glibmm/DEPENDS
+++ b/gnome2-libs/glibmm/DEPENDS
@@ -1,2 +1,2 @@
-depends libsigc++3 &&
+depends libsigc++3.0 &&
depends glib2
diff --git a/gnome2-libs/glibmm/HISTORY b/gnome2-libs/glibmm/HISTORY
index 7059dee..072e549 100644
--- a/gnome2-libs/glibmm/HISTORY
+++ b/gnome2-libs/glibmm/HISTORY
@@ -1,3 +1,7 @@
+2020-11-09 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: libsigc++3.0, not libsigc++3
+ * DETAILS: PATCHLEVEL++, since tablet info changes
+
2020-09-21 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: version 2.65.1, needed for current pangomm
Also switch off redundant docs, update description.
diff --git a/graphics-libs/gegl/DEPENDS b/graphics-libs/gegl/DEPENDS
index 1671e81..29f58aa 100755
--- a/graphics-libs/gegl/DEPENDS
+++ b/graphics-libs/gegl/DEPENDS
@@ -2,6 +2,7 @@

depends meson &&
depends glib2 &&
+depends luajit &&
depends json-glib &&
depends babl &&
depends gtk+2 &&
diff --git a/graphics-libs/gegl/HISTORY b/graphics-libs/gegl/HISTORY
index a3945a7..b344de3 100644
--- a/graphics-libs/gegl/HISTORY
+++ b/graphics-libs/gegl/HISTORY
@@ -1,3 +1,6 @@
+2020-11-09 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: luajit
+
2020-02-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.4.24

diff --git a/graphics-libs/gtkimageview/BUILD
b/graphics-libs/gtkimageview/BUILD
new file mode 100755
index 0000000..6cf52c2
--- /dev/null
+++ b/graphics-libs/gtkimageview/BUILD
@@ -0,0 +1 @@
+LIBS=-lm default_build
diff --git a/graphics-libs/gtkimageview/HISTORY
b/graphics-libs/gtkimageview/HISTORY
index f064f76..fe1c61c 100644
--- a/graphics-libs/gtkimageview/HISTORY
+++ b/graphics-libs/gtkimageview/HISTORY
@@ -1,3 +1,6 @@
+2020-11-09 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD: fix by explictily mentioning libm
+
2016-09-11 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: fix WEB_SITE, SOURCE_URL

diff --git a/libs/libsigc++3.0/DETAILS b/libs/libsigc++3.0/DETAILS
index 661b817..aac8e5d 100755
--- a/libs/libsigc++3.0/DETAILS
+++ b/libs/libsigc++3.0/DETAILS
@@ -1,6 +1,7 @@
. "$GRIMOIRE"/MESON_FUNCTIONS
SPELL=libsigc++3.0
VERSION=3.0.4
+ PATCHLEVEL=1

SOURCE_HASH=sha512:b84ae7da6708e02302d08e295d6a566f12fb2c6f0d02f811661a0a541d7969e96a1e920218394dd109b3f362d102f2956aa968539710fa180d7d97e9676fb83d
SOURCE=libsigc++-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/libsigc++-$VERSION"
diff --git a/libs/libsigc++3.0/HISTORY b/libs/libsigc++3.0/HISTORY
index b843a63..1cd2bbd 100644
--- a/libs/libsigc++3.0/HISTORY
+++ b/libs/libsigc++3.0/HISTORY
@@ -1,3 +1,6 @@
+2020-11-09 Thomas Orgis <sobukus AT sourcemage.org>
+ * UP_TRIGGERS: handle .la removal
+
2020-09-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 3.0.4
* DEPENDS, DETAILS, CONFIGURE: use meson
diff --git a/libs/libsigc++3.0/UP_TRIGGERS b/libs/libsigc++3.0/UP_TRIGGERS
new file mode 100755
index 0000000..ab11696
--- /dev/null
+++ b/libs/libsigc++3.0/UP_TRIGGERS
@@ -0,0 +1,5 @@
+# 3.0.4 removes .la file
+if [[ -e "$INSTALL_ROOT/usr/lib/libsigc-3.0.la" ]]; then
+ . $GRIMOIRE/la_remove_up_trigger.function
+ la_remove_up_trigger 0
+fi
diff --git a/libs/libsigc++3/HISTORY b/libs/libsigc++3/HISTORY
index b5ae3f2..4f46d10 100644
--- a/libs/libsigc++3/HISTORY
+++ b/libs/libsigc++3/HISTORY
@@ -1,3 +1,6 @@
+2020-11-09 Thomas Orgis <sobukus AT sourcemage.org>
+ * UP_TRIGGERS: handle the dropped .la file
+
2020-09-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 2.10.4
* DETAILS, DEPENDS, CONFIGURE: use meson
diff --git a/libs/libsigc++3/UP_TRIGGERS b/libs/libsigc++3/UP_TRIGGERS
new file mode 100755
index 0000000..fdd5a3c
--- /dev/null
+++ b/libs/libsigc++3/UP_TRIGGERS
@@ -0,0 +1,5 @@
+# 2.10.4 removes .la file
+if [[ -e "$INSTALL_ROOT/usr/lib/libsigc-2.0.la" ]]; then
+ . $GRIMOIRE/la_remove_up_trigger.function
+ la_remove_up_trigger 0
+fi



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (7121985ad68642ac4993634ca31393d095a65401), Thomas Orgis, 11/13/2020

Archive powered by MHonArc 2.6.24.

Top of Page