Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libavif for openSUSE:Factory checked in at 2024-09-15 12:33:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libavif (Old) and /work/SRC/openSUSE:Factory/.libavif.new.29891 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libavif" Sun Sep 15 12:33:10 2024 rev:26 rq:1200778 version:1.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libavif/libavif.changes 2024-09-04 13:21:58.891132136 +0200 +++ /work/SRC/openSUSE:Factory/.libavif.new.29891/libavif.changes 2024-09-15 12:33:47.982019743 +0200 @@ -1,0 +2,5 @@ +Tue Sep 10 10:31:03 UTC 2024 - Carsten Ziepke <kiel...@gmail.com> + +- Enable building with aom and libyuv for Leap + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libavif.spec ++++++ --- /var/tmp/diff_new_pack.27R1gx/_old 2024-09-15 12:33:48.618046093 +0200 +++ /var/tmp/diff_new_pack.27R1gx/_new 2024-09-15 12:33:48.618046093 +0200 @@ -19,13 +19,6 @@ # Also update baselibs.conf if you bump the version %global lib_soversion 16 %global lib_name libavif%{lib_soversion} -%if 0%{?suse_version} >= 1550 -%bcond_without aom -%bcond_without yuv -%else -%bcond_with aom -%bcond_with yuv -%endif Name: libavif Version: 1.1.1 Release: 0 @@ -39,19 +32,15 @@ BuildRequires: cmake BuildRequires: libjpeg8-devel BuildRequires: pkgconfig +BuildRequires: pkgconfig(aom) >= 2.0.0 BuildRequires: pkgconfig(dav1d) BuildRequires: pkgconfig(gdk-pixbuf-2.0) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(libpng) >= 1.6.32 BuildRequires: pkgconfig(libwebp) -BuildRequires: pkgconfig(rav1e) >= 0.5.0 -%if %{with aom} -BuildRequires: pkgconfig(aom) >= 2.0.0 -%endif -%if %{with yuv} BuildRequires: pkgconfig(libyuv) -%endif +BuildRequires: pkgconfig(rav1e) >= 0.5.0 %description This library aims to be a friendly, portable C implementation of the AV1 Image @@ -120,9 +109,6 @@ -DAVIF_LIBXML2=SYSTEM \ -DAVIF_LIBYUV=SYSTEM \ -DAVIF_ZLIBPNG=SYSTEM \ - %if %{with aom} - -DAVIF_CODEC_AOM:BOOL=ON \ - %endif -DAVIF_BUILD_APPS:BOOL=ON \ -DAVIF_BUILD_EXAMPLES:BOOL=ON \ -DAVIF_BUILD_GDK_PIXBUF=ON