[Lunar-commits] <moonbase> cinepaint: Version bump to 1.0.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Feb 14 17:02:17 CET 2012
commit 5a7d2562b8b2a0d78e3e64cf64ff4c77a923a54a
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Feb 14 11:02:17 2012 -0500
cinepaint: Version bump to 1.0.
---
graphics/cinepaint/BUILD | 9 +++++----
graphics/cinepaint/DETAILS | 10 +++++-----
2 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/graphics/cinepaint/BUILD b/graphics/cinepaint/BUILD
index 78015c7..f5bd10d 100644
--- a/graphics/cinepaint/BUILD
+++ b/graphics/cinepaint/BUILD
@@ -1,14 +1,15 @@
(
- sedit "s|Fl::awake(0);|Fl::awake((void*)0);|" plug-ins/icc_examin/icc_examin/icc_helfer_fltk.cpp
- sedit "s:ld_x_flags:ldflags:" configure plug-ins/icc_examin/icc_examin/configure.sh
- sedit "s:oyGetMonitorProfileName:oyGetMonitorProfileNameFromDB:" plug-ins/icc_examin/icc_examin/icc_oyranos.cpp
+ sh autogen.sh &&
+
+ LDFALGS+=" -lm" &&
+ CFLAGS+=" -lm" &&
if module_installed Python ; then
OPTS+=" --enable-pygimp --with-python=/usr/bin/python"
fi &&
- OPTS+=" --enable-gtk2"
+ OPTS+=" --enable-gtk2" &&
default_build
diff --git a/graphics/cinepaint/DETAILS b/graphics/cinepaint/DETAILS
index 781feea..e2d3a3d 100644
--- a/graphics/cinepaint/DETAILS
+++ b/graphics/cinepaint/DETAILS
@@ -1,13 +1,13 @@
MODULE=cinepaint
- VERSION=0.22-1
- SOURCE=$MODULE-$VERSION.tar.gz
+ VERSION=1.0
+ SOURCE=$MODULE-$VERSION.tgz
SOURCE_URL=$SFORGE_URL/$MODULE
- SOURCE_VFY=sha1:717580b9b8b1044d76f1f0e4330e1c8104e2a206
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+ SOURCE_VFY=sha1:2f59195e05c4b987d5138c9df4ce849711140400
WEB_SITE=http://www.cinepaint.org/
ENTERED=20080127
- UPDATED=20080127
+ UPDATED=20120214
SHORT="deep paint manipulation and image processing"
-
PSAFE=no
cat << EOF
CinePaint is a collection of free open source software tools for deep
More information about the Lunar-commits
mailing list