Name: wshowlyrics Version: 0.9.4 Release: 1%{?dist} Summary: Wayland-native lyrics display with online fallback License: GPL-3.0-or-later URL: https://github.com/unstable-code/lyrics Source0: https://github.com/unstable-code/lyrics/archive/refs/tags/v0.9.4.tar.gz BuildRequires: meson >= 0.48.0 BuildRequires: ninja-build BuildRequires: gcc BuildRequires: wayland-devel BuildRequires: wayland-protocols-devel BuildRequires: cairo-devel BuildRequires: pango-devel BuildRequires: libcurl-devel BuildRequires: fontconfig-devel BuildRequires: libappindicator-gtk3-devel BuildRequires: gdk-pixbuf2-devel BuildRequires: json-c-devel BuildRequires: openssl-devel Requires: wayland Requires: cairo Requires: pango Requires: libcurl Requires: fontconfig Requires: libappindicator-gtk3 Requires: gdk-pixbuf2 Requires: glib2 Requires: json-c Requires: openssl-libs Recommends: sway %description wshowlyrics is a lightweight lyrics overlay for Wayland compositors that displays synchronized lyrics for currently playing music. Features: - MPRIS2 integration for music player detection - Local lyrics file support (.lrc, .lrcx, .srt) - Online lyrics fetching from lrclib.net - Karaoke-style word-level timing - AI-powered translation support - System tray integration with album art %prep %autosetup -n lyrics-0.9.4 %build %meson %meson_build %install %meson_install # Rename binary from lyrics to wshowlyrics mv %{buildroot}%{_bindir}/lyrics %{buildroot}%{_bindir}/wshowlyrics %post %systemd_user_post wshowlyrics.service %preun %systemd_user_preun wshowlyrics.service %files %license LICENSE %doc README.md %{_bindir}/wshowlyrics %{_bindir}/wshowlyrics-offset %config(noreplace) %{_sysconfdir}/wshowlyrics/settings.ini %{_userunitdir}/wshowlyrics.service %{_datadir}/applications/wshowlyrics.desktop %{_datadir}/icons/hicolor/scalable/apps/wshowlyrics.svg %changelog * Fri Jan 09 2026 unstable-code - 0.9.4-1 - Release 0.9.4