From eba6104ea039023f7038f06b4e60bb4d73188699 Mon Sep 17 00:00:00 2001 From: pabs Date: Mon, 24 Jul 2006 06:34:37 +0000 Subject: [PATCH] Replace sinfg with synfig where nessecary in a case-preserving way git-svn-id: http://svn.voria.com/code@199 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-core/trunk/bootstrap | 4 +- synfig-core/trunk/config/synfig.m4 | 32 +- synfig-core/trunk/examples/about_dialog.sif | 4 +- .../pkg-info/macosx/core-resources/Welcome.txt | 2 +- .../pkg-info/macosx/core-resources/install.sh | 26 +- .../pkg-info/macosx/core-resources/upgrade.sh | 26 +- synfig-core/trunk/synfig.kdevprj | 88 ++--- synfig-core/trunk/synfig.pbproj/darco.mode1 | 2 +- synfig-core/trunk/synfig.pbproj/darco.pbxuser | 2 +- synfig-core/trunk/synfig.pbproj/project.pbxproj | 402 ++++++++++----------- synfig-core/trunk/synfig.prj | 76 ++-- 11 files changed, 332 insertions(+), 332 deletions(-) diff --git a/synfig-core/trunk/bootstrap b/synfig-core/trunk/bootstrap index de408c8..eedaaea 100755 --- a/synfig-core/trunk/bootstrap +++ b/synfig-core/trunk/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh # -# Sinfg Bootstrap Script +# Synfig Bootstrap Script # $Id: bootstrap,v 1.2 2005/01/10 07:40:26 darco Exp $ # # This script creates the configure script and Makefile.in files, @@ -248,7 +248,7 @@ false && { # sed " # s/g++ c++/g++3 g++ c++/; # s/gcc cc/gcc3 gcc cc/; -# s:"'${prefix}/include'":"'${prefix}/include/sinfg'":; +# s:"'${prefix}/include'":"'${prefix}/include/synfig'":; # s:PREFIX/include:PREFIX/include/ETL:; # " < configure > $TEMPFILE # cp $TEMPFILE configure diff --git a/synfig-core/trunk/config/synfig.m4 b/synfig-core/trunk/config/synfig.m4 index 4a623a9..ed53a4f 100644 --- a/synfig-core/trunk/config/synfig.m4 +++ b/synfig-core/trunk/config/synfig.m4 @@ -1,12 +1,12 @@ -# SINFG M4 Macro +# SYNFIG M4 Macro # For GNU Autotools -# $Id: sinfg.m4,v 1.1.1.1 2005/01/04 01:23:08 darco Exp $ +# $Id: synfig.m4,v 1.1.1.1 2005/01/04 01:23:08 darco Exp $ # # By Robert B. Quattlebaum Jr. # AM_LIBXMLPP(,$2) -AC_DEFUN([SINFG_DEPS], +AC_DEFUN([SYNFIG_DEPS], [ USING_ETL(,$2) AM_PATH_XML2(,,$2) @@ -19,33 +19,33 @@ AC_DEFUN([SINFG_DEPS], $1 ]) -AC_DEFUN([USING_SINFG], +AC_DEFUN([USING_SYNFIG], [ - AC_ARG_WITH(sinfg-includes, - [ --with-sinfg-includes Specify location of sinfg headers],[ + AC_ARG_WITH(synfig-includes, + [ --with-synfig-includes Specify location of synfig headers],[ CXXFLAGS="$CXXFLAGS -I$withval" ]) - AC_PATH_PROG(SINFG_CONFIG,sinfg-config,no) + AC_PATH_PROG(SYNFIG_CONFIG,synfig-config,no) - if test "$SINFG_CONFIG" = "no"; then - no_SINFG_config="yes" + if test "$SYNFIG_CONFIG" = "no"; then + no_SYNFIG_config="yes" $2 else - AC_MSG_CHECKING([if $SINFG_CONFIG works]) - if $SINFG_CONFIG --libs >/dev/null 2>&1; then - SINFG_VERSION="`$SINFG_CONFIG --version`" - AC_MSG_RESULT([yes, $SINFG_VERSION]) - CXXFLAGS="$CXXFLAGS `$SINFG_CONFIG --cxxflags`" + AC_MSG_CHECKING([if $SYNFIG_CONFIG works]) + if $SYNFIG_CONFIG --libs >/dev/null 2>&1; then + SYNFIG_VERSION="`$SYNFIG_CONFIG --version`" + AC_MSG_RESULT([yes, $SYNFIG_VERSION]) + CXXFLAGS="$CXXFLAGS `$SYNFIG_CONFIG --cxxflags`" $1 else AC_MSG_RESULT(no) - no_SINFG_config="yes" + no_SYNFIG_config="yes" $2 fi fi - SINFG_DEPS($1,$2) + SYNFIG_DEPS($1,$2) ]) diff --git a/synfig-core/trunk/examples/about_dialog.sif b/synfig-core/trunk/examples/about_dialog.sif index 670305c..4c8bd58 100644 --- a/synfig-core/trunk/examples/about_dialog.sif +++ b/synfig-core/trunk/examples/about_dialog.sif @@ -267,7 +267,7 @@ - SINFG Studio + SYNFIG Studio @@ -351,7 +351,7 @@ - SINFG Studio + SYNFIG Studio diff --git a/synfig-core/trunk/pkg-info/macosx/core-resources/Welcome.txt b/synfig-core/trunk/pkg-info/macosx/core-resources/Welcome.txt index 3662015..f1e8e92 100644 --- a/synfig-core/trunk/pkg-info/macosx/core-resources/Welcome.txt +++ b/synfig-core/trunk/pkg-info/macosx/core-resources/Welcome.txt @@ -1 +1 @@ -This is the welcome for Sinfg. +This is the welcome for Synfig. diff --git a/synfig-core/trunk/pkg-info/macosx/core-resources/install.sh b/synfig-core/trunk/pkg-info/macosx/core-resources/install.sh index 60f8537..5a537cc 100755 --- a/synfig-core/trunk/pkg-info/macosx/core-resources/install.sh +++ b/synfig-core/trunk/pkg-info/macosx/core-resources/install.sh @@ -1,9 +1,9 @@ #!/bin/sh # finish up the installation # this script should be executed using the sudo command -# this file is copied to sinfg-devel.post_install and sinfg-devel.post_upgrade +# this file is copied to synfig-devel.post_install and synfig-devel.post_upgrade # inside the .pkg bundle -LOGFILE="/sinfg_install.log" +LOGFILE="/synfig_install.log" exit 0 @@ -15,7 +15,7 @@ PREFIX=/usr/local cd $RESOURCE_DIR -echo "Creating sinfg-config script" +echo "Creating synfig-config script" [ -d $PREFIX ] || mkdir $PREFIX [ -d $PREFIX/bin ] || mkdir $PREFIX/bin [ -d $PREFIX/include ] || mkdir $PREFIX/include @@ -23,8 +23,8 @@ echo "Creating sinfg-config script" [ -d $PREFIX/sbin ] || mkdir $PREFIX/sbin echo "Cleaning up any previous installation" -[ -d $PREFIX/include/sinfg ] && rm -fr $PREFIX/include/sinfg -ln -s /Library/Frameworks/sinfg.framework/Headers $PREFIX/include/sinfg +[ -d $PREFIX/include/synfig ] && rm -fr $PREFIX/include/synfig +ln -s /Library/Frameworks/synfig.framework/Headers $PREFIX/include/synfig sed ' s:@exec_prefix@:/usr/local:g; @@ -37,17 +37,17 @@ s:@PACKAGE@:@_PACKAGE_@:g; s:@LIBS@::g; s:@VERSION@:@_VERSION_@:; s:@PACKAGE@:@_PACKAGE_@:; -s:@CONFIG_LIBS@:-F/Library/Frameworks/sinfg.framework:; -s:@SINFG_LIBS@:-F/Library/Frameworks/sinfg.framework:; -s:@CONFIG_CFLAGS@:-framework sinfg:; -' < $RESOURCE_DIR/sinfg-config.in > $PREFIX/bin/sinfg-config -chmod 775 $PREFIX/bin/sinfg-config +s:@CONFIG_LIBS@:-F/Library/Frameworks/synfig.framework:; +s:@SYNFIG_LIBS@:-F/Library/Frameworks/synfig.framework:; +s:@CONFIG_CFLAGS@:-framework synfig:; +' < $RESOURCE_DIR/synfig-config.in > $PREFIX/bin/synfig-config +chmod 775 $PREFIX/bin/synfig-config echo "Precompiling Headers" -#/usr/bin/c++ -precomp /Library/Frameworks/sinfg.framework/Headers/sinfg.h -o /Library/Frameworks/sinfg.framework/Headers/sinfg.p +#/usr/bin/c++ -precomp /Library/Frameworks/synfig.framework/Headers/synfig.h -o /Library/Frameworks/synfig.framework/Headers/synfig.p -echo "Moving sinfg tool" -cp $RESOURCE_DIR/sinfg $PREFIX/bin || exit 1 +echo "Moving synfig tool" +cp $RESOURCE_DIR/synfig $PREFIX/bin || exit 1 echo "Done with shell script" diff --git a/synfig-core/trunk/pkg-info/macosx/core-resources/upgrade.sh b/synfig-core/trunk/pkg-info/macosx/core-resources/upgrade.sh index 60f8537..5a537cc 100755 --- a/synfig-core/trunk/pkg-info/macosx/core-resources/upgrade.sh +++ b/synfig-core/trunk/pkg-info/macosx/core-resources/upgrade.sh @@ -1,9 +1,9 @@ #!/bin/sh # finish up the installation # this script should be executed using the sudo command -# this file is copied to sinfg-devel.post_install and sinfg-devel.post_upgrade +# this file is copied to synfig-devel.post_install and synfig-devel.post_upgrade # inside the .pkg bundle -LOGFILE="/sinfg_install.log" +LOGFILE="/synfig_install.log" exit 0 @@ -15,7 +15,7 @@ PREFIX=/usr/local cd $RESOURCE_DIR -echo "Creating sinfg-config script" +echo "Creating synfig-config script" [ -d $PREFIX ] || mkdir $PREFIX [ -d $PREFIX/bin ] || mkdir $PREFIX/bin [ -d $PREFIX/include ] || mkdir $PREFIX/include @@ -23,8 +23,8 @@ echo "Creating sinfg-config script" [ -d $PREFIX/sbin ] || mkdir $PREFIX/sbin echo "Cleaning up any previous installation" -[ -d $PREFIX/include/sinfg ] && rm -fr $PREFIX/include/sinfg -ln -s /Library/Frameworks/sinfg.framework/Headers $PREFIX/include/sinfg +[ -d $PREFIX/include/synfig ] && rm -fr $PREFIX/include/synfig +ln -s /Library/Frameworks/synfig.framework/Headers $PREFIX/include/synfig sed ' s:@exec_prefix@:/usr/local:g; @@ -37,17 +37,17 @@ s:@PACKAGE@:@_PACKAGE_@:g; s:@LIBS@::g; s:@VERSION@:@_VERSION_@:; s:@PACKAGE@:@_PACKAGE_@:; -s:@CONFIG_LIBS@:-F/Library/Frameworks/sinfg.framework:; -s:@SINFG_LIBS@:-F/Library/Frameworks/sinfg.framework:; -s:@CONFIG_CFLAGS@:-framework sinfg:; -' < $RESOURCE_DIR/sinfg-config.in > $PREFIX/bin/sinfg-config -chmod 775 $PREFIX/bin/sinfg-config +s:@CONFIG_LIBS@:-F/Library/Frameworks/synfig.framework:; +s:@SYNFIG_LIBS@:-F/Library/Frameworks/synfig.framework:; +s:@CONFIG_CFLAGS@:-framework synfig:; +' < $RESOURCE_DIR/synfig-config.in > $PREFIX/bin/synfig-config +chmod 775 $PREFIX/bin/synfig-config echo "Precompiling Headers" -#/usr/bin/c++ -precomp /Library/Frameworks/sinfg.framework/Headers/sinfg.h -o /Library/Frameworks/sinfg.framework/Headers/sinfg.p +#/usr/bin/c++ -precomp /Library/Frameworks/synfig.framework/Headers/synfig.h -o /Library/Frameworks/synfig.framework/Headers/synfig.p -echo "Moving sinfg tool" -cp $RESOURCE_DIR/sinfg $PREFIX/bin || exit 1 +echo "Moving synfig tool" +cp $RESOURCE_DIR/synfig $PREFIX/bin || exit 1 echo "Done with shell script" diff --git a/synfig-core/trunk/synfig.kdevprj b/synfig-core/trunk/synfig.kdevprj index 3fdb1c7..e28aa57 100644 --- a/synfig-core/trunk/synfig.kdevprj +++ b/synfig-core/trunk/synfig.kdevprj @@ -71,7 +71,7 @@ type=DATA [Config for BinMakefileAm] addcxxflags= -bin_program=sinfg +bin_program=synfig cflags= cppflags= cxxflags=\s-O1 @@ -96,9 +96,9 @@ execute_args=-v -v -v --version kdevprj_version=1.3 lfv_open_groups= make_options=\s-j2 -l 2 -j 2 -makefiles=./Makefile.am,include/Makefile.am,ETL.pbproj/Makefile.am,config/Makefile.am,config/pkg-support/Makefile.am,config/pkg-support/devel-resources/Makefile.am,test/Makefile.am,src/modules/trgt_bmp/Makefile.am,src/modules/Makefile.am,src/Makefile.am,src/modules/trgt_gif/Makefile.am,src/modules/lyr_std/Makefile.am,src/modules/example/Makefile.am,src/sinfg/Makefile.am,src/tool/Makefile.am,Makefile.am,src/modules/trgt_ppm/Makefile.am,src/modules/trgt_mpg/Makefile.am,src/modules/mod_ffmpeg/Makefile.am,src/modules/mptr_mplayer/Makefile.am,src/modules/trgt_dv/Makefile.am,src/modules/mod_imagemagick/Makefile.am +makefiles=./Makefile.am,include/Makefile.am,ETL.pbproj/Makefile.am,config/Makefile.am,config/pkg-support/Makefile.am,config/pkg-support/devel-resources/Makefile.am,test/Makefile.am,src/modules/trgt_bmp/Makefile.am,src/modules/Makefile.am,src/Makefile.am,src/modules/trgt_gif/Makefile.am,src/modules/lyr_std/Makefile.am,src/modules/example/Makefile.am,src/synfig/Makefile.am,src/tool/Makefile.am,Makefile.am,src/modules/trgt_ppm/Makefile.am,src/modules/trgt_mpg/Makefile.am,src/modules/mod_ffmpeg/Makefile.am,src/modules/mptr_mplayer/Makefile.am,src/modules/trgt_dv/Makefile.am,src/modules/mod_imagemagick/Makefile.am modifyMakefiles=true -project_name=Sinfg +project_name=Synfig project_type=normal_empty short_info= sub_dir= @@ -123,7 +123,7 @@ groups=Headers,Sources,GNU,Translations,User Interface,Others [Makefile.am] dist=true -files=bootstrap,ChangeLog,INSTALL,Makefile.am,README,sinfg.kdevprj,sinfg-config.in +files=bootstrap,ChangeLog,INSTALL,Makefile.am,README,synfig.kdevprj,synfig-config.in install=false install_location= sub_dirs=src,config @@ -148,7 +148,7 @@ install_location= type=DATA [config/Makefile.am] -files=config/depcomp,config/configure.ac,config/config.guess,config/install-sh,config/config.sub,config/missing,config/cxx_macros.m4,config/project.spec.in,config/mkinstalldirs,config/sdl.m4,config/build.cfg,config/libxml.m4,config/ETL.m4,config/sinfg.m4 +files=config/depcomp,config/configure.ac,config/config.guess,config/install-sh,config/config.sub,config/missing,config/cxx_macros.m4,config/project.spec.in,config/mkinstalldirs,config/sdl.m4,config/build.cfg,config/libxml.m4,config/ETL.m4,config/synfig.m4 sub_dirs=pkg-support, type=normal @@ -258,7 +258,7 @@ install=false install_location= type=DATA -[config/sinfg.m4] +[config/synfig.m4] dist=true install=false install_location= @@ -467,13 +467,13 @@ install=false install_location= type=DATA -[sinfg-config.in] +[synfig-config.in] dist=true install=false install_location= type=DATA -[sinfg.kdevprj] +[synfig.kdevprj] dist=true install=false install_location= @@ -484,7 +484,7 @@ dist=true files=src/Makefile.am,src/template.cpp,src/template.h install=false install_location= -sub_dirs=modules,sinfg,tool +sub_dirs=modules,synfig,tool type=static_library [src/modules/Makefile.am] @@ -890,203 +890,203 @@ install=false install_location= type=HEADER -[src/sinfg/Makefile.am] +[src/synfig/Makefile.am] dist=true -files=src/sinfg/animate.cpp,src/sinfg/animate.h,src/sinfg/color.cpp,src/sinfg/color.h,src/sinfg/general.h,src/sinfg/layer.cpp,src/sinfg/layer.h,src/sinfg/main.cpp,src/sinfg/Makefile.am,src/sinfg/modules.cpp,src/sinfg/modules.h,src/sinfg/pch.h,src/sinfg/renddesc.h,src/sinfg/render.cpp,src/sinfg/render.h,src/sinfg/sinfg.h,src/sinfg/target.cpp,src/sinfg/target.h,src/sinfg/vector.h,src/sinfg/bmplayer.cpp,src/sinfg/bmplayer.h,src/sinfg/importer.cpp,src/sinfg/importer.h,src/sinfg/surface.cpp,src/sinfg/surface.h,src/sinfg/datatype.h,src/sinfg/datatype.cpp,src/sinfg/canvas.cpp,src/sinfg/canvas.h,src/sinfg/loadcanvas.cpp,src/sinfg/loadcanvas.h,src/sinfg/savecanvas.cpp,src/sinfg/savecanvas.h +files=src/synfig/animate.cpp,src/synfig/animate.h,src/synfig/color.cpp,src/synfig/color.h,src/synfig/general.h,src/synfig/layer.cpp,src/synfig/layer.h,src/synfig/main.cpp,src/synfig/Makefile.am,src/synfig/modules.cpp,src/synfig/modules.h,src/synfig/pch.h,src/synfig/renddesc.h,src/synfig/render.cpp,src/synfig/render.h,src/synfig/synfig.h,src/synfig/target.cpp,src/synfig/target.h,src/synfig/vector.h,src/synfig/bmplayer.cpp,src/synfig/bmplayer.h,src/synfig/importer.cpp,src/synfig/importer.h,src/synfig/surface.cpp,src/synfig/surface.h,src/synfig/datatype.h,src/synfig/datatype.cpp,src/synfig/canvas.cpp,src/synfig/canvas.h,src/synfig/loadcanvas.cpp,src/synfig/loadcanvas.h,src/synfig/savecanvas.cpp,src/synfig/savecanvas.h install=false install_location= sharedlib_LDFLAGS=-version-info 0:0:1 -sharedlib_rootname=sinfg +sharedlib_rootname=synfig sub_dirs= type=static_library -[src/sinfg/animate.cpp] +[src/synfig/animate.cpp] dist=true install=false install_location= type=SOURCE -[src/sinfg/animate.h] +[src/synfig/animate.h] dist=true install=false install_location= type=HEADER -[src/sinfg/bmplayer.cpp] +[src/synfig/bmplayer.cpp] dist=true install=false install_location= type=SOURCE -[src/sinfg/bmplayer.h] +[src/synfig/bmplayer.h] dist=true install=false install_location= type=HEADER -[src/sinfg/canvas.cpp] +[src/synfig/canvas.cpp] dist=true install=false install_location= type=SOURCE -[src/sinfg/canvas.h] +[src/synfig/canvas.h] dist=true install=false install_location= type=HEADER -[src/sinfg/color.cpp] +[src/synfig/color.cpp] dist=true install=false install_location= type=SOURCE -[src/sinfg/color.h] +[src/synfig/color.h] dist=true install=false install_location= type=HEADER -[src/sinfg/datatype.cpp] +[src/synfig/datatype.cpp] dist=true install=false install_location= type=SOURCE -[src/sinfg/datatype.h] +[src/synfig/datatype.h] dist=true install=false install_location= type=HEADER -[src/sinfg/general.h] +[src/synfig/general.h] dist=true install=false install_location= type=HEADER -[src/sinfg/importer.cpp] +[src/synfig/importer.cpp] dist=true install=false install_location= type=SOURCE -[src/sinfg/importer.h] +[src/synfig/importer.h] dist=true install=false install_location= type=HEADER -[src/sinfg/layer.cpp] +[src/synfig/layer.cpp] dist=true install=false install_location= type=SOURCE -[src/sinfg/layer.h] +[src/synfig/layer.h] dist=true install=false install_location= type=HEADER -[src/sinfg/loadcanvas.cpp] +[src/synfig/loadcanvas.cpp] dist=true install=false install_location= type=SOURCE -[src/sinfg/loadcanvas.h] +[src/synfig/loadcanvas.h] dist=true install=false install_location= type=HEADER -[src/sinfg/main.cpp] +[src/synfig/main.cpp] dist=true install=false install_location= type=SOURCE -[src/sinfg/modules.cpp] +[src/synfig/modules.cpp] dist=true install=false install_location= type=SOURCE -[src/sinfg/modules.h] +[src/synfig/modules.h] dist=true install=false install_location= type=HEADER -[src/sinfg/pch.h] +[src/synfig/pch.h] dist=true install=false install_location= type=HEADER -[src/sinfg/renddesc.h] +[src/synfig/renddesc.h] dist=true install=false install_location= type=HEADER -[src/sinfg/render.cpp] +[src/synfig/render.cpp] dist=true install=false install_location= type=SOURCE -[src/sinfg/render.h] +[src/synfig/render.h] dist=true install=false install_location= type=HEADER -[src/sinfg/savecanvas.cpp] +[src/synfig/savecanvas.cpp] dist=true install=false install_location= type=SOURCE -[src/sinfg/savecanvas.h] +[src/synfig/savecanvas.h] dist=true install=false install_location= type=HEADER -[src/sinfg/sinfg.h] +[src/synfig/synfig.h] dist=true install=false install_location= type=HEADER -[src/sinfg/surface.cpp] +[src/synfig/surface.cpp] dist=true install=false install_location= type=SOURCE -[src/sinfg/surface.h] +[src/synfig/surface.h] dist=true install=false install_location= type=HEADER -[src/sinfg/target.cpp] +[src/synfig/target.cpp] dist=true install=false install_location= type=SOURCE -[src/sinfg/target.h] +[src/synfig/target.h] dist=true install=false install_location= type=HEADER -[src/sinfg/vector.h] +[src/synfig/vector.h] dist=true install=false install_location= diff --git a/synfig-core/trunk/synfig.pbproj/darco.mode1 b/synfig-core/trunk/synfig.pbproj/darco.mode1 index 3f5cc0e..487f18c 100755 --- a/synfig-core/trunk/synfig.pbproj/darco.mode1 +++ b/synfig-core/trunk/synfig.pbproj/darco.mode1 @@ -379,7 +379,7 @@ A6E2EAF7076568B6002AF736 A6E2EB0A07656ADA002AF736 - /Users/darco/Projects/Voria/sinfg/sinfg.pbproj + /Users/darco/Projects/Voria/synfig/synfig.pbproj WindowString 152 177 935 636 0 0 1152 848 diff --git a/synfig-core/trunk/synfig.pbproj/darco.pbxuser b/synfig-core/trunk/synfig.pbproj/darco.pbxuser index fd19245..84e0388 100755 --- a/synfig-core/trunk/synfig.pbproj/darco.pbxuser +++ b/synfig-core/trunk/synfig.pbproj/darco.pbxuser @@ -690,7 +690,7 @@ ); isa = PBXExecutable; libgmallocEnabled = 0; - name = "Sinfg Tool"; + name = "Synfig Tool"; shlibInfoDictList = ( ); sourceDirectories = ( diff --git a/synfig-core/trunk/synfig.pbproj/project.pbxproj b/synfig-core/trunk/synfig.pbproj/project.pbxproj index f6f112d..6fd9e24 100755 --- a/synfig-core/trunk/synfig.pbproj/project.pbxproj +++ b/synfig-core/trunk/synfig.pbproj/project.pbxproj @@ -70,7 +70,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = angle.h; - path = src/sinfg/angle.h; + path = src/synfig/angle.h; refType = 4; sourceTree = ""; }; @@ -79,7 +79,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = renddesc.cpp; - path = src/sinfg/renddesc.cpp; + path = src/synfig/renddesc.cpp; refType = 4; sourceTree = ""; }; @@ -88,7 +88,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = string.h; - path = src/sinfg/string.h; + path = src/synfig/string.h; refType = 4; sourceTree = ""; }; @@ -97,7 +97,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = time.cpp; - path = src/sinfg/time.cpp; + path = src/synfig/time.cpp; refType = 4; sourceTree = ""; }; @@ -106,7 +106,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = time.h; - path = src/sinfg/time.h; + path = src/synfig/time.h; refType = 4; sourceTree = ""; }; @@ -154,7 +154,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = valuenode_animated.cpp; - path = src/sinfg/valuenode_animated.cpp; + path = src/synfig/valuenode_animated.cpp; refType = 4; sourceTree = ""; }; @@ -163,7 +163,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = valuenode_animated.h; - path = src/sinfg/valuenode_animated.h; + path = src/synfig/valuenode_animated.h; refType = 4; sourceTree = ""; }; @@ -172,7 +172,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = valuenode_composite.cpp; - path = src/sinfg/valuenode_composite.cpp; + path = src/synfig/valuenode_composite.cpp; refType = 4; sourceTree = ""; }; @@ -181,7 +181,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = valuenode_composite.h; - path = src/sinfg/valuenode_composite.h; + path = src/synfig/valuenode_composite.h; refType = 4; sourceTree = ""; }; @@ -190,7 +190,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = valuenode_const.cpp; - path = src/sinfg/valuenode_const.cpp; + path = src/synfig/valuenode_const.cpp; refType = 4; sourceTree = ""; }; @@ -199,7 +199,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = valuenode_const.h; - path = src/sinfg/valuenode_const.h; + path = src/synfig/valuenode_const.h; refType = 4; sourceTree = ""; }; @@ -208,7 +208,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = valuenode_dynamiclist.cpp; - path = src/sinfg/valuenode_dynamiclist.cpp; + path = src/synfig/valuenode_dynamiclist.cpp; refType = 4; sourceTree = ""; }; @@ -217,7 +217,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = valuenode_dynamiclist.h; - path = src/sinfg/valuenode_dynamiclist.h; + path = src/synfig/valuenode_dynamiclist.h; refType = 4; sourceTree = ""; }; @@ -226,7 +226,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = valuenode_linear.cpp; - path = src/sinfg/valuenode_linear.cpp; + path = src/synfig/valuenode_linear.cpp; refType = 4; sourceTree = ""; }; @@ -235,7 +235,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = valuenode_linear.h; - path = src/sinfg/valuenode_linear.h; + path = src/synfig/valuenode_linear.h; refType = 4; sourceTree = ""; }; @@ -244,7 +244,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = valuenode_reference.cpp; - path = src/sinfg/valuenode_reference.cpp; + path = src/synfig/valuenode_reference.cpp; refType = 4; sourceTree = ""; }; @@ -253,7 +253,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = valuenode_reference.h; - path = src/sinfg/valuenode_reference.h; + path = src/synfig/valuenode_reference.h; refType = 4; sourceTree = ""; }; @@ -262,7 +262,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = valuenode_scale.cpp; - path = src/sinfg/valuenode_scale.cpp; + path = src/synfig/valuenode_scale.cpp; refType = 4; sourceTree = ""; }; @@ -271,7 +271,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = valuenode_scale.h; - path = src/sinfg/valuenode_scale.h; + path = src/synfig/valuenode_scale.h; refType = 4; sourceTree = ""; }; @@ -280,7 +280,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = valuenode_subtract.cpp; - path = src/sinfg/valuenode_subtract.cpp; + path = src/synfig/valuenode_subtract.cpp; refType = 4; sourceTree = ""; }; @@ -289,7 +289,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = valuenode_subtract.h; - path = src/sinfg/valuenode_subtract.h; + path = src/synfig/valuenode_subtract.h; refType = 4; sourceTree = ""; }; @@ -298,7 +298,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = valuenode_timedswap.cpp; - path = src/sinfg/valuenode_timedswap.cpp; + path = src/synfig/valuenode_timedswap.cpp; refType = 4; sourceTree = ""; }; @@ -307,7 +307,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = valuenode_timedswap.h; - path = src/sinfg/valuenode_timedswap.h; + path = src/synfig/valuenode_timedswap.h; refType = 4; sourceTree = ""; }; @@ -316,7 +316,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = valuenode.cpp; - path = src/sinfg/valuenode.cpp; + path = src/synfig/valuenode.cpp; refType = 4; sourceTree = ""; }; @@ -325,7 +325,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = valuenode.h; - path = src/sinfg/valuenode.h; + path = src/synfig/valuenode.h; refType = 4; sourceTree = ""; }; @@ -484,7 +484,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = activepoint.cpp; - path = src/sinfg/activepoint.cpp; + path = src/synfig/activepoint.cpp; refType = 4; sourceTree = ""; }; @@ -493,7 +493,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = activepoint.h; - path = src/sinfg/activepoint.h; + path = src/synfig/activepoint.h; refType = 4; sourceTree = ""; }; @@ -502,7 +502,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = blinepoint.cpp; - path = src/sinfg/blinepoint.cpp; + path = src/synfig/blinepoint.cpp; refType = 4; sourceTree = ""; }; @@ -511,7 +511,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = blinepoint.h; - path = src/sinfg/blinepoint.h; + path = src/synfig/blinepoint.h; refType = 4; sourceTree = ""; }; @@ -520,7 +520,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = gamma.cpp; - path = src/sinfg/gamma.cpp; + path = src/synfig/gamma.cpp; refType = 4; sourceTree = ""; }; @@ -529,7 +529,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = gamma.h; - path = src/sinfg/gamma.h; + path = src/synfig/gamma.h; refType = 4; sourceTree = ""; }; @@ -538,7 +538,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = gradient.cpp; - path = src/sinfg/gradient.cpp; + path = src/synfig/gradient.cpp; refType = 4; sourceTree = ""; }; @@ -547,7 +547,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = gradient.h; - path = src/sinfg/gradient.h; + path = src/synfig/gradient.h; refType = 4; sourceTree = ""; }; @@ -556,7 +556,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = layer_shape.cpp; - path = src/sinfg/layer_shape.cpp; + path = src/synfig/layer_shape.cpp; refType = 4; sourceTree = ""; }; @@ -565,7 +565,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = layer_shape.h; - path = src/sinfg/layer_shape.h; + path = src/synfig/layer_shape.h; refType = 4; sourceTree = ""; }; @@ -574,7 +574,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = main.h; - path = src/sinfg/main.h; + path = src/synfig/main.h; refType = 4; sourceTree = ""; }; @@ -583,7 +583,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = target_null_tile.cpp; - path = src/sinfg/target_null_tile.cpp; + path = src/synfig/target_null_tile.cpp; refType = 4; sourceTree = ""; }; @@ -592,7 +592,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = target_null_tile.h; - path = src/sinfg/target_null_tile.h; + path = src/synfig/target_null_tile.h; refType = 4; sourceTree = ""; }; @@ -601,7 +601,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = target_scanline.cpp; - path = src/sinfg/target_scanline.cpp; + path = src/synfig/target_scanline.cpp; refType = 4; sourceTree = ""; }; @@ -610,7 +610,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = target_scanline.h; - path = src/sinfg/target_scanline.h; + path = src/synfig/target_scanline.h; refType = 4; sourceTree = ""; }; @@ -619,7 +619,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = target_tile.cpp; - path = src/sinfg/target_tile.cpp; + path = src/synfig/target_tile.cpp; refType = 4; sourceTree = ""; }; @@ -628,7 +628,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = target_tile.h; - path = src/sinfg/target_tile.h; + path = src/synfig/target_tile.h; refType = 4; sourceTree = ""; }; @@ -637,7 +637,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = valuenode_bline.cpp; - path = src/sinfg/valuenode_bline.cpp; + path = src/synfig/valuenode_bline.cpp; refType = 4; sourceTree = ""; }; @@ -646,7 +646,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = valuenode_bline.h; - path = src/sinfg/valuenode_bline.h; + path = src/synfig/valuenode_bline.h; refType = 4; sourceTree = ""; }; @@ -655,7 +655,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = valuenode_segcalctangent.cpp; - path = src/sinfg/valuenode_segcalctangent.cpp; + path = src/synfig/valuenode_segcalctangent.cpp; refType = 4; sourceTree = ""; }; @@ -664,7 +664,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = valuenode_segcalctangent.h; - path = src/sinfg/valuenode_segcalctangent.h; + path = src/synfig/valuenode_segcalctangent.h; refType = 4; sourceTree = ""; }; @@ -673,7 +673,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = valuenode_segcalcvertex.cpp; - path = src/sinfg/valuenode_segcalcvertex.cpp; + path = src/synfig/valuenode_segcalcvertex.cpp; refType = 4; sourceTree = ""; }; @@ -682,7 +682,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = valuenode_segcalcvertex.h; - path = src/sinfg/valuenode_segcalcvertex.h; + path = src/synfig/valuenode_segcalcvertex.h; refType = 4; sourceTree = ""; }; @@ -691,7 +691,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = valuenode_stripes.cpp; - path = src/sinfg/valuenode_stripes.cpp; + path = src/synfig/valuenode_stripes.cpp; refType = 4; sourceTree = ""; }; @@ -700,7 +700,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = valuenode_stripes.h; - path = src/sinfg/valuenode_stripes.h; + path = src/synfig/valuenode_stripes.h; refType = 4; sourceTree = ""; }; @@ -709,7 +709,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = valuenode_twotone.cpp; - path = src/sinfg/valuenode_twotone.cpp; + path = src/synfig/valuenode_twotone.cpp; refType = 4; sourceTree = ""; }; @@ -718,7 +718,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = valuenode_twotone.h; - path = src/sinfg/valuenode_twotone.h; + path = src/synfig/valuenode_twotone.h; refType = 4; sourceTree = ""; }; @@ -727,7 +727,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = waypoint.cpp; - path = src/sinfg/waypoint.cpp; + path = src/synfig/waypoint.cpp; refType = 4; sourceTree = ""; }; @@ -736,7 +736,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = waypoint.h; - path = src/sinfg/waypoint.h; + path = src/synfig/waypoint.h; refType = 4; sourceTree = ""; }; @@ -1009,7 +1009,7 @@ isa = PBXContainerItemProxy; proxyType = 1; remoteGlobalIDString = F5F48ECF0314873101682FCB; - remoteInfo = "Sinfg Library"; + remoteInfo = "Synfig Library"; }; A65F23C905E843AF005A2B7E = { containerPortal = F550016502F0983D01000102; @@ -1079,14 +1079,14 @@ isa = PBXContainerItemProxy; proxyType = 1; remoteGlobalIDString = F5F48EBB0314868C01682FCB; - remoteInfo = "Sinfg Tool"; + remoteInfo = "Synfig Tool"; }; A65F23D305E843AF005A2B7E = { containerPortal = F550016502F0983D01000102; isa = PBXContainerItemProxy; proxyType = 1; remoteGlobalIDString = F5F48ECF0314873101682FCB; - remoteInfo = "Sinfg Library"; + remoteInfo = "Synfig Library"; }; A65F23D405E843AF005A2B7E = { containerPortal = F550016502F0983D01000102; @@ -1100,21 +1100,21 @@ isa = PBXContainerItemProxy; proxyType = 1; remoteGlobalIDString = F5F48ECF0314873101682FCB; - remoteInfo = "Sinfg Library"; + remoteInfo = "Synfig Library"; }; A65F23D605E843AF005A2B7E = { containerPortal = F550016502F0983D01000102; isa = PBXContainerItemProxy; proxyType = 1; remoteGlobalIDString = F5F48ECF0314873101682FCB; - remoteInfo = "Sinfg Library"; + remoteInfo = "Synfig Library"; }; A65F23D705E843AF005A2B7E = { containerPortal = F550016502F0983D01000102; isa = PBXContainerItemProxy; proxyType = 1; remoteGlobalIDString = F5F48EBB0314868C01682FCB; - remoteInfo = "Sinfg Tool"; + remoteInfo = "Synfig Tool"; }; A65F23D805E843AF005A2B7E = { containerPortal = F550016502F0983D01000102; @@ -1128,7 +1128,7 @@ isa = PBXContainerItemProxy; proxyType = 1; remoteGlobalIDString = F5F48ECF0314873101682FCB; - remoteInfo = "Sinfg Library"; + remoteInfo = "Synfig Library"; }; A6714DEC0413E7BB00F656BD = { children = ( @@ -1173,7 +1173,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = segment.h; - path = src/sinfg/segment.h; + path = src/synfig/segment.h; refType = 4; sourceTree = ""; }; @@ -1182,7 +1182,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = types.h; - path = src/sinfg/types.h; + path = src/synfig/types.h; refType = 4; sourceTree = ""; }; @@ -1239,7 +1239,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = canvasbase.h; - path = src/sinfg/canvasbase.h; + path = src/synfig/canvasbase.h; refType = 4; sourceTree = ""; }; @@ -1248,7 +1248,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = context.cpp; - path = src/sinfg/context.cpp; + path = src/synfig/context.cpp; refType = 4; sourceTree = ""; }; @@ -1257,7 +1257,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = context.h; - path = src/sinfg/context.h; + path = src/synfig/context.h; refType = 4; sourceTree = ""; }; @@ -1266,7 +1266,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = layer_bitmap.cpp; - path = src/sinfg/layer_bitmap.cpp; + path = src/synfig/layer_bitmap.cpp; refType = 4; sourceTree = ""; }; @@ -1275,7 +1275,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = layer_bitmap.h; - path = src/sinfg/layer_bitmap.h; + path = src/synfig/layer_bitmap.h; refType = 4; sourceTree = ""; }; @@ -1284,7 +1284,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = layer_composite.cpp; - path = src/sinfg/layer_composite.cpp; + path = src/synfig/layer_composite.cpp; refType = 4; sourceTree = ""; }; @@ -1293,7 +1293,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = layer_composite.h; - path = src/sinfg/layer_composite.h; + path = src/synfig/layer_composite.h; refType = 4; sourceTree = ""; }; @@ -1302,7 +1302,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = layer_mime.cpp; - path = src/sinfg/layer_mime.cpp; + path = src/synfig/layer_mime.cpp; refType = 4; sourceTree = ""; }; @@ -1311,7 +1311,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = layer_mime.h; - path = src/sinfg/layer_mime.h; + path = src/synfig/layer_mime.h; refType = 4; sourceTree = ""; }; @@ -1320,7 +1320,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = layer_motionblur.cpp; - path = src/sinfg/layer_motionblur.cpp; + path = src/synfig/layer_motionblur.cpp; refType = 4; sourceTree = ""; }; @@ -1329,7 +1329,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = layer_motionblur.h; - path = src/sinfg/layer_motionblur.h; + path = src/synfig/layer_motionblur.h; refType = 4; sourceTree = ""; }; @@ -1338,7 +1338,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = layer_pastecanvas.cpp; - path = src/sinfg/layer_pastecanvas.cpp; + path = src/synfig/layer_pastecanvas.cpp; refType = 4; sourceTree = ""; }; @@ -1347,7 +1347,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = layer_pastecanvas.h; - path = src/sinfg/layer_pastecanvas.h; + path = src/synfig/layer_pastecanvas.h; refType = 4; sourceTree = ""; }; @@ -1356,7 +1356,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = layer_polygon.cpp; - path = src/sinfg/layer_polygon.cpp; + path = src/synfig/layer_polygon.cpp; refType = 4; sourceTree = ""; }; @@ -1365,7 +1365,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = layer_polygon.h; - path = src/sinfg/layer_polygon.h; + path = src/synfig/layer_polygon.h; refType = 4; sourceTree = ""; }; @@ -1374,7 +1374,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = layer_solidcolor.cpp; - path = src/sinfg/layer_solidcolor.cpp; + path = src/synfig/layer_solidcolor.cpp; refType = 4; sourceTree = ""; }; @@ -1383,7 +1383,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = layer_solidcolor.h; - path = src/sinfg/layer_solidcolor.h; + path = src/synfig/layer_solidcolor.h; refType = 4; sourceTree = ""; }; @@ -1392,7 +1392,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = paramdesc.h; - path = src/sinfg/paramdesc.h; + path = src/synfig/paramdesc.h; refType = 4; sourceTree = ""; }; @@ -1401,7 +1401,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = real.h; - path = src/sinfg/real.h; + path = src/synfig/real.h; refType = 4; sourceTree = ""; }; @@ -1410,7 +1410,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = string_decl.h; - path = src/sinfg/string_decl.h; + path = src/synfig/string_decl.h; refType = 4; sourceTree = ""; }; @@ -1419,7 +1419,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = target_multi.cpp; - path = src/sinfg/target_multi.cpp; + path = src/synfig/target_multi.cpp; refType = 4; sourceTree = ""; }; @@ -1428,7 +1428,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = target_multi.h; - path = src/sinfg/target_multi.h; + path = src/synfig/target_multi.h; refType = 4; sourceTree = ""; }; @@ -1437,7 +1437,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = target_null.cpp; - path = src/sinfg/target_null.cpp; + path = src/synfig/target_null.cpp; refType = 4; sourceTree = ""; }; @@ -1446,7 +1446,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = target_null.h; - path = src/sinfg/target_null.h; + path = src/synfig/target_null.h; refType = 4; sourceTree = ""; }; @@ -1455,7 +1455,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = uniqueid.cpp; - path = src/sinfg/uniqueid.cpp; + path = src/synfig/uniqueid.cpp; refType = 4; sourceTree = ""; }; @@ -1464,7 +1464,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = uniqueid.h; - path = src/sinfg/uniqueid.h; + path = src/synfig/uniqueid.h; refType = 4; sourceTree = ""; }; @@ -1902,7 +1902,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = curve_helper.cpp; - path = src/sinfg/curve_helper.cpp; + path = src/synfig/curve_helper.cpp; refType = 4; sourceTree = ""; }; @@ -1911,7 +1911,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = curve_helper.h; - path = src/sinfg/curve_helper.h; + path = src/synfig/curve_helper.h; refType = 4; sourceTree = ""; }; @@ -1920,7 +1920,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = palette.cpp; - path = src/sinfg/palette.cpp; + path = src/synfig/palette.cpp; refType = 4; sourceTree = ""; }; @@ -1929,7 +1929,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = palette.h; - path = src/sinfg/palette.h; + path = src/synfig/palette.h; refType = 4; sourceTree = ""; }; @@ -1938,7 +1938,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = polynomial_root.cpp; - path = src/sinfg/polynomial_root.cpp; + path = src/synfig/polynomial_root.cpp; refType = 4; sourceTree = ""; }; @@ -1947,7 +1947,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = polynomial_root.h; - path = src/sinfg/polynomial_root.h; + path = src/synfig/polynomial_root.h; refType = 4; sourceTree = ""; }; @@ -1956,7 +1956,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = transform.cpp; - path = src/sinfg/transform.cpp; + path = src/synfig/transform.cpp; refType = 4; sourceTree = ""; }; @@ -1965,7 +1965,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = transform.h; - path = src/sinfg/transform.h; + path = src/synfig/transform.h; refType = 4; sourceTree = ""; }; @@ -2070,7 +2070,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = exception.cpp; - path = src/sinfg/exception.cpp; + path = src/synfig/exception.cpp; refType = 4; sourceTree = ""; }; @@ -2079,7 +2079,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = keyframe.cpp; - path = src/sinfg/keyframe.cpp; + path = src/synfig/keyframe.cpp; refType = 4; sourceTree = ""; }; @@ -2088,7 +2088,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = keyframe.h; - path = src/sinfg/keyframe.h; + path = src/synfig/keyframe.h; refType = 4; sourceTree = ""; }; @@ -2118,7 +2118,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = exception.h; - path = src/sinfg/exception.h; + path = src/synfig/exception.h; refType = 4; sourceTree = ""; }; @@ -2195,7 +2195,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = curveset.cpp; - path = src/sinfg/curveset.cpp; + path = src/synfig/curveset.cpp; refType = 4; sourceTree = ""; }; @@ -2204,7 +2204,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = curveset.h; - path = src/sinfg/curveset.h; + path = src/synfig/curveset.h; refType = 4; sourceTree = ""; }; @@ -2213,7 +2213,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = distance.cpp; - path = src/sinfg/distance.cpp; + path = src/synfig/distance.cpp; refType = 4; sourceTree = ""; }; @@ -2222,7 +2222,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = distance.h; - path = src/sinfg/distance.h; + path = src/synfig/distance.h; refType = 4; sourceTree = ""; }; @@ -2231,7 +2231,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = guid.cpp; - path = src/sinfg/guid.cpp; + path = src/synfig/guid.cpp; refType = 4; sourceTree = ""; }; @@ -2240,7 +2240,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = guid.h; - path = src/sinfg/guid.h; + path = src/synfig/guid.h; refType = 4; sourceTree = ""; }; @@ -2249,7 +2249,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = guidset.h; - path = src/sinfg/guidset.h; + path = src/synfig/guidset.h; refType = 4; sourceTree = ""; }; @@ -2258,7 +2258,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = interpolation.h; - path = src/sinfg/interpolation.h; + path = src/synfig/interpolation.h; refType = 4; sourceTree = ""; }; @@ -2267,7 +2267,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = node.cpp; - path = src/sinfg/node.cpp; + path = src/synfig/node.cpp; refType = 4; sourceTree = ""; }; @@ -2276,7 +2276,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = node.h; - path = src/sinfg/node.h; + path = src/synfig/node.h; refType = 4; sourceTree = ""; }; @@ -2285,7 +2285,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = rect.cpp; - path = src/sinfg/rect.cpp; + path = src/synfig/rect.cpp; refType = 4; sourceTree = ""; }; @@ -2294,7 +2294,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = rect.h; - path = src/sinfg/rect.h; + path = src/synfig/rect.h; refType = 4; sourceTree = ""; }; @@ -2303,7 +2303,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = smartfile.h; - path = src/sinfg/smartfile.h; + path = src/synfig/smartfile.h; refType = 4; sourceTree = ""; }; @@ -2312,7 +2312,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = timepointcollect.cpp; - path = src/sinfg/timepointcollect.cpp; + path = src/synfig/timepointcollect.cpp; refType = 4; sourceTree = ""; }; @@ -2321,7 +2321,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = timepointcollect.h; - path = src/sinfg/timepointcollect.h; + path = src/synfig/timepointcollect.h; refType = 4; sourceTree = ""; }; @@ -2330,7 +2330,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = valuenode_radialcomposite.cpp; - path = src/sinfg/valuenode_radialcomposite.cpp; + path = src/synfig/valuenode_radialcomposite.cpp; refType = 4; sourceTree = ""; }; @@ -2339,7 +2339,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = valuenode_radialcomposite.h; - path = src/sinfg/valuenode_radialcomposite.h; + path = src/synfig/valuenode_radialcomposite.h; refType = 4; sourceTree = ""; }; @@ -2348,7 +2348,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = valuenode_sine.cpp; - path = src/sinfg/valuenode_sine.cpp; + path = src/synfig/valuenode_sine.cpp; refType = 4; sourceTree = ""; }; @@ -2357,7 +2357,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = valuenode_sine.h; - path = src/sinfg/valuenode_sine.h; + path = src/synfig/valuenode_sine.h; refType = 4; sourceTree = ""; }; @@ -2594,7 +2594,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = listimporter.cpp; - path = src/sinfg/listimporter.cpp; + path = src/synfig/listimporter.cpp; refType = 4; sourceTree = ""; }; @@ -2603,7 +2603,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = listimporter.h; - path = src/sinfg/listimporter.h; + path = src/synfig/listimporter.h; refType = 4; sourceTree = ""; }; @@ -2612,7 +2612,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = version.h; - path = src/sinfg/version.h; + path = src/synfig/version.h; refType = 4; sourceTree = ""; }; @@ -2672,7 +2672,7 @@ OTHER_LIBTOOL_FLAGS = "-module -dynamic"; OTHER_REZFLAGS = ""; PREBINDING = NO; - PREFIX_HEADER = sinfg.pbproj/config.h; + PREFIX_HEADER = synfig.pbproj/config.h; PRODUCT_NAME = libmod_openexr.so; REZ_EXECUTABLE = YES; SECTORDER_FLAGS = ""; @@ -2825,7 +2825,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = blur.cpp; - path = src/sinfg/blur.cpp; + path = src/synfig/blur.cpp; refType = 4; sourceTree = ""; }; @@ -2834,7 +2834,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = blur.h; - path = src/sinfg/blur.h; + path = src/synfig/blur.h; refType = 4; sourceTree = ""; }; @@ -2843,7 +2843,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = paramdesc.cpp; - path = src/sinfg/paramdesc.cpp; + path = src/synfig/paramdesc.cpp; refType = 4; sourceTree = ""; }; @@ -2881,7 +2881,7 @@ F504527502F391C901000102 = { buildSettings = { COPY_PHASE_STRIP = NO; - HEADER_SEARCH_PATHS = "\U0001./sinfg.pbproj"; + HEADER_SEARCH_PATHS = "\U0001./synfig.pbproj"; LDFLAGS = "\U0001-flat-namespace"; MACOSX_DEPLOYMENT_TARGET = 10.2; OPTIMIZATION_CFLAGS = "-O0 -g -faltivec"; @@ -2914,7 +2914,7 @@ OTHER_LIBTOOL_FLAGS = "-module -dynamic"; OTHER_REZFLAGS = ""; PREBINDING = NO; - PREFIX_HEADER = sinfg.pbproj/config.h; + PREFIX_HEADER = synfig.pbproj/config.h; PRODUCT_NAME = libmod_imagemagick.so; REZ_EXECUTABLE = YES; SECTORDER_FLAGS = ""; @@ -3145,7 +3145,7 @@ OTHER_LIBTOOL_FLAGS = "-module -dynamic"; OTHER_REZFLAGS = ""; PREBINDING = NO; - PREFIX_HEADER = sinfg.pbproj/config.h; + PREFIX_HEADER = synfig.pbproj/config.h; PRODUCT_NAME = libmod_dv.so; REZ_EXECUTABLE = YES; SECTORDER_FLAGS = ""; @@ -3339,7 +3339,7 @@ OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = "sinfg-devel"; + PRODUCT_NAME = "synfig-devel"; SECTORDER_FLAGS = ""; WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas"; WRAPPER_EXTENSION = pkg; @@ -3385,7 +3385,7 @@ F513071603267616012F4765 = { explicitFileType = wrapper.cfbundle; isa = PBXFileReference; - path = "sinfg-devel.pkg"; + path = "synfig-devel.pkg"; refType = 3; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -3416,7 +3416,7 @@ isa = PBXShellScriptBuildPhase; runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = ". config/build.cfg\n\nset -x\n\n# clean up the framework, remove extra files\nrm -rf build/pkg-tmp/sinfg.framework/Resources/pbdevelopment.plist\n\n# create the module manifest\nls --color=no build/pkg-tmp/sinfg.framework/Resources/modules | sed \"s/.so//;s/.dylib//;s/lib//;\" > build/pkg-tmp/sinfg.framework/Resources/sinfg_modules.cfg\n\n# remove the .DS_Store file to keep tool from crapping out\nrm -rf pkg-support/devel-resources/.DS_Store\n\nsed \"\ns:@_VERSION_@:$VERSION:;\ns:@_PACKAGE_@:$PACKAGE:;\ns:@_RELEASE_@:$RELEASE:;\ns:@_PACKAGE_NAME_@:$PACKAGE_NAME:;\ns:@_PRODUCT_NAME_@:$PRODUCT_NAME:;\n\" < config/pkg-support/sinfg-devel.info > build/$PRODUCT_NAME.info\n\n# create the .pkg\npackage build/pkg-tmp build/$PRODUCT_NAME.info -d build \n\n# remove temporary files\nrm -rf build/pkg-tmp build/$PRODUCT_NAME.info\n\n# compress\n(cd build; sleep 1; tar -zcvf $PRODUCT_NAME.pkg.tar.gz $PRODUCT_NAME.pkg)"; + shellScript = ". config/build.cfg\n\nset -x\n\n# clean up the framework, remove extra files\nrm -rf build/pkg-tmp/synfig.framework/Resources/pbdevelopment.plist\n\n# create the module manifest\nls --color=no build/pkg-tmp/synfig.framework/Resources/modules | sed \"s/.so//;s/.dylib//;s/lib//;\" > build/pkg-tmp/synfig.framework/Resources/synfig_modules.cfg\n\n# remove the .DS_Store file to keep tool from crapping out\nrm -rf pkg-support/devel-resources/.DS_Store\n\nsed \"\ns:@_VERSION_@:$VERSION:;\ns:@_PACKAGE_@:$PACKAGE:;\ns:@_RELEASE_@:$RELEASE:;\ns:@_PACKAGE_NAME_@:$PACKAGE_NAME:;\ns:@_PRODUCT_NAME_@:$PRODUCT_NAME:;\n\" < config/pkg-support/synfig-devel.info > build/$PRODUCT_NAME.info\n\n# create the .pkg\npackage build/pkg-tmp build/$PRODUCT_NAME.info -d build \n\n# remove temporary files\nrm -rf build/pkg-tmp build/$PRODUCT_NAME.info\n\n# compress\n(cd build; sleep 1; tar -zcvf $PRODUCT_NAME.pkg.tar.gz $PRODUCT_NAME.pkg)"; }; F513071B03267685012F4765 = { buildActionMask = 2147483647; @@ -3425,7 +3425,7 @@ isa = PBXShellScriptBuildPhase; runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = ". config/build.cfg\n\nDIR=build/sinfg-devel.pkg/Contents/Resources\n\nsed \"\ns:@_VERSION_@:$VERSION:;\ns:@_PACKAGE_@:$PACKAGE:;\ns:@_RELEASE_@:$RELEASE:;\ns:@_PACKAGE_NAME_@:$PACKAGE_NAME:;\ns:@_PRODUCT_NAME_@:$PRODUCT_NAME:;\n\" < $DIR/install.sh > $DIR/$PRODUCT_NAME.post_install\ncp $DIR/$PRODUCT_NAME.post_install $DIR/$PRODUCT_NAME.post_upgrade\n\nrm $DIR/install.sh\n\n# add execute flag to scripts\nchmod 755 $DIR/$PRODUCT_NAME.post_install $DIR/$PRODUCT_NAME.post_upgrade\n"; + shellScript = ". config/build.cfg\n\nDIR=build/synfig-devel.pkg/Contents/Resources\n\nsed \"\ns:@_VERSION_@:$VERSION:;\ns:@_PACKAGE_@:$PACKAGE:;\ns:@_RELEASE_@:$RELEASE:;\ns:@_PACKAGE_NAME_@:$PACKAGE_NAME:;\ns:@_PRODUCT_NAME_@:$PRODUCT_NAME:;\n\" < $DIR/install.sh > $DIR/$PRODUCT_NAME.post_install\ncp $DIR/$PRODUCT_NAME.post_install $DIR/$PRODUCT_NAME.post_upgrade\n\nrm $DIR/install.sh\n\n# add execute flag to scripts\nchmod 755 $DIR/$PRODUCT_NAME.post_install $DIR/$PRODUCT_NAME.post_upgrade\n"; }; F513071C032676F4012F4765 = { children = ( @@ -3440,8 +3440,8 @@ F513072703267737012F4765 = { isa = PBXFileReference; lastKnownFileType = text; - name = "sinfg-devel.info"; - path = "config/pkg-support/sinfg-devel.info"; + name = "synfig-devel.info"; + path = "config/pkg-support/synfig-devel.info"; refType = 4; sourceTree = ""; }; @@ -3452,7 +3452,7 @@ F513072D032677B1012F4765, ); isa = PBXGroup; - name = "sinfg-devel"; + name = "synfig-devel"; refType = 4; sourceTree = ""; }; @@ -3514,7 +3514,7 @@ isa = PBXShellScriptBuildPhase; runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "[ -e sinfg ] && mv sinfg build\nexit 0"; + shellScript = "[ -e synfig ] && mv synfig build\nexit 0"; }; F513073B03267CDB012F4765 = { fileRef = F5F48EBC0314868C01682FCB; @@ -3526,7 +3526,7 @@ fileEncoding = 30; isa = PBXFileReference; lastKnownFileType = text.script.sh; - path = "sinfg-config.in"; + path = "synfig-config.in"; refType = 4; sourceTree = ""; }; @@ -3539,14 +3539,14 @@ F513079503267FC7012F4765 = { isa = PBXFileReference; lastKnownFileType = file; - name = "sinfg-devel.pkg.tar.gz"; - path = "build/sinfg-devel.pkg.tar.gz"; + name = "synfig-devel.pkg.tar.gz"; + path = "build/synfig-devel.pkg.tar.gz"; refType = 4; sourceTree = ""; }; F513079E032682CF012F4765 = { buildActionMask = 2147483647; - dstPath = sinfg.framework/Resources/modules; + dstPath = synfig.framework/Resources/modules; dstSubfolderSpec = 16; files = ( F536547F0357610A012F4ADF, @@ -3598,7 +3598,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = render.cpp; - path = src/sinfg/render.cpp; + path = src/synfig/render.cpp; refType = 4; sourceTree = ""; }; @@ -3607,7 +3607,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = render.h; - path = src/sinfg/render.h; + path = src/synfig/render.h; refType = 4; sourceTree = ""; }; @@ -3625,7 +3625,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = target.cpp; - path = src/sinfg/target.cpp; + path = src/synfig/target.cpp; refType = 4; sourceTree = ""; }; @@ -3634,7 +3634,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = target.h; - path = src/sinfg/target.h; + path = src/synfig/target.h; refType = 4; sourceTree = ""; }; @@ -3777,7 +3777,7 @@ OTHER_LIBTOOL_FLAGS = "-module -dynamic"; OTHER_REZFLAGS = ""; PREBINDING = NO; - PREFIX_HEADER = sinfg.pbproj/config.h; + PREFIX_HEADER = synfig.pbproj/config.h; PRODUCT_NAME = libmod_ffmpeg.so; REZ_EXECUTABLE = YES; SECTORDER_FLAGS = ""; @@ -4144,7 +4144,7 @@ A6C1415005E836A0004C1DD1, ); isa = PBXGroup; - name = "Sinfg Library Sources"; + name = "Synfig Library Sources"; refType = 4; sourceTree = ""; }; @@ -4154,7 +4154,7 @@ F5F48EC2031486BE01682FCB, ); isa = PBXGroup; - name = "Sinfg Tool Sources"; + name = "Synfig Tool Sources"; path = ""; refType = 4; sourceTree = ""; @@ -4182,7 +4182,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = module.h; - path = src/sinfg/module.h; + path = src/synfig/module.h; refType = 4; sourceTree = ""; }; @@ -4200,7 +4200,7 @@ isa = PBXFileReference; lastKnownFileType = text; name = Makefile.am; - path = src/sinfg/Makefile.am; + path = src/synfig/Makefile.am; refType = 4; sourceTree = ""; }; @@ -4218,7 +4218,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = module.cpp; - path = src/sinfg/module.cpp; + path = src/synfig/module.cpp; refType = 4; sourceTree = ""; }; @@ -4233,7 +4233,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = layer.cpp; - path = src/sinfg/layer.cpp; + path = src/synfig/layer.cpp; refType = 4; sourceTree = ""; }; @@ -4242,7 +4242,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = layer.h; - path = src/sinfg/layer.h; + path = src/synfig/layer.h; refType = 4; sourceTree = ""; }; @@ -4266,7 +4266,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = pch.h; - path = src/sinfg/pch.h; + path = src/synfig/pch.h; refType = 4; sourceTree = ""; }; @@ -4284,7 +4284,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = color.cpp; - path = src/sinfg/color.cpp; + path = src/synfig/color.cpp; refType = 4; sourceTree = ""; }; @@ -4293,7 +4293,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = color.h; - path = src/sinfg/color.h; + path = src/synfig/color.h; refType = 4; sourceTree = ""; }; @@ -4317,7 +4317,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = vector.h; - path = src/sinfg/vector.h; + path = src/synfig/vector.h; refType = 4; sourceTree = ""; }; @@ -4418,7 +4418,7 @@ OTHER_LIBTOOL_FLAGS = "-module -dynamic"; OTHER_REZFLAGS = ""; PREBINDING = NO; - PREFIX_HEADER = sinfg.pbproj/config.h; + PREFIX_HEADER = synfig.pbproj/config.h; PRODUCT_NAME = libmod_ppm.so; REZ_EXECUTABLE = YES; SECTORDER_FLAGS = ""; @@ -4562,7 +4562,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = surface.h; - path = src/sinfg/surface.h; + path = src/synfig/surface.h; refType = 4; sourceTree = ""; }; @@ -4580,7 +4580,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = canvas.cpp; - path = src/sinfg/canvas.cpp; + path = src/synfig/canvas.cpp; refType = 4; sourceTree = ""; }; @@ -4589,7 +4589,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = canvas.h; - path = src/sinfg/canvas.h; + path = src/synfig/canvas.h; refType = 4; sourceTree = ""; }; @@ -4598,7 +4598,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = loadcanvas.cpp; - path = src/sinfg/loadcanvas.cpp; + path = src/synfig/loadcanvas.cpp; refType = 4; sourceTree = ""; }; @@ -4607,7 +4607,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = loadcanvas.h; - path = src/sinfg/loadcanvas.h; + path = src/synfig/loadcanvas.h; refType = 4; sourceTree = ""; }; @@ -4616,7 +4616,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = savecanvas.cpp; - path = src/sinfg/savecanvas.cpp; + path = src/synfig/savecanvas.cpp; refType = 4; sourceTree = ""; }; @@ -4625,7 +4625,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = savecanvas.h; - path = src/sinfg/savecanvas.h; + path = src/synfig/savecanvas.h; refType = 4; sourceTree = ""; }; @@ -4689,7 +4689,7 @@ }; }; F58056B303A2F5F401A80006 = { - buildArgumentsString = sinfg.pbproj/doxygen.cfg; + buildArgumentsString = synfig.pbproj/doxygen.cfg; buildPhases = ( ); buildSettings = { @@ -4754,7 +4754,7 @@ WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas"; }; buildToolPath = /usr/bin/gnumake; - buildWorkingDirectory = /Users/darco/src/voria/sinfg/doc/latex/; + buildWorkingDirectory = /Users/darco/src/voria/synfig/doc/latex/; dependencies = ( ); isa = PBXLegacyTarget; @@ -4777,7 +4777,7 @@ isa = PBXShellScriptBuildPhase; runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "rm -fr sinfg-devel.pkg"; + shellScript = "rm -fr synfig-devel.pkg"; }; F581E14003B24C140101DBD7 = { isa = PBXFileReference; @@ -4820,7 +4820,7 @@ OTHER_LIBTOOL_FLAGS = "-module -dynamic"; OTHER_REZFLAGS = ""; PREBINDING = NO; - PREFIX_HEADER = sinfg.pbproj/config.h; + PREFIX_HEADER = synfig.pbproj/config.h; PRODUCT_NAME = libmod_png.so; REZ_EXECUTABLE = YES; SECTORDER_FLAGS = ""; @@ -5060,7 +5060,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = importer.cpp; - path = src/sinfg/importer.cpp; + path = src/synfig/importer.cpp; refType = 4; sourceTree = ""; }; @@ -5069,7 +5069,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = importer.h; - path = src/sinfg/importer.h; + path = src/synfig/importer.h; refType = 4; sourceTree = ""; }; @@ -5107,7 +5107,7 @@ OTHER_LIBTOOL_FLAGS = "-module -dynamic"; OTHER_REZFLAGS = ""; PREBINDING = NO; - PREFIX_HEADER = sinfg.pbproj/config.h; + PREFIX_HEADER = synfig.pbproj/config.h; PRODUCT_NAME = liblyr_freetype.so; REZ_EXECUTABLE = YES; SECTORDER_FLAGS = ""; @@ -5265,7 +5265,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = renddesc.h; - path = src/sinfg/renddesc.h; + path = src/synfig/renddesc.h; refType = 4; sourceTree = ""; }; @@ -5347,7 +5347,7 @@ OTHER_LIBTOOL_FLAGS = "-module -dynamic"; OTHER_REZFLAGS = ""; PREBINDING = NO; - PREFIX_HEADER = sinfg.pbproj/config.h; + PREFIX_HEADER = synfig.pbproj/config.h; PRODUCT_NAME = libmod_bmp.so; REZ_EXECUTABLE = YES; SECTORDER_FLAGS = ""; @@ -5499,7 +5499,7 @@ OTHER_LIBTOOL_FLAGS = "-module -dynamic"; OTHER_REZFLAGS = ""; PREBINDING = NO; - PREFIX_HEADER = sinfg.pbproj/config.h; + PREFIX_HEADER = synfig.pbproj/config.h; PRODUCT_NAME = liblyr_std.so; REZ_EXECUTABLE = YES; SECTORDER_FLAGS = ""; @@ -5699,7 +5699,7 @@ isa = PBXFileReference; lastKnownFileType = text; name = doxygen.cfg; - path = sinfg.pbproj/doxygen.cfg; + path = synfig.pbproj/doxygen.cfg; refType = 4; sourceTree = ""; }; @@ -5717,7 +5717,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = value.cpp; - path = src/sinfg/value.cpp; + path = src/synfig/value.cpp; refType = 4; sourceTree = ""; }; @@ -5726,7 +5726,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = value.h; - path = src/sinfg/value.h; + path = src/synfig/value.h; refType = 4; sourceTree = ""; }; @@ -5775,7 +5775,7 @@ OTHER_LIBTOOL_FLAGS = "-module -dynamic"; OTHER_REZFLAGS = ""; PREBINDING = NO; - PREFIX_HEADER = sinfg.pbproj/config.h; + PREFIX_HEADER = synfig.pbproj/config.h; PRODUCT_NAME = libmod_gif.so; REZ_EXECUTABLE = YES; SECTORDER_FLAGS = ""; @@ -5969,7 +5969,7 @@ buildSettings = { COPY_PHASE_STRIP = YES; GCC_VERSION = 3; - HEADER_SEARCH_PATHS = "\U0001./sinfg.pbproj"; + HEADER_SEARCH_PATHS = "\U0001./synfig.pbproj"; LDFLAGS = "\U0001-flat-namespace"; MACOSX_DEPLOYMENT_TARGET = 10.2; OPTIMIZATION_CFLAGS = "-O3 -ffast-math -faltivec"; @@ -6024,8 +6024,8 @@ OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; - PREFIX_HEADER = sinfg.pbproj/config.h; - PRODUCT_NAME = sinfg; + PREFIX_HEADER = synfig.pbproj/config.h; + PRODUCT_NAME = synfig; REZ_EXECUTABLE = YES; SECTORDER_FLAGS = ""; USE_GCC3_PFE_SUPPORT = YES; @@ -6035,14 +6035,14 @@ F5F48ED50314875A01682FCB, ); isa = PBXToolTarget; - name = "Sinfg Tool"; - productName = "Sinfg Tool"; + name = "Synfig Tool"; + productName = "Synfig Tool"; productReference = F5F48EBC0314868C01682FCB; }; F5F48EBC0314868C01682FCB = { explicitFileType = "compiled.mach-o.executable"; isa = PBXFileReference; - path = sinfg; + path = synfig; refType = 3; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -6066,7 +6066,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = general.h; - path = src/sinfg/general.h; + path = src/synfig/general.h; refType = 4; sourceTree = ""; }; @@ -6075,7 +6075,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; - path = src/sinfg/main.cpp; + path = src/synfig/main.cpp; refType = 4; sourceTree = ""; }; @@ -6083,8 +6083,8 @@ fileEncoding = 30; isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; - name = sinfg.h; - path = src/sinfg/sinfg.h; + name = synfig.h; + path = src/synfig/synfig.h; refType = 4; sourceTree = ""; }; @@ -6297,9 +6297,9 @@ OTHER_LDFLAGS = "\U0001"; OTHER_LIBTOOL_FLAGS = "\U0001-dynamic"; OTHER_REZFLAGS = ""; - PREFIX_HEADER = sinfg.pbproj/config.h; + PREFIX_HEADER = synfig.pbproj/config.h; PRINCIPAL_CLASS = ""; - PRODUCT_NAME = sinfg; + PRODUCT_NAME = synfig; SECTORDER_FLAGS = ""; USE_GCC3_PFE_SUPPORT = YES; WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas"; @@ -6308,9 +6308,9 @@ dependencies = ( ); isa = PBXFrameworkTarget; - name = "Sinfg Library"; + name = "Synfig Library"; productInstallPath = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - productName = "Sinfg Library"; + productName = "Synfig Library"; productReference = F5F48ED00314873101682FCB; productSettingsXML = " @@ -6319,7 +6319,7 @@ CFBundleDevelopmentRegion English CFBundleExecutable - sinfg + synfig CFBundleGetInfoString CFBundleIconFile @@ -6329,7 +6329,7 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleName - Sinfg Library Framework + Synfig Library Framework CFBundlePackageType FMWK CFBundleShortVersionString @@ -6345,7 +6345,7 @@ F5F48ED00314873101682FCB = { explicitFileType = wrapper.framework; isa = PBXFileReference; - path = sinfg.framework; + path = synfig.framework; refType = 3; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -6450,7 +6450,7 @@ OTHER_LIBTOOL_FLAGS = "-module -dynamic"; OTHER_REZFLAGS = ""; PREBINDING = NO; - PREFIX_HEADER = sinfg.pbproj/config.h; + PREFIX_HEADER = synfig.pbproj/config.h; PRODUCT_NAME = libmptr_mplayer.so; REZ_EXECUTABLE = YES; SECTORDER_FLAGS = ""; @@ -6574,7 +6574,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = surface.cpp; - path = src/sinfg/surface.cpp; + path = src/synfig/surface.cpp; refType = 4; sourceTree = ""; }; @@ -6634,7 +6634,7 @@ isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = config.h; - path = sinfg.pbproj/config.h; + path = synfig.pbproj/config.h; refType = 4; sourceTree = ""; }; @@ -6745,7 +6745,7 @@ OTHER_LIBTOOL_FLAGS = "-module -dynamic"; OTHER_REZFLAGS = ""; PREBINDING = NO; - PREFIX_HEADER = sinfg.pbproj/config.h; + PREFIX_HEADER = synfig.pbproj/config.h; PRODUCT_NAME = libexample.so; REZ_EXECUTABLE = YES; SECTORDER_FLAGS = ""; diff --git a/synfig-core/trunk/synfig.prj b/synfig-core/trunk/synfig.prj index 47d0f55..149c817 100644 --- a/synfig-core/trunk/synfig.prj +++ b/synfig-core/trunk/synfig.prj @@ -26,12 +26,12 @@ props.file.type=project anjuta.version=1.2.2 anjuta.compatibility.level=1 -project.name=sinfg +project.name=synfig project.type=GENERIC project.target.type=EXECUTABLE project.version=0.60.00 project.author=Robert B. Quattlebaum Jr -project.source.target=src/tool/sinfg +project.source.target=src/tool/synfig project.has.gettext=0 project.gui.command= project.programming.language=C++ @@ -42,9 +42,9 @@ project.config.extra.modules.after= project.config.blocked=1 project.config.disable.overwriting=1 1 1 1 1 1 1 1 1 -project.menu.entry=sinfg Version 0.60.00 +project.menu.entry=synfig Version 0.60.00 project.menu.group=Application -project.menu.comment=sinfg Version 0.60.00 +project.menu.comment=synfig Version 0.60.00 project.menu.icon= project.menu.need.terminal=0 @@ -68,8 +68,8 @@ preferences.indent.closing=0 module.include.name=. module.include.type= module.include.files=\ - sinfg.pbproj/config.h\ - sinfg.pbproj/etl_profile.h\ + synfig.pbproj/config.h\ + synfig.pbproj/etl_profile.h\ src/modules/lyr_std/bezier.h\ src/modules/lyr_std/blur.h\ src/modules/lyr_std/checkerboard.h\ @@ -97,24 +97,24 @@ module.include.files=\ src/modules/mod_imagemagick/mptr_imagemagick.h\ src/modules/lyr_freetype/lyr_freetype.h\ src/template.h\ - src/sinfg/animate.h\ - src/sinfg/bmplayer.h\ - src/sinfg/color.h\ - src/sinfg/general.h\ - src/sinfg/importer.h\ - src/sinfg/layer.h\ - src/sinfg/modules.h\ - src/sinfg/pch.h\ - src/sinfg/renddesc.h\ - src/sinfg/render.h\ - src/sinfg/sinfg.h\ - src/sinfg/surface.h\ - src/sinfg/target.h\ - src/sinfg/vector.h\ - src/sinfg/datatype.h\ - src/sinfg/canvas.h\ - src/sinfg/loadcanvas.h\ - src/sinfg/savecanvas.h + src/synfig/animate.h\ + src/synfig/bmplayer.h\ + src/synfig/color.h\ + src/synfig/general.h\ + src/synfig/importer.h\ + src/synfig/layer.h\ + src/synfig/modules.h\ + src/synfig/pch.h\ + src/synfig/renddesc.h\ + src/synfig/render.h\ + src/synfig/synfig.h\ + src/synfig/surface.h\ + src/synfig/target.h\ + src/synfig/vector.h\ + src/synfig/datatype.h\ + src/synfig/canvas.h\ + src/synfig/loadcanvas.h\ + src/synfig/savecanvas.h module.source.name=. module.source.type= @@ -157,20 +157,20 @@ module.source.files=\ src/modules/lyr_freetype/main.cpp\ src/modules/lyr_freetype/lyr_freetype.cpp\ src/template.cpp\ - src/sinfg/animate.cpp\ - src/sinfg/bmplayer.cpp\ - src/sinfg/color.cpp\ - src/sinfg/importer.cpp\ - src/sinfg/layer.cpp\ - src/sinfg/main.cpp\ - src/sinfg/modules.cpp\ - src/sinfg/render.cpp\ - src/sinfg/surface.cpp\ - src/sinfg/target.cpp\ - src/sinfg/datatype.cpp\ - src/sinfg/canvas.cpp\ - src/sinfg/loadcanvas.cpp\ - src/sinfg/savecanvas.cpp\ + src/synfig/animate.cpp\ + src/synfig/bmplayer.cpp\ + src/synfig/color.cpp\ + src/synfig/importer.cpp\ + src/synfig/layer.cpp\ + src/synfig/main.cpp\ + src/synfig/modules.cpp\ + src/synfig/render.cpp\ + src/synfig/surface.cpp\ + src/synfig/target.cpp\ + src/synfig/datatype.cpp\ + src/synfig/canvas.cpp\ + src/synfig/loadcanvas.cpp\ + src/synfig/savecanvas.cpp\ src/tool/main.cpp module.pixmap.name=. -- 2.7.4