Skip to Content.
Sympa Menu

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

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 (af98578a27e3ad23fcd4cabdcc49bd9fe8c5caed)
  • Date: Wed, 12 Oct 2011 12:01:08 -0500

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

graphics-libs/etl/DETAILS | 6 +++---
graphics-libs/etl/HISTORY | 4 ++++
graphics/mypaint/DETAILS | 21 ++++++++++++++++++---
graphics/mypaint/HISTORY | 3 +++
graphics/mypaint/PREPARE | 2 ++
5 files changed, 30 insertions(+), 6 deletions(-)

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

etl: update to 0.04.14

commit 8018bb1deb3df913089b078ad35d577f6965e134
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

mypaint: Add scm version

diff --git a/graphics-libs/etl/DETAILS b/graphics-libs/etl/DETAILS
index a119665..419a9d1 100755
--- a/graphics-libs/etl/DETAILS
+++ b/graphics-libs/etl/DETAILS
@@ -1,9 +1,9 @@
SPELL=etl
- VERSION=0.04.11
+ VERSION=0.04.14
SOURCE="ETL-${VERSION}.tar.gz"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/ETL-${VERSION}"
- SOURCE_URL[0]="$SOURCEFORGE_URL/synfig/${SOURCE}"
-
SOURCE_HASH="sha512:a2c2a4776fdf46019ecbe7291b121fec3a0d4de6a02340d66149ceea8da7bd994cde1ffa015a897c7466ed3ed0278db1b86114db294c2eb3275a0cc9bfafab6a"
+ SOURCE_URL[0]="$SOURCEFORGE_URL/synfig/ETL/$VERSION/$SOURCE"
+
SOURCE_HASH=sha512:3daf59ecf09a016b40ff26085ce60eb9581c60725d2d33ecc2b3757e628ea407879b7ca5a0d69985041c1954fd7949a5a9dd68a074424be630fdd2bf16911b98
LICENSE[0]=GPL
WEB_SITE="http://www.synfig.org";
ENTERED=20051211
diff --git a/graphics-libs/etl/HISTORY b/graphics-libs/etl/HISTORY
index 3814c99..6ac2c82 100644
--- a/graphics-libs/etl/HISTORY
+++ b/graphics-libs/etl/HISTORY
@@ -1,3 +1,7 @@
+2011-10-12 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Fixed SOURCE_URL[0]
+ updated spell to 0.04.14
+
2011-07-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: changed dependency on g++ to dependency on gcc with
sub-depends on CXX (scripted)
diff --git a/graphics/mypaint/DETAILS b/graphics/mypaint/DETAILS
index c7c0f60..9e245c5 100755
--- a/graphics/mypaint/DETAILS
+++ b/graphics/mypaint/DETAILS
@@ -1,9 +1,22 @@
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=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}"
+fi
WEB_SITE="http://mypaint.intilinux.com/";
LICENSE[0]=GPL
ENTERED=20111009
@@ -14,9 +27,11 @@ 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
+* 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
diff --git a/graphics/mypaint/HISTORY b/graphics/mypaint/HISTORY
index 8a3a781..07a6b3a 100644
--- a/graphics/mypaint/HISTORY
+++ b/graphics/mypaint/HISTORY
@@ -1,3 +1,6 @@
+2011-10-12 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: add scm version
+
2011-10-10 Ismael Luceno <ismael AT sourcemage.org>
* BUILD, DEPENDS, DETAILS, INSTALL: spell created
* INSTALL: Fix scons call
diff --git a/graphics/mypaint/PREPARE b/graphics/mypaint/PREPARE
new file mode 100755
index 0000000..b652aeb
--- /dev/null
+++ b/graphics/mypaint/PREPARE
@@ -0,0 +1,2 @@
+. "$GRIMOIRE"/FUNCTIONS
+prepare_select_branch stable scm



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

Archive powered by MHonArc 2.6.24.

Top of Page