Skip to Content.
Sympa Menu

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

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 (ef31e034a0d745c0890006b043628f7703e1ddf6)
  • Date: Mon, 5 Jan 2015 11:28:24 -0600

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

audio-creation/nted/CONFIGURE | 2 -
audio-creation/nted/HISTORY | 1
audio-creation/nted/PRE_BUILD | 3 ++
audio-creation/nted/nted-1.10.18-headerfix.patch | 24
+++++++++++++++++++++++
4 files changed, 29 insertions(+), 1 deletion(-)

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

nted: build fixes

diff --git a/audio-creation/nted/CONFIGURE b/audio-creation/nted/CONFIGURE
index 5ee8027..d2a3310 100755
--- a/audio-creation/nted/CONFIGURE
+++ b/audio-creation/nted/CONFIGURE
@@ -1 +1 @@
-config_query_option NTED_DOCS "Build docs (dependency on yelp and xmlto)?" y
+config_query NTED_DOCS "Build docs (dependency on yelp and xmlto)?" y
diff --git a/audio-creation/nted/HISTORY b/audio-creation/nted/HISTORY
index d00f8fd..af61c6c 100644
--- a/audio-creation/nted/HISTORY
+++ b/audio-creation/nted/HISTORY
@@ -1,5 +1,6 @@
2014-12-07 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: bump to 1.10.18
+ * PRE_BUILD, nted-1.10.18-headerfix.patch: fix build on current system

2011-07-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: changed dependency on g++ to dependency on gcc with
diff --git a/audio-creation/nted/PRE_BUILD b/audio-creation/nted/PRE_BUILD
new file mode 100755
index 0000000..5804fb9
--- /dev/null
+++ b/audio-creation/nted/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+patch -p1 < "$SCRIPT_DIRECTORY/nted-1.10.18-headerfix.patch"
diff --git a/audio-creation/nted/nted-1.10.18-headerfix.patch
b/audio-creation/nted/nted-1.10.18-headerfix.patch
new file mode 100644
index 0000000..f8ab75c
--- /dev/null
+++ b/audio-creation/nted/nted-1.10.18-headerfix.patch
@@ -0,0 +1,24 @@
+diff -ru nted-1.10.18.orig/dynarray.h nted-1.10.18/dynarray.h
+--- nted-1.10.18.orig/dynarray.h 2011-01-27 14:09:44.000000000 +0100
++++ nted-1.10.18/dynarray.h 2014-12-07 13:08:15.461615576 +0100
+@@ -26,6 +26,8 @@
+ #ifndef DYN_ARRAY_H
+
+ #define DYN_ARRAY_H
++
++#include <string.h>
+ #include <gtk/gtk.h>
+
+ #define CHECK_SIZES
+diff -ru nted-1.10.18.orig/mainwindow.cpp nted-1.10.18/mainwindow.cpp
+--- nted-1.10.18.orig/mainwindow.cpp 2011-01-27 14:09:44.000000000 +0100
++++ nted-1.10.18/mainwindow.cpp 2014-12-07 13:06:35.482865482 +0100
+@@ -24,7 +24,7 @@
+ #include <stdio.h>
+ #include <time.h>
+ #include <ft2build.h>
+-#include <freetype/freetype.h>
++#include <freetype2/freetype.h>
+ #include <gtk/gtk.h>
+ #include <gdk/gdkkeysyms.h>
+ #include <cairo-ps.h>



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (ef31e034a0d745c0890006b043628f7703e1ddf6), Thomas Orgis, 01/05/2015

Archive powered by MHonArc 2.6.24.

Top of Page