summaryrefslogtreecommitdiffstats
path: root/graphics/mypaint/DETAILS
blob: 68d547bae11a59da7dec0c4f0b291f2f37d85b52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
           SPELL=mypaint
if [[ $MYPAINT_BRANCH == scm ]]; then
  if [[ $MYPAINT_AUTOUPDATE == y ]]; then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=scm
  fi
          SOURCE="$SPELL-scm.tar.bz2"
   SOURCE_URL[0]=git://gitorious.org/$SPELL/$SPELL.git:$SPELL-scm
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
else
         VERSION=1.0.0
          SOURCE="${SPELL}-${VERSION}.tar.bz2"
   SOURCE_URL[0]=http://download.gna.org/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:91434f6d352d4f5dde3d919772a678a17f15a6d2914fb2377b40e4a0fea042e3c96b5618e1864eacdbfa52f449be03062da2ecb8ec08bae168e3a12904047bf2
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
fi
        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