oyranos_core.h | oyranos_core.h | |||
---|---|---|---|---|
skipping to change at line 76 | skipping to change at line 76 | |||
char * oyDescriptionToHTML ( int group, | char * oyDescriptionToHTML ( int group, | |||
const char ** options, | const char ** options, | |||
oyAlloc_f allocateFunc ); | oyAlloc_f allocateFunc ); | |||
/** @brief codeset for Oyranos | /** @brief codeset for Oyranos | |||
* | * | |||
* set here the codeset part, e.g. "UTF-8", which shall be delivered from | * set here the codeset part, e.g. "UTF-8", which shall be delivered from | |||
* Oyranos string translations. | * Oyranos string translations. | |||
* Set this variable before any call to Oyranos. | * Set this variable before any call to Oyranos. | |||
* The environment variable OY_LOCALEDIR overrides the static inbuild | * The environment variable OY_LOCALEDIR overrides the static inbuild | |||
* OY_LOCALEDIR macro defined in config.h . OY_LOCALEDIR should match a | * OY_LOCALEDIR macro defined in oyranos_config_internal.h . OY_LOCALEDIR | |||
* corresponding $prefix/share/locale path. | * should match a corresponding $prefix/share/locale path. | |||
*/ | */ | |||
extern const char *oy_domain_codeset; | extern const char *oy_domain_codeset; | |||
void oyI18NSet ( int active, | void oyI18NSet ( int active, | |||
int reserved ); | int reserved ); | |||
const char * oyLanguage ( void ); | const char * oyLanguage ( void ); | |||
const char * oyCountry ( void ); | const char * oyCountry ( void ); | |||
const char * oyLang ( void ); | const char * oyLang ( void ); | |||
void oyI18Nreset ( void ); | void oyI18Nreset ( void ); | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||
oyranos_version.h | oyranos_version.h | |||
---|---|---|---|---|
/* automatically generated file from configure - it will be overwritten */ | /* automatic generated variables */ | |||
#ifndef OYRANOS_VERSION_H | #ifndef OYRANOS_VERSION_H | |||
#define OYRANOS_VERSION_H | #define OYRANOS_VERSION_H | |||
#define OYRANOS_VERSION_A 0 | #define OYRANOS_VERSION_A 0 | |||
#define OYRANOS_VERSION_B 9 | #define OYRANOS_VERSION_B 9 | |||
#define OYRANOS_VERSION_C 1 | #define OYRANOS_VERSION_C 3 | |||
#define OYRANOS_VERSION_NAME "0.9.1" | #define OYRANOS_VERSION_NAME "0.9.3" | |||
#define OYRANOS_VERSION 901 | #define OYRANOS_VERSION (0 * 10000 + 9 * 100 + 3) | |||
#define OYRANOS_START_MONTH 11 | #define OYRANOS_START_MONTH 11 | |||
#define OYRANOS_START_YEAR 2004 | #define OYRANOS_START_YEAR 2004 | |||
#define OYRANOS_DEVEL_MONTH 11 | #define OYRANOS_DEVEL_MONTH 01 | |||
#define OYRANOS_DEVEL_YEAR 2012 | #define OYRANOS_DEVEL_YEAR 2013 | |||
#define OYRANOS_CONFIG_DATE "140304.124815" | #define OYRANOS_DATE "11 2004 - 01 2013" | |||
#define OYRANOS_GIT_MASTER "" | ||||
#define OYRANOS_DATE "11 2004 - 11 2012" | ||||
#define OYAPI | #define OYAPI | |||
#define OYEXPORT | #define OYEXPORT | |||
#define OY_PREFIX "/home/ut/testing/oyranos/0.9.1" | #define OY_PREFIX "/home/ut/testing/oyranos/0.9.3" | |||
#define OY_BINDIR "/home/ut/testing/oyranos/0.9.1/bin" | #define OY_BINDIR "/home/ut/testing/oyranos/0.9.3/bin" | |||
#define OY_DATADIR "/home/ut/testing/oyranos/0.9.1/share" | #define OY_DATADIR "/home/ut/testing/oyranos/0.9.3/share" | |||
#define OY_LIBDIR "/home/ut/testing/oyranos/0.9.1/lib" | #define OY_LIBDIR "/home/ut/testing/oyranos/0.9.3/lib" | |||
#define OY_CMMDIR "/home/ut/testing/oyranos/0.9.1/lib/colour/module | ||||
s" | ||||
#define OY_CMMSUBPATH "colour/modules" | #define OY_CMMSUBPATH "colour/modules" | |||
#define OY_METASUBPATH "oyranos" | #define OY_METASUBPATH "oyranos" | |||
#define OY_SYSCOLORDIR "/home/ut/testing/oyranos/0.9.1/share/color" | #define OY_CMMDIR OY_LIBDIR"/"OY_CMMSUBPATH | |||
#define OY_SYSCOLORDIR OY_DATADIR"/color" | ||||
#define OY_USERCOLORDIR "~/.config/color" | #define OY_USERCOLORDIR "~/.config/color" | |||
#define OY_USERCOLORDATA "~/.local/share/color" | #define OY_USERCOLORDATA "~/.local/share/color" | |||
#define OY_ICCDIRNAME "icc" | #define OY_ICCDIRNAME "icc" | |||
#define OY_SETTINGSDIRNAME "settings" | #define OY_SETTINGSDIRNAME "settings" | |||
#define OY_TARGETDIRNAME "target" | #define OY_TARGETDIRNAME "target" | |||
#define OY_LOCALEDIR "/home/ut/testing/oyranos/0.9.1/share/locale" | #define OY_LOCALEDIR OY_DATADIR"/locale" | |||
#define OY_SRCDIR "/home/ut/repository/oyranos/install/oyranos-0.9. | ||||
1" | ||||
#define OY_SRC_LOCALEDIR "/home/ut/repository/oyranos/install/oyranos-0.9. | ||||
1/po" | ||||
#define OY_HAVE_PNG 1 | ||||
#define OY_HAVE_TIFF 1 | ||||
#endif /*OYRANOS_VERSION_H*/ | #endif /*OYRANOS_VERSION_H*/ | |||
End of changes. 6 change blocks. | ||||
23 lines changed or deleted | 14 lines changed or added | |||