[Lunar-commits] <moonbase-other> synfig: Readding to moonbase along with a version bump.
stumbles
stumbles at lunar-linux.org
Sun Jan 13 06:13:06 CET 2013
commit 15394c82bf815addf13ad239dcb21e00b08b66dc
Author: stumbles <stumbles at lunar-linux.org>
Date: Sat, 12 Jan 2013 21:13:06 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/15394c82bf815addf13ad239dcb21e00b08b66dc
synfig: Readding to moonbase along with a version bump.
---
graphics/synfig/DEPENDS | +16/-0
graphics/synfig/DETAILS | +24/-0
2 files changed, 40 insertions(+)
--- /dev/null
+++ b/graphics/synfig/DEPENDS
@@ -0,0 +1,16 @@
+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"
+
+# As long as you don't add libavcodedc and libswscale, it will compile with ffmpeg
+optional_depends "ffmpeg" "--with-ffmpeg" "--without-ffmpeg" "for ffmpeg video support"
+
+optional_depends "ImageMagick" "--with-imagemagick" "--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"
+optional_depends "libdv" "--with-libdv" "--without-libdv" "for DV video support"
--- /dev/null
+++ b/graphics/synfig/DETAILS
@@ -0,0 +1,24 @@
+ MODULE=synfig
+ VERSION=0.63.05
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE/
+ SOURCE_VFY=sha1:d532b8dd37a7eed10ea5de6f5b2b2dd419648f2c
+ WEB_SITE=http://synfig.org/
+ ENTERED=20090916
+ UPDATED=20130112
+ SHORT="vector based 2D animation package"
+
+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