[Lunar-commits] cinepaint: initial import.
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Sun Jan 27 15:27:48 CET 2008
commit aff540f8bec3c18d521e78621821bdaf38fbe230
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Sun Jan 27 09:27:48 2008 -0500
cinepaint: initial import.
---
graphics/cinepaint/BUILD | 7 +++++++
graphics/cinepaint/DEPENDS | 12 ++++++++++++
graphics/cinepaint/DETAILS | 19 +++++++++++++++++++
3 files changed, 38 insertions(+), 0 deletions(-)
diff --git a/graphics/cinepaint/BUILD b/graphics/cinepaint/BUILD
new file mode 100644
index 0000000..01f1fc5
--- /dev/null
+++ b/graphics/cinepaint/BUILD
@@ -0,0 +1,7 @@
+(
+
+ OPTS="$OPTS --enable-gtk2"
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/graphics/cinepaint/DEPENDS b/graphics/cinepaint/DEPENDS
new file mode 100644
index 0000000..81f3b89
--- /dev/null
+++ b/graphics/cinepaint/DEPENDS
@@ -0,0 +1,12 @@
+depends zlib
+depends flex
+depends fltk
+depends libXext
+depends libXpm
+depends libpng
+depends tiff
+depends lcms
+depends OpenEXR
+
+optional_depends "gutenprint" "--with-gutenprint" "--without-gutenprint" "for printing support"
+optional_depends "oyranos" "" "" "for ICM support"
diff --git a/graphics/cinepaint/DETAILS b/graphics/cinepaint/DETAILS
new file mode 100644
index 0000000..ef6e885
--- /dev/null
+++ b/graphics/cinepaint/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=cinepaint
+ VERSION=0.22-1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:717580b9b8b1044d76f1f0e4330e1c8104e2a206
+ WEB_SITE=http://www.cinepaint.org/
+ ENTERED=20070818
+ UPDATED=20070818
+ SHORT="deep paint manipulation and image processing"
+
+cat << EOF
+CinePaint is a collection of free open source software tools for deep
+paint manipulation and image processing. CinePaint is used for motion
+picture frame-by-frame retouching, dirt removal, wire rig removal,
+render repair, background plates, and 3d model textures. It's been used
+on many feature films, including The Last Samurai where it was used to
+add flying arrows. It's also being used by pro photographers who need
+greater color fidelity than is available in other tools.
+EOF
More information about the Lunar-commits
mailing list