-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libheif: add version 1.19.0 #25783
libheif: add version 1.19.0 #25783
Conversation
log with
> LANG=C conan create . --build=missing --version=1.19.0 -o "libheif/*:with_openh264=True"
======== Exporting recipe to the cache ======== ======== Input profiles ======== Profile build: ======== Computing dependency graph ======== ======== Computing necessary packages ======== ======== Installing packages ======== -------- Installing package libheif/1.19.0 (4 of 4) -------- === Summary of compiled codecs === === Supported formats === libsharpyuv: disabled === Active input formats for heif-enc === Doxygen tool needs to be installed to generate the API documentation libheif/1.19.0: Running CMake.build() libheif/1.19.0: Package 'cfa16f143bde9344a6bfe09fae78a434b4e076c5' built libheif/1.19.0: package(): Packaged 1 file: COPYING ======== Launching test_package ======== ======== Computing dependency graph ======== ======== Computing necessary packages ======== ======== Installing packages ======== ======== Testing the package ======== ======== Testing the package: Building ======== libheif/1.19.0 (test package): Running CMake.build() ======== Testing the package: Executing test ======== |
Conan v1 pipeline ❌Warning Conan Center will stop receiving updates for Conan 1.x packages soon - please see announcement. Failure in build 1 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@toge the new version is asking for C++ 20 as far as I can tell, so we should update the check accordingly, thanks! :)
recipes/libheif/all/conanfile.py
Outdated
@property | ||
def _compilers_minimum_version(self): | ||
return { | ||
"20": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From now on this should only be used for minimum compiler versions that do not compile with the given cppstd even if they support said flag
Summary
Changes to recipe: libheif/1.19.0
Motivation
There are lots of improvements in 1.19.0.
Details
strukturag/libheif@v1.18.2...v1.19.0