Accepting request 1085322 from home:adkorte:branches:multimedia:libs

- Add BuildRequires pkgconfig(libwebp) to enable libsharpyuv

OBS-URL: https://build.opensuse.org/request/show/1085322
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=50
This commit is contained in:
Andreas Schneider 2023-05-07 15:55:17 +00:00 committed by Git OBS Bridge
parent 820e14ce54
commit 54efe1a037
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun May 7 14:52:35 UTC 2023 - Arjen de Korte <suse+build@de-korte.org>
- Add BuildRequires pkgconfig(libwebp) to enable libsharpyuv
-------------------------------------------------------------------
Mon Nov 14 11:41:20 UTC 2022 - ecsos <ecsos@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package libavif
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -47,8 +47,8 @@ BuildRequires: pkgconfig(gdk-pixbuf-2.0)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(libpng)
BuildRequires: pkgconfig(libwebp)
BuildRequires: pkgconfig(rav1e) >= 0.5.0
%if %{with aom}
BuildRequires: pkgconfig(aom) >= 2.0.0
%endif