diff --git a/README.html b/README.html index d104c9e..bdb578c 100644 --- a/README.html +++ b/README.html @@ -42,6 +42,23 @@ alt="Current Packaging status" />.

sudo apt install uxplay”; on FreeBSD with “sudo pkg install uxplay”. Also available on Arch-based systems through AUR.

+
  • NEW: while no RPM-based distributions have yet +packaged UxPlay, a RPM “specfile” uxplay.spec is now +provided with recent releases (see their +“Assets”), and can also be found in the UxPlay source top directory. To +build a RPM package, install rpmdevtools, create a rpmbuild tree with +“rpmdev-setuptree”, and copy uxplay.spec into +~/rpmbuild/SPECS. In that directory, run +“rpmdev-spectool -g uxplay.spec” to download the +corresponding source file uxplay-*.tar.gz, which should +then be moved into ~/rpmbuild/SOURCES; then run +“rpmbuild -ba uxplay.spec” (you will need to install any +required dependencies this reports). This should create an installable +uxplay RPM package in a subdirectory of ~/rpmbuild/RPMS. +(uxplay.spec is tested on Fedora 38, Rocky Linux 9.2, +OpenSUSE Leap 15.5, and Mageia 9; it can be easily modified to include +dependency lists for other RPM-based distributions.)

  • On Linux and *BSD the mDNS/DNS-SD (Bonjour/ZeroConf) local network services needed by UxPlay are usually provided by Avahi: if there is a firewall on the server that will host UxPlay, make @@ -85,11 +102,11 @@ href="https://github.com/FDH2/UxPlay">UxPlay site).

    Debian (10 “Buster”, 11 “Bullseye”, 12 “Bookworm”), Ubuntu (20.04 LTS, 22.04 LTS, 23.04; also Ubuntu derivatives Linux Mint 20.3, Pop!_OS 22.04 (NVIDIA edition)), Red Hat and clones (Fedora 38, Rocky Linux 9.2), -openSUSE 15.4, Arch Linux 23.05, macOS 13.3 (Intel and M2), FreeBSD -13.2, Windows 10 and 11 (64 bit).

    +Mageia 9, openSUSE 15.5, Arch Linux 23.05, macOS 13.3 (Intel and M2), +FreeBSD 13.2, Windows 10 and 11 (64 bit).

    On Raspberry Pi 4 model B, it is tested on Raspberry Pi OS (Bullseye) (32- and 64-bit), Ubuntu 22.04 LTS and 23.04, Manjaro RPi4 23.02, and -(without hardware video decoding) on openSUSE 15.4. Also tested on +(without hardware video decoding) on openSUSE 15.5. Also tested on Raspberry Pi 3 model B+.

    Its main use is to act like an AppleTV for screen-mirroring (with audio) of iOS/iPadOS/macOS clients (iPhone, iPod Touch, iPad, Mac @@ -293,6 +310,10 @@ build process, if you wish to test before installing (in which case the GStreamer plugins must first be installed).

    Building on non-Debian Linux and *BSD

    +

    For those with RPM-based distributions, a RPM spec file +uxplay.spec is also available for building a rpm package with +rpmbuild (tested on Fedora 38, Rocky Linux 9.2 (RHEL clone), +OpenSUSE 15.5, and Mageia 9; see “Packaging Status” section)