From 303e8cbee53cb01bccd12c85b5e68c7e4bc8c779 Mon Sep 17 00:00:00 2001 From: fduncanh Date: Tue, 11 Oct 2022 12:58:35 -0400 Subject: [PATCH] README updates --- README.html | 6 ++++-- README.md | 13 ++++++++----- README.txt | 6 ++++-- 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/README.html b/README.html index a1b126b..1b4b1d8 100644 --- a/README.html +++ b/README.html @@ -178,8 +178,10 @@ will be included in the next Debian release “Bookworm” (currently in “testing” phase) and Ubuntu-22.04 already provides a uxplay-1.46 package based on this. Arch-based distributions also have AUR self-building packages for both the latest UxPlay release and the current GitHub -version. To build the latest version yourself, follow the instructions -below. +version. (If you install a uxplay package, you may also need to install +some needed GStreamer plugin packages which might not get installed as +“requirements” : see below.) To build the latest version yourself, +follow the instructions below.

Either download and unzip UxPlay-master.zip, diff --git a/README.md b/README.md index e2d426e..97da419 100644 --- a/README.md +++ b/README.md @@ -143,14 +143,17 @@ UxPlay's GPLv3 license does not have an added "exception" explicitly allowing it to be distributed in compiled form when linked to OpenSSL versions **prior to v. 3.0.0** (older versions of OpenSSL have a license clause incompatible with the GPL unless OpenSSL can be regarded as a "System Library", which it is in *BSD). Many Linux distributions treat OpenSSL -as a "System Library", but some (e.g. Debian) do not: in this case, the issue is solved by linking with OpenSSL-3.0.0 or later. +as a "System Library", but some (e.g. Debian) do not: in this case, the issue is solved by linking +with OpenSSL-3.0.0 or later. # Getting UxPlay: -* Your distribution may already provide a pre-built uxplay package. It will be included in the next Debian release "Bookworm" -(currently in "testing" phase) and Ubuntu-22.04 already provides a uxplay-1.46 package based on this. Arch-based distributions also -have AUR self-building packages for both the latest UxPlay release and the current GitHub version. -To build the latest version yourself, follow the instructions below. +* Your distribution may already provide a pre-built uxplay package. It will be included in the +next Debian release "Bookworm" (currently in "testing" phase) and Ubuntu-22.04 already provides a uxplay-1.46 +package based on this. Arch-based distributions also have AUR self-building packages for both the latest UxPlay +release and the current GitHub version. (If you install a uxplay package, you may also need to install +some needed GStreamer plugin packages which might not get installed as "requirements" : see below.) To build +the latest version yourself, follow the instructions below. Either download and unzip [UxPlay-master.zip](https://github.com/FDH2/UxPlay/archive/refs/heads/master.zip), or (if git is installed): "git clone https://github.com/FDH2/UxPlay". You diff --git a/README.txt b/README.txt index 6b4d90f..bc156b8 100644 --- a/README.txt +++ b/README.txt @@ -178,8 +178,10 @@ case, the issue is solved by linking with OpenSSL-3.0.0 or later. "testing" phase) and Ubuntu-22.04 already provides a uxplay-1.46 package based on this. Arch-based distributions also have AUR self-building packages for both the latest UxPlay release and the - current GitHub version. To build the latest version yourself, follow - the instructions below. + current GitHub version. (If you install a uxplay package, you may + also need to install some needed GStreamer plugin packages which + might not get installed as "requirements" : see below.) To build the + latest version yourself, follow the instructions below. Either download and unzip [UxPlay-master.zip](https://github.com/FDH2/UxPlay/archive/refs/heads/master.zip),