[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:
23
recipes/flac/all/conandata.yml
Normal file
23
recipes/flac/all/conandata.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
sources:
|
||||
"1.4.3":
|
||||
url: "https://nexus.avroid.tech/repository/devops-raw-proxy-github/xiph/flac/releases/download/1.4.3/flac-1.4.3.tar.xz"
|
||||
sha256: "6c58e69cd22348f441b861092b825e591d0b822e106de6eb0ee4d05d27205b70"
|
||||
"1.4.2":
|
||||
url: "https://nexus.avroid.tech/repository/devops-raw-proxy-github/xiph/flac/releases/download/1.4.2/flac-1.4.2.tar.xz"
|
||||
sha256: "e322d58a1f48d23d9dd38f432672865f6f79e73a6f9cc5a5f57fcaa83eb5a8e4"
|
||||
"1.3.3":
|
||||
url: "https://nexus.avroid.tech/repository/devops-raw-proxy-github/xiph/flac/archive/1.3.3.tar.gz"
|
||||
sha256: "668cdeab898a7dd43cf84739f7e1f3ed6b35ece2ef9968a5c7079fe9adfe1689"
|
||||
patches:
|
||||
"1.4.3":
|
||||
- patch_file: "patches/1.4.2-002-ignore-dll_export-define.patch"
|
||||
patch_description: "Ignore autotools-specific DLL_EXPORT define in export.h"
|
||||
patch_type: "conan"
|
||||
"1.4.2":
|
||||
- patch_file: "patches/1.4.2-002-ignore-dll_export-define.patch"
|
||||
patch_description: "Ignore autotools-specific DLL_EXPORT define in export.h"
|
||||
patch_type: "conan"
|
||||
"1.3.3":
|
||||
- patch_file: "patches/fix-cmake-1.3.3.patch"
|
||||
patch_description: "Various adaptations in CMakeLists.txt files to improve compatibility with Conan."
|
||||
patch_type: "conan"
|
||||
Reference in New Issue
Block a user