SOURCES: synfig-crazy-debugging.patch (NEW), synfig-fix-stringh.pa...
aredridel
aredridel at pld-linux.org
Mon Oct 15 06:48:34 CEST 2007
Author: aredridel Date: Mon Oct 15 04:48:34 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- added
---- Files affected:
SOURCES:
synfig-crazy-debugging.patch (NONE -> 1.1) (NEW), synfig-fix-stringh.patch (NONE -> 1.1) (NEW), synfig-includes.patch (NONE -> 1.1) (NEW), synfig-noreconf.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/synfig-crazy-debugging.patch
diff -u /dev/null SOURCES/synfig-crazy-debugging.patch:1.1
--- /dev/null Mon Oct 15 06:48:34 2007
+++ SOURCES/synfig-crazy-debugging.patch Mon Oct 15 06:48:29 2007
@@ -0,0 +1,16 @@
+diff -ur synfig-0.61.07-o/config/configure.ac synfig-0.61.07/config/configure.ac
+--- synfig-0.61.07-o/config/configure.ac 2007-10-05 20:28:50.000000000 -0600
++++ synfig-0.61.07/config/configure.ac 2007-10-13 23:58:36.000000000 -0600
+@@ -47,11 +47,6 @@
+
+
+ AC_ARG_TIMELIMIT
+-AC_ARG_DEBUG
+-AC_ARG_OPTIMIZATION
+-AC_ARG_WARNINGS
+-AC_ARG_PROFILING
+-AC_ARG_PROFILE_ARCS
+ AC_ARG_BRANCH_PROBABILITIES
+ dnl AC_ARG_LICENSE_KEY
+
+Only in synfig-0.61.07/config: configure.ac~
================================================================
Index: SOURCES/synfig-fix-stringh.patch
diff -u /dev/null SOURCES/synfig-fix-stringh.patch:1.1
--- /dev/null Mon Oct 15 06:48:34 2007
+++ SOURCES/synfig-fix-stringh.patch Mon Oct 15 06:48:29 2007
@@ -0,0 +1,13 @@
+diff -ur synfig-0.61.07-o/src/synfig/Makefile.am synfig-0.61.07/src/synfig/Makefile.am
+--- synfig-0.61.07-o/src/synfig/Makefile.am 2007-09-27 14:43:40.000000000 -0600
++++ synfig-0.61.07/src/synfig/Makefile.am 2007-10-13 23:53:52.000000000 -0600
+@@ -22,7 +22,7 @@
+ VALUEHEADERS=blinepoint.h gradient.h value.h
+ VALUESOURCES=blinepoint.cpp gradient.cpp value.cpp
+
+-SYNFIGHEADERS=protocol.h surfacenew.h mutex.h timepointcollect.h interpolation.h guidset.h guid.h quick_rng.h rect.h node.h smartfile.h distance.h palette.h main.h waypoint.h activepoint.h gamma.h uniqueid.h canvasbase.h context.h real.h paramdesc.h string_decl.h angle.h keyframe.h synfig.h renddesc.h general.h importer.h surface.h module.h layer.h vector.h color.h canvas.h render.h target.h loadcanvas.h savecanvas.h valuenode.h version.h segment.h types.h exception.h string.h time.h blur.h transform.h curve_helper.h polynomial_root.h curveset.h
++SYNFIGHEADERS=protocol.h surfacenew.h mutex.h timepointcollect.h interpolation.h guidset.h guid.h quick_rng.h rect.h node.h smartfile.h distance.h palette.h main.h waypoint.h activepoint.h gamma.h uniqueid.h canvasbase.h context.h real.h paramdesc.h string_decl.h angle.h keyframe.h synfig.h renddesc.h general.h importer.h surface.h module.h layer.h vector.h color.h canvas.h render.h target.h loadcanvas.h savecanvas.h valuenode.h version.h segment.h types.h exception.h time.h blur.h transform.h curve_helper.h polynomial_root.h curveset.h
+ SYNFIGSOURCES=mutex.cpp timepointcollect.cpp rect.cpp node.cpp guid.cpp loadcanvas.cpp distance.cpp palette.cpp paramdesc.cpp waypoint.cpp activepoint.cpp gamma.cpp uniqueid.cpp context.cpp renddesc.cpp time.cpp exception.cpp keyframe.cpp main.cpp surface.cpp module.cpp importer.cpp layer.cpp color.cpp canvas.cpp render.cpp target.cpp savecanvas.cpp valuenode.cpp blur.cpp curve_helper.cpp polynomial_root.cpp transform.cpp curveset.cpp
+
+ lib_LTLIBRARIES = libsynfig.la
+Only in synfig-0.61.07/src/synfig: Makefile.am~
================================================================
Index: SOURCES/synfig-includes.patch
diff -u /dev/null SOURCES/synfig-includes.patch:1.1
--- /dev/null Mon Oct 15 06:48:34 2007
+++ SOURCES/synfig-includes.patch Mon Oct 15 06:48:29 2007
@@ -0,0 +1,15 @@
+diff -ur synfig-0.61.07-o/src/synfig/Makefile.am synfig-0.61.07/src/synfig/Makefile.am
+--- synfig-0.61.07-o/src/synfig/Makefile.am 2007-10-14 22:03:37.000000000 -0600
++++ synfig-0.61.07/src/synfig/Makefile.am 2007-10-14 22:04:50.000000000 -0600
+@@ -2,8 +2,10 @@
+
+ # SUBDIRS=proto
+
++AUTOMAKE_OPTIONS=nostdinc
++
+ MAINTAINERCLEANFILES=Makefile.in proto/nodebase.h
+-INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/libltdl
++INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir) -I$(top_srcdir)/libltdl
+
+ EXTRA_DIST=surfacenew.cpp pch.h proto/Makefile proto/nodebase.h proto/nodebase.px proto/proto.m4 synfig.nsh
+
================================================================
Index: SOURCES/synfig-noreconf.patch
diff -u /dev/null SOURCES/synfig-noreconf.patch:1.1
--- /dev/null Mon Oct 15 06:48:34 2007
+++ SOURCES/synfig-noreconf.patch Mon Oct 15 06:48:29 2007
@@ -0,0 +1,14 @@
+diff -ur synfig-0.61.07-o/Makefile.am synfig-0.61.07/Makefile.am
+--- synfig-0.61.07-o/Makefile.am 2007-06-20 06:35:52.000000000 -0600
++++ synfig-0.61.07/Makefile.am 2007-10-12 10:16:37.000000000 -0600
+@@ -115,9 +115,6 @@
+
+ run: check
+
+-$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
+- $(srcdir)/bootstrap
+-
+ .doc_stamp: doxygen.cfg
+ $(DOXYGEN) doxygen.cfg
+ touch .doc_stamp
+Only in synfig-0.61.07: Makefile.am~
================================================================
More information about the pld-cvs-commit
mailing list