Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libavif for openSUSE:Factory checked in at 2021-01-18 11:26:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libavif (Old) and /work/SRC/openSUSE:Factory/.libavif.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libavif" Mon Jan 18 11:26:36 2021 rev:9 rq:862969 version:0.8.4 Changes: -------- --- /work/SRC/openSUSE:Factory/libavif/libavif.changes 2020-10-15 13:51:45.285333360 +0200 +++ /work/SRC/openSUSE:Factory/.libavif.new.28504/libavif.changes 2021-01-18 11:26:46.784474772 +0100 @@ -1,0 +2,15 @@ +Wed Jan 13 13:30:40 UTC 2021 - Bj??rn Lie <[email protected]> + +- Build the gdk-pixbuf module: Add pkgconfig(gdk-pixbuf-2.0) + BuildRequires and pass DAVIF_BUILD_GDK_PIXBUF=ON to cmake. + Package the resulting loader in a new sub package. +- Use cmake_build macro. + +------------------------------------------------------------------- +Wed Dec 9 15:59:14 UTC 2020 - Andreas Schneider <[email protected]> + +- Update to version 0.8.4 + * See https://github.com/AOMediaCodec/libavif/blob/v0.8.4/CHANGELOG.md + for a complete changelog. + +------------------------------------------------------------------- Old: ---- libavif-0.8.2.tar.gz New: ---- libavif-0.8.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libavif.spec ++++++ --- /var/tmp/diff_new_pack.ixfZ9W/_old 2021-01-18 11:26:47.400476159 +0100 +++ /var/tmp/diff_new_pack.ixfZ9W/_new 2021-01-18 11:26:47.400476159 +0100 @@ -1,7 +1,7 @@ # # spec file for package libavif # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %bcond_without aom -%define lib_name libavif7 +%define lib_name libavif9 Name: libavif -Version: 0.8.2 +Version: 0.8.4 Release: 0 Summary: Library for encoding and decoding .avif files License: BSD-2-Clause @@ -35,8 +35,10 @@ BuildRequires: libjpeg8-devel BuildRequires: nasm BuildRequires: pkgconfig(dav1d) +BuildRequires: pkgconfig(gdk-pixbuf-2.0) BuildRequires: pkgconfig(libpng) BuildRequires: pkgconfig(rav1e) +BuildRequires: pkgconfig(zlib) %if %{with aom} BuildRequires: pkgconfig(aom) >= 2.0.0 @@ -75,6 +77,13 @@ This package holds the shared library for libavif. +%package -n gdk-pixbuf-loader-libavif +Summary: AVIF image loader for GTK+ applications +Group: Development/Libraries/C and C++ + +%description -n gdk-pixbuf-loader-libavif +A pixbuf-loader plugin to load AVIF images in GTK+ applications. + %package devel Requires: %{lib_name} = %{version}-%{release} # @@ -100,8 +109,9 @@ -DAVIF_CODEC_AOM:BOOL=ON \ %endif -DAVIF_BUILD_APPS:BOOL=ON \ - -DAVIF_BUILD_EXAMPLES:BOOL=ON -make %{?_smp_mflags} + -DAVIF_BUILD_EXAMPLES:BOOL=ON \ + -DAVIF_BUILD_GDK_PIXBUF=ON +%cmake_build %install %cmake_install @@ -126,4 +136,7 @@ %{_bindir}/avifdec %{_bindir}/avifenc +%files -n gdk-pixbuf-loader-libavif +%{_libdir}/gdk-pixbuf-2.0/*/loaders/libpixbufloader-avif.so + %changelog ++++++ libavif-0.8.2.tar.gz -> libavif-0.8.4.tar.gz ++++++ ++++ 4490 lines of diff (skipped)
