From bf1e699e61c21e7c913fb554cd23c17003094130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Dzi=C4=99giel?= <40623528+Rafostar@users.noreply.github.com> Date: Fri, 30 Jan 2026 17:23:29 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 20b1b8dd..75d46e5a 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,14 @@ Clapper's codebase consists of 2 libraries using which main application is built * [Clapper](https://rafostar.github.io/clapper/doc/clapper/) - a playback library * [ClapperGtk](https://rafostar.github.io/clapper/doc/clapper-gtk/) - a GTK integration library -Both libraries support *GObject Introspection* bindings. A simple application example can be found [here](https://github.com/Rafostar/clapper-vala-test). +Both libraries support *GObject Introspection* bindings. Check `examples` directory in this repo for usage. Above libraries are licensed under `LGPL-2.1-or-later`. You are free to use them in your own projects as long as you comply with license terms. Please note that until version 1.0 they should be considered as an unstable API (some things may change without prior notice). -Clapper `Vala` bindings are part of this repo, while `Rust` bindings can be found [here](https://gitlab.gnome.org/JanGernert/clapper-rs). +Other bindings: + * `Vala` - part of this repo + * `Rust` - maintained [here](https://gitlab.gnome.org/JanGernert/clapper-rs) and available on `crates.io` for [clapper](https://crates.io/crates/clapper-player) and [clapper-gtk](https://crates.io/crates/clapper-player-gtk) libraries ## Installation from Flatpak The `Flatpak` package includes all required dependencies and codecs. @@ -43,7 +45,9 @@ List of patches used in this version can be found [here](https://github.com/Rafo ## Packages in Linux Distributions -[![Packaging status](https://repology.org/badge/vertical-allrepos/clapper.svg)](https://repology.org/project/clapper/versions) +[![Packaging status](https://repology.org/badge/vertical-allrepos/clapper.svg?exclude_unsupported=1&columns=2)](https://repology.org/project/clapper/versions) + +Unofficial `AppImage` can be found [here](https://github.com/pkgforge-dev/Clapper-AppImage). Pre-built RPM packages are also available in [my repo](https://software.opensuse.org//download.html?project=home%3ARafostar&package=clapper) ([see status](https://build.opensuse.org/package/show/home:Rafostar/clapper)).
Those are automatically built on each git commit, thus are considered unstable.