Browse Source

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
tytan652 8 months ago
parent
commit
5e3b28d667

+ 2 - 2
build-aux/modules/10-mbedtls.json

@@ -17,8 +17,8 @@
         {
             "type": "git",
             "url": "https://github.com/ARMmbed/mbedtls.git",
-            "commit": "1873d3bfc2da771672bd8e7e8f41f57e0af77f33",
-            "tag": "v3.4.0"
+            "commit": "107ea89daaefb9867ea9121002fbbdf926780e98",
+            "tag": "v3.6.2"
         }
     ]
 }

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

@@ -11,8 +11,8 @@
         {
             "type": "git",
             "url": "https://github.com/FFmpeg/nv-codec-headers.git",
-            "tag": "n12.2.72.0",
-            "commit": "c69278340ab1d5559c7d7bf0edf615dc33ddbba7"
+            "tag": "n13.0.19.0",
+            "commit": "e844e5b26f46bb77479f063029595293aa8f812d"
         }
     ]
 }

+ 2 - 2
build-aux/modules/20-srt.json

@@ -16,8 +16,8 @@
         {
             "type": "git",
             "url": "https://github.com/Haivision/srt.git",
-            "tag": "v1.5.3",
-            "commit": "09f35c0f1743e23f514cb41444504a7faeacf89e"
+            "tag": "v1.5.4",
+            "commit": "a8c6b65520f814c5bd8f801be48c33ceece7c4a6"
         }
     ]
 }

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

@@ -18,8 +18,8 @@
         {
             "type": "git",
             "url": "https://gitlab.com/AOMediaCodec/SVT-AV1.git",
-            "tag": "v2.2.1",
-            "commit": "55a01def732bb9e7016d23cc512384f7a88d6e86"
+            "tag": "v2.3.0",
+            "commit": "6e69def4ec283fe0b71195671245c3b768bebdef"
         }
     ]
 }

+ 2 - 2
build-aux/modules/30-ffmpeg.json

@@ -25,8 +25,8 @@
         {
             "type": "git",
             "url": "https://github.com/FFmpeg/FFmpeg.git",
-            "tag": "n7.0.2",
-            "commit": "e3a61e91030696348b56361bdf80ea358aef4a19",
+            "tag": "n7.1",
+            "commit": "b08d7969c550a804a59511c7b83f2dd8cc0499b8",
             "disable-shallow-clone": true
         },
         {

+ 1 - 1
build-aux/modules/40-luajit.json

@@ -11,7 +11,7 @@
         {
             "type": "git",
             "url": "https://luajit.org/git/luajit-2.0.git",
-            "commit": "f725e44cda8f359869bf8f92ce71787ddca45618",
+            "commit": "a4f56a459a588ae768801074b46ba0adcfb49eb1",
             "disable-shallow-clone": true
         },
         {

+ 2 - 2
build-aux/modules/50-libvpl.json

@@ -18,8 +18,8 @@
         {
             "type": "git",
             "url": "https://github.com/intel/libvpl.git",
-            "commit": "0c13c410095764799afea0cf645bd896378579b8",
-            "tag": "v2.12.0"
+            "commit": "025d43d086a3e663184cb49febe86152bf05409f",
+            "tag": "v2.14.0"
         }
     ]
 }

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

@@ -15,8 +15,8 @@
         {
             "type": "git",
             "url": "https://github.com/intel/vpl-gpu-rt.git",
-            "commit": "e0b981d1bf8ca4f9d346089d530cc149c09e10df",
-            "tag": "intel-onevpl-24.2.5"
+            "commit": "7277c25ec5362e92d2fa334e2ce356c473ba4778",
+            "tag": "intel-onevpl-24.4.4"
         },
         {
             "type": "shell",

+ 2 - 2
build-aux/modules/90-asio.json

@@ -10,8 +10,8 @@
         {
             "type": "git",
             "url": "https://github.com/chriskohlhoff/asio.git",
-            "tag": "asio-1-31-0",
-            "commit": "1f534288b4be0be2dd664aab43882a0aa3106a1d"
+            "tag": "asio-1-32-0",
+            "commit": "03ae834edbace31a96157b89bf50e5ee464e5ef9"
         }
     ]
 }