diff --git a/abi_symbols b/abi_symbols --- a/abi_symbols +++ b/abi_symbols @@ -120,12 +120,15 @@ libheif.so.1:heif_image_handle_get_width libheif.so.1:heif_image_handle_has_alpha_channel libheif.so.1:heif_image_handle_has_depth_image +libheif.so.1:heif_image_handle_is_premultiplied_alpha libheif.so.1:heif_image_handle_is_primary_image libheif.so.1:heif_image_handle_release libheif.so.1:heif_image_has_channel +libheif.so.1:heif_image_is_premultiplied_alpha libheif.so.1:heif_image_release libheif.so.1:heif_image_scale_image libheif.so.1:heif_image_set_nclx_color_profile +libheif.so.1:heif_image_set_premultiplied_alpha libheif.so.1:heif_image_set_raw_color_profile libheif.so.1:heif_list_compatible_brands libheif.so.1:heif_main_brand diff --git a/abi_used_symbols b/abi_used_symbols --- a/abi_used_symbols +++ b/abi_used_symbols @@ -11,6 +11,7 @@ libaom.so.3:aom_codec_get_cx_data libaom.so.3:aom_codec_get_frame libaom.so.3:aom_codec_iface_name +libaom.so.3:aom_codec_version libaom.so.3:aom_img_alloc libaom.so.3:aom_img_free libc.so.6:__assert_fail diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : libheif -version : 1.11.0 -release : 20 +version : 1.12.0 +release : 21 source : - - https://github.com/strukturag/libheif/releases/download/v1.11.0/libheif-1.11.0.tar.gz : c550938f56ff6dac83702251a143f87cb3a6c71a50d8723955290832d9960913 + - https://github.com/strukturag/libheif/releases/download/v1.12.0/libheif-1.12.0.tar.gz : e1ac2abb354fdc8ccdca71363ebad7503ad731c84022cf460837f0839e171718 license : LGPL-3.0-or-later component : multimedia.codecs summary : libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -29,7 +29,7 @@ /usr/bin/heif-thumbnailer /usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-heif.so /usr/lib64/libheif.so.1 - /usr/lib64/libheif.so.1.11.0 + /usr/lib64/libheif.so.1.12.0 /usr/share/man/man1/heif-convert.1 /usr/share/man/man1/heif-enc.1 /usr/share/man/man1/heif-info.1 @@ -48,7 +48,7 @@ programming.devel - libheif + libheif /usr/include/libheif/heif.h @@ -60,12 +60,12 @@ - - 2021-04-10 - 1.11.0 + + 2021-08-20 + 1.12.0 Packaging update Martin Reboredo yakoyoku@gmail.com \ No newline at end of file