Skip to Content.
Sympa Menu

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

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 (a690bcc6446f65f93d014fefd26319f75810bb72)
  • Date: Sun, 9 Oct 2011 20:28:29 -0500

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

ChangeLog | 3 +++
graphics/mypaint/BUILD | 1 +
graphics/mypaint/DEPENDS | 7 +++++++
graphics/mypaint/DETAILS | 29 +++++++++++++++++++++++++++++
graphics/mypaint/HISTORY | 3 +++
graphics/mypaint/INSTALL | 1 +
6 files changed, 44 insertions(+)

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

mypaint: new spell, graphics application for digital painters

diff --git a/ChangeLog b/ChangeLog
index 9ab2188..ea402b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-10-10 Ismael Luceno <ismael AT sourcemage.org>
+ * graphics/mypaint: new spell, graphics application for digital
painters
+
2011-10-09 Ladislav Hagara <hgr AT vabo.cz>
* gnome3-libs/pygobject3: new spell, Python bindings for the GObject

diff --git a/graphics/mypaint/BUILD b/graphics/mypaint/BUILD
new file mode 100755
index 0000000..ebff829
--- /dev/null
+++ b/graphics/mypaint/BUILD
@@ -0,0 +1 @@
+scons
diff --git a/graphics/mypaint/DEPENDS b/graphics/mypaint/DEPENDS
new file mode 100755
index 0000000..3b484a7
--- /dev/null
+++ b/graphics/mypaint/DEPENDS
@@ -0,0 +1,7 @@
+depends scons &&
+depends pygtk2 &&
+depends python &&
+depends swig &&
+depends numpy &&
+depends pycairo &&
+depends libpng
diff --git a/graphics/mypaint/DETAILS b/graphics/mypaint/DETAILS
new file mode 100755
index 0000000..c7c0f60
--- /dev/null
+++ b/graphics/mypaint/DETAILS
@@ -0,0 +1,29 @@
+ SPELL=mypaint
+ VERSION=0.9.1
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://download.gna.org/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:81bbd8f272c2c98154bb65bf3709e81cda3a74e20427e8433d34f12ca56082844451d1412af0444696f6a9d5f26bbcbae6ae0199668130931551916b3238cca3
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://mypaint.intilinux.com/";
+ LICENSE[0]=GPL
+ ENTERED=20111009
+ SHORT="graphics application for digital painters"
+cat << EOF
+MyPaint is a fast and easy open-source graphics application for digital
+painters. It lets you focus on the art instead of the program. You work on
+your canvas with minimum distractions, bringing up the interface only when
+you need it.
+
+* Designed for pressure sensitive graphics tablets * Simple and minimalistic
+user interface * Extensive brush creation and configuration options *
+Unlimited canvas (you never have to resize) * Basic layer support
+
+MyPaint comes with a large brush collection including charcoal and ink to
+emulate real media, but the highly configurable brush engine allows you to
+experiment with your own brushes and with not-quite-natural painting. Before
+beginning it is a good idea to read the quick-start tutorial to see how the
+program is meant to be used. You can also visit the MyPaint Wiki.
+
+Related projects are DrawPile, Flowpaint, Qaquarelle, Gogh, Alchemy, Krita,
+ChibiPaint, Harmony. You might like easystroke for defining gestures.
+EOF
diff --git a/graphics/mypaint/HISTORY b/graphics/mypaint/HISTORY
new file mode 100644
index 0000000..5061ee7
--- /dev/null
+++ b/graphics/mypaint/HISTORY
@@ -0,0 +1,3 @@
+2011-10-10 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
+
diff --git a/graphics/mypaint/INSTALL b/graphics/mypaint/INSTALL
new file mode 100755
index 0000000..beb120b
--- /dev/null
+++ b/graphics/mypaint/INSTALL
@@ -0,0 +1 @@
+scons prefix=$INSTALL_ROOT/usr



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a690bcc6446f65f93d014fefd26319f75810bb72), Ismael Luceno, 10/09/2011

Archive powered by MHonArc 2.6.24.

Top of Page