Difference between revisions of "Third party libraries"

From ReactOS Wiki
Jump to: navigation, search
m
Line 1: Line 1:
ReactOS uses several 3rd party libraries. On this page the actuality can be tracked.
+
ReactOS uses several 3rd party libraries. On this page, you can check their current and the used versions.
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 14: Line 14:
 
|-
 
|-
 
| freetype || font rendering library || 2.5.2 || 2.5.3 || http://www.freetype.org/
 
| freetype || font rendering library || 2.5.2 || 2.5.3 || http://www.freetype.org/
|-
 
| fullfat || FAT driver || >1.0.5 || 2.0.0-RTM || http://code.google.com/p/fullfat/
 
 
|-
 
|-
 
| libjpeg || JPEG handling || 9 || 9a || http://www.infai.org/jpeg/
 
| libjpeg || JPEG handling || 9 || 9a || http://www.infai.org/jpeg/
Line 45: Line 43:
 
|}
 
|}
  
When a version is written with a '''>''' then a development/trunk version, which is newer than the one shown, but maybe older than the recent stable version, is used
+
Version numbers with a '''>''' before them are development/trunk versions. These are usually newer than the shown ones, but may be in an unstable state.

Revision as of 13:42, 1 April 2014

ReactOS uses several 3rd party libraries. On this page, you can check their current and the used versions.

library name purpose used version latest version Link to website
ACPICA reference implementation of ACPI unknown 20140325 https://www.acpica.org/
adns Used by dnsapi unknown unknown http://www.chiark.greenend.org.uk/~ian/adns/
bzip2 ... 1.0.6 1.0.6 http://www.bzip.org/
cardlib used by the cardgames unknown unknown http://www.catch22.net/tuts/cardlib
freetype font rendering library 2.5.2 2.5.3 http://www.freetype.org/
libjpeg JPEG handling 9 9a http://www.infai.org/jpeg/
libmpg123 MPEG library unknown 1.19 http://www.mpg123.de/
libpng PNG handling 1.5.14 1.6.10 http://www.libpng.org/pub/png/libpng.html
libsamplerate ... 0.1.8 0.1.8 http://www.mega-nerd.com/SRC/
libtiff TIFF handling 4.0.3 4.0.3 http://www.remotesensing.org/libtiff/
libwine ... unknown unknown
libwin-iconv iconv implementation using Win32 API to convert >0.0.6 0.0.6 http://code.google.com/p/win-iconv/
libxml2 xml parsing library 2.9.0 2.9.1 http://xmlsoft.org/
libxslt used for rosdocs 1.1.28 1.1.28 http://xmlsoft.org/libxslt/
lwip TCP/IP stack 1.4.1 1.4.1 http://savannah.nongnu.org/projects/lwip/
stlport "Our" C++ STL unknown 5.2.1 http://sourceforge.net/projects/stlport/
strmbase Wine Sound streaming lib, used by Wine DirectX Wine 1.7.1 Wine 1.7.15 http://source.winehq.org/git/wine.git/tree/refs/heads/master:/dlls/strmbase
zlib Used by everything that needs to (de)compress archives 1.2.8 1.2.8 http://www.zlib.net/

Version numbers with a > before them are development/trunk versions. These are usually newer than the shown ones, but may be in an unstable state.