File tree Expand file tree Collapse file tree 5 files changed +11
-12
lines changed
scripts/test_ports/vcpkg-ci-ffmpeg Expand file tree Collapse file tree 5 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 1
1
vcpkg_from_git(
2
2
OUT_SOURCE_PATH SOURCE_PATH
3
3
URL "https://aomedia.googlesource.com/aom"
4
- REF 8ad484f8a18ed1853c094e7d3a4e023b2a92df28 # v3.9.1
4
+ REF d6f30ae474dd6c358f26de0a0fc26a0d7340a84c
5
5
HEAD_REF main
6
6
PATCHES
7
7
aom-rename -static .diff
@@ -32,7 +32,7 @@ vcpkg_cmake_configure(
32
32
-DENABLE_TESTDATA=OFF
33
33
-DENABLE_TESTS=OFF
34
34
-DENABLE_TOOLS=OFF
35
- -DTHREADS_PREFER_PTHREAD_FLAGS =ON
35
+ -DTHREADS_PREFER_PTHREAD_FLAG =ON
36
36
"-DCMAKE_ASM_NASM_COMPILER=${NASM} "
37
37
"-DPERL_EXECUTABLE=${PERL} "
38
38
)
@@ -42,13 +42,6 @@ vcpkg_cmake_config_fixup()
42
42
vcpkg_copy_pdbs()
43
43
vcpkg_fixup_pkgconfig()
44
44
45
- if (VCPKG_TARGET_IS_WINDOWS AND NOT VPCKG_TARGET_IS_MINGW)
46
- vcpkg_replace_string("${CURRENT_PACKAGES_DIR} /lib/pkgconfig/aom.pc" " -lm" "" )
47
- if (NOT VCPKG_BUILD_TYPE)
48
- vcpkg_replace_string("${CURRENT_PACKAGES_DIR} /debug/lib/pkgconfig/aom.pc" " -lm" "" )
49
- endif ()
50
- endif ()
51
-
52
45
file (REMOVE_RECURSE
53
46
"${CURRENT_PACKAGES_DIR} /debug/include"
54
47
"${CURRENT_PACKAGES_DIR} /debug/share"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " aom" ,
3
- "version-semver" : " 3.9.1 " ,
3
+ "version-semver" : " 3.11.0 " ,
4
4
"description" : " AV1 codec library" ,
5
5
"homepage" : " https://aomedia.googlesource.com/aom" ,
6
6
"license" : " BSD-2-Clause" ,
7
+ "supports" : " !uwp" ,
7
8
"dependencies" : [
8
9
{
9
10
"name" : " vcpkg-cmake" ,
Original file line number Diff line number Diff line change 116
116
"features" : [
117
117
" aom"
118
118
],
119
- "platform" : " !(windows & arm & !uwp) "
119
+ "platform" : " !(windows & arm) & !uwp"
120
120
},
121
121
{
122
122
"name" : " ffmpeg" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"versions" : [
3
+ {
4
+ "git-tree" : " b78024e1ea9566d0fcd0c1091558e0f1aac59fdd" ,
5
+ "version-semver" : " 3.11.0" ,
6
+ "port-version" : 0
7
+ },
3
8
{
4
9
"git-tree" : " 29d864e5f5c61978785ca554e8efcd1d9642010b" ,
5
10
"version-semver" : " 3.9.1" ,
Original file line number Diff line number Diff line change 157
157
"port-version" : 2
158
158
},
159
159
"aom" : {
160
- "baseline" : " 3.9.1 " ,
160
+ "baseline" : " 3.11.0 " ,
161
161
"port-version" : 0
162
162
},
163
163
"apache-datasketches" : {
You can’t perform that action at this time.
0 commit comments