From e14992d8af80f0bc138c0a0a3cd70809f4e1d480 Mon Sep 17 00:00:00 2001
From: Bill Kendrick
Date: Sun, 30 Apr 2023 16:23:17 -0700
Subject: [PATCH] Sync INSTALL docs: SDL2_Pango no longer optional
---
docs/en/INSTALL.txt | 8 ++++----
docs/en/html/INSTALL.html | 6 +++---
docs/es_ES.UTF-8/INSTALL.txt | 8 ++++----
docs/es_ES.UTF-8/html/INSTALL.html | 6 +++---
docs/fr_FR.UTF-8/INSTALL.txt | 8 ++++----
docs/fr_FR.UTF-8/html/INSTALL.html | 6 +++---
docs/gl_ES.UTF-8/INSTALL.txt | 8 ++++----
docs/gl_ES.UTF-8/html/INSTALL.html | 6 +++---
docs/ja_JP.UTF-8/INSTALL.txt | 8 ++++----
docs/ja_JP.UTF-8/html/INSTALL.html | 6 +++---
10 files changed, 35 insertions(+), 35 deletions(-)
diff --git a/docs/en/INSTALL.txt b/docs/en/INSTALL.txt
index 7b300ee56..8fe6a15db 100644
--- a/docs/en/INSTALL.txt
+++ b/docs/en/INSTALL.txt
@@ -5,7 +5,7 @@
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
- March 29, 2023
+ April 30, 2023
+----------------------------------------------------+
|Table of Contents |
@@ -35,8 +35,8 @@ Simple DirectMedia Layer library (libSDL)
Along with libSDL, Tux Paint depends on a number of other SDL 'helper'
libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical
- functions, like rotation), SDL_TTF and (optionally) SDL2_Pango (for True
- Type Font support) and, optionally, SDL_Mixer (for sound effects).
+ functions, like rotation), SDL_TTF and SDL2_Pango (for True Type Font
+ support) and, optionally, SDL_Mixer (for sound effects).
The SDL libraries are available as source-code, or as RPM or Debian
packages for various distributions of Linux. They can be downloaded from:
@@ -47,7 +47,7 @@ Simple DirectMedia Layer library (libSDL)
https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/
(https://sourceforge.net/projects/sdlgfx/)
* SDL_ttf: https://github.com/libsdl-org/SDL_ttf
- * SDL2_Pango: https://github.com/markuskimius/SDL2_Pango (optional)
+ * SDL2_Pango: https://github.com/markuskimius/SDL2_Pango
* SDL_mixer: https://github.com/libsdl-org/SDL_mixer (optional)
They are also typically available along with your Linux distribution (e.g.
diff --git a/docs/en/html/INSTALL.html b/docs/en/html/INSTALL.html
index 1012f4af2..f150b0313 100644
--- a/docs/en/html/INSTALL.html
+++ b/docs/en/html/INSTALL.html
@@ -98,7 +98,7 @@
- March 29, 2023
+ April 30, 2023
@@ -151,7 +151,7 @@
Tux Paint requires the Simple DirectMedia Layer Library (libSDL), an Open Source multimedia programming library available under the GNU Lesser General Public License (LGPL).
- Along with libSDL, Tux Paint depends on a number of other SDL 'helper' libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical functions, like rotation), SDL_TTF and (optionally) SDL2_Pango (for True Type Font support) and, optionally, SDL_Mixer (for sound effects).
+ Along with libSDL, Tux Paint depends on a number of other SDL 'helper' libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical functions, like rotation), SDL_TTF and SDL2_Pango (for True Type Font support) and, optionally, SDL_Mixer (for sound effects).
The SDL libraries are available as source-code, or as RPM or Debian packages for various distributions of Linux. They can be downloaded from:
@@ -160,7 +160,7 @@
SDL_image: https://github.com/libsdl-org/SDL_image
SDL_gfx: https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/ (https://sourceforge.net/projects/sdlgfx/)
SDL_ttf: https://github.com/libsdl-org/SDL_ttf
- SDL2_Pango: https://github.com/markuskimius/SDL2_Pango (optional)
+ SDL2_Pango: https://github.com/markuskimius/SDL2_Pango
SDL_mixer: https://github.com/libsdl-org/SDL_mixer (optional)
diff --git a/docs/es_ES.UTF-8/INSTALL.txt b/docs/es_ES.UTF-8/INSTALL.txt
index 79efedd91..31af7a043 100644
--- a/docs/es_ES.UTF-8/INSTALL.txt
+++ b/docs/es_ES.UTF-8/INSTALL.txt
@@ -5,7 +5,7 @@
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
- marzo 29, 2023
+ abril 30, 2023
+----------------------------------------------------+
|Table of Contents |
@@ -35,8 +35,8 @@ Simple DirectMedia Layer library (libSDL)
Along with libSDL, Tux Paint depends on a number of other SDL 'helper'
libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical
- functions, like rotation), SDL_TTF and (optionally) SDL2_Pango (for True
- Type Font support) and, optionally, SDL_Mixer (for sound effects).
+ functions, like rotation), SDL_TTF and SDL2_Pango (for True Type Font
+ support) and, optionally, SDL_Mixer (for sound effects).
The SDL libraries are available as source-code, or as RPM or Debian
packages for various distributions of Linux. They can be downloaded from:
@@ -47,7 +47,7 @@ Simple DirectMedia Layer library (libSDL)
https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/
(https://sourceforge.net/projects/sdlgfx/)
* SDL_ttf: https://github.com/libsdl-org/SDL_ttf
- * SDL2_Pango: https://github.com/markuskimius/SDL2_Pango (optional)
+ * SDL2_Pango: https://github.com/markuskimius/SDL2_Pango
* SDL_mixer: https://github.com/libsdl-org/SDL_mixer (optional)
They are also typically available along with your Linux distribution (e.g.
diff --git a/docs/es_ES.UTF-8/html/INSTALL.html b/docs/es_ES.UTF-8/html/INSTALL.html
index e6ed89dc7..55a5de9ad 100644
--- a/docs/es_ES.UTF-8/html/INSTALL.html
+++ b/docs/es_ES.UTF-8/html/INSTALL.html
@@ -98,7 +98,7 @@
- marzo 29, 2023
+ abril 30, 2023
@@ -151,7 +151,7 @@
Tux Paint requires the Simple DirectMedia Layer Library (libSDL), an Open Source multimedia programming library available under the GNU Lesser General Public License (LGPL).
- Along with libSDL, Tux Paint depends on a number of other SDL 'helper' libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical functions, like rotation), SDL_TTF and (optionally) SDL2_Pango (for True Type Font support) and, optionally, SDL_Mixer (for sound effects).
+ Along with libSDL, Tux Paint depends on a number of other SDL 'helper' libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical functions, like rotation), SDL_TTF and SDL2_Pango (for True Type Font support) and, optionally, SDL_Mixer (for sound effects).
The SDL libraries are available as source-code, or as RPM or Debian packages for various distributions of Linux. They can be downloaded from:
@@ -160,7 +160,7 @@
SDL_image: https://github.com/libsdl-org/SDL_image
SDL_gfx: https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/ (https://sourceforge.net/projects/sdlgfx/)
SDL_ttf: https://github.com/libsdl-org/SDL_ttf
- SDL2_Pango: https://github.com/markuskimius/SDL2_Pango (optional)
+ SDL2_Pango: https://github.com/markuskimius/SDL2_Pango
SDL_mixer: https://github.com/libsdl-org/SDL_mixer (optional)
diff --git a/docs/fr_FR.UTF-8/INSTALL.txt b/docs/fr_FR.UTF-8/INSTALL.txt
index 9f85cab0e..10d466834 100644
--- a/docs/fr_FR.UTF-8/INSTALL.txt
+++ b/docs/fr_FR.UTF-8/INSTALL.txt
@@ -5,7 +5,7 @@
Copyright © 2002-2023 by divers contributeurs; see AUTHORS.txt.
https://tuxpaint.org/
- mars 29, 2023
+ avril 30, 2023
+--------------------------------------------------------+
|Table des matières |
@@ -35,8 +35,8 @@ Biliothèque Simple DirectMedia Layer (libSDL)
Along with libSDL, Tux Paint depends on a number of other SDL 'helper'
libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical
- functions, like rotation), SDL_TTF and (optionally) SDL2_Pango (for True
- Type Font support) and, optionally, SDL_Mixer (for sound effects).
+ functions, like rotation), SDL_TTF and SDL2_Pango (for True Type Font
+ support) and, optionally, SDL_Mixer (for sound effects).
Les bibliothèques SDL sont disponibles en tant que code source, ou en tant
que paquets RPM ou Debian pour diverses distributions de Linux. Ils
@@ -48,7 +48,7 @@ Biliothèque Simple DirectMedia Layer (libSDL)
https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/
(https://sourceforge.net/projects/sdlgfx/)
* SDL_ttf: https://github.com/libsdl-org/SDL_ttf
- * SDL2_Pango: https://github.com/markuskimius/SDL2_Pango (optionnel)
+ * SDL2_Pango: https://github.com/markuskimius/SDL2_Pango
* SDL_mixer: https://github.com/libsdl-org/SDL_mixer (optionnel)
Elles sont aussi parmi les paquets inclus dans votre distribution (par ex.
diff --git a/docs/fr_FR.UTF-8/html/INSTALL.html b/docs/fr_FR.UTF-8/html/INSTALL.html
index 152804899..e71485118 100644
--- a/docs/fr_FR.UTF-8/html/INSTALL.html
+++ b/docs/fr_FR.UTF-8/html/INSTALL.html
@@ -98,7 +98,7 @@
- mars 29, 2023
+ avril 30, 2023
@@ -151,7 +151,7 @@
Tux Paint nécessite la bibliothèque de couches DirectMedia simple (libSDL), une bibliothèque de programmation multimédia Open Source disponible sous la Licence publique générale limitée GNU (LGPL).
- Along with libSDL, Tux Paint depends on a number of other SDL 'helper' libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical functions, like rotation), SDL_TTF and (optionally) SDL2_Pango (for True Type Font support) and, optionally, SDL_Mixer (for sound effects).
+ Along with libSDL, Tux Paint depends on a number of other SDL 'helper' libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical functions, like rotation), SDL_TTF and SDL2_Pango (for True Type Font support) and, optionally, SDL_Mixer (for sound effects).
Les bibliothèques SDL sont disponibles en tant que code source, ou en tant que paquets RPM ou Debian pour diverses distributions de Linux. Ils peuvent être téléchargés à partir de :
@@ -160,7 +160,7 @@
SDL_image: https://github.com/libsdl-org/SDL_image
SDL_gfx: https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/ (https://sourceforge.net/projects/sdlgfx/)
SDL_ttf: https://github.com/libsdl-org/SDL_ttf
- SDL2_Pango: https://github.com/markuskimius/SDL2_Pango (optionnel)
+ SDL2_Pango: https://github.com/markuskimius/SDL2_Pango
SDL_mixer: https://github.com/libsdl-org/SDL_mixer (optionnel)
diff --git a/docs/gl_ES.UTF-8/INSTALL.txt b/docs/gl_ES.UTF-8/INSTALL.txt
index d14615fd8..983e44554 100644
--- a/docs/gl_ES.UTF-8/INSTALL.txt
+++ b/docs/gl_ES.UTF-8/INSTALL.txt
@@ -5,7 +5,7 @@
Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt.
https://tuxpaint.org/
- 29 de Marzo de 2023
+ 30 de Abril de 2023
+----------------------------------------------------+
|Índice |
@@ -35,8 +35,8 @@ Simple DirectMedia Layer library (libSDL)
Along with libSDL, Tux Paint depends on a number of other SDL 'helper'
libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical
- functions, like rotation), SDL_TTF and (optionally) SDL2_Pango (for True
- Type Font support) and, optionally, SDL_Mixer (for sound effects).
+ functions, like rotation), SDL_TTF and SDL2_Pango (for True Type Font
+ support) and, optionally, SDL_Mixer (for sound effects).
As bibliotecas SDL están dispoñíbeis como código fonte ou como paquetes
RPM ou Debian para varias distribucións de Linux. Pódense descargar dende:
@@ -47,7 +47,7 @@ Simple DirectMedia Layer library (libSDL)
https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/
(https://sourceforge.net/projects/sdlgfx/)
* SDL_ttf: https://github.com/libsdl-org/SDL_ttf
- * SDL2_Pango: https://github.com/markuskimius/SDL2_Pango (opcional)
+ * SDL2_Pango: https://github.com/markuskimius/SDL2_Pango
* SDL_mixer: https://github.com/libsdl-org/SDL_mixer (opcional)
Normalmente tamén están dispoñíbeis xunto coa súa distribución de Linux
diff --git a/docs/gl_ES.UTF-8/html/INSTALL.html b/docs/gl_ES.UTF-8/html/INSTALL.html
index 418281fc7..e51ecb411 100644
--- a/docs/gl_ES.UTF-8/html/INSTALL.html
+++ b/docs/gl_ES.UTF-8/html/INSTALL.html
@@ -98,7 +98,7 @@
- 29 de Marzo de 2023
+ 30 de Abril de 2023
@@ -151,7 +151,7 @@
Tux Paint require a «Simple DirectMedia Layer Library (libSDL)», unha biblioteca de programación multimedia de código aberto dispoñíbel baixo a licenza pública GNU Lesser General Public License (LGPL).
- Along with libSDL, Tux Paint depends on a number of other SDL 'helper' libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical functions, like rotation), SDL_TTF and (optionally) SDL2_Pango (for True Type Font support) and, optionally, SDL_Mixer (for sound effects).
+ Along with libSDL, Tux Paint depends on a number of other SDL 'helper' libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical functions, like rotation), SDL_TTF and SDL2_Pango (for True Type Font support) and, optionally, SDL_Mixer (for sound effects).
As bibliotecas SDL están dispoñíbeis como código fonte ou como paquetes RPM ou Debian para varias distribucións de Linux. Pódense descargar dende:
@@ -160,7 +160,7 @@
SDL_image: https://github.com/libsdl-org/SDL_image
SDL_gfx: https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/ (https://sourceforge.net/projects/sdlgfx/)
SDL_ttf: https://github.com/libsdl-org/SDL_ttf
- SDL2_Pango: https://github.com/markuskimius/SDL2_Pango (opcional)
+ SDL2_Pango: https://github.com/markuskimius/SDL2_Pango
SDL_mixer: https://github.com/libsdl-org/SDL_mixer (opcional)
diff --git a/docs/ja_JP.UTF-8/INSTALL.txt b/docs/ja_JP.UTF-8/INSTALL.txt
index 3f773891d..c4a2f45cc 100644
--- a/docs/ja_JP.UTF-8/INSTALL.txt
+++ b/docs/ja_JP.UTF-8/INSTALL.txt
@@ -5,7 +5,7 @@
Copyright © 2002-2023 by various contributors; AUTHORS.txt 参照.
https://tuxpaint.org/
- 2023年3月29日
+ 2023年4月30日
+----------------------------------------------------+
|目次 |
@@ -35,8 +35,8 @@ Simple DirectMedia Layer library (libSDL)
Along with libSDL, Tux Paint depends on a number of other SDL 'helper'
libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical
- functions, like rotation), SDL_TTF and (optionally) SDL2_Pango (for True
- Type Font support) and, optionally, SDL_Mixer (for sound effects).
+ functions, like rotation), SDL_TTF and SDL2_Pango (for True Type Font
+ support) and, optionally, SDL_Mixer (for sound effects).
The SDL libraries are available as source-code, or as RPM or Debian
packages for various distributions of Linux. They can be downloaded from:
@@ -47,7 +47,7 @@ Simple DirectMedia Layer library (libSDL)
https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/
(https://sourceforge.net/projects/sdlgfx/)
* SDL_ttf: https://github.com/libsdl-org/SDL_ttf
- * SDL2_Pango: https://github.com/markuskimius/SDL2_Pango (optional)
+ * SDL2_Pango: https://github.com/markuskimius/SDL2_Pango
* SDL_mixer: https://github.com/libsdl-org/SDL_mixer (optional)
They are also typically available along with your Linux distribution (e.g.
diff --git a/docs/ja_JP.UTF-8/html/INSTALL.html b/docs/ja_JP.UTF-8/html/INSTALL.html
index 5620a1f8d..5ee3e5582 100644
--- a/docs/ja_JP.UTF-8/html/INSTALL.html
+++ b/docs/ja_JP.UTF-8/html/INSTALL.html
@@ -98,7 +98,7 @@
- 2023年3月29日
+ 2023年4月30日
@@ -151,7 +151,7 @@
Tux Paint requires the Simple DirectMedia Layer Library (libSDL), an Open Source multimedia programming library available under the GNU Lesser General Public License (LGPL).
- Along with libSDL, Tux Paint depends on a number of other SDL 'helper' libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical functions, like rotation), SDL_TTF and (optionally) SDL2_Pango (for True Type Font support) and, optionally, SDL_Mixer (for sound effects).
+ Along with libSDL, Tux Paint depends on a number of other SDL 'helper' libraries: SDL_Image (for graphics files), SDL_gfx (for some graphical functions, like rotation), SDL_TTF and SDL2_Pango (for True Type Font support) and, optionally, SDL_Mixer (for sound effects).
The SDL libraries are available as source-code, or as RPM or Debian packages for various distributions of Linux. They can be downloaded from:
@@ -160,7 +160,7 @@
SDL_image: https://github.com/libsdl-org/SDL_image
SDL_gfx: https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/ (https://sourceforge.net/projects/sdlgfx/)
SDL_ttf: https://github.com/libsdl-org/SDL_ttf
- SDL2_Pango: https://github.com/markuskimius/SDL2_Pango (optional)
+ SDL2_Pango: https://github.com/markuskimius/SDL2_Pango
SDL_mixer: https://github.com/libsdl-org/SDL_mixer (optional)