43 Commits

Author SHA256 Message Date
c7155722eb correct changelog
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=76
2025-07-15 16:52:36 +00:00
beaee5e1ee Accepting request 1293439 from home:qzhao:branches:multimedia:libs
Update changelog, add ECO case ID.

OBS-URL: https://build.opensuse.org/request/show/1293439
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=75
2025-07-15 14:54:44 +00:00
89f894eed9 Accepting request 1293161 from home:qzhao:branches:multimedia:libs
Add compile condition for SvtAv1Enc, SLE-15-SP4, and other old releases will not build with it to make the update successful. (CVE-2025-48175, bsc#1243270, CVE-2025-48174, bsc#1243269)

OBS-URL: https://build.opensuse.org/request/show/1293161
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=74
2025-07-15 06:57:51 +00:00
f5c19c5cfd Accepting request 1291204 from home:qzhao:branches:multimedia:libs
update changelog to record CVE and bugID(CVE-2025-48175, bsc#1243270, CVE-2023-6704, boo#1218303)

OBS-URL: https://build.opensuse.org/request/show/1291204
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=72
2025-07-08 13:45:21 +00:00
7afea18e03 Accepting request 1290868 from home:qzhao:branches:multimedia:libs
Update changelog: to add CVE fix recoreds. (CVE-2025-48174, bsc#1243269)

OBS-URL: https://build.opensuse.org/request/show/1290868
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=70
2025-07-07 08:08:42 +00:00
61879450e7 Accepting request 1276342 from home:munix9:branches:multimedia:libs
- update to 1.3.0:
  * Add grayscale conversions in avifImageRGBToYUV and avifImageYUVToRGB.
  * Add avifRGBFormatIsGray to check whether an avifRGBFormat is gray.
  * Reject the conversion in avifenc from non-monochrome/monochrome to
    monochrome/non-monochrome when an ICC profile is present and not explicitly
    discarded.
  * Forbid encoding with AVIF_MATRIX_COEFFICIENTS_IDENTITY and
    AVIF_PIXEL_FORMAT_YUV400 to be AV1 spec compatible.
  * Do not go through RGB when reading/writing a grayscale PNG/JPG images in
    avifenc/avifdec
  * Ignore tmap items not present in grpl box
  * Assume any id is present in only one altr group as per spec.
  * avifpng.c: support ImageMagick app1 exif text data
  * avifjpeg.c: check for uint32_t overflow before add
  * Update googletest.cmd/LocalGTest.cmake: v1.16.0
  * Update libjpeg.cmd/LocalJpeg.cmake: 3.1.0
  * Update libsharpyuv: v1.5.0
  * Update libxml2.cmd/LocalLibXml2.cmake: v2.14.0
  * Update libyuv.cmd/LocalLibyuv.cmake: 4db2af62d (1909)
  * Update LocalRav1e.cmake: cargo-c v0.10.12
  * Update zlibpng.cmd: libpng 1.6.47
  * Fix wrong Exif orientation set in JPEG or PNG output by avifdec when the input
    AVIF file has an ImageRotation property with angle set to 1 or 3, has no
    ImageMirror property, and carries an Exif chunk. Note that Exif orientation is
    usually ignored in PNG files, so this mainly impacts JPEG files.
  * Encoder: fix ispe property for tmap with grid.
  * Decoder: check the ispe property of tmap items.
  * Allow lowercase GUIDs in XMP when reading JPEG files.
  * Update aom.cmd/LocalAom.cmake: v3.12.1
  * Change avifenc to start in automatic tiling mode.
  * Always forward Unspecified (2) CICP color primaries, transfer characteristics,
    and matrix coefficients to the AV1 encoder. Rely on the 'colr' box instead.
  * Declare *RowBytes as size_t in avifImageRGBToYUV()
  * Check ftell returned value in avifjpeg.c
  * Add integer overflow checks to makeRoom.
  * LocalJpeg.cmake: Support multi-config generators.
- Remove 'Group:' tags.

OBS-URL: https://build.opensuse.org/request/show/1276342
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=68
2025-05-11 10:07:44 +00:00
6e9033939c Accepting request 1273060 from home:munix9:branches:multimedia:libs
- Disable tests due to restrictions in Factory/ring1.

OBS-URL: https://build.opensuse.org/request/show/1273060
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=66
2025-04-28 12:26:07 +00:00
1648f233cd Accepting request 1272481 from home:munix9:branches:multimedia:libs
- Temporary deactivation of the generation of manual pages
  with pandoc due to restrictions in Factory/ring1.
  (https://build.opensuse.org/request/show/1272161#comment-2136811)

OBS-URL: https://build.opensuse.org/request/show/1272481
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=65
2025-04-26 10:22:07 +00:00
30a089836d Accepting request 1270214 from home:munix9:branches:multimedia:libs
- update to 1.2.1:
  * Added since 1.2.0
    - Add support for outputting all frames of an image sequence in avifdec.
    - avifdec --index all sequence.avif out.png creates files named
    - out-xxxxxxxxxx.png where xxxxxxxxxx are the zero-padded frame indices.
  * Changed since 1.2.0
    - Fix local libargparse dependency patch step on macOS 10.15 and earlier.
    - Patch local libyuv dependency for compatibility with gcc 10.
    - Use stricter C99 syntax to avoid related compilation issues.
    - Update svt.cmd/svt.sh/LocalSvt.cmake to v3.0.1.
- update to 1.2.0:
  * Added since 1.1.1
    - Turn on the gain map API. Remove the AVIF_ENABLE_EXPERIMENTAL_GAIN_MAP CMake
      flag.
    - Allow YCgCo_Re and YCgCo_Ro encoding/decoding and update the enum values to
      the latest CICP specification. Remove the AVIF_ENABLE_EXPERIMENTAL_YCGCO_R
      CMake flag.
    - Add the properties and numProperties fields to avifImage. They are filled by
      the avifDecoder instance with the properties unrecognized by libavif. They are
      written by the avifEncoder.
    - Add avif(Un)SignedFraction structs and avifDoubleTo(Un)SignedFraction
      utility functions.
    - Add 'avifgainmaputil' command line tool to installed apps.
    - Add avifCropRectRequiresUpsampling().
    - Add experimental support for PixelInformationProperty syntax from HEIF 3rd Ed.
      Amd2 behind the compilation flag AVIF_ENABLE_EXPERIMENTAL_EXTENDED_PIXI.
    - Add experimental Sample Transform recipe
      BIT_DEPTH_EXTENSION_12B_8B_OVERLAP_4B.
  * Changed since 1.1.1
    - avifenc: Allow large images to be encoded.
    - Fix empty CMAKE_CXX_FLAGS_RELEASE if -DAVIF_CODEC_AOM=LOCAL -DAVIF_LIBYUV=OFF
      is specified. #2365.
    - Rename AVIF_ENABLE_EXPERIMENTAL_METAV1 to AVIF_ENABLE_EXPERIMENTAL_MINI and
      update the experimental reduced header feature to the latest specification
      draft. Rename AVIF_HEADER_REDUCED to AVIF_HEADER_MINI.
    - Update the experimental Sample Transform feature behind the
      AVIF_ENABLE_EXPERIMENTAL_SAMPLE_TRANSFORM CMake flag to the latest
      specification draft.
    - Ignore gain maps with unsupported metadata. Handle gain maps with
      writer_version > 0 correctly.
    - Simplify gain map API: remove the enableParsingGainMapMetadata setting, now
      gain map metadata is always parsed if present and if this feature is compiled
      in. Replace enableDecodingGainMap and ignoreColorAndAlpha with a bit field to
      choose image content to decode. Remove gainMapPresent: users can check if
      decoder->image->gainMap != NULL instead. Remove avifGainMapMetadata and
      avifGainMapMetadataDouble structs.
    - Write an empty HandlerBox name field instead of "libavif" (saves 7 bytes).
    - Check for FileTypeBox precedence in avifParse().
    - Do not write an alternative group with the same ID as an item.
    - Update aom.cmd/LocalAom.cmake: v3.12.0. The new codec-specific option tune=iq
      (image quality) is added in libaom v3.12.0.
    - Update parseAV2SequenceHeader() and avm.cmd: research-v9.0.0
    - Update dav1d.cmd/dav1d_android.sh/LocalDav1d.cmake: 1.5.1
    - Update libjpeg.cmd/LocalJpeg.cmake: v3.0.4
    - Update libxml2.cmd/LocalLibXml2.cmake: v2.13.5
    - Update libyuv.cmd: ccdf87034 (1903)
    - Update svt.cmd/svt.sh/LocalSvt.cmake to v3.0.0. When available, use
      EbSvtAv1EncConfiguration::lossless and ::level_of_parallelism in libavif.
    - Remove AVIF_ENABLE_GTEST CMake option. It's now implied by
      AVIF_GTEST=LOCAL/SYSTEM.
    - Deprecate avifEncoder's minQuantizer, maxQuantizer, minQuantizerAlpha,
      and maxQuantizerAlpha fields. quality and qualityAlpha should be used
      instead. Deprecate avifenc's --min, --max, --minalpha and --maxalpha
      flags. -q or --qcolor and --qalpha should be used instead.
    - For dependencies, the deprecated way of setting AVIF_LOCAL_* to ON is
      removed. Dependency options can now only be set to OFF/LOCAL/SYSTEM.
    - Change the default quality for alpha to be the same as the quality for color.
    - Allow decoding subsampled images with odd Clean Aperture dimensions or offsets.
    - Deprecate avifCropRectConvertCleanApertureBox() and
      avifCleanApertureBoxConvertCropRect(). Replace them with
      avifCropRectFromCleanApertureBox() and avifCleanApertureBoxFromCropRect().
    - Write descriptive properties before transformative properties.
    - Reject non-essential transformative properties.
    - Treat avifenc --stdin as a regular positional file path argument.
    - Update man pages based on avifenc/dec's --help message.
    - android_jni: Support 16kb page size
    - android_jni: Set threads to 2 instead of CPU count
    - Fix overflows when dealing with alpha during YUV/RGB conversions and in
      avifRGBImageAllocatePixels().
    - Make avifEncoder.headerFormat a flag combination for future features.
    - Rename AVIF_HEADER_FULL to AVIF_HEADER_DEFAULT. Deprecate AVIF_HEADER_FULL.
    - Fix decoding image sequences with non video tracks (such as audio or subtitles).
    - Fix type checking of auxiliary tracks: previously any auxiliary track was
      assumed to be alpha, even if it was a different type. If the aux type is absent,
      it is assumed to be alpha.
- Add libargparse-ee74d1b53bd680748af14e737378de57e2a0a954.tar.gz
- Add %check/tests
- Add man pages

OBS-URL: https://build.opensuse.org/request/show/1270214
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=64
2025-04-23 11:23:44 +00:00
323869f668 Accepting request 1199865 from home:Kieltux:branches:multimedia:libs
- Enable building with aom and libyuv for Leap

OBS-URL: https://build.opensuse.org/request/show/1199865
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=62
2024-09-13 09:10:49 +00:00
ad10faef96 Accepting request 1198094 from home:dirkmueller:Factory
- update to 1.1.1:
  * In avif.h, change "AVIF_API AVIF_NODISCARD" back to
    "AVIF_NODISCARD AVIF_API" to fix clang-cl and MSVC compilation
    errors in the shared library build on Windows.
  * Fix -DAVIF_GTEST=SYSTEM
  * Fix infe_type and codec_config_type wrongly read as byte-
    aligned fields in the
  * experimental feature AVIF_ENABLE_EXPERIMENTAL_METAV1.
  * When building aom as a local dependency, runtime CPU
    detection (`CONFIG_RUNTIME_CPU_DETECT`) is now always `ON`;
  * Fix CMake config shared library leaks
  * Update gain map metadata to current ISO 21496-1 draft.
  * cmake: Only search for ASM_NASM language on x86_64 platforms.
  * Fix "No known features for CXX compiler" CMake error.
  * Fix aom link flags so that transitive library link flags are
    included when aom is a static library
  * Fix out-of-order 'dimg' grid associations
  * Report files with an item used in multiple 'dimg' boxes with
  * AVIF_RESULT_NOT_IMPLEMENTED instead of
    AVIF_RESULT_INVALID_IMAGE_GRID.
  * Add experimental API for reading and writing gain maps in
    AVIF files.
  * If enabled at compile time, add `gainMap` field to
    `avifImage`,
  * add `qualityGainMap` field to `avifEncoder`, add
    `gainMapPresent`, `enableDecodingGainMap`,
    `enableParsingGainMapMetadata` and `ignoreColorAndAlpha` to
    `avifDecoder`.
  * Utility functions for working with gain maps are also added.
  * Gain maps allow readers that support them to display HDR

OBS-URL: https://build.opensuse.org/request/show/1198094
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=60
2024-09-02 13:44:27 +00:00
a65c47366a Accepting request 1158687 from home:dirkmueller:Factory
- update to 1.0.4:
  * AVIF_ENABLE_WERROR is set to OFF by default.
  * Fix wrong alpha plane deallocation when decoded tile pixel
    format does not match reconstructed output image pixel format
  * Fix identical chunk skipping optimization when writing
    animation data
  * Fix ID selection for artificial grid alpha item when decoding
    a grid of tiles which each have an associated auxiliary alpha
    image item (https://crbug.com/oss-fuzz/65657).

- Remove unused BuildRequires on nasm
  upstream change.

OBS-URL: https://build.opensuse.org/request/show/1158687
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=58
2024-03-17 16:26:47 +00:00
ed6d5c9653 Accepting request 1134414 from home:AndreasStieger:branches:multimedia:libs
libavif 1.0.3 CVE-2023-6704boo#1218303

OBS-URL: https://build.opensuse.org/request/show/1134414
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=56
2023-12-23 10:37:44 +00:00
6799561dff Accepting request 1129665 from home:AndreasStieger:branches:multimedia:libs
libavif 1.0.2
CVE-2023-6350 boo#1217614
CVE-2023-6351 boo#1217615

OBS-URL: https://build.opensuse.org/request/show/1129665
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=54
2023-11-29 06:54:11 +00:00
f8d510badb Accepting request 1107834 from home:polslinux:branches:multimedia:libs
- Update to 1.0.0:
  * Incompatible changes:
    + The clli member was added to the avifImage struct.
    + The repetitionCount member was added to the avifEncoder and avifDecoder
      structs.
    + The quality and qualityAlpha members were added to the avifEncoder struct.
    + Check that functions returning pointers do not return NULL before accessing
      those pointers.
    + Check the return value of avifEncoderSetCodecSpecificOption().
    + The maxThreads member was added to the avifRGBImage struct.
    + Check the return value of avifRGBImageAllocatePixels(), avifRWDataRealloc(),
      avifRWDataSet(), avifImageSetProfileICC(), avifImageSetMetadataExif() and
      avifImageSetMetadataXMP().
    + The meaning of the keyframeInterval member of avifEncoder struct has changed
      slightly. When set to a value of "n",
      Before: It forces a keyframe on every nth frame.
      After: Any set of "n" consecutive frame will have at least one keyframe
      (every nth frame may or may not be a keyframe).
  * Added:
    + Add clli metadata read and write support
    + Add repetitionCount member to avifEncoder and avifDecoder structs to specify
      the number of repetitions for animated image sequences.
    + Add quality and qualityAlpha to avifEncoder. Note: minQuantizer,
      maxQuantizer, minQuantizerAlpha, and maxQuantizerAlpha are deprecated. Code
      should be updated to set quality (and qualityAlpha if applicable) and leave
      minQuantizer, maxQuantizer, minQuantizerAlpha, and maxQuantizerAlpha
      initialized to the default values.
    + The --target-size flag in avifenc was added to adapt the quality so that the
      output file size is as close to the given number of bytes as possible.
    + Add the public API function avifImageIsOpaque() in avif.h.

OBS-URL: https://build.opensuse.org/request/show/1107834
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=52
2023-08-29 07:01:17 +00:00
d3954393fc 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
2023-05-07 15:55:17 +00:00
a7950ea4d5 Accepting request 1035629 from home:ecsos
- Update to version 0.11.1:

Need to build mpv for Tumbleweed.

OBS-URL: https://build.opensuse.org/request/show/1035629
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=48
2022-11-14 13:26:14 +00:00
dafcef2f0f Accepting request 1031624 from home:elvigia:branches:multimedia:libs
- Remove unused BuildRequires on nasm 
- Remove indirect/incorrect Buildrequires on zlib
- add direct glib Buildrequires

OBS-URL: https://build.opensuse.org/request/show/1031624
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=46
2022-10-31 07:48:59 +00:00
9a810a04e4 Accepting request 1011123 from home:iznogood:branches:multimedia:libs
New upstream release

OBS-URL: https://build.opensuse.org/request/show/1011123
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=44
2022-10-16 08:07:28 +00:00
e33c23b601 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
2022-08-01 09:00:36 +00:00
fef152fd00 Accepting request 972415 from home:dirkmueller:Factory
- update to 0.10.1:
  * tests/docker/build.sh: Build SVT-AV1 using cmake and ninja directly
  * Fix a Visual Studio 2017 compiler warning in src\reformat.c: warning C4204:
    nonstandard extension used: non-constant aggregate initializer
  * Fix the help message of avifdec: --index takes a value

OBS-URL: https://build.opensuse.org/request/show/972415
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=40
2022-04-25 05:40:48 +00:00
f7f394b8b9 Update to version 0.10.0
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=38
2022-04-08 15:52:30 +00:00
514d5ff48c Disable libaom and use rav1e by default
* As PHP 8.1 has AVIF support, use rav1e by default as it is more
  secure being written in Rust.

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=36
2021-12-25 10:27:14 +00:00
0704dee62e Update to version 0.9.3
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=35
2021-10-21 08:17:27 +00:00
98c9facb26 Update to version 0.9.2
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=34
2021-06-24 18:15:38 +00:00
6bd9174a02 Update to version 0.9.1
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=33
2021-05-20 08:40:56 +00:00
6dff22dcd6 Accepting request 884842 from home:dimstar:Factory
- Add baselibs.conf: produce libavif10-32bit as a new dependency to
  libgd3-32bit (support avif in libgd).

OBS-URL: https://build.opensuse.org/request/show/884842
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=31
2021-04-13 07:55:47 +00:00
2c123b630f Update to version 0.9.0
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=29
2021-03-15 10:43:22 +00:00
2503adb9a7 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
2021-01-13 19:21:57 +00:00
f297ec43e7 Update to version 0.8.4
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=26
2020-12-09 16:31:55 +00:00
72eb3b276d Update to version 0.8.2
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=23
2020-10-15 08:25:11 +00:00
ddc0471698 - Update to version 0.8.1
- Enabled AOM support (default)

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=21
2020-08-17 13:43:23 +00:00
05c9d95899 Update to version 0.8.0
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=19
2020-07-21 06:08:06 +00:00
48a067acf5 Update to version 0.7.3
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=16
2020-05-05 12:59:11 +00:00
c4226a01ea Update to version 0.7.2
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=14
2020-05-04 15:17:25 +00:00
de6e3d27cd Accepting request 796488 from home:namtrac:branches:multimedia:libs
- Update to version 0.7.1
  * See https://github.com/AOMediaCodec/libavif/blob/master/CHANGELOG.md
    for a complete changelog.
- Add BR on libjpeg8-devel

OBS-URL: https://build.opensuse.org/request/show/796488
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=12
2020-04-23 16:57:45 +00:00
b540fca423 Update to version 0.6.2
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=9
2020-03-14 17:21:11 +00:00
736efe7553 If we want to build with aom, require version >= 1.1.0
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=8
2020-03-11 06:13:12 +00:00
0060723ab8 Update to version 0.5.7
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=7
2020-03-04 15:10:47 +00:00
3d9eec92b7 Update to version 0.5.5
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=5
2020-02-16 19:09:12 +00:00
fe26954c65 Update to version 0.5.3
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=3
2019-12-11 18:12:05 +00:00
b514c8a4c8 update to 0.5.3
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=2
2019-12-11 18:11:39 +00:00
fb4e2725bc Accepting request 753261 from home:darix:playground
This will allow us to add AVIF image support to darktable.

OBS-URL: https://build.opensuse.org/request/show/753261
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=1
2019-12-05 09:03:55 +00:00