From 2642ee52893128449dc36c9a63e5c250aa87dba9288626d72ca54ca715b6e32a Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 1 Aug 2022 09:00:36 +0000 Subject: [PATCH] Accepting request 991813 from home:gmbr3:Chromium - Enable libyuv on TW OBS-URL: https://build.opensuse.org/request/show/991813 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=42 --- libavif.changes | 5 +++++ libavif.spec | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/libavif.changes b/libavif.changes index 77068be..9d8fe5d 100644 --- a/libavif.changes +++ b/libavif.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jul 30 13:32:08 UTC 2022 - Callum Farmer + +- Enable libyuv on TW + ------------------------------------------------------------------- Sun Apr 24 20:01:35 UTC 2022 - Dirk Müller diff --git a/libavif.spec b/libavif.spec index d03a61a..ba3633d 100644 --- a/libavif.spec +++ b/libavif.spec @@ -18,8 +18,10 @@ %if 0%{?suse_version} >= 1550 %bcond_without aom +%bcond_without yuv %else %bcond_with aom +%bcond_with yuv %endif # Also update baselibs.conf if you bump the version @@ -50,6 +52,9 @@ BuildRequires: pkgconfig(zlib) %if %{with aom} BuildRequires: pkgconfig(aom) >= 2.0.0 %endif +%if %{with yuv} +BuildRequires: pkgconfig(libyuv) +%endif %description This library aims to be a friendly, portable C implementation of the AV1 Image