[Nightly Flatpak] Update deps and sync with stable

This commit is contained in:
Julius Künzel
2025-04-18 20:03:36 +02:00
parent 8d73ecbdb1
commit f105a113fd
2 changed files with 68 additions and 129 deletions

View File

@@ -4,7 +4,7 @@
"runtime": "org.kde.Platform", "runtime": "org.kde.Platform",
"runtime-version": "6.9", "runtime-version": "6.9",
"sdk": "org.kde.Sdk", "sdk": "org.kde.Sdk",
"sdk-extensions" : [ "org.freedesktop.Sdk.Extension.llvm18" ], "sdk-extensions" : [ "org.freedesktop.Sdk.Extension.llvm19" ],
"command": "kdenlive", "command": "kdenlive",
"rename-icon": "kdenlive", "rename-icon": "kdenlive",
"desktop-file-name-suffix": " (Nightly)", "desktop-file-name-suffix": " (Nightly)",
@@ -28,7 +28,7 @@
"add-extensions": { "add-extensions": {
"org.freedesktop.LinuxAudio.Plugins": { "org.freedesktop.LinuxAudio.Plugins": {
"directory": "extensions/Plugins", "directory": "extensions/Plugins",
"version": "23.08", "version": "24.08",
"add-ld-path": "lib", "add-ld-path": "lib",
"merge-dirs": "ladspa", "merge-dirs": "ladspa",
"subdirectories": true, "subdirectories": true,
@@ -36,7 +36,7 @@
}, },
"org.freedesktop.LinuxAudio.Plugins.swh": { "org.freedesktop.LinuxAudio.Plugins.swh": {
"directory": "extensions/Plugins/swh", "directory": "extensions/Plugins/swh",
"version": "23.08", "version": "24.08",
"add-ld-path": "lib", "add-ld-path": "lib",
"merge-dirs": "ladspa", "merge-dirs": "ladspa",
"autodelete": false, "autodelete": false,
@@ -44,7 +44,7 @@
}, },
"org.freedesktop.LinuxAudio.Plugins.TAP": { "org.freedesktop.LinuxAudio.Plugins.TAP": {
"directory": "extensions/Plugins/TAP", "directory": "extensions/Plugins/TAP",
"version": "23.08", "version": "24.08",
"add-ld-path": "lib", "add-ld-path": "lib",
"merge-dirs": "ladspa", "merge-dirs": "ladspa",
"autodelete": false, "autodelete": false,

View File

@@ -91,18 +91,16 @@
], ],
"sources": [ "sources": [
{ {
"type": "archive", "type": "git",
"url": "https://downloads.sourceforge.net/project/sox/sox/14.4.2/sox-14.4.2.tar.bz2", "url": "https://git.code.sf.net/p/sox/code",
"sha256": "81a6956d4330e75b5827316e44ae381e6f1e8928003c6aa45896da9041ea149c", "commit": "f3094754a7c2a7e55c35621d20fa9945736e72df"
"mirror-urls": [ },
"https://http.debian.net/debian/pool/main/s/sox/sox_14.4.2.orig.tar.bz2" {
], "type": "script",
"x-checker-data": { "dest-filename": "autogen.sh",
"type": "anitya", "commands": [
"project-id": 4858, "autoreconf -vfi"
"stable-only": true, ]
"url-template": "https://downloads.sourceforge.net/project/sox/sox/$version/sox-$version.tar.bz2"
}
} }
] ]
}, },
@@ -129,26 +127,17 @@
}, },
{ {
"name": "gavl", "name": "gavl",
"rm-configure": true,
"config-opts": [ "config-opts": [
"--without-doxygen", "--without-doxygen",
"--disable-static", "--disable-static",
"--enable-shared" "--enable-shared",
"--with-cpuflags=none"
], ],
"sources": [ "sources": [
{ {
"type": "archive", "type": "archive",
"url": "https://downloads.sourceforge.net/project/gmerlin/gavl/1.4.0/gavl-1.4.0.tar.gz", "url": "https://salsa.debian.org/multimedia-team/gavl/-/archive/upstream/2.0.0_svngit.20240111.a5dd20c/gavl-upstream-2.0.0_svngit.20240111.a5dd20c.tar.gz",
"sha256": "51aaac41391a915bd9bad07710957424b046410a276e7deaff24a870929d33ce", "sha256": "2d9c62f09d97ef74da5390bec86517549fe0b80c6549e1f2af9312d4c386a099"
"mirror-urls": [
"https://http.debian.net/debian/pool/main/g/gavl/gavl_1.4.0.orig.tar.gz"
],
"x-checker-data": {
"type": "anitya",
"project-id": 10275,
"stable-only": true,
"url-template": "https://downloads.sourceforge.net/project/gmerlin/gavl/$version/gavl-$version.tar.gz"
}
}, },
{ {
"type": "shell", "type": "shell",
@@ -200,8 +189,8 @@
"sources": [ "sources": [
{ {
"type": "archive", "type": "archive",
"url": "https://github.com/Exiv2/exiv2/archive/refs/tags/v0.28.3.tar.gz", "url": "https://github.com/Exiv2/exiv2/archive/refs/tags/v0.28.5.tar.gz",
"sha256": "1315e17d454bf4da3cc0edb857b1d2c143670f3485b537d0f946d9ed31d87b70", "sha256": "e1671f744e379a87ba0c984617406fdf8c0ad0c594e5122f525b2fb7c28d394d",
"x-checker-data": { "x-checker-data": {
"type": "anitya", "type": "anitya",
"project-id": 769, "project-id": 769,
@@ -326,34 +315,6 @@
} }
] ]
}, },
{
"name": "v4l-utils",
"buildsystem": "meson",
"config-opts": [
"-Ddoxygen-doc=disabled",
"-Dlibdvbv5=disabled",
"-Dv4l-utils=false",
"-Dqv4l2=disabled",
"-Dudevdir=/app/lib/udev"
],
"sources": [
{
"type": "archive",
"url": "https://linuxtv.org/downloads/v4l-utils/v4l-utils-1.28.1.tar.xz",
"sha256": "0fa075ce59b6618847af6ea191b6155565ccaa44de0504581ddfed795a328a82",
"x-checker-data": {
"type": "anitya",
"project-id": 9998,
"stable-only": true,
"url-template": "https://linuxtv.org/downloads/v4l-utils/v4l-utils-$version.tar.xz"
}
},
{
"type": "patch",
"path": "v4l-utils-fix-configure.patch"
}
]
},
{ {
"name": "x264", "name": "x264",
"config-opts": [ "config-opts": [
@@ -420,8 +381,8 @@
"sources": [ "sources": [
{ {
"type": "archive", "type": "archive",
"url": "https://github.com/GPUOpen-LibrariesAndSDKs/AMF/archive/refs/tags/v1.4.35.tar.gz", "url": "https://github.com/GPUOpen-LibrariesAndSDKs/AMF/archive/refs/tags/v1.4.36.0.tar.gz",
"sha256": "5d93101eae5895247bea58cff40bb84424158170ae7f931105666157cc187636", "sha256": "4abdf1ffecbffc78bfd74a9376595d14aecfa1a419147bcaa6113cf24bb28060",
"x-checker-data": { "x-checker-data": {
"type": "anitya", "type": "anitya",
"project-id": 138182, "project-id": 138182,
@@ -440,44 +401,16 @@
"make-install-args": [ "make-install-args": [
"PREFIX=/app" "PREFIX=/app"
], ],
"sources": [
{
"type": "archive",
"url": "https://github.com/FFmpeg/nv-codec-headers/archive/refs/tags/n12.2.72.0.tar.gz",
"sha256": "dbeaec433d93b850714760282f1d0992b1254fc3b5a6cb7d76fc1340a1e47563",
"x-checker-data": {
"type": "anitya",
"project-id": 223796,
"stable-only": true,
"url-template": "https://github.com/FFmpeg/nv-codec-headers/archive/refs/tags/n$version.tar.gz"
}
}
]
},
{
"name": "aom",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release",
"-DCMAKE_INSTALL_PREFIX=/app",
"-DBUILD_SHARED_LIBS=1",
"-DENABLE_DOCS=0",
"-DENABLE_EXAMPLES=0",
"-DENABLE_TESTDATA=0",
"-DENABLE_TESTS=0",
"-DENABLE_TOOLS=0"
],
"sources": [ "sources": [
{ {
"type": "git", "type": "git",
"url": "https://aomedia.googlesource.com/aom.git", "url": "https://github.com/FFmpeg/nv-codec-headers.git",
"tag": "v3.11.0", "tag": "n13.0.19.0",
"commit": "e844e5b26f46bb77479f063029595293aa8f812d",
"x-checker-data": { "x-checker-data": {
"type": "git", "type": "git",
"tag-pattern": "^v([\\d.]+)$" "tag-pattern": "^n([\\d.]+)$"
}, }
"commit": "d6f30ae474dd6c358f26de0a0fc26a0d7340a84c"
} }
] ]
}, },
@@ -537,8 +470,8 @@
"sources": [ "sources": [
{ {
"type": "archive", "type": "archive",
"url": "https://github.com/oneapi-src/oneVPL-intel-gpu/archive/intel-onevpl-24.4.4.tar.gz", "url": "https://github.com/oneapi-src/oneVPL-intel-gpu/archive/intel-onevpl-25.1.3.tar.gz",
"sha256": "2ee3517e4015ab333230a6ef921159164c1dc912dcae412d2901308c53a53ab8", "sha256": "28b1ec37cc747db296e0a8bdd824206aa26d14623737bcd94d245009976cc552",
"x-checker-data": { "x-checker-data": {
"type": "anitya", "type": "anitya",
"project-id": 368736, "project-id": 368736,
@@ -572,45 +505,51 @@
{ {
"name": "ffmpeg", "name": "ffmpeg",
"config-opts": [ "config-opts": [
"--enable-rpath",
"--enable-gpl",
"--disable-static",
"--enable-shared",
"--disable-doc", "--disable-doc",
"--disable-alsa", "--disable-static",
"--enable-amf",
"--enable-cuda-llvm",
"--enable-cuvid",
"--enable-ffnvcodec",
"--enable-gnutls",
"--enable-gpl",
"--enable-libaom",
"--enable-libass",
"--enable-libdav1d",
"--enable-libfontconfig", "--enable-libfontconfig",
"--enable-libfreetype", "--enable-libfreetype",
"--enable-libmp3lame",
"--enable-libopenjpeg",
"--enable-libopus", "--enable-libopus",
"--enable-libpulse", "--enable-libpulse",
"--enable-librsvg", "--enable-librsvg",
"--enable-libsvtav1",
"--enable-libv4l2",
"--enable-libvidstab",
"--enable-libvorbis",
"--enable-libvpx", "--enable-libvpx",
"--enable-libdav1d",
"--enable-libxml2",
"--enable-libx264", "--enable-libx264",
"--enable-libx265", "--enable-libx265",
"--enable-libdav1d", "--enable-libxml2",
"--enable-libv4l2",
"--enable-libmp3lame",
"--enable-libzimg", "--enable-libzimg",
"--enable-vaapi",
"--enable-libvpl",
"--enable-amf",
"--enable-opencl",
"--enable-libass",
"--enable-gnutls",
"--enable-libvidstab",
"--enable-libaom",
"--enable-libopenjpeg",
"--enable-ffnvcodec",
"--enable-cuda-llvm",
"--enable-nvenc",
"--enable-vdpau",
"--enable-nvdec", "--enable-nvdec",
"--enable-cuvid" "--enable-nvenc",
"--enable-opencl",
"--enable-rpath",
"--enable-shared",
"--enable-vaapi",
"--enable-vdpau"
], ],
"build-options": { "build-options": {
"append-path": "/usr/lib/sdk/llvm18/bin", "prepend-path": "/usr/lib/sdk/llvm19/bin",
"prepend-ld-library-path": "/usr/lib/sdk/llvm18/lib" "prepend-ld-library-path": "/usr/lib/sdk/llvm19/lib",
"arch": {
"x86_64": {
"config-opts": [
"--enable-libvpl"
]
}
}
}, },
"cleanup": [ "cleanup": [
"/share/ffmpeg/examples" "/share/ffmpeg/examples"
@@ -618,8 +557,8 @@
"sources": [ "sources": [
{ {
"type": "archive", "type": "archive",
"url": "https://www.ffmpeg.org/releases/ffmpeg-7.1.tar.xz", "url": "https://www.ffmpeg.org/releases/ffmpeg-7.1.1.tar.xz",
"sha256": "40973d44970dbc83ef302b0609f2e74982be2d85916dd2ee7472d30678a7abe6", "sha256": "733984395e0dbbe5c046abda2dc49a5544e7e0e1e2366bba849222ae9e3a03b1",
"x-checker-data": { "x-checker-data": {
"type": "anitya", "type": "anitya",
"project-id": 5405, "project-id": 5405,
@@ -714,7 +653,7 @@
"config-opts": [ "config-opts": [
"-DCMAKE_BUILD_TYPE=Release", "-DCMAKE_BUILD_TYPE=Release",
"-DOPENCV_GENERATE_PKGCONFIG=ON", "-DOPENCV_GENERATE_PKGCONFIG=ON",
"-DBUILD_LIST=tracking" "-DBUILD_LIST=tracking,dnn"
], ],
"cleanup": [ "cleanup": [
"/bin" "/bin"
@@ -722,8 +661,8 @@
"sources": [ "sources": [
{ {
"type": "archive", "type": "archive",
"url": "https://github.com/opencv/opencv/archive/4.10.0.tar.gz", "url": "https://github.com/opencv/opencv/archive/4.11.0.tar.gz",
"sha256": "b2171af5be6b26f7a06b1229948bbb2bdaa74fcf5cd097e0af6378fce50a6eb9", "sha256": "9a7c11f924eff5f8d8070e297b322ee68b9227e003fd600d4b8122198091665f",
"x-checker-data": { "x-checker-data": {
"type": "anitya", "type": "anitya",
"project-id": 6615, "project-id": 6615,
@@ -733,8 +672,8 @@
}, },
{ {
"type": "archive", "type": "archive",
"url": "https://github.com/opencv/opencv_contrib/archive/4.10.0.tar.gz", "url": "https://github.com/opencv/opencv_contrib/archive/4.11.0.tar.gz",
"sha256": "65597f8fb8dc2b876c1b45b928bbcc5f772ddbaf97539bf1b737623d0604cba1", "sha256": "2dfc5957201de2aa785064711125af6abb2e80a64e2dc246aca4119b19687041",
"x-checker-data": { "x-checker-data": {
"type": "anitya", "type": "anitya",
"project-id": 6615, "project-id": 6615,