Skip to content

Commit

Permalink
Merge pull request #215 from regro-cf-autotick-bot/6.0.1_h196b59
Browse files Browse the repository at this point in the history
ffmpeg v6.0.1
  • Loading branch information
h-vetinari authored Nov 10, 2023
2 parents fd964fd + 1f8c395 commit 5c2a93c
Show file tree
Hide file tree
Showing 13 changed files with 57 additions and 30 deletions.
3 changes: 3 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

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

3 changes: 3 additions & 0 deletions .azure-pipelines/azure-pipelines-osx.yml

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

3 changes: 3 additions & 0 deletions .azure-pipelines/azure-pipelines-win.yml

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

7 changes: 0 additions & 7 deletions .ci_support/migrations/aom36.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions .ci_support/osx_64_license_familygpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ bzip2:
c_compiler:
- clang
c_compiler_version:
- '15'
- '16'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '15'
- '16'
dav1d:
- 1.2.1
fontconfig:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_64_license_familylgpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ bzip2:
c_compiler:
- clang
c_compiler_version:
- '15'
- '16'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '15'
- '16'
dav1d:
- 1.2.1
fontconfig:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_arm64_license_familygpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ bzip2:
c_compiler:
- clang
c_compiler_version:
- '15'
- '16'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '15'
- '16'
dav1d:
- 1.2.1
fontconfig:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_arm64_license_familylgpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ bzip2:
c_compiler:
- clang
c_compiler_version:
- '15'
- '16'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '15'
- '16'
dav1d:
- 1.2.1
fontconfig:
Expand Down
17 changes: 13 additions & 4 deletions .scripts/build_steps.sh

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

3 changes: 3 additions & 0 deletions .scripts/run_docker_build.sh

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

15 changes: 11 additions & 4 deletions .scripts/run_osx_build.sh

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

12 changes: 10 additions & 2 deletions .scripts/run_win_build.bat

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

8 changes: 3 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "6.0.0" %} # semver: (x.y.z)
{% set version = "6.0.1" %} # semver: (x.y.z)
{% set x,y,z = version.split('.') %}
{% set version_ffmpeg_style = x ~ '.' ~ y if z == "0" else version %}

Expand All @@ -8,18 +8,16 @@ package:

source:
url: https://ffmpeg.org/releases/ffmpeg-{{ version_ffmpeg_style }}.tar.gz
sha256: f4ccf961403752c93961927715f524576d1f4dd02cd76d8c76aed3bbe6686656
sha256: 375fd8abab657d18578554927d23abfc9cb3b6794bd9839330230cf5f9fcea26
patches:
- patches/pkgconfig_generate_windows_llvm.patch # [win]
# https://github.com/FFmpeg/FFmpeg/commit/814178f92647be2411516bbb82f48532373d2554
- patches/table_gen_fix_build_error.patch
# I don't really think that the original changes made at FFmpeg make sense for
# conda-forge's conmpiler stack on windows
# https://github.com/FFmpeg/FFmpeg/commit/f8d6d0fbf12b3247a37885cd0a5cd32ddc1f01b3
# https://github.com/conda-forge/ffmpeg-feedstock/pull/193#issuecomment-1484476264
- patches/0001-Revert-compat-Use-instead-of-for-rc.exe-options.patch

{% set build = 5 %}
{% set build = 0 %}
{% if license_family == 'gpl' %}
{% set build = build + 100 %}
{% endif %}
Expand Down

0 comments on commit 5c2a93c

Please sign in to comment.