From bad63608ba49162abe9c98ef82c6646db0a614ead676c318decb1eea23ef385d Mon Sep 17 00:00:00 2001 From: Muhammad Akbar Yanuar Mantari Date: Mon, 13 May 2024 04:26:31 +0000 Subject: [PATCH] Accepting request 1173547 from home:mantarimay:branches:graphics - Enable heif format support OBS-URL: https://build.opensuse.org/request/show/1173547 OBS-URL: https://build.opensuse.org/package/show/graphics/oculante?expand=0&rev=25 --- oculante.changes | 5 +++++ oculante.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/oculante.changes b/oculante.changes index dca217e..e6eac8d 100644 --- a/oculante.changes +++ b/oculante.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 13 04:25:02 UTC 2024 - Muhammad Akbar Yanuar Mantari + +- Enable heif format support + ------------------------------------------------------------------- Sun May 12 18:29:39 UTC 2024 - Muhammad Akbar Yanuar Mantari diff --git a/oculante.spec b/oculante.spec index c9a8b0e..1b102a6 100644 --- a/oculante.spec +++ b/oculante.spec @@ -29,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 @@ -41,7 +42,7 @@ tools. %autosetup -a1 -p1 %build -%{cargo_build} +%{cargo_build} --features 'heif' %install install -Dpm755 target/release/%{name} -t %{buildroot}%{_bindir}