[Lunar-commits] <moonbase> synfig: Version bump to 0.63.02. The BUILD is not needed. Uncommenting the
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Fri Oct 7 13:35:48 CEST 2011
commit 76adff80fa70d2cc1401f1c1c6ec80cb1da95d90
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Fri Oct 7 07:35:48 2011 -0400
synfig: Version bump to 0.63.02. The BUILD is not needed. Uncommenting the
ffmpeg for reasons noted in the comment.
---
graphics/synfig/BUILD | 12 ------------
graphics/synfig/DEPENDS | 16 +++++++---------
graphics/synfig/DETAILS | 6 +++---
3 files changed, 10 insertions(+), 24 deletions(-)
diff --git a/graphics/synfig/BUILD b/graphics/synfig/BUILD
deleted file mode 100644
index 5f94377..0000000
--- a/graphics/synfig/BUILD
+++ /dev/null
@@ -1,12 +0,0 @@
-(
-
- sed -i "40i #include <cstdio>" src/synfig/time.cpp &&
-
-# This seems to be a gcc-4.5.1 problem as the make fails on an error
-# such as for a function-style cast, remove the redundant '::connection'
-# and this sedit takes care of that.
- sedit "s|::connection::connection|::connection|g" src/synfig/canvas.cpp &&
-
- default_build
-
-) > $C_FIFO 2>&1
diff --git a/graphics/synfig/DEPENDS b/graphics/synfig/DEPENDS
index 07faee3..28eb8c9 100644
--- a/graphics/synfig/DEPENDS
+++ b/graphics/synfig/DEPENDS
@@ -4,15 +4,13 @@ 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 "%JPEG" "--with-jpeg" "--without-jpeg" "for jpeg image support"
-# Currently fails with our version of ffmpeg.
-#optional_depends "ffmpeg" "--with-ffmpeg --with-libavcodec --without-libswscale" \
-# "--without-ffmpeg --without-libswscale --without-libavcodec" \
-# "for ffmpeg video 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-imgemgick" "--without-imagemagick" "for ImageMacik graphics support"
-optional_depends "fontconfig" "--with-fontconfig" "--without-fontconfig" "for fontconfig 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"
+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"
diff --git a/graphics/synfig/DETAILS b/graphics/synfig/DETAILS
index 6cc1d02..f9b41a8 100644
--- a/graphics/synfig/DETAILS
+++ b/graphics/synfig/DETAILS
@@ -1,11 +1,11 @@
MODULE=synfig
- VERSION=0.62.02
+ VERSION=0.63.02
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=$SFORGE_URL/$MODULE/$MODULE/$VERSION/
- SOURCE_VFY=sha1:dd571f8a382d97fc45171527938ac36efab9274b
+ SOURCE_VFY=sha1:c7dfb92812abb8dba94538546e15a0725effac36
WEB_SITE=http://synfig.org/
ENTERED=20090916
- UPDATED=20101219
+ UPDATED=20111007
SHORT="vector based 2D animation package"
cat << EOF
More information about the Lunar-commits
mailing list