forked from pool/oculante
Accepting request 1173548 from graphics
- Enable heif format support - Update to version 0.8.21: + Features - Support EXR with single layers (non-rgba) + Chore - update deps and use new HDR support from image - bump rustls version from 0.21.10 to 0.21.12: fix infinite loop (bsc#1223231) - Update scripts install and check for test OBS-URL: https://build.opensuse.org/request/show/1173548 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oculante?expand=0&rev=12
This commit is contained in:
commit
05b01fe342
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5969140eba902a6c56ca9e44f2d313b6768f50474f1021b6f30098aa3f85af61
|
||||
size 57878376
|
3
oculante-0.8.21.tar.gz
Normal file
3
oculante-0.8.21.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4010a437310ece1d26b7c8f5407cfb2d0b4b9db36ed9ce597ebc614df6b99c1
|
||||
size 57877402
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 13 04:25:02 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
||||
|
||||
- Enable heif format support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 12 18:29:39 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
||||
|
||||
- Update to version 0.8.21:
|
||||
+ Features
|
||||
- Support EXR with single layers (non-rgba)
|
||||
+ Chore
|
||||
- update deps and use new HDR support from image
|
||||
- bump rustls version from 0.21.10 to 0.21.12: fix infinite
|
||||
loop (bsc#1223231)
|
||||
- Update scripts install and check for test
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 29 23:07:26 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
||||
|
||||
|
@ -16,8 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_without test
|
||||
Name: oculante
|
||||
Version: 0.8.19
|
||||
Version: 0.8.21
|
||||
Release: 0
|
||||
Summary: A minimalistic crossplatform image viewer written in rust
|
||||
License: MIT
|
||||
@ -28,6 +29,7 @@ BuildRequires: cargo-packaging
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: gcc >= 13
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: libheif-devel
|
||||
BuildRequires: nasm
|
||||
ExclusiveArch: x86_64 aarch64
|
||||
|
||||
@ -40,14 +42,17 @@ tools.
|
||||
%autosetup -a1 -p1
|
||||
|
||||
%build
|
||||
%{cargo_build}
|
||||
%{cargo_build} --features 'heif'
|
||||
|
||||
%install
|
||||
%{cargo_install}
|
||||
install -Dpm755 target/release/%{name} -t %{buildroot}%{_bindir}
|
||||
install -Dpm644 res/%{name}.png -t %{buildroot}%{_datadir}/pixmaps/
|
||||
install -Dpm644 res/%{name}.desktop -t %{buildroot}%{_datadir}/applications
|
||||
|
||||
%check
|
||||
%if %{with test}
|
||||
%{cargo_test} -- --skip=tests::net --skip=bench
|
||||
%endif
|
||||
|
||||
%files
|
||||
%license LICENSE*
|
||||
@ -57,4 +62,3 @@ install -Dpm644 res/%{name}.desktop -t %{buildroot}%{_datadir}/applications
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
|
||||
%changelog
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:274985ebbf359134e4fdfd4988ff81a5327c1b3abe82d0a2476091b2123b5fcc
|
||||
size 98193080
|
||||
oid sha256:b4943963d7244c0b234e84946bacf4424a1b5e1a4397f6b2f62493d347979c9a
|
||||
size 116048956
|
||||
|
Loading…
Reference in New Issue
Block a user