# # spec file for package plasma-smart-video-wallpaper-reborn # # Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %global kf6_version 6.0.0 %define pythons python3 %if 0%{?fedora} %global debug_package %{nil} %endif Name: evernight-vista-dynamic-wallpaper-plugin Version: 44.0 Release: 1%{?dist} Summary: Plasma 6 Wallpaper plugin to play videos on your Desktop/Lock Screen License: GPL-3.0-only URL: https://github.com/EvernightFedora/evernight-vista-dynamic-wallpaper-plugin-new Source0: https://github.com/EvernightFedora/evernight-vista-dynamic-wallpaper-plugin-new/archive/refs/heads/main.zip BuildRequires: gcc BuildRequires: cmake >= 3.16 BuildRequires: extra-cmake-modules >= %{kf6_version} BuildRequires: cmake(KF6I18n) BuildRequires: cmake(Plasma) BuildRequires: pkgconfig(ocl-icd) %if 0%{?fedora} BuildRequires: generic-logos %endif BuildRequires: libvpl BuildRequires: cmake(PlasmaPotdProvider) BuildRequires: cmake(Qt6Multimedia) BuildArch: noarch %description Plasma 6 Wallpaper plugin to play videos on your Desktop/Lock Screen %prep %autosetup -p1 -n evernight-vista-dynamic-wallpaper-plugin-new-main %build %cmake %cmake_build %install %cmake_install sed -Ei "s:^(#!.*)env (bash)$:\1\2:" %{buildroot}%{_datadir}/plasma/wallpapers/luisbocanegra.smart.video.wallpaper.reborn/contents/ui/tools/gdbus_get_signal.sh chmod +x %{buildroot}%{_datadir}/plasma/wallpapers/luisbocanegra.smart.video.wallpaper.reborn/contents/ui/tools/gdbus_get_signal.sh %find_lang plasma_wallpaper_luisbocanegra.smart.video.wallpaper.reborn %files -f plasma_wallpaper_luisbocanegra.smart.video.wallpaper.reborn.lang %doc README.md %license LICENSE %{_datadir}/plasma/wallpapers/luisbocanegra.smart.video.wallpaper.reborn %if (0%{?fedora} && 0%{?fedora} < 43) || (0%{?suse_version} && 0%{?suse_version} < 1699) %{_datadir}/metainfo/* %endif %changelog * Thu Apr 2 2026 KairikiFedora <13278297951@sina.cn> * add Japanese translation * add Chinese and Japanese metadata translations * Fri Mar 27 2026 Luis Bocanegra - Update to version 2.12.0 * add Simplified Chinese translation * Tue Mar 17 2026 pallas wept - Update to version 2.11.0 * manual audio device selector * update Dutch translation * Thu Feb 12 2026 pallas wept - Update to version 2.10.0 * Features - add kscreen-doctor to screen off detection command - alternative playback speed - update Spanish translation * Bug Fixes - add domain to translatable strings - add missing executable permission in install.sh - inform about KDE Store version removal on install.sh - limit minimum playback speed to 0.01 - race condition in screen state monitoring - recover command - remove url from translatable string - stop dbus signal monitor when switching to other wallpaper plugin - stuttering due to unique commands in executable datasource * Tue Jan 13 2026 Luis Bocanegra - Update to version 2.8.1 * fill background with blur when using Keep Proportions positioning * misc settings UI adjustments * Mon Dec 29 2025 Luis Bocanegra - Update to version 2.8.1 * fix extra comma in desktop effects text field * Wed Dec 10 2025 Luis Bocanegra - Update to version 2.8.0 * add seconds picker to timed wallpaper change * fix timer restart on video pause * Wed Dec 3 2025 pallas wept - Update to version 2.7.1 * disabled videos continue playing after pause/play event * video incorrectly unpauses when timer ends * Mon Dec 1 2025 pallas wept - Package updates to expand distro support * Tue Nov 25 2025 pallas wept - Initial commit