CVSROOT: /cvsroot/lilypond Module name: lilypond Branch: Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]> 05/06/21 23:18:25
Modified files: . : ChangeLog lily : GNUmakefile pfb.cc Log message: (MODULE_INCLUDES): remove ttftool CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3806&tr2=1.3807&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/GNUmakefile.diff?tr1=1.53&tr2=1.54&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/pfb.cc.diff?tr1=1.17&tr2=1.18&r1=text&r2=text Patches: Index: lilypond/ChangeLog diff -u lilypond/ChangeLog:1.3806 lilypond/ChangeLog:1.3807 --- lilypond/ChangeLog:1.3806 Tue Jun 21 23:17:37 2005 +++ lilypond/ChangeLog Tue Jun 21 23:18:25 2005 @@ -1,5 +1,7 @@ 2005-06-22 Han-Wen Nienhuys <[EMAIL PROTECTED]> + * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool + * ttftool/*: remove ttftool subdirectory. * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory. Index: lilypond/lily/GNUmakefile diff -u lilypond/lily/GNUmakefile:1.53 lilypond/lily/GNUmakefile:1.54 --- lilypond/lily/GNUmakefile:1.53 Mon Jun 6 15:45:56 2005 +++ lilypond/lily/GNUmakefile Tue Jun 21 23:18:25 2005 @@ -4,8 +4,8 @@ NAME = lilypond SUBDIRS = include -MODULE_LIBS= $(depth)/ttftool $(depth)/flower $(depth)/kpath-guile -MODULE_INCLUDES= $(depth)/flower/include $(depth)/ttftool/include +MODULE_LIBS= $(depth)/flower $(depth)/kpath-guile +MODULE_INCLUDES= $(depth)/flower/include MODULE_CXXFLAGS= HELP2MAN_EXECS = lilypond Index: lilypond/lily/pfb.cc diff -u lilypond/lily/pfb.cc:1.17 lilypond/lily/pfb.cc:1.18 --- lilypond/lily/pfb.cc:1.17 Thu Jun 9 17:16:46 2005 +++ lilypond/lily/pfb.cc Tue Jun 21 23:18:25 2005 @@ -13,7 +13,6 @@ #include "program-option.hh" #include "source-file.hh" #include "memory-stream.hh" -#include "ttftool.h" #include "open-type-font.hh" #include "main.hh" #include "warn.hh" @@ -98,33 +97,6 @@ return pfa_scm; } -LY_DEFINE (ly_ttf_to_pfa, "ly:ttf->pfa", - 1, 0, 0, (SCM ttf_file_name), - "Convert the contents of a TTF file to Type42 PFA, returning it as " - " a string.") -{ - SCM_ASSERT_TYPE (scm_is_string (ttf_file_name), ttf_file_name, - SCM_ARG1, __FUNCTION__, "string"); - - String file_name = ly_scm2string (ttf_file_name); - if (be_verbose_global) - progress_indication ("[" + file_name); - - - Memory_out_stream stream; - ttf_verbosity = - robust_scm2int (ly_get_option (ly_symbol2scm ("ttf-verbosity")), 0); - - create_type42 (file_name.to_str0 (), (void*) &stream); - SCM asscm = scm_from_locale_stringn (stream.get_string (), - stream.get_length ()); - - if (be_verbose_global) - progress_indication ("]"); - - return asscm; -} - LY_DEFINE (ly_otf_to_cff, "ly:otf->cff", _______________________________________________ Lilypond-cvs mailing list Lilypond-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-cvs