Merge branch 'master' into gtk3

This commit is contained in:
Beep6581
2016-02-23 09:26:00 +01:00
17 changed files with 132 additions and 73 deletions

View File

@@ -57,7 +57,7 @@ if (WIN32)
include("${PROJECT_SOURCE_DIR}/ReleaseInfo.cmake")
endif (REL_INFO_FILE STREQUAL REL_INFO_FILE-NOTFOUND)
configure_file ("${CMAKE_CURRENT_SOURCE_DIR}/win/InnoSetup/WindowsInnoSetup.iss.in" "${CMAKE_CURRENT_BINARY_DIR}/WindowsInnoSetup.iss")
configure_file ("${CMAKE_CURRENT_SOURCE_DIR}/../tools/win/InnoSetup/WindowsInnoSetup.iss.in" "${CMAKE_CURRENT_BINARY_DIR}/WindowsInnoSetup.iss")
install (FILES "${CMAKE_CURRENT_BINARY_DIR}/WindowsInnoSetup.iss" DESTINATION ${BINDIR})
endif (WIN32)
@@ -103,8 +103,8 @@ if (APPLE)
elseif (PROC_BIT_DEPTH MATCHES 64)
list (APPEND MACOSX_BUNDLE_COMMAND PROC_BIT_DEPTH=64)
endif (PROC_BIT_DEPTH MATCHES 32)
list (APPEND MACOSX_BUNDLE_COMMAND sh "${PROJECT_SOURCE_DIR}/rtdata/osx/macosx_bundle.sh")
list (APPEND MACOSX_BUNDLE_COMMAND sh "${PROJECT_SOURCE_DIR}/tools/osx/macosx_bundle.sh")
add_custom_target(macosx_bundle
COMMAND ${MACOSX_BUNDLE_COMMAND}
WORKING_DIRECTORY "${CMAKE_BINARY_DIR}"

View File

@@ -1,167 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDisplayName</key>
<string>RawTherapee</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>pp3</string>
<string>PP3</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>profile.icns</string>
<key>CFBundleTypeName</key>
<string>RawTherapee Profile Data</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
<key>LSItemContentTypes</key>
<array>
<string>com.rawtherapee.pp3</string>
</array>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>3FR</string>
<string>3fr</string>
<string>ARW</string>
<string>arw</string>
<string>CR2</string>
<string>cr2</string>
<string>CRF</string>
<string>crf</string>
<string>CRW</string>
<string>crw</string>
<string>DCR</string>
<string>dcr</string>
<string>DNG</string>
<string>dng</string>
<string>FFF</string>
<string>fff</string>
<string>IIQ</string>
<string>iiq</string>
<string>KDC</string>
<string>kdc</string>
<string>MEF</string>
<string>mef</string>
<string>MOS</string>
<string>mos</string>
<string>MRW</string>
<string>mrw</string>
<string>NEF</string>
<string>nef</string>
<string>NRW</string>
<string>nrw</string>
<string>ORF</string>
<string>orf</string>
<string>PEF</string>
<string>pef</string>
<string>RAF</string>
<string>raf</string>
<string>RAW</string>
<string>raw</string>
<string>RW2</string>
<string>rw2</string>
<string>RWZ</string>
<string>rwz</string>
<string>SR2</string>
<string>sr2</string>
<string>SRF</string>
<string>srf</string>
<string>SRW</string>
<string>srw</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>image/raw</string>
</array>
<key>CFBundleTypeName</key>
<string>Camera Raw</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>JPEG</string>
<string>jpeg</string>
<string>JPG</string>
<string>jpg</string>
<string>PNG</string>
<string>png</string>
<string>TIF</string>
<string>tif</string>
<string>TIFF</string>
<string>tiff</string>
</array>
<key>CFBundleTypeName</key>
<string>Image</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>rawtherapee</string>
<key>CFBundleGetInfoString</key>
<string>@version@, Copyright © 2004-2013 Gábor Horváth</string>
<key>CFBundleIconFile</key>
<string>rawtherapee.icns</string>
<key>CFBundleIdentifier</key>
<string>com.rawtherapee.rawtherapee</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>RawTherapee</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>@shortVersion@</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>@version@</string>
<key>LSExecutableArchitectures</key>
<array>
<string>@arch@</string>
</array>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2004-2013 Gábor Horváth</string>
<key>UTExportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.data</string>
</array>
<key>UTTypeDescription</key>
<string>RawTherapee Profile Data</string>
<key>UTTypeIconFile</key>
<string>Icons.icns</string>
<key>UTTypeIdentifier</key>
<string>com.rawtherapee.pp3</string>
<key>UTTypeReferenceURL</key>
<string>http://www.rawtherapee.com/</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>com.apple.ostype</key>
<string>PP3</string>
<key>public.filename-extension</key>
<array>
<string>pp3</string>
<string>PP3</string>
</array>
</dict>
</dict>
</array>
</dict>
</plist>

View File

@@ -1 +0,0 @@
APPL????

View File

@@ -1,30 +0,0 @@
#!/bin/bash
cwd="$(cd "$(dirname "$0")"; pwd)"
app="${cwd%/Contents/*}"
etc="${cwd}"/etc
# for different os x version (issue 1795)
cups_dir=/tmp/RT4
install -d ${cups_dir}
cp -f /usr/lib/libcups.2.dylib ${cups_dir}
export DYLD_LIBRARY_PATH="${cwd}"/lib:${cups_dir}
export GTK_EXE_PREFIX="${cwd}"
export GTK_DATA_PREFIX="${cwd}"
export GTK_IM_MODULE_FILE="${etc}"/gtk-2.0/gtk.immodules
export GDK_PIXBUF_MODULE_FILE="${etc}"/gtk-2.0/gdk-pixbuf.loaders
export XDG_DATA_DIRS="${cwd}"/share
export PANGO_RC_FILE="${etc}"/pango/pangorc
# environment variables for X11 backend
if test -d "${etc}"/fonts; then
export FONTCONFIG_PATH="${etc}"/fonts
fi
# strip out system argument
case $1 in -psn_*) shift;; esac
ln -sf "${app}" /tmp
exec "${cwd}"/rawtherapee-bin "$@"

View File

@@ -1,195 +0,0 @@
#!/bin/bash
# Required variables
# ------------------
# these are very important variables. Must be set into rtdata/CMakeLists.txt!
# - PROJECT_NAME
# - PROJECT_SOURCE_DIR
# - PROJECT_VERSION (if without mercurial)
# - CMAKE_BUILD_TYPE
# - PROC_BIT_DEPTH
# - GTK_PREFIX
function message {
printf '\e[34m-- %s\e[m\n' "$*"
}
function GetDependencies {
otool -L "$1" | awk 'NR >= 2 && $1 !~ /^(\/usr\/lib|\/System|@executable_path|@rpath)\// { print $1 }'
}
function CheckLink {
GetDependencies "$1" | while read; do
local dest="${LIB}/$(basename "${REPLY}")"
test -f "${dest}" || { ditto --arch ${arch} "${REPLY}" "${dest}"; CheckLink "${dest}"; }
done
}
# source check
if test ! -d "${CMAKE_BUILD_TYPE}"; then
printf "\e[31m${PWD}/${CMAKE_BUILD_TYPE} directory is not found. Please execute 'make install' first.\e[m\n"
exit 1
fi
# update project version
if test -x $(which hg) -a -d "${PROJECT_SOURCE_DIR}/.hg"; then
PROJECT_VERSION=$(hg -R "${PROJECT_SOURCE_DIR}" parents --template "{latesttag}.{latesttagdistance}")
fi
# if not specify CMAKE_OSX_DEPLOYMENT_TARGET when compiling,
# 'MINIMUM_VERSION' will be used host OS X version.
MINIMUM_SYSTEM_VERSION=$(otool -l "${CMAKE_BUILD_TYPE}"/rawtherapee | grep -A2 'LC_VERSION_MIN_MACOSX' | awk '$1 ~ /version/ { printf $2 }')
if test ! -n "${MINIMUM_SYSTEM_VERSION}"; then
MINIMUM_SYSTEM_VERSION=$(sw_vers -productVersion | cut -d. -f-2)
fi
# check for pango-querymodules. Pango 1.38.0 and above do not include it.
# https://github.com/Homebrew/homebrew/issues/44764#issuecomment-146795820
PangoVer="$(brew list --versions pango)"
PangoVer="${PangoVer//./}"
# Only check the first 4 digits, so that "1.36.99" (13699) doesn't test greater than "1.38.0" (1380)
PangoVer="${PangoVer:0:4}"
if [[ "$PangoVer" -ge "1380" ]]; then
ExistPangoQuerymodules="false"
else
ExistPangoQuerymodules="true"
fi
case ${PROC_BIT_DEPTH} in
64) arch=x86_64;;
32) arch=i386;;
esac
cat <<__EOS__
PROJECT_NAME: ${PROJECT_NAME}
PROJECT_VERSION: ${PROJECT_VERSION}
PROJECT_SOURCE_DIR: ${PROJECT_SOURCE_DIR}
CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}
PROC_BIT_DEPTH: ${PROC_BIT_DEPTH}
MINIMUM_SYSTEM_VERSION: ${MINIMUM_SYSTEM_VERSION}
GTK_PREFIX: ${GTK_PREFIX}
PWD: ${PWD}
__EOS__
APP="${PROJECT_NAME}".app
CONTENTS="${APP}"/Contents
RESOURCES="${CONTENTS}"/Resources
MACOS="${CONTENTS}"/MacOS
LIB="${MACOS}"/lib
ETC="${MACOS}"/etc
EXECUTABLE="${MACOS}"/rawtherapee
message "Removing old files"
rm -rf "${APP}" ${PROJECT_NAME}_*.dmg
message "Creating bundle container"
install -d "${RESOURCES}" \
"${MACOS}" \
"${LIB}" \
"${ETC}"
message "Copying release files"
ditto "${CMAKE_BUILD_TYPE}" "${MACOS}"
message "Copying dependencies from ${GTK_PREFIX}"
CheckLink "${EXECUTABLE}"
message "Copying library modules from ${GTK_PREFIX}"
ditto --arch ${arch} {"${GTK_PREFIX}"/lib,"${LIB}"}/gdk-pixbuf-2.0
ditto --arch ${arch} {"${GTK_PREFIX}"/lib,"${LIB}"}/gtk-2.0
ditto --arch ${arch} {"${GTK_PREFIX}"/lib,"${LIB}"}/pango
message "Removing static libraries and cache files"
find -E "${LIB}" -type f -regex '.*\.(a|la|cache)$' | while read; do rm "${REPLY}"; done
message "Copying configuration files from ${GTK_PREFIX}"
install -d "${ETC}"/{gtk-2.0,pango}
cp "${GTK_PREFIX}"/etc/gtk-2.0/im-multipress.conf "${ETC}"/gtk-2.0
"${GTK_PREFIX}"/bin/gdk-pixbuf-query-loaders "${LIB}"/gdk-pixbuf-2.0/*/loaders/*.so > "${ETC}"/gtk-2.0/gdk-pixbuf.loaders
"${GTK_PREFIX}"/bin/gtk-query-immodules-2.0 "${LIB}"/gtk-2.0/*/immodules/*.so > "${ETC}"/gtk-2.0/gtk.immodules
sed -i "" -e "s|${PWD}|/tmp|" "${ETC}"/gtk-2.0/gdk-pixbuf.loaders \
"${ETC}"/gtk-2.0/gtk.immodules
if [[ "$ExistPangoQuerymodules" = "true" ]]; then
"${GTK_PREFIX}"/bin/pango-querymodules "${LIB}"/pango/*/modules/*.so > "${ETC}"/pango/pango.modules
sed -i "" -e "s|${PWD}|/tmp|" "${ETC}"/pango/pango.modules
printf "[Pango]\nModuleFiles = /tmp/${ETC}/pango/pango.modules" > "${ETC}"/pango/pangorc
fi
message "Copying shared files from ${GTK_PREFIX}"
cp -R "${GTK_PREFIX}"/share/mime "${MACOS}"/share
# gtk themes
ditto {"${GTK_PREFIX}","${MACOS}"}/share/themes/Mac/gtk-2.0-key/gtkrc
ditto {"${GTK_PREFIX}","${MACOS}"}/share/themes/Clearlooks/gtk-2.0/gtkrc
install -d "${MACOS}"/share/themes/Raleigh/gtk-2.0
(cd "${MACOS}"/share/themes/Raleigh/gtk-2.0 && ln -s ../../Clearlooks/gtk-2.0/gtkrc)
# fontconfig files (X11 backend only)
if otool -L "${EXECUTABLE}" | grep -sq 'libgtk-x11-2.0'; then
message "Installing fontconfig files (Your library is X11 backend. 'FONTCONFIG_PATH' will be set by executable loader.)"
cp -RL "${GTK_PREFIX}"/etc/fonts "${ETC}"
fi
# install names
find -E "${MACOS}" -type f -regex '.*/(rawtherapee|.*\.(dylib|so))' | while read x; do
message "Modifying install names: ${x}"
{
# id
case ${x} in *.dylib) echo " install_name_tool -id '@rpath/$(basename "${x}")' '${x}'";; esac
# names
GetDependencies "${x}" | while read y; do
echo " install_name_tool -change '${y}' '@rpath/$(basename "${y}")' '${x}'"
done
} | bash -v
done
message "Registering @loader_path into the executable"
echo " install_name_tool -add_rpath @loader_path/lib '${EXECUTABLE}'" | bash -v
message "Installing required application bundle files"
PROJECT_SOURCE_DATA_DIR="${PROJECT_SOURCE_DIR}"/rtdata/osx
# executable loader
# note: executable is renamed to 'rawtherapee-bin'.
mv "${MACOS}"/rawtherapee{,-bin}
install -m 0755 "${PROJECT_SOURCE_DATA_DIR}"/executable_loader.in "${MACOS}"/rawtherapee
# app bundle resources
cp "${PROJECT_SOURCE_DATA_DIR}"/{rawtherapee,profile}.icns "${RESOURCES}"
cp "${PROJECT_SOURCE_DATA_DIR}"/PkgInfo "${CONTENTS}"
install -m 0644 "${PROJECT_SOURCE_DATA_DIR}"/Info.plist.in "${CONTENTS}"/Info.plist
sed -i "" -e "s|@version@|${PROJECT_VERSION}|
s|@shortVersion@|$(echo ${PROJECT_VERSION} | cut -d. -f-3)|
s|@arch@|${arch}|" \
"${CONTENTS}"/Info.plist
plutil -convert binary1 "${CONTENTS}"/Info.plist
function CreateDmg {
local srcdir=$(mktemp -dt $$)
message "Preparing disk image sources at ${srcdir}"
mv "${APP}" ${srcdir}
cp AboutThisBuild.txt ${srcdir}
ln -s /Applications ${srcdir}
# web bookmarks
function CreateWebloc {
defaults write ${srcdir}/"$1" URL "$2"
mv ${srcdir}/"$1".{plist,webloc}
}
CreateWebloc 'RawTherapee Blog' 'http://www.rawtherapee.com'
CreateWebloc 'Online Manual' 'https://docs.google.com/document/d/1DHLb_6xNQsEInxiuU8pz1-sWNinnj09bpBUA4_Vl8w8/edit'
# disk image name
dmg_name="${PROJECT_NAME// /_}_OSX_${MINIMUM_SYSTEM_VERSION}_${PROC_BIT_DEPTH}_${PROJECT_VERSION}"
if ! echo ${CMAKE_BUILD_TYPE} | grep -sqi "release"; then
dmg_name="${dmg_name}_$(echo ${CMAKE_BUILD_TYPE} | tr '[:upper:]' '[:lower:]')"
fi
message "Creating disk image"
hdiutil create -format UDBZ -srcdir ${srcdir} -volname "${PROJECT_NAME}_${PROJECT_VERSION}" "${dmg_name}".dmg
message "Removing disk image caches"
rm -rf ${srcdir}
}
CreateDmg

Binary file not shown.

Binary file not shown.

View File

@@ -1,133 +0,0 @@
; Script initially generated by the Inno Setup Script Wizard
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
; This script has to be used by "INNO Setup" (http://www.jrsoftware.org/) to create a setup executable.
; When the "make install" process ends, you can double click on this file to load it into
; INNO Setup, then execute it to create the archive. It expect to find all the dependency libs
; in the root destination folder (the one of the 'make install' process), and the usual 'lib' directory.
; Please note that all *.dll files will be added, so be carefull on which dll are present in the directory
; before compiling the INNO Setup script.
;
; It also search for and bundles all "rawtherapee*.exe" files, which mean that you can bundle a Release and
; a Debug build at the same time (for conveniency), but official downloads must only contain the Release
; version.
;
; In all cases, you have to bundle at least one file named "rawtherapee.exe", which INNO Setup will require
; as a default executable to run.
;
; This script is configured to check that the operating system's bit depth is the same than the executable file.
; Please note that the ia64 architecture is not supported (is it really necessary?)
#define MyAppName "RawTherapee"
#define MyAppVersion "${GIT_VERSION}"
#define MyAppFullVersion "${GIT_VERSION}.${GIT_TAGDISTANCE}"
#define MyAppPublisher "rawtherapee.com"
#define MyAppURL "http://www.rawtherapee.com/"
#define MyAppExeName "rawtherapee.exe"
#define MyBuildBasePath "${CMAKE_INSTALL_PREFIX}"
#define MySourceBasePath "${PROJECT_SOURCE_DIR}"
#define MyBitDepth "${BUILD_BIT_DEPTH}"
#define MyTargetArchitecture "${ARCHITECTURE_ALLOWED}"
#define MyInstallMode "${INSTALL_MODE}"
#define MySystemName "${SYSTEM_NAME}"
[Setup]
; NOTE: The value of AppId uniquely identifies this application.
; Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{128459AB-59A7-430A-8BD0-3D8803D50400}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
VersionInfoVersion={#MyAppFullVersion}
;AppVerName={#MyAppName} {#MyAppVersion}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
DefaultDirName={pf}\{#MyAppName}-{#MyAppFullVersion}
DefaultGroupName={#MyAppName} {#MyAppFullVersion}
AllowNoIcons=yes
LicenseFile={#MyBuildBasePath}\LICENSE.txt
OutputDir={#MyBuildBasePath}\..\
OutputBaseFilename={#MyAppName}_{#MySystemName}_{#MyBitDepth}_{#MyAppFullVersion}
SetupIconFile={#MySourceBasePath}\rtgui\RT.ico
WizardImageFile={#MySourceBasePath}\rtdata\win\InnoSetup\installerStrip.bmp
WizardImageBackColor=$2A2A2A
Compression=lzma
SolidCompression=yes
ArchitecturesAllowed={#MyTargetArchitecture}
ArchitecturesInstallIn64BitMode={#MyInstallMode}
PrivilegesRequired=none
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
Name: "brazilianportuguese"; MessagesFile: "compiler:Languages\BrazilianPortuguese.isl"
Name: "catalan"; MessagesFile: "compiler:Languages\Catalan.isl"
Name: "corsican"; MessagesFile: "compiler:Languages\Corsican.isl"
Name: "czech"; MessagesFile: "compiler:Languages\Czech.isl"
Name: "danish"; MessagesFile: "compiler:Languages\Danish.isl"
Name: "dutch"; MessagesFile: "compiler:Languages\Dutch.isl"
Name: "finnish"; MessagesFile: "compiler:Languages\Finnish.isl"
Name: "french"; MessagesFile: "compiler:Languages\French.isl"
Name: "german"; MessagesFile: "compiler:Languages\German.isl"
Name: "greek"; MessagesFile: "compiler:Languages\Greek.isl"
Name: "hebrew"; MessagesFile: "compiler:Languages\Hebrew.isl"
Name: "hungarian"; MessagesFile: "compiler:Languages\Hungarian.isl"
Name: "italian"; MessagesFile: "compiler:Languages\Italian.isl"
Name: "japanese"; MessagesFile: "compiler:Languages\Japanese.isl"
Name: "nepali"; MessagesFile: "compiler:Languages\Nepali.islu"
Name: "norwegian"; MessagesFile: "compiler:Languages\Norwegian.isl"
Name: "polish"; MessagesFile: "compiler:Languages\Polish.isl"
Name: "portuguese"; MessagesFile: "compiler:Languages\Portuguese.isl"
Name: "russian"; MessagesFile: "compiler:Languages\Russian.isl"
Name: "serbiancyrillic"; MessagesFile: "compiler:Languages\SerbianCyrillic.isl"
Name: "serbianlatin"; MessagesFile: "compiler:Languages\SerbianLatin.isl"
Name: "slovenian"; MessagesFile: "compiler:Languages\Slovenian.isl"
Name: "spanish"; MessagesFile: "compiler:Languages\Spanish.isl"
Name: "ukrainian"; MessagesFile: "compiler:Languages\Ukrainian.isl"
[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
;Name: "desktopicon\common"; Description: "For all users"; GroupDescription: "Additional icons:"; Flags: exclusive
;Name: "desktopicon\user"; Description: "For the current user only"; GroupDescription: "Additional icons:"; Flags: exclusive unchecked
Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked; OnlyBelowVersion: 0,6.1
[Files]
Source: "{#MyBuildBasePath}\rawtherapee.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#MyBuildBasePath}\camconst.json"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#MyBuildBasePath}\dcpprofiles\*"; DestDir: "{app}\dcpprofiles\"; Flags: ignoreversion recursesubdirs createallsubdirs
;Source: "{#MyBuildBasePath}\etc\*"; DestDir: "{app}\etc\"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "{#MyBuildBasePath}\iccprofiles\*"; DestDir: "{app}\iccprofiles\"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "{#MyBuildBasePath}\images\*"; DestDir: "{app}\images\"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "{#MyBuildBasePath}\languages\*"; DestDir: "{app}\languages\"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "{#MyBuildBasePath}\licenses\*"; DestDir: "{app}\licenses\"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "{#MyBuildBasePath}\lib\*"; DestDir: "{app}\lib\"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "{#MyBuildBasePath}\profiles\*"; DestDir: "{app}\profiles\"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "{#MyBuildBasePath}\sounds\*"; DestDir: "{app}\sounds\"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "{#MyBuildBasePath}\themes\*"; DestDir: "{app}\themes\"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "{#MyBuildBasePath}\AboutThisBuild.txt"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#MyBuildBasePath}\AUTHORS.txt"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#MyBuildBasePath}\LICENSE.txt"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#MyBuildBasePath}\RELEASE_NOTES.txt"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#MyBuildBasePath}\options"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#MyBuildBasePath}\*.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#MyBuildBasePath}\gspawn-win{#MyBitDepth}-helper.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#MyBuildBasePath}\gspawn-win{#MyBitDepth}-helper-console.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#MyBuildBasePath}\fonts\DroidSansMonoSlashed.ttf"; DestDir: "{fonts}"; FontInstall: "Droid Sans Mono Slashed"; Flags: onlyifdoesntexist uninsneveruninstall
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Icons]
Name: "{group}\{#MyAppName} {#MyAppFullVersion}"; Filename: "{app}\{#MyAppExeName}"
Name: "{group}\{cm:ProgramOnTheWeb,{#MyAppName}}"; Filename: "{#MyAppURL}"
Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}"
Name: "{commondesktop}\{#MyAppName}{#MyAppFullVersion}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\{#MyAppName} {#MyAppFullVersion}"; Filename: "{app}\{#MyAppExeName}"; Tasks: quicklaunchicon
[Run]
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent

Binary file not shown.

Before

Width:  |  Height:  |  Size: 151 KiB

View File

@@ -1,671 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="164"
height="314"
id="svg2"
version="1.1"
inkscape:version="0.48.3.1 r9886"
sodipodi:docname="installerStrip.svg"
inkscape:export-filename="C:\Users\Jean-Christophe\Developpement\WorkspaceCPP\rawtherapee-non_modifie\rtdata\win\installerStrip.bmp.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs4">
<linearGradient
id="linearGradient3977">
<stop
style="stop-color:#2a2a2a;stop-opacity:0;"
offset="0"
id="stop3979" />
<stop
style="stop-color:#2a2a2a;stop-opacity:1"
offset="1"
id="stop3981" />
</linearGradient>
<linearGradient
id="linearGradient3962">
<stop
style="stop-color:#38c102;stop-opacity:1"
offset="0"
id="stop3964" />
<stop
style="stop-color:#bced02;stop-opacity:1;"
offset="1"
id="stop3966" />
</linearGradient>
<linearGradient
id="linearGradient3954">
<stop
style="stop-color:#009a01;stop-opacity:1"
offset="0"
id="stop3956" />
<stop
style="stop-color:#01d901;stop-opacity:1;"
offset="1"
id="stop3958" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient4002">
<stop
style="stop-color:#5a1898;stop-opacity:1"
offset="0"
id="stop4004" />
<stop
style="stop-color:#971ec6;stop-opacity:1"
offset="1"
id="stop4006" />
</linearGradient>
<linearGradient
id="linearGradient4024">
<stop
style="stop-color:#053980;stop-opacity:1"
offset="0"
id="stop4026" />
<stop
style="stop-color:#0293e4;stop-opacity:1;"
offset="1"
id="stop4028" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient4018">
<stop
style="stop-color:#151b92;stop-opacity:1"
offset="0"
id="stop4020" />
<stop
style="stop-color:#1526c3;stop-opacity:1"
offset="1"
id="stop4022" />
</linearGradient>
<linearGradient
id="linearGradient3978">
<stop
id="stop4040"
offset="0"
style="stop-color:#f18e01;stop-opacity:1;" />
<stop
style="stop-color:#ffd02b;stop-opacity:1;"
offset="1"
id="stop3982" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3994">
<stop
style="stop-color:#d91566;stop-opacity:1"
offset="0"
id="stop3996" />
<stop
style="stop-color:#fc12aa;stop-opacity:1"
offset="1"
id="stop3998" />
</linearGradient>
<linearGradient
id="linearGradient3970">
<stop
style="stop-color:#f8bc00;stop-opacity:1;"
offset="0"
id="stop3972" />
<stop
style="stop-color:#ffe309;stop-opacity:1;"
offset="1"
id="stop3974" />
</linearGradient>
<linearGradient
id="linearGradient3946">
<stop
style="stop-color:#0193be;stop-opacity:1;"
offset="0"
id="stop3948" />
<stop
style="stop-color:#01d4ed;stop-opacity:1;"
offset="1"
id="stop3950" />
</linearGradient>
<linearGradient
id="linearGradient3986">
<stop
style="stop-color:#fd4c0b;stop-opacity:1"
offset="0"
id="stop3988" />
<stop
style="stop-color:#feab27;stop-opacity:1;"
offset="1"
id="stop3990" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3986"
id="linearGradient4438"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0,-2.2868863,2.2868863,0,154.08077,1102.9443)"
x1="90.159142"
y1="35.440266"
x2="77.581551"
y2="53.589558" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3946"
id="linearGradient4441"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0,-2.2868863,2.2868863,0,154.08077,1102.9443)"
x1="49.885166"
y1="103.2584"
x2="58.130188"
y2="86.115555" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3970"
id="linearGradient4444"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0,-2.2868863,2.2868863,0,154.08077,1102.9443)"
x1="108.90713"
y1="70.38826"
x2="87.602814"
y2="70.38826" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3994"
id="linearGradient4449"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0,-2.2868863,2.2868863,0,154.08077,1102.9443)"
x1="48.471462"
y1="35.151196"
x2="59.551327"
y2="52.828865" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3978"
id="linearGradient4452"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0,-2.2868863,2.2868863,0,154.08077,1102.9443)"
x1="104.45396"
y1="50.126869"
x2="85.538757"
y2="58.698296" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4018"
id="linearGradient4456"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0,-2.2868863,2.2868863,0,154.08077,1102.9443)"
x1="28.165936"
y1="69.662819"
x2="49.506901"
y2="69.662819" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4024"
id="linearGradient4459"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0,-2.2868863,2.2868863,0,154.08077,1102.9443)"
x1="35.907295"
y1="92.042343"
x2="51.05373"
y2="77.180672" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4002"
id="linearGradient4462"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0,-2.2868863,2.2868863,0,154.08077,1102.9443)"
x1="35.142246"
y1="47.984013"
x2="51.94133"
y2="60.841156" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3954"
id="linearGradient4465"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0,-2.2868863,2.2868863,0,154.08077,1102.9443)"
x1="69.426155"
y1="109.56621"
x2="69.426155"
y2="87.778229" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3962"
id="linearGradient4468"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0,-2.2868863,2.2868863,0,154.08077,1102.9443)"
x1="89.69368"
y1="102.90127"
x2="77.581551"
y2="85.401268" />
<filter
inkscape:collect="always"
id="filter4684">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="4.3643903"
id="feGaussianBlur4686" />
</filter>
<filter
inkscape:collect="always"
id="filter4789">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="1.6103125"
id="feGaussianBlur4791" />
</filter>
<filter
inkscape:collect="always"
id="filter4805"
x="-0.10040399"
width="1.200808"
y="-0.031538873"
height="1.0630777">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="1.8430277"
id="feGaussianBlur4807" />
</filter>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3962"
id="linearGradient4827"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0,-2.2868863,2.2868863,0,154.08077,1102.9443)"
x1="89.69368"
y1="102.90127"
x2="77.581551"
y2="85.401268" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3954"
id="linearGradient4829"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0,-2.2868863,2.2868863,0,154.08077,1102.9443)"
x1="69.426155"
y1="109.56621"
x2="69.426155"
y2="87.778229" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4002"
id="linearGradient4831"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0,-2.2868863,2.2868863,0,154.08077,1102.9443)"
x1="35.142246"
y1="47.984013"
x2="51.94133"
y2="60.841156" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4024"
id="linearGradient4833"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0,-2.2868863,2.2868863,0,154.08077,1102.9443)"
x1="35.907295"
y1="92.042343"
x2="51.05373"
y2="77.180672" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4018"
id="linearGradient4835"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0,-2.2868863,2.2868863,0,154.08077,1102.9443)"
x1="28.165936"
y1="69.662819"
x2="49.506901"
y2="69.662819" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3978"
id="linearGradient4837"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0,-2.2868863,2.2868863,0,154.08077,1102.9443)"
x1="104.45396"
y1="50.126869"
x2="85.538757"
y2="58.698296" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3994"
id="linearGradient4839"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0,-2.2868863,2.2868863,0,154.08077,1102.9443)"
x1="48.471462"
y1="35.151196"
x2="59.551327"
y2="52.828865" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3970"
id="linearGradient4841"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0,-2.2868863,2.2868863,0,154.08077,1102.9443)"
x1="108.90713"
y1="70.38826"
x2="87.602814"
y2="70.38826" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3946"
id="linearGradient4843"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0,-2.2868863,2.2868863,0,154.08077,1102.9443)"
x1="49.885166"
y1="103.2584"
x2="58.130188"
y2="86.115555" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3986"
id="linearGradient4845"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0,-2.2868863,2.2868863,0,154.08077,1102.9443)"
x1="90.159142"
y1="35.440266"
x2="77.581551"
y2="53.589558" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3977"
id="linearGradient3983"
x1="39.5"
y1="92.5"
x2="105.5303"
y2="92.5"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.94326241,0,0,1,2.2411348,738.36218)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#2a2a2a"
bordercolor="#a7a7a7"
borderopacity="1"
inkscape:pageopacity="0.99215686"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="145.05265"
inkscape:cy="118.73248"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1680"
inkscape:window-height="988"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-738.36218)"
style="display:inline">
<g
id="g4809"
transform="translate(-232.5,-118.5)">
<path
inkscape:connector-curvature="0"
id="path4621"
d="m 312.59375,853.29968 c -51.28178,0 -92.84375,41.59322 -92.84375,92.875 0,51.28178 41.56197,92.84372 92.84375,92.84372 51.28178,0 92.875,-41.56194 92.875,-92.84372 0,-51.28178 -41.59322,-92.875 -92.875,-92.875 z m 0,50.15625 c 23.58962,0 42.71875,19.12913 42.71875,42.71875 0,23.58962 -19.12913,42.71875 -42.71875,42.71875 -23.58962,0 -42.71875,-19.12913 -42.71875,-42.71875 0,-23.58962 19.12913,-42.71875 42.71875,-42.71875 z"
style="color:#000000;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.5674504;stroke-miterlimit:4;stroke-opacity:1;filter:url(#filter4684)" />
<path
style="color:#000000;fill:#fffb00;fill-opacity:1;stroke:#000000;stroke-width:2.23913598;stroke-miterlimit:4;stroke-opacity:0.15686275;stroke-dasharray:none"
inkscape:connector-curvature="0"
d="m 342.65486,916.113 35.28116,-35.28116 a 92.398327,92.398327 0 0 0 -41.42106,-23.91466 l -12.91376,48.19495 a 42.50323,42.50323 0 0 1 19.05366,11.00087 z"
id="ID_3F" />
<path
style="color:#000000;fill:url(#linearGradient4827);fill-opacity:1;stroke:#000000;stroke-width:2.23913598;stroke-miterlimit:4;stroke-opacity:0.15686275;stroke-dasharray:none"
inkscape:connector-curvature="0"
d="m 353.6555,935.16671 48.19498,-12.914 A 92.398327,92.398327 0 0 0 377.93602,880.83184 L 342.65486,916.113 a 42.50323,42.50323 0 0 1 11.00064,19.05371 z"
id="ID_41" />
<path
style="color:#000000;fill:url(#linearGradient4829);fill-opacity:1;stroke:#000000;stroke-width:2.23913598;stroke-miterlimit:4;stroke-opacity:0.15686275;stroke-dasharray:none"
inkscape:connector-curvature="0"
d="m 353.6555,957.16801 48.19498,12.91355 a 92.398327,92.398327 0 0 0 0,-47.82885 l -48.19498,12.914 a 42.50323,42.50323 0 0 1 0,22.0013 z"
id="ID_42" />
<path
style="color:#000000;fill:url(#linearGradient4831);fill-opacity:1;stroke:#000000;stroke-width:2.23913598;stroke-miterlimit:4;stroke-opacity:0.15686275;stroke-dasharray:none"
inkscape:connector-curvature="0"
d="m 282.54623,976.22127 -35.28117,35.28113 a 92.398327,92.398327 0 0 0 41.42102,23.9144 l 12.91381,-48.19462 a 42.50323,42.50323 0 0 1 -19.05366,-11.00091 z"
id="ID_43" />
<path
style="color:#000000;fill:url(#linearGradient4833);fill-opacity:1;stroke:#000000;stroke-width:2.23913598;stroke-miterlimit:4;stroke-opacity:0.15686275;stroke-dasharray:none"
inkscape:connector-curvature="0"
d="m 323.6012,987.22218 12.91376,48.19462 a 92.398327,92.398327 0 0 0 41.42106,-23.9144 l -35.28116,-35.28113 a 42.50323,42.50323 0 0 1 -19.05366,11.00091 z"
id="ID_44" />
<path
style="color:#000000;fill:url(#linearGradient4835);fill-opacity:1;stroke:#000000;stroke-width:2.23913598;stroke-miterlimit:4;stroke-opacity:0.15686275;stroke-dasharray:none"
inkscape:connector-curvature="0"
d="m 301.59989,987.22218 -12.91381,48.19462 a 92.398327,92.398327 0 0 0 47.82888,0 L 323.6012,987.22218 a 42.50323,42.50323 0 0 1 -22.00131,0 z"
id="ID_45" />
<path
style="color:#000000;fill:url(#linearGradient4837);fill-opacity:1;stroke:#000000;stroke-width:2.23913598;stroke-miterlimit:4;stroke-opacity:0.15686275;stroke-dasharray:none"
inkscape:connector-curvature="0"
d="m 301.59989,905.11213 -12.91381,-48.19495 a 92.398327,92.398327 0 0 0 -41.42102,23.91466 l 35.28117,35.28116 a 42.50323,42.50323 0 0 1 19.05366,-11.00087 z"
id="ID_46" />
<path
style="color:#000000;fill:url(#linearGradient4839);fill-opacity:1;stroke:#000000;stroke-width:2.23913598;stroke-miterlimit:4;stroke-opacity:0.15686275;stroke-dasharray:none"
inkscape:connector-curvature="0"
d="m 271.54554,957.16801 -48.19495,12.91355 a 92.398327,92.398327 0 0 0 23.91447,41.42084 l 35.28117,-35.28113 a 42.50323,42.50323 0 0 1 -11.00069,-19.05326 z"
id="ID_47" />
<path
style="color:#000000;fill:#ff0b0d;fill-opacity:1;stroke:#000000;stroke-width:2.23913598;stroke-miterlimit:4;stroke-opacity:0.15686275;stroke-dasharray:none"
inkscape:connector-curvature="0"
d="m 271.54554,935.16671 -48.19495,-12.914 a 92.398327,92.398327 0 0 0 0,47.82885 l 48.19495,-12.91355 a 42.50323,42.50323 0 0 1 0,-22.0013 z"
id="ID_48" />
<path
style="color:#000000;fill:url(#linearGradient4841);fill-opacity:1;stroke:#000000;stroke-width:2.23913598;stroke-miterlimit:4;stroke-opacity:0.15686275;stroke-dasharray:none"
inkscape:connector-curvature="0"
d="m 323.6012,905.11213 12.91376,-48.19495 a 92.398327,92.398327 0 0 0 -47.82888,0 l 12.91381,48.19495 a 42.50323,42.50323 0 0 1 22.00131,0 z"
id="ID_49" />
<path
style="color:#000000;fill:url(#linearGradient4843);fill-opacity:1;stroke:#000000;stroke-width:2.23913598;stroke-miterlimit:4;stroke-opacity:0.15686275;stroke-dasharray:none"
inkscape:connector-curvature="0"
d="m 342.65486,976.22127 35.28116,35.28113 a 92.398327,92.398327 0 0 0 23.91446,-41.42084 L 353.6555,957.16801 a 42.50323,42.50323 0 0 1 -11.00064,19.05326 z"
id="ID_4A" />
<path
style="color:#000000;fill:url(#linearGradient4845);fill-opacity:1;stroke:#000000;stroke-width:2.23913598;stroke-miterlimit:4;stroke-opacity:0.15686275;stroke-dasharray:none"
inkscape:connector-curvature="0"
d="m 282.54623,916.113 -35.28117,-35.28116 a 92.398327,92.398327 0 0 0 -23.91447,41.42087 l 48.19495,12.914 A 42.50323,42.50323 0 0 1 282.54623,916.113 z"
id="ID_51" />
<g
transform="matrix(0,-2.2868864,2.2868864,0,153.69628,871.2649)"
id="g4354">
<circle
id="ID_3F-5"
r="50"
cy="0"
cx="0"
sodipodi:cx="0"
sodipodi:cy="0"
sodipodi:rx="50"
sodipodi:ry="50"
style="color:#000000;fill:none;stroke:currentColor;stroke-width:1.5674504;stroke-miterlimit:4;stroke-dasharray:none"
d="M 50,0 C 50,27.614237 27.614237,50 0,50 -27.614237,50 -50,27.614237 -50,0 c 0,-27.614237 22.385763,-50 50,-50 27.614237,0 50,22.385763 50,50 z"
transform="matrix(0.81205493,0,0,-0.81205493,-32.752856,69.48499)" />
<circle
id="ID_41-7"
r="23"
cy="0"
cx="0"
sodipodi:cx="0"
sodipodi:cy="0"
sodipodi:rx="23"
sodipodi:ry="23"
style="color:#000000;fill:none;stroke:currentColor;stroke-width:1.5674504;stroke-miterlimit:4;stroke-dasharray:none"
d="M 23,0 C 23,12.702549 12.702549,23 0,23 -12.702549,23 -23,12.702549 -23,0 c 0,-12.702549 10.297451,-23 23,-23 12.702549,0 23,10.297451 23,23 z"
transform="matrix(0.81205493,0,0,-0.81205493,-32.752856,69.48499)" />
</g>
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Overlay shading"
style="display:inline">
<rect
transform="translate(0,-738.36218)"
style="opacity:0.88759688;fill:url(#linearGradient3983);fill-opacity:1;stroke:none;display:inline"
id="rect3207"
width="133"
height="199"
x="39.5"
y="731.36218" />
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Text"
style="display:inline">
<g
style="font-size:64px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.48671687;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter4805);font-family:Eras Bold ITC;-inkscape-font-specification:Eras Bold ITC Bold"
id="text5153"
transform="matrix(0,-0.67262304,0.67262304,0,77.087291,377.26172)">
<path
d="m 127.2478,91.268387 c 0.39193,-4.082027 0.69987,-7.557935 0.92383,-10.427735 0.22396,-2.869778 0.41731,-6.193668 0.58008,-9.971679 0.16275,-3.777971 0.28482,-7.774386 0.36621,-11.989258 0.0814,-4.214807 0.12207,-7.776002 0.12207,-10.683594 2.74088,0.06124 5.03319,0.09184 6.87695,0.0918 1.77864,4.3e-5 3.83951,-0.04618 6.18262,-0.138672 2.34308,-0.0924 4.5615,-0.138628 6.65527,-0.138672 2.59242,4.4e-5 4.94073,0.105512 7.04493,0.316407 1.60804,0.151084 3.0693,0.461305 4.38378,0.930664 1.31442,0.469442 2.42607,1.044962 3.33497,1.726562 0.90881,0.68168 1.67216,1.452838 2.29003,2.313477 0.6178,0.860714 1.09306,1.854528 1.42579,2.981445 0.33263,1.126987 0.49898,2.327832 0.49902,3.602539 -4e-5,1.414093 -0.18299,2.750029 -0.54883,4.007813 -0.36593,1.257838 -0.9434,2.443709 -1.73242,3.557617 -0.7891,1.113955 -1.77543,2.071311 -2.95898,2.87207 -1.18364,0.800801 -2.68429,1.53127 -4.50196,2.191406 l 1.54102,3.314453 c 0.47132,1.135431 0.94723,2.231785 1.42773,3.289063 l 4.09961,8.972656 c 0.22913,0.486982 0.57939,1.547528 1.05078,3.181641 -3.83207,-0.04037 -6.32881,-0.06055 -7.49023,-0.06055 -1.47009,0 -4.05667,0.02018 -7.75977,0.06055 -0.41799,-1.355468 -1.05601,-3.474606 -1.91406,-6.357422 -0.35419,-1.234367 -0.65237,-2.172518 -0.89453,-2.814453 -0.42971,-1.270823 -1.14846,-3.281238 -2.15625,-6.03125 l -3.18945,-9.517578 c 1.56768,0.204451 2.87953,0.306665 3.93554,0.30664 1.39711,2.5e-5 2.64776,-0.204077 3.75196,-0.612304 1.10414,-0.408178 1.93226,-1.028295 2.48437,-1.860352 0.55205,-0.832003 0.8281,-1.708956 0.82813,-2.630859 -3e-5,-0.74997 -0.19665,-1.402964 -0.58985,-1.958985 -0.39326,-0.555957 -1.04039,-0.979459 -1.9414,-1.270507 -0.90107,-0.290983 -2.36136,-0.436491 -4.38086,-0.436524 -0.70055,3.3e-5 -1.43492,0.01533 -2.20313,0.0459 -0.76825,0.03063 -1.45379,0.05179 -2.05664,0.06348 -0.24351,3.843779 -0.46714,8.764347 -0.6709,14.761719 -0.20379,5.997408 -0.33823,12.101569 -0.40332,18.3125 -3.86329,-0.04037 -6.30339,-0.06055 -7.32031,-0.06055 -1.18491,0 -3.54884,0.02018 -7.0918,0.06055 z"
style="stroke:#000000;stroke-width:1.48671687;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;font-family:Eras Bold ITC;-inkscape-font-specification:Eras Bold ITC Bold"
id="path4518"
inkscape:connector-curvature="0" />
<path
d="m 174.82202,68.901199 c 0.38802,-2.446589 0.63313,-4.064101 0.73535,-4.852539 0.10221,-0.788383 0.28548,-2.14027 0.54981,-4.055664 6.2604,-1.369759 11.52537,-2.054654 15.79492,-2.054687 2.4531,3.3e-5 4.73402,0.285515 6.84277,0.856445 2.1087,0.570995 3.77503,1.513377 4.99903,2.827148 1.22392,1.313831 1.8359,3.164089 1.83593,5.550782 -3e-5,1.092471 -0.15465,3.663106 -0.46386,7.711914 -0.30928,4.04884 -0.55115,9.510098 -0.72559,16.383789 -2.44274,-0.04037 -4.65498,-0.06055 -6.63672,-0.06055 -1.91148,0 -4.18296,0.02018 -6.81445,0.06055 0.28774,-2.734372 0.60414,-7.371087 0.94922,-13.910156 -0.12112,0.326836 -0.42678,0.581393 -0.91699,0.763671 -0.49026,0.182305 -1.27281,0.43263 -2.34766,0.750977 -1.07489,0.318371 -1.90269,0.582043 -2.4834,0.791016 -0.58074,0.208995 -1.06968,0.463552 -1.4668,0.763672 -0.39715,0.30014 -0.66831,0.587575 -0.81347,0.862304 -0.1452,0.27475 -0.21779,0.594411 -0.21778,0.958985 -10e-6,0.528654 0.20507,0.975268 0.61524,1.339843 0.41014,0.364591 1.13019,0.546882 2.16015,0.546875 0.40103,7e-6 0.82648,-0.03287 1.27637,-0.09863 0.44985,-0.06575 1.38703,-0.247063 2.81153,-0.543946 -0.61331,2.098964 -1.36265,4.789066 -2.24805,8.070313 -2.0534,0.334635 -3.90236,0.501952 -5.54688,0.501953 -2.64975,-10e-7 -4.87273,-0.375977 -6.66894,-1.12793 -1.79623,-0.751952 -3.17872,-1.966143 -4.14746,-3.642578 -0.96875,-1.676427 -1.45313,-3.358391 -1.45313,-5.045898 0,-1.044261 0.17774,-2.050771 0.53321,-3.019532 0.35546,-0.968737 0.91275,-1.919582 1.67187,-2.852539 0.75911,-0.932927 1.64908,-1.730452 2.66992,-2.392578 1.02083,-0.662091 2.3815,-1.275046 4.08203,-1.838867 1.70051,-0.563782 3.8509,-1.095032 6.45118,-1.59375 1.05206,-0.203104 1.99998,-0.415995 2.84375,-0.638672 0.84372,-0.222635 1.43064,-0.410134 1.76074,-0.5625 0.33005,-0.152322 0.58429,-0.31736 0.76269,-0.495117 0.17837,-0.177712 0.30434,-0.358701 0.37793,-0.542969 0.0735,-0.184221 0.11033,-0.379859 0.11035,-0.586914 -2e-5,-0.55857 -0.24937,-0.997697 -0.74804,-1.317383 -0.49872,-0.319636 -1.30731,-0.479467 -2.42578,-0.479492 -3.4232,2.5e-5 -7.99285,0.99091 -13.70899,2.972656 z"
style="stroke:#000000;stroke-width:1.48671687;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;font-family:Eras Bold ITC;-inkscape-font-specification:Eras Bold ITC Bold"
id="path4520"
inkscape:connector-curvature="0" />
<path
d="m 219.18921,91.268387 c -4.60808,-14.670558 -8.11394,-25.514949 -10.51758,-32.533203 2.13411,0.0404 4.37565,0.06058 6.72461,0.06055 2.16275,3.2e-5 4.14712,-0.02015 5.95313,-0.06055 l 4.50781,16.646484 0.15234,2.564453 1.32422,-6.0625 4.5,-13.148437 c 1.99607,0.0404 4.18682,0.06058 6.57227,0.06055 2.43877,3.2e-5 4.54098,-0.02015 6.30664,-0.06055 l 4.31836,17.517578 -0.0781,1.693359 -0.33008,-1.091797 c 0.10413,-0.279933 0.41272,-1.185531 0.92578,-2.716797 l 5.35547,-15.402343 c 2.02209,0.0404 4.05008,0.06058 6.08399,0.06055 1.84499,3.2e-5 4.01426,-0.02015 6.50781,-0.06055 l -11.27539,26.945312 -2.17188,5.587891 c -2.44145,-0.04037 -4.39782,-0.06055 -5.86914,-0.06055 -1.6055,0 -3.8848,0.02018 -6.83789,0.06055 l -2.29297,-9.324219 c -0.38805,-1.610666 -0.93102,-4.681627 -1.6289,-9.212891 -2.49352,8.502615 -4.48636,14.681645 -5.97852,18.53711 -2.46486,-0.04037 -4.36134,-0.06055 -5.68945,-0.06055 -1.52345,0 -3.71095,0.02018 -6.5625,0.06055 z"
style="stroke:#000000;stroke-width:1.48671687;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;font-family:Eras Bold ITC;-inkscape-font-specification:Eras Bold ITC Bold"
id="path4522"
inkscape:connector-curvature="0" />
</g>
<g
style="font-size:64px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.48671687;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter4789);font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
id="text5159"
transform="matrix(0,-0.67262304,0.67262304,0,77.087291,377.26172)">
<path
d="m 289.15216,91.268387 0.625,-9.5625 0.84375,-19.8125 0.28125,-9.15625 c -5.10418,0.02087 -9.57292,0.114622 -13.40625,0.28125 0.125,-1.666627 0.19792,-3.135375 0.21875,-4.40625 5.29166,0.02088 10.99999,0.03129 17.125,0.03125 l 10,-0.03125 5.3125,0 c -0.14587,1.833374 -0.21878,3.291706 -0.21875,4.375 -3.2292,-0.187462 -6.80211,-0.281212 -10.71875,-0.28125 l -2.5625,0 -0.65625,13.84375 -0.65625,19.5 0,5.21875 -3,-0.0625 c -0.27085,0 -1.33335,0.02083 -3.1875,0.0625 z"
style="stroke:#000000;stroke-width:1.48671687;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;font-family:Eras Medium ITC;-inkscape-font-specification:Eras Medium ITC"
id="path4501"
inkscape:connector-curvature="0" />
<path
d="m 313.30841,91.268387 0.78125,-13.59375 0.71875,-18.53125 0.1875,-10.53125 2.84375,0.03125 c 0.70833,4.2e-5 1.63541,-0.01037 2.78125,-0.03125 l -0.6875,10.84375 -0.25,6.46875 c 0.49999,-0.895807 0.93228,-1.609348 1.29688,-2.140625 0.36457,-0.531222 0.83332,-1.062472 1.40625,-1.59375 0.5729,-0.531221 1.17186,-0.984345 1.79687,-1.359375 0.62499,-0.374969 1.3229,-0.703094 2.09375,-0.984375 0.77082,-0.281218 1.6979,-0.515593 2.78125,-0.703125 1.08331,-0.187468 2.21873,-0.281218 3.40625,-0.28125 1.77081,3.2e-5 3.46352,0.197949 5.07813,0.59375 1.61455,0.395865 2.99996,1.052114 4.15625,1.96875 1.15621,0.916695 1.94788,2.010444 2.375,3.28125 0.42704,1.270858 0.64059,2.562524 0.64062,3.875 -3e-5,0.520855 -0.0104,1.208355 -0.0312,2.0625 -0.0625,1.291686 -0.14587,2.802101 -0.25,4.53125 l -0.53125,11.5 c -0.0625,1.250003 -0.1042,2.781252 -0.125,4.59375 -1.20837,-0.04167 -2.13545,-0.0625 -2.78125,-0.0625 -0.70836,0 -1.69795,0.02083 -2.96875,0.0625 0.22914,-2.249998 0.49476,-5.791661 0.79688,-10.625 0.30205,-4.833318 0.45309,-8.187481 0.45312,-10.0625 -3e-5,-1.666644 -0.30211,-3.046851 -0.90625,-4.140625 -0.60419,-1.093724 -1.60419,-1.932265 -3,-2.515625 -1.39586,-0.583306 -2.94794,-0.874972 -4.65625,-0.875 -1.56252,2.8e-5 -3.02085,0.239611 -4.375,0.71875 -1.22918,0.437527 -2.27606,1.05211 -3.14062,1.84375 -0.8646,0.791691 -1.55731,1.76044 -2.07813,2.90625 -0.56251,1.229188 -0.95834,2.46877 -1.1875,3.71875 -0.35418,1.979184 -0.60418,4.729181 -0.75,8.25 -0.0833,2.104175 -0.19793,5.697922 -0.34375,10.78125 -1.16667,-0.04167 -2.04167,-0.0625 -2.625,-0.0625 -0.54167,0 -1.51042,0.02083 -2.90625,0.0625 z"
style="stroke:#000000;stroke-width:1.48671687;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;font-family:Eras Medium ITC;-inkscape-font-specification:Eras Medium ITC"
id="path4503"
inkscape:connector-curvature="0" />
<path
d="m 377.93341,86.299637 c -0.25003,1.145837 -0.50003,2.604169 -0.75,4.375 -2.00003,0.5 -3.7344,0.838541 -5.20312,1.015625 -1.46878,0.177083 -2.93232,0.265624 -4.39063,0.265625 -2.60418,-10e-7 -4.94272,-0.312501 -7.01562,-0.9375 -2.07293,-0.624999 -3.84897,-1.71354 -5.32813,-3.265625 -1.47917,-1.552078 -2.54167,-3.328118 -3.1875,-5.328125 -0.64584,-1.999989 -0.96875,-4.114571 -0.96875,-6.34375 0,-3.104149 0.59375,-5.984354 1.78125,-8.640625 1.1875,-2.656224 2.97395,-4.744763 5.35938,-6.265625 2.3854,-1.520802 5.41144,-2.281218 9.07812,-2.28125 1.89581,3.2e-5 3.70831,0.276074 5.4375,0.828125 1.72914,0.552114 3.16664,1.390655 4.3125,2.515625 1.1458,1.125028 2.03122,2.515651 2.65625,4.171875 0.62497,1.656273 0.93747,3.463563 0.9375,5.421875 -3e-5,0.750019 -0.0625,1.479184 -0.1875,2.1875 l -23.84375,0 c -0.0833,1.145849 -0.12501,2.020848 -0.125,2.625 -10e-6,2.187512 0.45833,4.203135 1.375,6.046875 0.91666,1.843757 2.27082,3.239589 4.0625,4.1875 1.79165,0.94792 3.85415,1.421878 6.1875,1.421875 2.68748,3e-6 5.95831,-0.666663 9.8125,-2 z m -21.0625,-14.875 18.625,0 c -0.0209,-1.312479 -0.10419,-2.333311 -0.25,-3.0625 -0.14586,-0.729143 -0.41669,-1.484351 -0.8125,-2.265625 -0.39586,-0.781224 -0.93232,-1.458307 -1.60937,-2.03125 -0.67711,-0.572889 -1.48961,-1.010389 -2.4375,-1.3125 -0.94794,-0.302055 -1.97398,-0.453096 -3.07813,-0.453125 -1.18752,2.9e-5 -2.31772,0.166695 -3.39062,0.5 -1.07294,0.333361 -2.02085,0.791694 -2.84375,1.375 -0.82293,0.58336 -1.52085,1.265651 -2.09375,2.046875 -0.57293,0.781274 -1.00001,1.536482 -1.28125,2.265625 -0.28126,0.729189 -0.5573,1.708354 -0.82813,2.9375 z"
style="stroke:#000000;stroke-width:1.48671687;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;font-family:Eras Medium ITC;-inkscape-font-specification:Eras Medium ITC"
id="path4505"
inkscape:connector-curvature="0" />
<path
d="m 385.93341,91.268387 c 0.75,-12.020821 1.125,-21.614562 1.125,-28.78125 l -0.0312,-2.875 c 1.0625,0.02087 1.93749,0.03128 2.625,0.03125 0.79166,3.1e-5 1.67708,-0.01038 2.65625,-0.03125 l -0.25,5.1875 c 0.77082,-1.291639 1.45311,-2.265596 2.04688,-2.921875 0.59373,-0.65622 1.26561,-1.197886 2.01562,-1.625 0.74999,-0.427052 1.59894,-0.760385 2.54688,-1 0.9479,-0.239551 1.93227,-0.359343 2.95312,-0.359375 0.87498,3.2e-5 1.73956,0.104199 2.59375,0.3125 0.0208,1.375031 0.0937,2.916696 0.21875,4.625 -1.29169,-0.354139 -2.44794,-0.531222 -3.46875,-0.53125 -1.22918,2.8e-5 -2.33335,0.203153 -3.3125,0.609375 -0.97918,0.406277 -1.85939,1.02086 -2.64062,1.84375 -0.78127,0.822941 -1.42189,1.807315 -1.92188,2.953125 -0.41668,0.916688 -0.73438,2.104187 -0.95312,3.5625 -0.21876,1.458351 -0.39064,4.114598 -0.51563,7.96875 -0.0833,2.812508 -0.12501,5.791672 -0.125,8.9375 l 0,2.09375 c -1.12501,-0.04167 -2.03126,-0.0625 -2.71875,-0.0625 -0.62501,0 -1.57292,0.02083 -2.84375,0.0625 z"
style="stroke:#000000;stroke-width:1.48671687;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;font-family:Eras Medium ITC;-inkscape-font-specification:Eras Medium ITC"
id="path4507"
inkscape:connector-curvature="0" />
<path
d="m 410.40216,64.643387 c 0.18749,-0.916639 0.38541,-2.270805 0.59375,-4.0625 2.49999,-0.645802 4.67186,-1.08851 6.51563,-1.328125 1.84373,-0.239551 3.6406,-0.359343 5.39062,-0.359375 1.87498,3.2e-5 3.63019,0.171907 5.26563,0.515625 1.63539,0.343781 2.99476,0.901072 4.07812,1.671875 1.08331,0.770863 1.80205,1.656278 2.15625,2.65625 0.35414,1.000026 0.53122,2.072942 0.53125,3.21875 -3e-5,1.437523 -0.1094,3.848979 -0.32812,7.234375 -0.21878,3.38543 -0.38545,6.515635 -0.5,9.390625 -0.11462,2.875005 -0.17191,5.437502 -0.17188,7.6875 -1.12503,-0.04167 -2.04169,-0.0625 -2.75,-0.0625 -0.66669,0 -1.61461,0.02083 -2.84375,0.0625 l 0.65625,-8.53125 0.46875,-10.09375 c -0.72919,0.562518 -1.27606,0.958351 -1.64062,1.1875 -0.36461,0.229184 -0.77607,0.442725 -1.23438,0.640625 -0.45835,0.197933 -0.96356,0.385433 -1.51562,0.5625 -0.55211,0.177099 -1.62502,0.484391 -3.21875,0.921875 -1.59377,0.437515 -2.72398,0.770848 -3.39063,1 -1.43751,0.458347 -2.57293,0.91668 -3.40625,1.375 -0.83334,0.458346 -1.53126,0.958345 -2.09375,1.5 -0.56251,0.541677 -0.95834,1.083344 -1.1875,1.625 -0.27084,0.666676 -0.40626,1.364592 -0.40625,2.09375 -10e-6,1.125006 0.33333,2.104172 1,2.9375 0.66666,0.833337 1.5052,1.411462 2.51563,1.734375 1.0104,0.322919 2.22394,0.484377 3.64062,0.484375 0.87499,2e-6 1.79165,-0.0625 2.75,-0.1875 0.95832,-0.124997 2.23957,-0.447914 3.84375,-0.96875 -0.29169,0.812503 -0.62502,2.062501 -1,3.75 -1.52085,0.291666 -2.76043,0.473958 -3.71875,0.546875 -0.95835,0.07292 -1.8646,0.109374 -2.71875,0.109375 -2.85418,-10e-7 -5.08334,-0.333334 -6.6875,-1 -1.60417,-0.666666 -2.80209,-1.68229 -3.59375,-3.046875 -0.79167,-1.364579 -1.1875,-2.848952 -1.1875,-4.453125 0,-0.937491 0.14062,-1.802074 0.42188,-2.59375 0.28124,-0.791656 0.66145,-1.510405 1.14062,-2.15625 0.47916,-0.64582 1.16145,-1.291653 2.04688,-1.9375 0.88541,-0.645818 1.81249,-1.177068 2.78125,-1.59375 0.96874,-0.41665 2.09894,-0.828108 3.39062,-1.234375 1.29165,-0.406232 3.36457,-0.953107 6.21875,-1.640625 0.91665,-0.208314 1.6979,-0.421856 2.34375,-0.640625 0.64581,-0.21873 1.21873,-0.432272 1.71875,-0.640625 0.49998,-0.208313 0.93748,-0.453104 1.3125,-0.734375 0.37498,-0.281229 0.71873,-0.624979 1.03125,-1.03125 0.31248,-0.406228 0.54164,-0.817686 0.6875,-1.234375 0.14581,-0.416643 0.21873,-0.833309 0.21875,-1.25 -2e-5,-1.020808 -0.33336,-1.895807 -1,-2.625 -0.66669,-0.729139 -1.53648,-1.239555 -2.60937,-1.53125 -1.07294,-0.291638 -2.33856,-0.437471 -3.79688,-0.4375 -1.35418,2.9e-5 -2.74481,0.109404 -4.17187,0.328125 -1.4271,0.218778 -2.65626,0.479195 -3.6875,0.78125 -1.03126,0.302111 -2.31772,0.755235 -3.85938,1.359375 z"
style="stroke:#000000;stroke-width:1.48671687;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;font-family:Eras Medium ITC;-inkscape-font-specification:Eras Medium ITC"
id="path4509"
inkscape:connector-curvature="0" />
<path
d="m 441.74591,105.39339 c 0.41666,-5.37501 0.80729,-12.687505 1.17188,-21.937503 0.36457,-9.249983 0.5677,-16.812476 0.60937,-22.6875 3.41666,-0.729136 6.15103,-1.223927 8.20313,-1.484375 2.05206,-0.260385 4.10935,-0.390593 6.17187,-0.390625 3.24998,3.2e-5 6.07289,0.515657 8.46875,1.546875 2.3958,1.03128 4.26039,2.843778 5.59375,5.4375 1.3333,2.593773 1.99997,5.526061 2,8.796875 -3e-5,2.270847 -0.31253,4.463554 -0.9375,6.578125 -0.62503,2.114591 -1.57816,4.005214 -2.85937,5.671875 -1.28128,1.666669 -2.82816,2.921876 -4.64063,3.765625 -1.81252,0.84375 -3.83336,1.265624 -6.0625,1.265625 -1.33335,-10e-7 -2.6146,-0.161459 -3.84375,-0.484375 -1.22918,-0.322917 -2.29689,-0.744791 -3.20312,-1.265625 -0.90627,-0.520832 -1.66668,-1.104165 -2.28125,-1.75 -0.6146,-0.64583 -1.35939,-1.614579 -2.23438,-2.90625 l -0.375,12.375 c -0.0833,2.020824 -0.12501,3.479153 -0.125,4.375003 l 0,3.09375 c -1.06251,-0.0417 -1.98959,-0.0625 -2.78125,-0.0625 -0.72917,-2e-5 -1.6875,0.0208 -2.875,0.0625 z m 7.15625,-40.906253 -0.21875,2.375 -0.15625,3.25 c -0.0833,1.708353 -0.14584,3.098976 -0.1875,4.171875 -0.0417,1.072932 -0.0625,1.82814 -0.0625,2.265625 -10e-6,1.54168 0.16145,3.000012 0.48438,4.375 0.3229,1.375009 0.96873,2.630216 1.9375,3.765625 0.96873,1.135422 2.10936,1.994796 3.42187,2.578125 1.31248,0.583337 2.66665,0.875003 4.0625,0.875 1.95831,3e-6 3.73435,-0.541663 5.32813,-1.625 1.59372,-1.083328 2.83851,-2.697909 3.73437,-4.84375 0.8958,-2.145822 1.34372,-4.489569 1.34375,-7.03125 -3e-5,-2.562481 -0.46878,-4.770812 -1.40625,-6.625 -0.93753,-1.854142 -2.19794,-3.192682 -3.78125,-4.015625 -1.58336,-0.822889 -3.37502,-1.234347 -5.375,-1.234375 -2.85418,2.8e-5 -5.89585,0.572944 -9.125,1.71875 z"
style="stroke:#000000;stroke-width:1.48671687;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;font-family:Eras Medium ITC;-inkscape-font-specification:Eras Medium ITC"
id="path4511"
inkscape:connector-curvature="0" />
<path
d="m 506.05841,86.299637 c -0.25003,1.145837 -0.50003,2.604169 -0.75,4.375 -2.00003,0.5 -3.7344,0.838541 -5.20312,1.015625 -1.46878,0.177083 -2.93232,0.265624 -4.39063,0.265625 -2.60418,-10e-7 -4.94272,-0.312501 -7.01562,-0.9375 -2.07293,-0.624999 -3.84897,-1.71354 -5.32813,-3.265625 -1.47917,-1.552078 -2.54167,-3.328118 -3.1875,-5.328125 -0.64584,-1.999989 -0.96875,-4.114571 -0.96875,-6.34375 0,-3.104149 0.59375,-5.984354 1.78125,-8.640625 1.1875,-2.656224 2.97395,-4.744763 5.35938,-6.265625 2.3854,-1.520802 5.41144,-2.281218 9.07812,-2.28125 1.89581,3.2e-5 3.70831,0.276074 5.4375,0.828125 1.72914,0.552114 3.16664,1.390655 4.3125,2.515625 1.1458,1.125028 2.03122,2.515651 2.65625,4.171875 0.62497,1.656273 0.93747,3.463563 0.9375,5.421875 -3e-5,0.750019 -0.0625,1.479184 -0.1875,2.1875 l -23.84375,0 c -0.0833,1.145849 -0.12501,2.020848 -0.125,2.625 -10e-6,2.187512 0.45833,4.203135 1.375,6.046875 0.91666,1.843757 2.27082,3.239589 4.0625,4.1875 1.79165,0.94792 3.85415,1.421878 6.1875,1.421875 2.68748,3e-6 5.95831,-0.666663 9.8125,-2 z m -21.0625,-14.875 18.625,0 c -0.0209,-1.312479 -0.10419,-2.333311 -0.25,-3.0625 -0.14586,-0.729143 -0.41669,-1.484351 -0.8125,-2.265625 -0.39586,-0.781224 -0.93232,-1.458307 -1.60937,-2.03125 -0.67711,-0.572889 -1.48961,-1.010389 -2.4375,-1.3125 -0.94794,-0.302055 -1.97398,-0.453096 -3.07813,-0.453125 -1.18752,2.9e-5 -2.31772,0.166695 -3.39062,0.5 -1.07294,0.333361 -2.02085,0.791694 -2.84375,1.375 -0.82293,0.58336 -1.52085,1.265651 -2.09375,2.046875 -0.57293,0.781274 -1.00001,1.536482 -1.28125,2.265625 -0.28126,0.729189 -0.5573,1.708354 -0.82813,2.9375 z"
style="stroke:#000000;stroke-width:1.48671687;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;font-family:Eras Medium ITC;-inkscape-font-specification:Eras Medium ITC"
id="path4513"
inkscape:connector-curvature="0" />
<path
d="m 540.05841,86.299637 c -0.25003,1.145837 -0.50003,2.604169 -0.75,4.375 -2.00003,0.5 -3.7344,0.838541 -5.20312,1.015625 -1.46878,0.177083 -2.93232,0.265624 -4.39063,0.265625 -2.60418,-10e-7 -4.94272,-0.312501 -7.01562,-0.9375 -2.07293,-0.624999 -3.84897,-1.71354 -5.32813,-3.265625 -1.47917,-1.552078 -2.54167,-3.328118 -3.1875,-5.328125 -0.64584,-1.999989 -0.96875,-4.114571 -0.96875,-6.34375 0,-3.104149 0.59375,-5.984354 1.78125,-8.640625 1.1875,-2.656224 2.97395,-4.744763 5.35938,-6.265625 2.3854,-1.520802 5.41144,-2.281218 9.07812,-2.28125 1.89581,3.2e-5 3.70831,0.276074 5.4375,0.828125 1.72914,0.552114 3.16664,1.390655 4.3125,2.515625 1.1458,1.125028 2.03122,2.515651 2.65625,4.171875 0.62497,1.656273 0.93747,3.463563 0.9375,5.421875 -3e-5,0.750019 -0.0625,1.479184 -0.1875,2.1875 l -23.84375,0 c -0.0833,1.145849 -0.12501,2.020848 -0.125,2.625 -10e-6,2.187512 0.45833,4.203135 1.375,6.046875 0.91666,1.843757 2.27082,3.239589 4.0625,4.1875 1.79165,0.94792 3.85415,1.421878 6.1875,1.421875 2.68748,3e-6 5.95831,-0.666663 9.8125,-2 z m -21.0625,-14.875 18.625,0 c -0.0209,-1.312479 -0.10419,-2.333311 -0.25,-3.0625 -0.14586,-0.729143 -0.41669,-1.484351 -0.8125,-2.265625 -0.39586,-0.781224 -0.93232,-1.458307 -1.60937,-2.03125 -0.67711,-0.572889 -1.48961,-1.010389 -2.4375,-1.3125 -0.94794,-0.302055 -1.97398,-0.453096 -3.07813,-0.453125 -1.18752,2.9e-5 -2.31772,0.166695 -3.39062,0.5 -1.07294,0.333361 -2.02085,0.791694 -2.84375,1.375 -0.82293,0.58336 -1.52085,1.265651 -2.09375,2.046875 -0.57293,0.781274 -1.00001,1.536482 -1.28125,2.265625 -0.28126,0.729189 -0.5573,1.708354 -0.82813,2.9375 z"
style="stroke:#000000;stroke-width:1.48671687;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;font-family:Eras Medium ITC;-inkscape-font-specification:Eras Medium ITC"
id="path4515"
inkscape:connector-curvature="0" />
</g>
<g
style="font-size:64px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
id="text3929"
transform="matrix(0,-0.67262304,0.67262304,0,76.087291,378.26172)">
<path
d="m 126.82941,89.839813 c 0.39192,-4.082027 0.69986,-7.557935 0.92382,-10.427734 0.22396,-2.869779 0.41732,-6.193668 0.58008,-9.97168 0.16276,-3.77797 0.28483,-7.774386 0.36621,-11.989258 0.0814,-4.214807 0.12207,-7.776001 0.12207,-10.683593 2.74088,0.06124 5.0332,0.09184 6.87696,0.0918 1.77863,4.3e-5 3.8395,-0.04618 6.18261,-0.138671 2.34308,-0.0924 4.56151,-0.138629 6.65528,-0.138672 2.59242,4.3e-5 4.94072,0.105512 7.04492,0.316406 1.60804,0.151084 3.0693,0.461305 4.38379,0.930664 1.31441,0.469443 2.42607,1.044963 3.33496,1.726563 0.90881,0.68168 1.67216,1.452838 2.29004,2.313476 0.6178,0.860714 1.09306,1.854528 1.42578,2.981445 0.33264,1.126987 0.49898,2.327833 0.49902,3.602539 -4e-5,1.414093 -0.18298,2.750029 -0.54882,4.007813 -0.36593,1.257839 -0.94341,2.44371 -1.73243,3.557617 -0.7891,1.113955 -1.77543,2.071311 -2.95898,2.87207 -1.18363,0.800802 -2.68428,1.53127 -4.50195,2.191407 l 1.54101,3.314453 c 0.47132,1.135431 0.94723,2.231784 1.42774,3.289062 l 4.09961,8.972657 c 0.22912,0.486981 0.57938,1.547527 1.05078,3.18164 -3.83207,-0.04036 -6.32882,-0.06055 -7.49024,-0.06055 -1.47008,0 -4.05667,0.02018 -7.75976,0.06055 -0.418,-1.355467 -1.05602,-3.474606 -1.91407,-6.357422 -0.35419,-1.234367 -0.65236,-2.172517 -0.89453,-2.814453 -0.42971,-1.270823 -1.14846,-3.281237 -2.15625,-6.03125 l -3.18945,-9.517578 c 1.56769,0.204452 2.87954,0.306665 3.93555,0.306641 1.39711,2.4e-5 2.64776,-0.204077 3.75195,-0.612305 1.10414,-0.408178 1.93226,-1.028294 2.48437,-1.860352 0.55206,-0.832003 0.8281,-1.708955 0.82813,-2.630859 -3e-5,-0.74997 -0.19664,-1.402964 -0.58984,-1.958984 -0.39326,-0.555958 -1.0404,-0.97946 -1.94141,-1.270508 -0.90107,-0.290983 -2.36135,-0.43649 -4.38086,-0.436524 -0.70054,3.4e-5 -1.43492,0.01533 -2.20312,0.0459 -0.76825,0.03063 -1.4538,0.05179 -2.05665,0.06348 -0.2435,3.84378 -0.46714,8.764348 -0.67089,14.761719 -0.2038,5.997408 -0.33824,12.101569 -0.40332,18.3125 -3.8633,-0.04036 -6.3034,-0.06055 -7.32032,-0.06055 -1.1849,0 -3.54883,0.02018 -7.09179,0.06055 z"
style="font-weight:bold;fill:#ffffff;fill-opacity:1;font-family:Eras Bold ITC;-inkscape-font-specification:Eras Bold ITC Bold"
id="path4494"
inkscape:connector-curvature="0" />
<path
d="m 174.40363,67.472626 c 0.38801,-2.44659 0.63313,-4.064101 0.73535,-4.852539 0.1022,-0.788384 0.28547,-2.14027 0.5498,-4.055664 6.26041,-1.369759 11.52537,-2.054655 15.79492,-2.054688 2.4531,3.3e-5 4.73403,0.285515 6.84278,0.856445 2.10869,0.570996 3.77503,1.513378 4.99902,2.827149 1.22392,1.31383 1.8359,3.164089 1.83594,5.550781 -4e-5,1.092471 -0.15466,3.663106 -0.46387,7.711914 -0.30928,4.048841 -0.55114,9.510098 -0.72559,16.383789 -2.44274,-0.04036 -4.65497,-0.06055 -6.63671,-0.06055 -1.91149,0 -4.18297,0.02018 -6.81446,0.06055 0.28774,-2.734372 0.60415,-7.371086 0.94922,-13.910156 -0.12111,0.326836 -0.42678,0.581394 -0.91699,0.763672 -0.49026,0.182304 -1.27281,0.43263 -2.34766,0.750976 -1.07488,0.318372 -1.90268,0.582043 -2.4834,0.791016 -0.58074,0.208996 -1.06967,0.463553 -1.46679,0.763672 -0.39715,0.300141 -0.66831,0.587575 -0.81348,0.862305 -0.1452,0.274749 -0.21779,0.59441 -0.21777,0.958984 -2e-5,0.528654 0.20506,0.975268 0.61523,1.339844 0.41014,0.36459 1.13019,0.546882 2.16016,0.546875 0.40102,7e-6 0.82648,-0.03287 1.27637,-0.09863 0.44985,-0.06575 1.38702,-0.247063 2.81152,-0.543945 -0.6133,2.098964 -1.36265,4.789065 -2.24805,8.070312 -2.0534,0.334635 -3.90236,0.501952 -5.54687,0.501953 -2.64975,-10e-7 -4.87273,-0.375977 -6.66895,-1.127929 -1.79623,-0.751952 -3.17871,-1.966144 -4.14746,-3.642579 -0.96875,-1.676426 -1.45313,-3.358391 -1.45312,-5.045898 -1e-5,-1.044261 0.17773,-2.05077 0.5332,-3.019531 0.35547,-0.968737 0.91276,-1.919583 1.67187,-2.852539 0.75911,-0.932927 1.64909,-1.730452 2.66993,-2.392578 1.02082,-0.662092 2.3815,-1.275047 4.08203,-1.838868 1.70051,-0.563782 3.85089,-1.095032 6.45117,-1.59375 1.05206,-0.203104 1.99998,-0.415994 2.84375,-0.638672 0.84373,-0.222634 1.43064,-0.410134 1.76074,-0.5625 0.33006,-0.152321 0.58429,-0.31736 0.7627,-0.495117 0.17836,-0.177711 0.30434,-0.358701 0.37793,-0.542968 0.0735,-0.184222 0.11033,-0.37986 0.11035,-0.586915 -2e-5,-0.558569 -0.24937,-0.997696 -0.74805,-1.317382 -0.49872,-0.319637 -1.30731,-0.479467 -2.42578,-0.479493 -3.42319,2.6e-5 -7.99285,0.99091 -13.70898,2.972657 z"
style="font-weight:bold;fill:#ffffff;fill-opacity:1;font-family:Eras Bold ITC;-inkscape-font-specification:Eras Bold ITC Bold"
id="path4496"
inkscape:connector-curvature="0" />
<path
d="m 218.77081,89.839813 c -4.60808,-14.670558 -8.11393,-25.514948 -10.51758,-32.533203 2.13412,0.0404 4.37565,0.06058 6.72461,0.06055 2.16276,3.2e-5 4.14713,-0.02015 5.95313,-0.06055 l 4.50781,16.646484 0.15235,2.564454 1.32421,-6.0625 4.5,-13.148438 c 1.99607,0.0404 4.18683,0.06058 6.57227,0.06055 2.43877,3.2e-5 4.54098,-0.02015 6.30664,-0.06055 l 4.31836,17.517578 -0.0781,1.69336 -0.33007,-1.091797 c 0.10412,-0.279933 0.41272,-1.185532 0.92578,-2.716797 l 5.35547,-15.402344 c 2.02208,0.0404 4.05008,0.06058 6.08398,0.06055 1.845,3.2e-5 4.01427,-0.02015 6.50781,-0.06055 l -11.27539,26.945313 -2.17187,5.58789 c -2.44145,-0.04036 -4.39783,-0.06055 -5.86914,-0.06055 -1.60551,0 -3.8848,0.02018 -6.83789,0.06055 l -2.29297,-9.324219 c -0.38805,-1.610666 -0.93102,-4.681626 -1.62891,-9.21289 -2.49351,8.502614 -4.48635,14.681644 -5.97851,18.537109 -2.46487,-0.04036 -4.36135,-0.06055 -5.68946,-0.06055 -1.52345,0 -3.71095,0.02018 -6.5625,0.06055 z"
style="font-weight:bold;fill:#ffffff;fill-opacity:1;font-family:Eras Bold ITC;-inkscape-font-specification:Eras Bold ITC Bold"
id="path4498"
inkscape:connector-curvature="0" />
</g>
<g
style="font-size:64px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
id="text3935"
transform="matrix(0,-0.67262304,0.67262304,0,76.087291,378.26172)">
<path
d="m 288.7337,89.839813 0.625,-9.5625 0.84375,-19.8125 0.28125,-9.15625 c -5.10417,0.02087 -9.57292,0.114622 -13.40625,0.28125 0.125,-1.666627 0.19792,-3.135375 0.21875,-4.40625 5.29166,0.02088 10.99999,0.03129 17.125,0.03125 l 10,-0.03125 5.3125,0 c -0.14586,1.833374 -0.21878,3.291706 -0.21875,4.375 -3.22919,-0.187461 -6.80211,-0.281211 -10.71875,-0.28125 l -2.5625,0 -0.65625,13.84375 -0.65625,19.5 0,5.21875 -3,-0.0625 c -0.27085,0 -1.33334,0.02083 -3.1875,0.0625 z"
style="fill:#ffffff;font-family:Eras Medium ITC;-inkscape-font-specification:Eras Medium ITC"
id="path4477"
inkscape:connector-curvature="0" />
<path
d="m 312.88995,89.839813 0.78125,-13.59375 0.71875,-18.53125 0.1875,-10.53125 2.84375,0.03125 c 0.70833,4.3e-5 1.63541,-0.01037 2.78125,-0.03125 l -0.6875,10.84375 -0.25,6.46875 c 0.49999,-0.895807 0.93228,-1.609348 1.29688,-2.140625 0.36457,-0.531222 0.83332,-1.062471 1.40625,-1.59375 0.5729,-0.53122 1.17186,-0.984345 1.79687,-1.359375 0.62499,-0.374969 1.3229,-0.703094 2.09375,-0.984375 0.77082,-0.281218 1.6979,-0.515593 2.78125,-0.703125 1.08332,-0.187467 2.21873,-0.281217 3.40625,-0.28125 1.77081,3.3e-5 3.46352,0.197949 5.07813,0.59375 1.61455,0.395865 2.99997,1.052114 4.15625,1.96875 1.15622,0.916696 1.94788,2.010445 2.375,3.28125 0.42705,1.270859 0.64059,2.562524 0.64062,3.875 -3e-5,0.520856 -0.0104,1.208355 -0.0312,2.0625 -0.0625,1.291686 -0.14586,2.802101 -0.25,4.53125 l -0.53125,11.5 c -0.0625,1.250004 -0.1042,2.781252 -0.125,4.59375 -1.20836,-0.04167 -2.13545,-0.0625 -2.78125,-0.0625 -0.70836,0 -1.69794,0.02083 -2.96875,0.0625 0.22914,-2.249998 0.49477,-5.791661 0.79688,-10.625 0.30205,-4.833318 0.45309,-8.187481 0.45312,-10.0625 -3e-5,-1.666644 -0.30211,-3.046851 -0.90625,-4.140625 -0.60419,-1.093724 -1.60419,-1.932265 -3,-2.515625 -1.39585,-0.583305 -2.94794,-0.874972 -4.65625,-0.875 -1.56252,2.8e-5 -3.02085,0.239612 -4.375,0.71875 -1.22918,0.437527 -2.27605,1.05211 -3.14062,1.84375 -0.8646,0.791692 -1.55731,1.760441 -2.07813,2.90625 -0.56251,1.229188 -0.95834,2.468771 -1.1875,3.71875 -0.35417,1.979184 -0.60417,4.729181 -0.75,8.25 -0.0833,2.104176 -0.19792,5.697922 -0.34375,10.78125 -1.16667,-0.04167 -2.04167,-0.0625 -2.625,-0.0625 -0.54167,0 -1.51042,0.02083 -2.90625,0.0625 z"
style="fill:#ffffff;font-family:Eras Medium ITC;-inkscape-font-specification:Eras Medium ITC"
id="path4479"
inkscape:connector-curvature="0" />
<path
d="m 377.51495,84.871063 c -0.25003,1.145837 -0.50003,2.604169 -0.75,4.375 -2.00002,0.5 -3.7344,0.838542 -5.20312,1.015625 -1.46877,0.177083 -2.93231,0.265625 -4.39063,0.265625 -2.60418,0 -4.94272,-0.3125 -7.01562,-0.9375 -2.07293,-0.624999 -3.84897,-1.713539 -5.32813,-3.265625 -1.47917,-1.552078 -2.54167,-3.328118 -3.1875,-5.328125 -0.64583,-1.999989 -0.96875,-4.11457 -0.96875,-6.34375 0,-3.104148 0.59375,-5.984354 1.78125,-8.640625 1.1875,-2.656223 2.97395,-4.744763 5.35938,-6.265625 2.3854,-1.520801 5.41144,-2.281217 9.07812,-2.28125 1.89582,3.3e-5 3.70831,0.276074 5.4375,0.828125 1.72914,0.552115 3.16664,1.390655 4.3125,2.515625 1.14581,1.125028 2.03122,2.515652 2.65625,4.171875 0.62497,1.656273 0.93747,3.463563 0.9375,5.421875 -3e-5,0.750019 -0.0625,1.479185 -0.1875,2.1875 l -23.84375,0 c -0.0833,1.14585 -0.125,2.020849 -0.125,2.625 0,2.187513 0.45833,4.203136 1.375,6.046875 0.91666,1.843757 2.27083,3.239589 4.0625,4.1875 1.79166,0.94792 3.85415,1.421878 6.1875,1.421875 2.68748,3e-6 5.95831,-0.666663 9.8125,-2 z m -21.0625,-14.875 18.625,0 c -0.0209,-1.312479 -0.10419,-2.333311 -0.25,-3.0625 -0.14586,-0.729143 -0.41669,-1.48435 -0.8125,-2.265625 -0.39586,-0.781224 -0.93231,-1.458306 -1.60937,-2.03125 -0.67711,-0.572889 -1.48961,-1.010388 -2.4375,-1.3125 -0.94794,-0.302054 -1.97398,-0.453096 -3.07813,-0.453125 -1.18751,2.9e-5 -2.31772,0.166696 -3.39062,0.5 -1.07293,0.333362 -2.02085,0.791695 -2.84375,1.375 -0.82293,0.58336 -1.52085,1.265651 -2.09375,2.046875 -0.57293,0.781274 -1.00001,1.536482 -1.28125,2.265625 -0.28126,0.729189 -0.5573,1.708355 -0.82813,2.9375 z"
style="fill:#ffffff;font-family:Eras Medium ITC;-inkscape-font-specification:Eras Medium ITC"
id="path4481"
inkscape:connector-curvature="0" />
<path
d="m 385.51495,89.839813 c 0.75,-12.020821 1.125,-21.614561 1.125,-28.78125 l -0.0312,-2.875 c 1.0625,0.02087 1.9375,0.03128 2.625,0.03125 0.79166,3.2e-5 1.67708,-0.01038 2.65625,-0.03125 l -0.25,5.1875 c 0.77083,-1.291639 1.45312,-2.265596 2.04688,-2.921875 0.59374,-0.65622 1.26561,-1.197886 2.01562,-1.625 0.74999,-0.427052 1.59895,-0.760385 2.54688,-1 0.9479,-0.239551 1.93227,-0.359342 2.95312,-0.359375 0.87498,3.3e-5 1.73957,0.104199 2.59375,0.3125 0.0208,1.375031 0.0937,2.916696 0.21875,4.625 -1.29168,-0.354139 -2.44793,-0.531222 -3.46875,-0.53125 -1.22918,2.8e-5 -2.33335,0.203153 -3.3125,0.609375 -0.97918,0.406277 -1.85938,1.02086 -2.64062,1.84375 -0.78126,0.822942 -1.42189,1.807316 -1.92188,2.953125 -0.41667,0.916689 -0.73438,2.104187 -0.95312,3.5625 -0.21876,1.458351 -0.39064,4.114598 -0.51563,7.96875 -0.0833,2.812508 -0.12501,5.791672 -0.125,8.9375 l 0,2.09375 c -1.125,-0.04167 -2.03125,-0.0625 -2.71875,-0.0625 -0.625,0 -1.57292,0.02083 -2.84375,0.0625 z"
style="fill:#ffffff;font-family:Eras Medium ITC;-inkscape-font-specification:Eras Medium ITC"
id="path4483"
inkscape:connector-curvature="0" />
<path
d="m 409.9837,63.214813 c 0.1875,-0.916639 0.38541,-2.270804 0.59375,-4.0625 2.49999,-0.645802 4.67187,-1.08851 6.51563,-1.328125 1.84373,-0.239551 3.64061,-0.359342 5.39062,-0.359375 1.87498,3.3e-5 3.63019,0.171907 5.26563,0.515625 1.63539,0.343782 2.99476,0.901073 4.07812,1.671875 1.08331,0.770863 1.80206,1.656279 2.15625,2.65625 0.35414,1.000027 0.53122,2.072942 0.53125,3.21875 -3e-5,1.437523 -0.1094,3.848979 -0.32812,7.234375 -0.21878,3.385431 -0.38545,6.515636 -0.5,9.390625 -0.11461,2.875005 -0.17191,5.437502 -0.17188,7.6875 -1.12502,-0.04167 -2.04169,-0.0625 -2.75,-0.0625 -0.66669,0 -1.6146,0.02083 -2.84375,0.0625 l 0.65625,-8.53125 0.46875,-10.09375 c -0.72919,0.562518 -1.27606,0.958351 -1.64062,1.1875 -0.36461,0.229184 -0.77607,0.442726 -1.23438,0.640625 -0.45835,0.197933 -0.96356,0.385433 -1.51562,0.5625 -0.5521,0.1771 -1.62502,0.484391 -3.21875,0.921875 -1.59377,0.437515 -2.72397,0.770848 -3.39063,1 -1.43751,0.458347 -2.57292,0.91668 -3.40625,1.375 -0.83334,0.458346 -1.53126,0.958346 -2.09375,1.5 -0.5625,0.541678 -0.95834,1.083344 -1.1875,1.625 -0.27084,0.666676 -0.40625,1.364592 -0.40625,2.09375 0,1.125007 0.33333,2.104173 1,2.9375 0.66666,0.833338 1.5052,1.411462 2.51563,1.734375 1.0104,0.32292 2.22394,0.484378 3.64062,0.484375 0.87499,3e-6 1.79165,-0.0625 2.75,-0.1875 0.95832,-0.124997 2.23957,-0.447913 3.84375,-0.96875 -0.29168,0.812503 -0.62502,2.062502 -1,3.75 -1.52085,0.291667 -2.76043,0.473958 -3.71875,0.546875 -0.95834,0.07292 -1.86459,0.109375 -2.71875,0.109375 -2.85417,0 -5.08334,-0.333333 -6.6875,-1 -1.60417,-0.666665 -2.80208,-1.682289 -3.59375,-3.046875 -0.79166,-1.364578 -1.1875,-2.848952 -1.1875,-4.453125 0,-0.937491 0.14063,-1.802073 0.42188,-2.59375 0.28125,-0.791655 0.66145,-1.510405 1.14062,-2.15625 0.47917,-0.64582 1.16146,-1.291653 2.04688,-1.9375 0.88541,-0.645818 1.81249,-1.177067 2.78125,-1.59375 0.96874,-0.41665 2.09895,-0.828108 3.39062,-1.234375 1.29166,-0.406232 3.36457,-0.953106 6.21875,-1.640625 0.91665,-0.208314 1.6979,-0.421855 2.34375,-0.640625 0.64582,-0.21873 1.21873,-0.432271 1.71875,-0.640625 0.49998,-0.208313 0.93748,-0.453104 1.3125,-0.734375 0.37498,-0.281229 0.71873,-0.624978 1.03125,-1.03125 0.31248,-0.406227 0.54165,-0.817685 0.6875,-1.234375 0.14581,-0.416643 0.21873,-0.833309 0.21875,-1.25 -2e-5,-1.020808 -0.33335,-1.895807 -1,-2.625 -0.66669,-0.729139 -1.53648,-1.239555 -2.60937,-1.53125 -1.07294,-0.291637 -2.33856,-0.437471 -3.79688,-0.4375 -1.35418,2.9e-5 -2.7448,0.109404 -4.17187,0.328125 -1.4271,0.218779 -2.65626,0.479195 -3.6875,0.78125 -1.03126,0.302111 -2.31772,0.755236 -3.85938,1.359375 z"
style="fill:#ffffff;font-family:Eras Medium ITC;-inkscape-font-specification:Eras Medium ITC"
id="path4485"
inkscape:connector-curvature="0" />
<path
d="m 441.32745,103.96481 c 0.41667,-5.375006 0.80729,-12.687498 1.17188,-21.937497 0.36458,-9.249983 0.5677,-16.812475 0.60937,-22.6875 3.41666,-0.729135 6.15103,-1.223926 8.20313,-1.484375 2.05207,-0.260384 4.10936,-0.390592 6.17187,-0.390625 3.24998,3.3e-5 6.0729,0.515657 8.46875,1.546875 2.39581,1.03128 4.26039,2.843778 5.59375,5.4375 1.3333,2.593773 1.99997,5.526062 2,8.796875 -3e-5,2.270848 -0.31253,4.463554 -0.9375,6.578125 -0.62503,2.114591 -1.57815,4.005215 -2.85937,5.671875 -1.28128,1.66667 -2.82815,2.921877 -4.64063,3.765625 -1.81252,0.84375 -3.83335,1.265625 -6.0625,1.265625 -1.33335,0 -2.6146,-0.161459 -3.84375,-0.484375 -1.22918,-0.322916 -2.29689,-0.744791 -3.20312,-1.265625 -0.90626,-0.520832 -1.66668,-1.104164 -2.28125,-1.75 -0.6146,-0.64583 -1.35939,-1.614579 -2.23438,-2.90625 l -0.375,12.375 c -0.0833,2.020825 -0.125,3.479157 -0.125,4.374997 l 0,3.09375 c -1.0625,-0.0417 -1.98959,-0.0625 -2.78125,-0.0625 -0.72917,-1e-5 -1.6875,0.0208 -2.875,0.0625 z m 7.15625,-40.906247 -0.21875,2.375 -0.15625,3.25 c -0.0833,1.708353 -0.14584,3.098977 -0.1875,4.171875 -0.0417,1.072933 -0.0625,1.82814 -0.0625,2.265625 -10e-6,1.54168 0.16145,3.000012 0.48438,4.375 0.32291,1.375009 0.96874,2.630216 1.9375,3.765625 0.96874,1.135422 2.10936,1.994796 3.42187,2.578125 1.31249,0.583337 2.66665,0.875003 4.0625,0.875 1.95832,3e-6 3.73436,-0.541663 5.32813,-1.625 1.59372,-1.083327 2.83851,-2.697909 3.73437,-4.84375 0.89581,-2.145821 1.34372,-4.489569 1.34375,-7.03125 -3e-5,-2.562481 -0.46878,-4.770812 -1.40625,-6.625 -0.93752,-1.854141 -2.19794,-3.192682 -3.78125,-4.015625 -1.58335,-0.822888 -3.37502,-1.234346 -5.375,-1.234375 -2.85418,2.9e-5 -5.89584,0.572945 -9.125,1.71875 z"
style="fill:#ffffff;font-family:Eras Medium ITC;-inkscape-font-specification:Eras Medium ITC"
id="path4487"
inkscape:connector-curvature="0" />
<path
d="m 505.63995,84.871063 c -0.25003,1.145837 -0.50003,2.604169 -0.75,4.375 -2.00002,0.5 -3.7344,0.838542 -5.20312,1.015625 -1.46877,0.177083 -2.93231,0.265625 -4.39063,0.265625 -2.60418,0 -4.94272,-0.3125 -7.01562,-0.9375 -2.07293,-0.624999 -3.84897,-1.713539 -5.32813,-3.265625 -1.47917,-1.552078 -2.54167,-3.328118 -3.1875,-5.328125 -0.64583,-1.999989 -0.96875,-4.11457 -0.96875,-6.34375 0,-3.104148 0.59375,-5.984354 1.78125,-8.640625 1.1875,-2.656223 2.97395,-4.744763 5.35938,-6.265625 2.3854,-1.520801 5.41144,-2.281217 9.07812,-2.28125 1.89582,3.3e-5 3.70831,0.276074 5.4375,0.828125 1.72914,0.552115 3.16664,1.390655 4.3125,2.515625 1.14581,1.125028 2.03122,2.515652 2.65625,4.171875 0.62497,1.656273 0.93747,3.463563 0.9375,5.421875 -3e-5,0.750019 -0.0625,1.479185 -0.1875,2.1875 l -23.84375,0 c -0.0833,1.14585 -0.125,2.020849 -0.125,2.625 0,2.187513 0.45833,4.203136 1.375,6.046875 0.91666,1.843757 2.27083,3.239589 4.0625,4.1875 1.79166,0.94792 3.85415,1.421878 6.1875,1.421875 2.68748,3e-6 5.95831,-0.666663 9.8125,-2 z m -21.0625,-14.875 18.625,0 c -0.0209,-1.312479 -0.10419,-2.333311 -0.25,-3.0625 -0.14586,-0.729143 -0.41669,-1.48435 -0.8125,-2.265625 -0.39586,-0.781224 -0.93231,-1.458306 -1.60937,-2.03125 -0.67711,-0.572889 -1.48961,-1.010388 -2.4375,-1.3125 -0.94794,-0.302054 -1.97398,-0.453096 -3.07813,-0.453125 -1.18751,2.9e-5 -2.31772,0.166696 -3.39062,0.5 -1.07293,0.333362 -2.02085,0.791695 -2.84375,1.375 -0.82293,0.58336 -1.52085,1.265651 -2.09375,2.046875 -0.57293,0.781274 -1.00001,1.536482 -1.28125,2.265625 -0.28126,0.729189 -0.5573,1.708355 -0.82813,2.9375 z"
style="fill:#ffffff;font-family:Eras Medium ITC;-inkscape-font-specification:Eras Medium ITC"
id="path4489"
inkscape:connector-curvature="0" />
<path
d="m 539.63995,84.871063 c -0.25003,1.145837 -0.50003,2.604169 -0.75,4.375 -2.00002,0.5 -3.7344,0.838542 -5.20312,1.015625 -1.46877,0.177083 -2.93231,0.265625 -4.39063,0.265625 -2.60418,0 -4.94272,-0.3125 -7.01562,-0.9375 -2.07293,-0.624999 -3.84897,-1.713539 -5.32813,-3.265625 -1.47917,-1.552078 -2.54167,-3.328118 -3.1875,-5.328125 -0.64583,-1.999989 -0.96875,-4.11457 -0.96875,-6.34375 0,-3.104148 0.59375,-5.984354 1.78125,-8.640625 1.1875,-2.656223 2.97395,-4.744763 5.35938,-6.265625 2.3854,-1.520801 5.41144,-2.281217 9.07812,-2.28125 1.89582,3.3e-5 3.70831,0.276074 5.4375,0.828125 1.72914,0.552115 3.16664,1.390655 4.3125,2.515625 1.14581,1.125028 2.03122,2.515652 2.65625,4.171875 0.62497,1.656273 0.93747,3.463563 0.9375,5.421875 -3e-5,0.750019 -0.0625,1.479185 -0.1875,2.1875 l -23.84375,0 c -0.0833,1.14585 -0.125,2.020849 -0.125,2.625 0,2.187513 0.45833,4.203136 1.375,6.046875 0.91666,1.843757 2.27083,3.239589 4.0625,4.1875 1.79166,0.94792 3.85415,1.421878 6.1875,1.421875 2.68748,3e-6 5.95831,-0.666663 9.8125,-2 z m -21.0625,-14.875 18.625,0 c -0.0209,-1.312479 -0.10419,-2.333311 -0.25,-3.0625 -0.14586,-0.729143 -0.41669,-1.48435 -0.8125,-2.265625 -0.39586,-0.781224 -0.93231,-1.458306 -1.60937,-2.03125 -0.67711,-0.572889 -1.48961,-1.010388 -2.4375,-1.3125 -0.94794,-0.302054 -1.97398,-0.453096 -3.07813,-0.453125 -1.18751,2.9e-5 -2.31772,0.166696 -3.39062,0.5 -1.07293,0.333362 -2.02085,0.791695 -2.84375,1.375 -0.82293,0.58336 -1.52085,1.265651 -2.09375,2.046875 -0.57293,0.781274 -1.00001,1.536482 -1.28125,2.265625 -0.28126,0.729189 -0.5573,1.708355 -0.82813,2.9375 z"
style="fill:#ffffff;font-family:Eras Medium ITC;-inkscape-font-specification:Eras Medium ITC"
id="path4491"
inkscape:connector-curvature="0" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 61 KiB

View File

@@ -1,14 +0,0 @@
INSTALLER SCRIPTS
-----------------
This "win" directory includes installer setup mechanisms for Windows 32/64.
As requested in issue 1904 ( http://code.google.com/p/rawtherapee/issues/detail?id=1904 ),
the preferred choice of setup mechanism is Wix widgets. However an InnoSetup script has been
created before the definitive choice and has been added to the source tree, for convenience.
Once the Wix setup mechanism will be operational, the InnoSetup can be supressed from the source
tree.
All discussion about the present document and the setup scripts has to be done in issue 1904.