Skip to Content.
Sympa Menu

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

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 (d758c3ed6d5ed1e393a16e3484721272fe6bf422)
  • Date: Sun, 7 Feb 2016 23:49:18 +0000

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

graphics-libs/gegl/DEPENDS | 1 +
graphics-libs/gegl/HISTORY | 3 +++
xorg-driver/xf86-video-nv/HISTORY | 3 +++
xorg-driver/xf86-video-nv/PRE_BUILD | 6 ++++--
4 files changed, 11 insertions(+), 2 deletions(-)

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

xf86-video-nv: hack to make it build again, for those who like to try the
old driver

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

gegl: depends json-glib

diff --git a/graphics-libs/gegl/DEPENDS b/graphics-libs/gegl/DEPENDS
index 8d7cae0..4a6cdb9 100755
--- a/graphics-libs/gegl/DEPENDS
+++ b/graphics-libs/gegl/DEPENDS
@@ -1,6 +1,7 @@
. "$GRIMOIRE/FUNCTIONS" &&

depends glib2 &&
+depends json-glib &&
depends babl &&
depends gtk+2 &&

diff --git a/graphics-libs/gegl/HISTORY b/graphics-libs/gegl/HISTORY
index ea599ee..89a523e 100644
--- a/graphics-libs/gegl/HISTORY
+++ b/graphics-libs/gegl/HISTORY
@@ -1,3 +1,6 @@
+2015-12-12 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: needs also json-glib
+
2015-12-03 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 0.3.4

diff --git a/xorg-driver/xf86-video-nv/HISTORY
b/xorg-driver/xf86-video-nv/HISTORY
index b144f95..2e6c008 100644
--- a/xorg-driver/xf86-video-nv/HISTORY
+++ b/xorg-driver/xf86-video-nv/HISTORY
@@ -1,3 +1,6 @@
+2015-12-12 Thomas Orgis <sobukus AT sourcemage.org>
+ * PRE_BUILD: remove calls to obsolete function to make it build again
+
2014-08-24 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: updated to 2.1.20 (removed sig)
* PRE_BUILD: provide fake mibstore.h
diff --git a/xorg-driver/xf86-video-nv/PRE_BUILD
b/xorg-driver/xf86-video-nv/PRE_BUILD
index 7c3d653..20869af 100755
--- a/xorg-driver/xf86-video-nv/PRE_BUILD
+++ b/xorg-driver/xf86-video-nv/PRE_BUILD
@@ -1,4 +1,6 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
-touch src/mibstore.h
-
+touch src/mibstore.h &&
+# Obsolete API call. Simply remove. Compare:
+# https://bugs.freedesktop.org/show_bug.cgi?id=65444
+perl -pi -e 's:^\s*miInitializeBackingStore\(pScreen\);$::' $(find -name
*.c)



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (d758c3ed6d5ed1e393a16e3484721272fe6bf422), Thomas Orgis, 02/07/2016

Archive powered by MHonArc 2.6.24.

Top of Page