SHA256
1
0
forked from pool/libavif

Accepting request 862955 from home:iznogood:branches:multimedia:libs

- 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.

OBS-URL: https://build.opensuse.org/request/show/862955
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=27
This commit is contained in:
Andreas Schneider
2021-01-13 19:21:57 +00:00
committed by Git OBS Bridge
parent bbcd86b094
commit 06315c2d09
2 changed files with 23 additions and 3 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jan 13 13:30:40 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
- 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 <asn@cryptomilk.org>