Skip to content

Commit

Permalink
Merge pull request #19 from regro-cf-autotick-bot/1.4.3_h1bd142
Browse files Browse the repository at this point in the history
dav1d v1.4.3
  • Loading branch information
carterbox authored Jun 12, 2024
2 parents 693af28 + c73e174 commit 847b702
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -12,3 +16,6 @@ docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
target_platform:
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
7 changes: 7 additions & 0 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -16,3 +20,6 @@ docker_image:
- quay.io/condaforge/linux-anvil-aarch64
target_platform:
- linux-aarch64
zip_keys:
- - c_stdlib_version
- cdt_name
7 changes: 7 additions & 0 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
Expand All @@ -12,3 +16,6 @@ docker_image:
- quay.io/condaforge/linux-anvil-ppc64le
target_platform:
- linux-ppc64le
zip_keys:
- - c_stdlib_version
- cdt_name
8 changes: 7 additions & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
- '10.13'
MACOSX_SDK_VERSION:
- '10.13'
c_compiler:
- clang
c_compiler_version:
- '16'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.13'
channel_sources:
- conda-forge
channel_targets:
Expand Down
6 changes: 6 additions & 0 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
MACOSX_SDK_VERSION:
- '11.0'
c_compiler:
- clang
c_compiler_version:
- '16'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '11.0'
channel_sources:
- conda-forge
channel_targets:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
c_compiler:
- vs2019
c_stdlib:
- vs
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 2 additions & 2 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.4.1" %}
{% set version = "1.4.3" %}
# library version is different from project version
# Check 'meson.build' upstream in every release!
{% set so_name = "7.0.0" %}
Expand All @@ -10,14 +10,15 @@ package:

source:
url: https://code.videolan.org/videolan/dav1d/-/archive/{{ version }}/dav1d-{{ version }}.tar.gz
sha256: 04da7689748a3501d00b6796b6de0596177019709ecc6095c667b7964895dd8c
sha256: 88a023e58d955e0886faf49c72940e0e90914a948a8e60c1326ce3e09e7a6099

build:
number: 0

requirements:
build:
- {{ compiler('c') }}
- {{ stdlib("c") }}
- meson >=0.49
- ninja
- nasm >=2.14
Expand All @@ -35,6 +36,7 @@ outputs:
requirements:
build:
- {{ compiler('c') }}
- {{ stdlib("c") }}
run:
- {{ pin_subpackage('libdav1d' ~ so_name_major, exact=True) }} # [unix]
test:
Expand All @@ -61,6 +63,7 @@ outputs:
requirements:
build:
- {{ compiler('c') }}
- {{ stdlib("c") }}
host:
- {{ pin_subpackage('dav1d-dev', exact=True) }}
run:
Expand Down Expand Up @@ -90,6 +93,7 @@ outputs:
requirements:
build:
- {{ compiler('c') }}
- {{ stdlib("c") }}
run:
- {{ pin_subpackage('_libdav1d_api', max_pin='x.x.x') }} # [win]
test:
Expand Down

0 comments on commit 847b702

Please sign in to comment.