Skip to content

Commit 5e3b28d

Browse files
tytan652RytoEX
authored andcommitted
build-aux: Update Flatpak modules
- Update MbedTLS to v3.6.2 - Update nv-codec-headers to n13.0.19.0 - Update srt to v1.5.4 - Update SVT-AV1 to 2.3.0 - Update FFmpeg to 7.1 - Update LuaJIT to v2.1 a4f56a459 - Update VPL to v2.14.0 - Update vpl-gpu-rt to 24.4.4 - Update Asio to 1.32.0
1 parent 56f7fcc commit 5e3b28d

9 files changed

+17
-17
lines changed

build-aux/modules/10-mbedtls.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
{
1818
"type": "git",
1919
"url": "https://github.com/ARMmbed/mbedtls.git",
20-
"commit": "1873d3bfc2da771672bd8e7e8f41f57e0af77f33",
21-
"tag": "v3.4.0"
20+
"commit": "107ea89daaefb9867ea9121002fbbdf926780e98",
21+
"tag": "v3.6.2"
2222
}
2323
]
2424
}

build-aux/modules/20-nv-codec.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
{
1212
"type": "git",
1313
"url": "https://github.com/FFmpeg/nv-codec-headers.git",
14-
"tag": "n12.2.72.0",
15-
"commit": "c69278340ab1d5559c7d7bf0edf615dc33ddbba7"
14+
"tag": "n13.0.19.0",
15+
"commit": "e844e5b26f46bb77479f063029595293aa8f812d"
1616
}
1717
]
1818
}

build-aux/modules/20-srt.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
{
1717
"type": "git",
1818
"url": "https://github.com/Haivision/srt.git",
19-
"tag": "v1.5.3",
20-
"commit": "09f35c0f1743e23f514cb41444504a7faeacf89e"
19+
"tag": "v1.5.4",
20+
"commit": "a8c6b65520f814c5bd8f801be48c33ceece7c4a6"
2121
}
2222
]
2323
}

build-aux/modules/20-svt-av1.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
{
1919
"type": "git",
2020
"url": "https://gitlab.com/AOMediaCodec/SVT-AV1.git",
21-
"tag": "v2.2.1",
22-
"commit": "55a01def732bb9e7016d23cc512384f7a88d6e86"
21+
"tag": "v2.3.0",
22+
"commit": "6e69def4ec283fe0b71195671245c3b768bebdef"
2323
}
2424
]
2525
}

build-aux/modules/30-ffmpeg.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
{
2626
"type": "git",
2727
"url": "https://github.com/FFmpeg/FFmpeg.git",
28-
"tag": "n7.0.2",
29-
"commit": "e3a61e91030696348b56361bdf80ea358aef4a19",
28+
"tag": "n7.1",
29+
"commit": "b08d7969c550a804a59511c7b83f2dd8cc0499b8",
3030
"disable-shallow-clone": true
3131
},
3232
{

build-aux/modules/40-luajit.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{
1212
"type": "git",
1313
"url": "https://luajit.org/git/luajit-2.0.git",
14-
"commit": "f725e44cda8f359869bf8f92ce71787ddca45618",
14+
"commit": "a4f56a459a588ae768801074b46ba0adcfb49eb1",
1515
"disable-shallow-clone": true
1616
},
1717
{

build-aux/modules/50-libvpl.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
{
1919
"type": "git",
2020
"url": "https://github.com/intel/libvpl.git",
21-
"commit": "0c13c410095764799afea0cf645bd896378579b8",
22-
"tag": "v2.12.0"
21+
"commit": "025d43d086a3e663184cb49febe86152bf05409f",
22+
"tag": "v2.14.0"
2323
}
2424
]
2525
}

build-aux/modules/50-vpl-gpu-rt.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
{
1616
"type": "git",
1717
"url": "https://github.com/intel/vpl-gpu-rt.git",
18-
"commit": "e0b981d1bf8ca4f9d346089d530cc149c09e10df",
19-
"tag": "intel-onevpl-24.2.5"
18+
"commit": "7277c25ec5362e92d2fa334e2ce356c473ba4778",
19+
"tag": "intel-onevpl-24.4.4"
2020
},
2121
{
2222
"type": "shell",

build-aux/modules/90-asio.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
{
1111
"type": "git",
1212
"url": "https://github.com/chriskohlhoff/asio.git",
13-
"tag": "asio-1-31-0",
14-
"commit": "1f534288b4be0be2dd664aab43882a0aa3106a1d"
13+
"tag": "asio-1-32-0",
14+
"commit": "03ae834edbace31a96157b89bf50e5ee464e5ef9"
1515
}
1616
]
1717
}

0 commit comments

Comments
 (0)