Name: wshowlyrics Version: r433.62fba37 Release: 1%{?dist} Summary: Wayland-native lyrics display with online fallback (nightly build) License: GPL-3.0-or-later URL: https://github.com/unstable-code/lyrics Source0: wshowlyrics-r433.62fba37.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: libwayland-client Requires: cairo Requires: pango Requires: libcurl Requires: fontconfig Requires: libappindicator-gtk3 Requires: gdk-pixbuf2 Requires: glib2 Requires: json-c Requires: openssl-libs Suggests: sway Suggests: hyprland Provides: wshowlyrics = %{version}-%{release} Conflicts: wshowlyrics %description wshowlyrics is a lightweight lyrics overlay for Wayland compositors that displays synchronized lyrics for currently playing music. This is a nightly build from the latest master branch (commit 62fba37). 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-r433.62fba37 %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 * Wed Feb 04 2026 unstable-code - r433.62fba37-1 - Nightly build from master branch (commit 62fba37)