Accepting request 652588 from home:qzhao:branches:Base:System

Update to version 0.9.4+git20181129.a7ec3e6: * Add new BGRT theme, using the firmware boot splash as background * two-step: bgrt: Deal with quirky firmwares, Add ACPI BGRT extension support, Speed up background-tile drawing on HiDPI screens, Use a pixel-buffer instead of an image for the view's background * ply-pixel-buffer: Add ply_pixel_buffer_rotate_upright helper, Add ply_pixel_buffer_get/set_device_rotation helpers, Fix marking buffers as opaque when doing a solid fill, Fix fill_with_buffer fastpath when device_scale != 1.

OBS-URL: https://build.opensuse.org/request/show/652588
OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=214
This commit is contained in:
Cliff Zhao 2018-11-29 10:22:31 +00:00 committed by Git OBS Bridge
parent 88e961da83
commit 2db8369827
4 changed files with 36 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bf6faea2951b73e961974d1a5b963cc1f02bb3b5bf8d710c1b666e2f5271fd19
size 5678136

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ec2c3a035a9a42ea34c7d244c605ab6aa70fa283d278549c08682a79db382b21
size 6099608

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Nov 29 07:54:27 UTC 2018 - qzhao@suse.com
- Update to version 0.9.4+git20181129.a7ec3e6:
* Add new BGRT theme, using the firmware boot splash as background
* two-step: bgrt: Deal with quirky firmwares, Add ACPI BGRT
extension support, Speed up background-tile drawing on HiDPI
screens, Use a pixel-buffer instead of an image for the view's
background
* ply-pixel-buffer: Add ply_pixel_buffer_rotate_upright helper,
Add ply_pixel_buffer_get/set_device_rotation helpers, Fix marking
buffers as opaque when doing a solid fill, Fix fill_with_buffer
fastpath when device_scale != 1.
-------------------------------------------------------------------
Fri Nov 23 10:09:29 UTC 2018 - qzhao@suse.com

View File

@ -22,7 +22,7 @@
%define plymouth_initrd_file /boot/initrd-plymouth.img
Name: plymouth
Version: 0.9.4+git20181122.aaa140b
Version: 0.9.4+git20181129.a7ec3e6
Release: 0
Summary: Graphical Boot Animation and Logger
License: GPL-2.0-or-later
@ -325,7 +325,7 @@ This package contains the "Tribar" boot splash theme for
Plymouth
%package theme-script
Summary: Plymouth "Script" plugin
Summary: Plymouth "Script" theme
Group: System/Base
Requires: %{name}-plugin-script = %{version}
Requires(post): %{name}-scripts
@ -333,9 +333,20 @@ BuildArch: noarch
%description theme-script
This package contains the "script" boot splash theme for
Plymouth. It it is a simple example theme the uses the "script"
Plymouth. It is a simple example theme the uses the "script"
plugin.
%package theme-bgrt
Summary: Plymouth "bgrt" theme
Group: System/Base
Requires: %{name}-plugin-script = %{version}
Requires(post): %{name}-scripts
BuildArch: noarch
%description theme-bgrt
This package contains the "bgrt" boot splash theme for
Plymouth.
%prep
%autosetup -p1
@ -633,4 +644,9 @@ fi
%{_datadir}/plymouth/themes/script/script.script
%{_datadir}/plymouth/themes/script/script.plymouth
%files theme-bgrt
%defattr(-, root, root)
%dir %{_datadir}/plymouth/themes/bgrt
%{_datadir}/plymouth/themes/bgrt/*.*
%changelog