Skip to content

Commit

Permalink
Update documentation files
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed May 28, 2024
1 parent 586a393 commit e72bf80
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
PENDING: Gaupol 1.15
====================

* Drop dependency on chardet
* Add dependency on charset-normalizer
* Raise Python dependency to >= 3.5

2024-04-02: Gaupol 1.14.1
=========================

Expand Down
8 changes: 4 additions & 4 deletions README.aeidon.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ Note that the `--with-*` and `--without-*` are global options and must
be placed before any commands.

Of the dependencies listed in the [`README.md`](README.md) file,
iso-codes and chardet are to be associated with aeidon. If aeidon is
installed using the `--without-iso-codes` switch, then iso-codes is
required instead of optional. gaupol should depend on the remaining
dependencies as well as aeidon of the same version.
iso-codes and charset-normalizer are to be associated with aeidon. If
aeidon is installed using the `--without-iso-codes` switch, then
iso-codes is required instead of optional. gaupol should depend on the
remaining dependencies as well as aeidon of the same version.

## History

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ and gettext to build the Flatpak.

#### Source

Gaupol requires Python ≥ 3.4, PyGObject ≥ 3.12 and GTK ≥ 3.12.
Gaupol requires Python ≥ 3.5, PyGObject ≥ 3.12 and GTK ≥ 3.12.
Additionally, during installation you need gettext. Optional, but
strongly recommended dependencies include:

Expand All @@ -48,7 +48,7 @@ strongly recommended dependencies include:
| [GStreamer](https://gstreamer.freedesktop.org/) | ≥ 1.6 | integrated video player |
| [gspell](https://wiki.gnome.org/Projects/gspell) | ≥ 1.0.0 | spell-check |
| [iso-codes](https://salsa.debian.org/iso-codes-team/iso-codes) | ≥ 3.67 | translations |
| [chardet](https://github.com/chardet/chardet) | ≥ 2.2.1 | character encoding auto-detection |
| [charset-normalizer](https://github.com/jawah/charset_normalizer) | | character encoding auto-detection |

From GStreamer you need at least the core, gst-plugins-base,
gst-plugins-good and gst-plugins-bad; and for good container and codec
Expand All @@ -69,7 +69,7 @@ command.
gstreamer1.0-plugins-ugly \
iso-codes \
python3 \
python3-chardet \
python3-charset-normalizer \
python3-dev \
python3-gi \
python3-gi-cairo
Expand Down

0 comments on commit e72bf80

Please sign in to comment.