[DO-971] ffmpeg recipe with requirements (!9)

Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech>
Reviewed-on: https://git.avroid.tech/Conan/conan_build/pulls/9
This commit is contained in:
Aleksandr Vodyanov
2024-12-25 17:47:28 +03:00
parent e58f90de0e
commit 39afe6a1dd
212 changed files with 9263 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
sources:
"1.3.7":
url: "https://nexus.avroid.tech/repository/devops-raw-proxy-github/xiph/vorbis/archive/v1.3.7.tar.gz"
sha256: "270c76933d0934e42c5ee0a54a36280e2d87af1de3cc3e584806357e237afd13"
"1.3.6":
url: "https://nexus.avroid.tech/repository/devops-raw-proxy-github/xiph/vorbis/archive/v1.3.6.tar.gz"
sha256: "43fc4bc34f13da15b8acfa72fd594678e214d1cab35fc51d3a54969a725464eb"
patches:
"1.3.7":
- patch_file: "patches/1.3.7-0001-mingw-shared-def.patch"
patch_description: "MinGW: fix .def file for shared lib"
patch_type: "portability"
patch_source: "https://nexus.avroid.tech/repository/devops-raw-proxy-github/xiph/vorbis/pull/76"
"1.3.6":
- patch_file: "patches/1.3.6-0001-link-libm-find-package-ogg.patch"
patch_description: "CMake: robust discovery and link of libm and Ogg"
patch_type: "conan"