freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Devel] freetype 2.0.5 shared lib revision


From: David Turner
Subject: Re: [Devel] freetype 2.0.5 shared lib revision
Date: Thu, 03 Jan 2002 18:46:52 +0100

Hello Matthieu,

Matthieu Herrb a écrit :
> 
> Hi,
> 
> after Freetype 2.0.5 was imported in XFree86-current, I checked if the
> shared library revision set by XFree86 imake config needs to be
> updated, by comparing the external symbols in the library.
> 
> This shows that, between 2.0.4, some symbols where added to the library
> (which would require a minor revision bump) and one external symbol
> was renamed grays_raster_render -> gray_raster_render) which would
> require a major revision bump.
>
"grays_raster_render" is an internal symbol that "escaped" by mistake,
so no major revision bump is needed here. I'll have a look at the sources
to see how to fix this, but it shouldn't be too difficult..

Regarding shared library numbers, they're maintained by Werner and I
imagine he'll be answering this topic soon once he recovers from the
holidays :o)


Thanks a lot,

- David


 
> But as far as I can tell, at least by building FreeType on OpenBSD
> with GNU make, the shared library for 2.0.5 is still named
> libfreetype.so.7.0 as in 2.0.4. Which looks wrong to me.
> Appended below is the full symbol table diff.
> 
> @@ -29,6 +29,7 @@
>  T _FTC_SBit_Cache_Lookup
>  T _FTC_SBit_Cache_New
>  T _FT_Access_Frame
> +T _FT_Activate_Size
>  T _FT_Add_Default_Modules
>  T _FT_Add_Module
>  T _FT_Alloc
> @@ -60,7 +61,9 @@
>  T _FT_Get_Module
>  T _FT_Get_Module_Interface
>  T _FT_Get_Multi_Master
> +T _FT_Get_Name_Index
>  T _FT_Get_Offset
> +T _FT_Get_Postscript_Name
>  T _FT_Get_Renderer
>  T _FT_Get_Sfnt_Name
>  T _FT_Get_Sfnt_Name_Count
> @@ -190,7 +193,7 @@
>  T _ftc_sbit_cache_class
>  T _ftc_sbit_chunk_set_class
>  T _ftc_size_lru_class
> -T _grays_raster_render
> +T _gray_raster_render
>  T _pcf_driver_class
>  T _ps_table_funcs
>  T _psaux_module_class
> 
> Regards,
> 
> --
> Matthieu Herrb
> XFree86 and OpenBSD developer
> 
> _______________________________________________
> Devel mailing list
> address@hidden
> http://www.freetype.org/mailman/listinfo/devel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]