Skip to content
  • Ramiro Estrugo's avatar
    Add FreeType2 information. · e46e1b21
    Ramiro Estrugo authored
    	* README:
    	Add FreeType2 information.
    
    	* configure.in:
    	Add support for using freetype2 installed in the system from devel
    	rpms.
    
    	* cut-n-paste-code/Makefile.am:
    	* cut-n-paste-code/freetype/Makefile.am:
    	* cut-n-paste-code/freetype/README:
    	* cut-n-paste-code/freetype/autohint.h:
    	* cut-n-paste-code/freetype/cff.c:
    	* cut-n-paste-code/freetype/cidafm.c:
    	* cut-n-paste-code/freetype/cidafm.h:
    	* cut-n-paste-code/freetype/cidgload.c:
    	* cut-n-paste-code/freetype/cidgload.h:
    	* cut-n-paste-code/freetype/cidload.c:
    	* cut-n-paste-code/freetype/cidload.h:
    	* cut-n-paste-code/freetype/cidobjs.c:
    	* cut-n-paste-code/freetype/cidobjs.h:
    	* cut-n-paste-code/freetype/cidparse.c:
    	* cut-n-paste-code/freetype/cidparse.h:
    	* cut-n-paste-code/freetype/cidriver.c:
    	* cut-n-paste-code/freetype/cidriver.h:
    	* cut-n-paste-code/freetype/cidtokens.h:
    	* cut-n-paste-code/freetype/freetype.h:
    	* cut-n-paste-code/freetype/ftbase.c:
    	* cut-n-paste-code/freetype/ftbbox.h:
    	* cut-n-paste-code/freetype/ftcalc.c:
    	* cut-n-paste-code/freetype/ftcalc.h:
    	* cut-n-paste-code/freetype/ftconfig.h:
    	* cut-n-paste-code/freetype/ftdebug.c:
    	* cut-n-paste-code/freetype/ftdebug.h:
    	* cut-n-paste-code/freetype/ftdriver.h:
    	* cut-n-paste-code/freetype/fterrors.h:
    	* cut-n-paste-code/freetype/ftextend.c:
    	* cut-n-paste-code/freetype/ftextend.h:
    	* cut-n-paste-code/freetype/ftglyph.c:
    	* cut-n-paste-code/freetype/ftglyph.h:
    	* cut-n-paste-code/freetype/ftgrays.c:
    	* cut-n-paste-code/freetype/ftgrays.h:
    	* cut-n-paste-code/freetype/ftimage.h:
    	* cut-n-paste-code/freetype/ftinit.c:
    	* cut-n-paste-code/freetype/ftlist.c:
    	* cut-n-paste-code/freetype/ftlist.h:
    	* cut-n-paste-code/freetype/ftmemory.h:
    	* cut-n-paste-code/freetype/ftmm.c:
    	* cut-n-paste-code/freetype/ftmm.h:
    	* cut-n-paste-code/freetype/ftmodule-list.h:
    	* cut-n-paste-code/freetype/ftmodule.h:
    	* cut-n-paste-code/freetype/ftobjs.c:
    	* cut-n-paste-code/freetype/ftobjs.h:
    	* cut-n-paste-code/freetype/ftoption.h:
    	* cut-n-paste-code/freetype/ftoutln.c:
    	* cut-n-paste-code/freetype/ftoutln.h:
    	* cut-n-paste-code/freetype/ftraster.c:
    	* cut-n-paste-code/freetype/ftraster.h:
    	* cut-n-paste-code/freetype/ftrend1.c:
    	* cut-n-paste-code/freetype/ftrend1.h:
    	* cut-n-paste-code/freetype/ftrender.h:
    	* cut-n-paste-code/freetype/ftsmooth.c:
    	* cut-n-paste-code/freetype/ftsmooth.h:
    	* cut-n-paste-code/freetype/ftstream.c:
    	* cut-n-paste-code/freetype/ftstream.h:
    	* cut-n-paste-code/freetype/ftsystem.c:
    	* cut-n-paste-code/freetype/ftsystem.h:
    	* cut-n-paste-code/freetype/fttypes.h:
    	* cut-n-paste-code/freetype/license.txt:
    	* cut-n-paste-code/freetype/psmodule.c:
    	* cut-n-paste-code/freetype/psmodule.h:
    	* cut-n-paste-code/freetype/psnames.h:
    	* cut-n-paste-code/freetype/pstables.h:
    	* cut-n-paste-code/freetype/raster1.c:
    	* cut-n-paste-code/freetype/sfdriver.c:
    	* cut-n-paste-code/freetype/sfdriver.h:
    	* cut-n-paste-code/freetype/sfnt.c:
    	* cut-n-paste-code/freetype/sfnt.h:
    	* cut-n-paste-code/freetype/sfobjs.c:
    	* cut-n-paste-code/freetype/sfobjs.h:
    	* cut-n-paste-code/freetype/smooth.c:
    	* cut-n-paste-code/freetype/t1afm.c:
    	* cut-n-paste-code/freetype/t1afm.h:
    	* cut-n-paste-code/freetype/t1driver.c:
    	* cut-n-paste-code/freetype/t1driver.h:
    	* cut-n-paste-code/freetype/t1errors.h:
    	* cut-n-paste-code/freetype/t1gload.c:
    	* cut-n-paste-code/freetype/t1gload.h:
    	* cut-n-paste-code/freetype/t1hinter.c:
    	* cut-n-paste-code/freetype/t1hinter.h:
    	* cut-n-paste-code/freetype/t1load.c:
    	* cut-n-paste-code/freetype/t1load.h:
    	* cut-n-paste-code/freetype/t1objs.c:
    	* cut-n-paste-code/freetype/t1objs.h:
    	* cut-n-paste-code/freetype/t1parse.c:
    	* cut-n-paste-code/freetype/t1parse.h:
    	* cut-n-paste-code/freetype/t1tables.h:
    	* cut-n-paste-code/freetype/t1tokens.c:
    	* cut-n-paste-code/freetype/t1tokens.h:
    	* cut-n-paste-code/freetype/t1types.h:
    	* cut-n-paste-code/freetype/t2driver.c:
    	* cut-n-paste-code/freetype/t2driver.h:
    	* cut-n-paste-code/freetype/t2errors.h:
    	* cut-n-paste-code/freetype/t2gload.c:
    	* cut-n-paste-code/freetype/t2gload.h:
    	* cut-n-paste-code/freetype/t2load.c:
    	* cut-n-paste-code/freetype/t2load.h:
    	* cut-n-paste-code/freetype/t2objs.c:
    	* cut-n-paste-code/freetype/t2objs.h:
    	* cut-n-paste-code/freetype/t2parse.c:
    	* cut-n-paste-code/freetype/t2parse.h:
    	* cut-n-paste-code/freetype/t2tokens.h:
    	* cut-n-paste-code/freetype/t2types.h:
    	* cut-n-paste-code/freetype/truetype.c:
    	* cut-n-paste-code/freetype/ttcmap.c:
    	* cut-n-paste-code/freetype/ttcmap.h:
    	* cut-n-paste-code/freetype/ttdriver.c:
    	* cut-n-paste-code/freetype/ttdriver.h:
    	* cut-n-paste-code/freetype/tterrors.h:
    	* cut-n-paste-code/freetype/ttgload.c:
    	* cut-n-paste-code/freetype/ttgload.h:
    	* cut-n-paste-code/freetype/ttinterp.c:
    	* cut-n-paste-code/freetype/ttinterp.h:
    	* cut-n-paste-code/freetype/ttload.c:
    	* cut-n-paste-code/freetype/ttload.h:
    	* cut-n-paste-code/freetype/ttnameid.h:
    	* cut-n-paste-code/freetype/ttobjs.c:
    	* cut-n-paste-code/freetype/ttobjs.h:
    	* cut-n-paste-code/freetype/ttpload.c:
    	* cut-n-paste-code/freetype/ttpload.h:
    	* cut-n-paste-code/freetype/ttpost.c:
    	* cut-n-paste-code/freetype/ttpost.h:
    	* cut-n-paste-code/freetype/ttsbit.c:
    	* cut-n-paste-code/freetype/ttsbit.h:
    	* cut-n-paste-code/freetype/tttables.h:
    	* cut-n-paste-code/freetype/tttags.h:
    	* cut-n-paste-code/freetype/tttypes.h:
    	* cut-n-paste-code/freetype/type1.c:
    	* cut-n-paste-code/freetype/type1cid.c:
    	* cut-n-paste-code/freetype/type1z.c:
    	* cut-n-paste-code/freetype/winfnt.c:
    	* cut-n-paste-code/freetype/winfnt.h:
    	* cut-n-paste-code/freetype/z1afm.c:
    	* cut-n-paste-code/freetype/z1afm.h:
    	* cut-n-paste-code/freetype/z1driver.c:
    	* cut-n-paste-code/freetype/z1driver.h:
    	* cut-n-paste-code/freetype/z1gload.c:
    	* cut-n-paste-code/freetype/z1gload.h:
    	* cut-n-paste-code/freetype/z1load.c:
    	* cut-n-paste-code/freetype/z1load.h:
    	* cut-n-paste-code/freetype/z1objs.c:
    	* cut-n-paste-code/freetype/z1objs.h:
    	* cut-n-paste-code/freetype/z1parse.c:
    	* cut-n-paste-code/freetype/z1parse.h:
    	* cut-n-paste-code/freetype/z1tokens.h:
    	Removed the cut-n-pasted FreeType2 we had in our build.
    
    	* libnautilus-extensions/Makefile.am:
    	* librsvg/Makefile.am:
    	* nautilus.spec.in:
    	Update for FreeType2 changes.
    e46e1b21