Skip to Content.
Sympa Menu

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

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
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (18d421fa4ac770dc848af300fb342c75166c28a6)
  • Date: Thu, 10 Nov 2016 06:03:04 +0000

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

graphics/ipe/BUILD | 11 ++++-------
graphics/ipe/DEPENDS | 7 ++++++-
graphics/ipe/DETAILS | 8 ++++----
graphics/ipe/HISTORY | 5 +++++
graphics/ipe/INSTALL | 1 +
5 files changed, 20 insertions(+), 12 deletions(-)

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

ipe 7.2.6

diff --git a/graphics/ipe/BUILD b/graphics/ipe/BUILD
index 9ad7394..1ab6bad 100755
--- a/graphics/ipe/BUILD
+++ b/graphics/ipe/BUILD
@@ -1,7 +1,4 @@
-cd src &&
-sedit '1iIPEPREFIX = /usr' config.pri &&
-sedit '34i#include <cstring>' ipelib/ipedct.cpp &&
-sedit '41i#include <cstring>' ipelib/ipepdfwriter.cpp &&
-# needs qt4 qmake or it links against qt3
-$INSTALL_ROOT/usr/bin/qt4/qmake &&
-make
+qt="$INSTALL_ROOT/opt/qt5"
+export PATH="$qt/bin:$PATH" PKG_CONFIG_PATH="$qt/lib/pkgconfig"
+
+make -C src IPEPREFIX="$INSTALL_ROOT"/usr LUA_PACKAGE=lua
diff --git a/graphics/ipe/DEPENDS b/graphics/ipe/DEPENDS
index 1654e64..bfaf71d 100755
--- a/graphics/ipe/DEPENDS
+++ b/graphics/ipe/DEPENDS
@@ -1,4 +1,9 @@
depends -sub CXX gcc &&
depends zlib &&
depends freetype2 &&
-depends qt4
+depends cairo &&
+depends libpng &&
+depends JPEG &&
+depends lua &&
+# Note: Contrary to the documentation, it can only be built against Qt 5
+depends qtbase
diff --git a/graphics/ipe/DETAILS b/graphics/ipe/DETAILS
index 5dc89c8..fec5877 100755
--- a/graphics/ipe/DETAILS
+++ b/graphics/ipe/DETAILS
@@ -1,10 +1,10 @@
SPELL=ipe
- VERSION=6.0pre32
+ VERSION=7.2.6
SOURCE=$SPELL-$VERSION-src.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://luaforge.net/frs/download.php/3878/$SOURCE
-
SOURCE_HASH=sha512:f1df79939893f9e80dd963353da5f6e5415b8b3d54a8f45964719508c24e0e51f6053df6876fa44dea9da54b3981d06b4446c1438db237843a76e3dea9c819b6
- WEB_SITE=http://tclab.kaist.ac.kr/ipe/
+
SOURCE_URL[0]=https://dl.bintray.com/otfried/generic/ipe/${VERSION%.*}/$SOURCE
+
SOURCE_HASH=sha512:d03539ac0ed52539d42c0df2b9d6a97141a61dcc87873a0c58d9d044fad9a9d30cac67edc7a2d58f21c937095d6ea6c2218287b5d88aebf5d12de807be623034
+ WEB_SITE=http://ipe.otfried.org/
LICENSE[0]=GPL
ENTERED=20060327
SHORT="An editor for creating figures in PDF or Postscript
format."
diff --git a/graphics/ipe/HISTORY b/graphics/ipe/HISTORY
index 000dc99..ec1552f 100644
--- a/graphics/ipe/HISTORY
+++ b/graphics/ipe/HISTORY
@@ -1,3 +1,8 @@
+2016-11-10 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 7.2.6
+ * DEPENDS: Updated dependencies
+ * BUILD, INSTALL: Updated, new build system
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DEPENDS: depends -sub CXX gcc (half-automated)

diff --git a/graphics/ipe/INSTALL b/graphics/ipe/INSTALL
new file mode 100755
index 0000000..70be44d
--- /dev/null
+++ b/graphics/ipe/INSTALL
@@ -0,0 +1 @@
+make -C src IPEPREFIX="$INSTALL_ROOT"/usr install



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (18d421fa4ac770dc848af300fb342c75166c28a6), Ismael Luceno, 11/10/2016

Archive powered by MHonArc 2.6.24.

Top of Page