forked from pool/oculante
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
This commit is contained in:
parent
a0d61cb4bd
commit
bad63608ba
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user