[Lunar-commits] <moonbase> synfig: Adding to moonbase.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Wed Sep 16 22:05:23 CEST 2009


commit 4e74c4df30a30c283b9e6ca2456a065887dc8343
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Wed Sep 16 16:05:23 2009 -0400

    synfig: Adding to moonbase.
---
 graphics/synfig/DEPENDS |   13 +++++++++++++
 graphics/synfig/DETAILS |   25 +++++++++++++++++++++++++
 2 files changed, 38 insertions(+), 0 deletions(-)

diff --git a/graphics/synfig/DEPENDS b/graphics/synfig/DEPENDS
new file mode 100644
index 0000000..f3d85a6
--- /dev/null
+++ b/graphics/synfig/DEPENDS
@@ -0,0 +1,13 @@
+depends ETL
+depends libxml++ 
+depends libpng
+
+optional_depends "libmng"    ""                   ""                   "for MNG graphics support"
+optional_depends "freetype2" "--with-freetype"    "--without-freetype" "for freetype font support"
+optional_depends "jpeg"      "--with-jpeg"        "--without-jpeg"     "for jpeg image support"
+optional_depends "ffmpeg"    "--with-ffmpeg"      "--without-ffmpeg"   "for ffmpeg video support"
+
+optional_depends "ImageMagick" "--with-imgemgick"  "--without-imagemagick" "for ImageMacik graphics support"
+optional_depends "fontconfig"  "--with-fontconfig" "--without-fontconfig"  "for fontconfig support"
+
+optional_depends "OpenEXR"     "--with-openexr "   "--without-openexr"     "for ILM's high dynamic-range support"
diff --git a/graphics/synfig/DETAILS b/graphics/synfig/DETAILS
new file mode 100644
index 0000000..a5063b8
--- /dev/null
+++ b/graphics/synfig/DETAILS
@@ -0,0 +1,25 @@
+          MODULE=synfig
+         VERSION=0.61.09
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/$MODULE/$MODULE/$VERSION/
+      SOURCE_VFY=sha1:0c72ae152898970ceb91e4d7d09f506c023bd490
+        WEB_SITE=http://www.synfig.org/Main_Page
+         ENTERED=20090916
+         UPDATED=20090916
+           SHORT="vector based 2D animation package"
+
+PSAFE=no
+cat << EOF
+synfig is a vector based 2D animation package. It is designed to be
+capable of producing feature-film quality animation. It eliminates the
+need for tweening, preventing the need to hand-draw each frame. synfig
+features spatial and temporal resolution independence (sharp and smooth
+at any resolution or framerate), high dynamic range images, and a
+flexible plugin system.
+
+This package contains the renderer used to convert synfig .sif files to
+raster images, videos and other formats. Layer types include geometric,
+gradient, filter, distortion, transformation, fractal and others. Output
+targets include JPEG, PNG, GIF, BMP, PPM, DV, OpenEXR, ffmpeg (MPEG1),
+libavcodec (AVI), imagemagick (MIFF), yuv420p, MNG and others. 
+EOF


More information about the Lunar-commits mailing list