Skip to Content.
Sympa Menu

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

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 (f4375bfe3e7a38fc497d402dcd1a419cd40125ae)
  • Date: Wed, 28 Feb 2018 17:25:55 +0000

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

ChangeLog | 4 ++++
graphics/grafx2/BUILD | 1 +
graphics/grafx2/DEPENDS | 5 +++++
graphics/grafx2/DETAILS | 20 ++++++++++++++++++++
graphics/grafx2/HISTORY | 2 ++
graphics/grafx2/INSTALL | 1 +
6 files changed, 33 insertions(+)

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

grafx2: new spell, bitmap paint program inspired by Deluxe Paint and
Brilliance

diff --git a/ChangeLog b/ChangeLog
index 0c4c672..87dfb27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-02-28 Ismael Luceno <ismael AT sourcemage.org>
+ * graphics/grafx2: new spell, bitmap paint program inspired by
+ Deluxe Paint and Brilliance
+
2018-02-27 Treeve Jelbert <treeve AT sourcemage.org>
* libtom.gpg: added, Steffen Jaeckel <jaeckel AT stzedn.de>
* kde5-apps/falkon: added
diff --git a/graphics/grafx2/BUILD b/graphics/grafx2/BUILD
new file mode 100755
index 0000000..2225e7a
--- /dev/null
+++ b/graphics/grafx2/BUILD
@@ -0,0 +1 @@
+make -C src prefix=/usr OPTIM=3 release
diff --git a/graphics/grafx2/DEPENDS b/graphics/grafx2/DEPENDS
new file mode 100755
index 0000000..3382917
--- /dev/null
+++ b/graphics/grafx2/DEPENDS
@@ -0,0 +1,5 @@
+depends sdl &&
+depends sdl_image &&
+depends libpng &&
+optional_depends lua '' NOLUA=1 'for Lua scripting support' &&
+optional_depends sdl_ttf '' NOTTF=1 'for TTF support'
diff --git a/graphics/grafx2/DETAILS b/graphics/grafx2/DETAILS
new file mode 100755
index 0000000..290557a
--- /dev/null
+++ b/graphics/grafx2/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=grafx2
+ VERSION=2.4
+
SOURCE="grafX2-v$VERSION-34166d75592b60a6d0c1f85f60029bc03cbe13f4.tar.bz2"
+
SOURCE_URL[0]=https://gitlab.com/GrafX2/grafX2/repository/v$VERSION/archive.tar.bz2
+
SOURCE_HASH=sha512:708eb833fec53bff0d7e2517295bf3aa177c66f3455882437e76f2d17eecf02d5c219827fa349cbc55f215b387e87ee77d0b9776551d83ef320403e5f0ac9b28
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SOURCE%.tar.bz2}"
+ WEB_SITE="http://grafx2.chez.com/";
+ LICENSE[0]="GPLv2"
+ ENTERED=20180218
+ KEYWORDS=""
+ SHORT="bitmap paint program inspired by Deluxe Paint and
Brilliance"
+cat << EOF
+GrafX2 is a bitmap paint program inspired by the Amiga programs Deluxe
+Paint and Brilliance. Specialized in 256-color drawing, it includes a very
+large number of tools and effects that make it particularly suitable for
pixel
+art, game graphics, and generally any detailed graphics painted with a mouse.
+
+The program is mostly developed on Haiku, Linux and Windows, but is also
+portable on many other platforms.
+EOF
diff --git a/graphics/grafx2/HISTORY b/graphics/grafx2/HISTORY
new file mode 100644
index 0000000..73a8555
--- /dev/null
+++ b/graphics/grafx2/HISTORY
@@ -0,0 +1,2 @@
+2018-02-28 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/graphics/grafx2/INSTALL b/graphics/grafx2/INSTALL
new file mode 100755
index 0000000..bdb4cc5
--- /dev/null
+++ b/graphics/grafx2/INSTALL
@@ -0,0 +1 @@
+make -C src prefix=/usr install



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (f4375bfe3e7a38fc497d402dcd1a419cd40125ae), Ismael Luceno, 02/28/2018

Archive powered by MHonArc 2.6.24.

Top of Page