mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
Merge pull request #385 from Rafostar/nightly-fix
flatpak-nightly: Update to 23.08 runtime
This commit is contained in:
4
.github/workflows/flatpak-nightly.yml
vendored
4
.github/workflows/flatpak-nightly.yml
vendored
@@ -29,8 +29,8 @@ jobs:
|
|||||||
platforms: arm64
|
platforms: arm64
|
||||||
- name: Prepare Runtime
|
- name: Prepare Runtime
|
||||||
run: |
|
run: |
|
||||||
flatpak --system install -y --noninteractive flathub org.freedesktop.Sdk.Extension.rust-nightly/${{ matrix.arch }}/22.08
|
flatpak --system install -y --noninteractive flathub org.freedesktop.Sdk.Extension.rust-nightly/${{ matrix.arch }}/23.08
|
||||||
flatpak --system install -y --noninteractive flathub org.freedesktop.Sdk.Extension.llvm14/${{ matrix.arch }}/22.08
|
flatpak --system install -y --noninteractive flathub org.freedesktop.Sdk.Extension.llvm16/${{ matrix.arch }}/23.08
|
||||||
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
|
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
|
||||||
name: Build
|
name: Build
|
||||||
with:
|
with:
|
||||||
|
@@ -5,8 +5,17 @@
|
|||||||
"sdk": "org.gnome.Sdk",
|
"sdk": "org.gnome.Sdk",
|
||||||
"sdk-extensions": [
|
"sdk-extensions": [
|
||||||
"org.freedesktop.Sdk.Extension.rust-nightly",
|
"org.freedesktop.Sdk.Extension.rust-nightly",
|
||||||
"org.freedesktop.Sdk.Extension.llvm14"
|
"org.freedesktop.Sdk.Extension.llvm16"
|
||||||
],
|
],
|
||||||
|
"add-extensions": {
|
||||||
|
"org.freedesktop.Platform.ffmpeg-full": {
|
||||||
|
"version": "23.08",
|
||||||
|
"directory": "lib/ffmpeg",
|
||||||
|
"add-ld-path": ".",
|
||||||
|
"no-autodownload": false,
|
||||||
|
"autodelete": false
|
||||||
|
}
|
||||||
|
},
|
||||||
"command": "com.github.rafostar.Clapper",
|
"command": "com.github.rafostar.Clapper",
|
||||||
"separate-locales": false,
|
"separate-locales": false,
|
||||||
"finish-args": [
|
"finish-args": [
|
||||||
@@ -26,8 +35,8 @@
|
|||||||
"--env=GST_PLUGIN_SYSTEM_PATH=/app/lib/gstreamer-1.0"
|
"--env=GST_PLUGIN_SYSTEM_PATH=/app/lib/gstreamer-1.0"
|
||||||
],
|
],
|
||||||
"build-options": {
|
"build-options": {
|
||||||
"append-path": "/usr/lib/sdk/rust-nightly/bin:/usr/lib/sdk/llvm14/bin",
|
"append-path": "/usr/lib/sdk/rust-nightly/bin:/usr/lib/sdk/llvm16/bin",
|
||||||
"prepend-ld-library-path": "/usr/lib/sdk/llvm14/lib"
|
"prepend-ld-library-path": "/usr/lib/sdk/llvm16/lib"
|
||||||
},
|
},
|
||||||
"modules": [
|
"modules": [
|
||||||
"flathub/shared-modules/gudev/gudev.json",
|
"flathub/shared-modules/gudev/gudev.json",
|
||||||
@@ -38,7 +47,6 @@
|
|||||||
"flathub/lib/libdvdread.json",
|
"flathub/lib/libdvdread.json",
|
||||||
"flathub/lib/libdvdnav.json",
|
"flathub/lib/libdvdnav.json",
|
||||||
"flathub/lib/libass.json",
|
"flathub/lib/libass.json",
|
||||||
"flathub/lib/ffmpeg.json",
|
|
||||||
"testing/gstreamer.json",
|
"testing/gstreamer.json",
|
||||||
"testing/gst-plugins-rs.json",
|
"testing/gst-plugins-rs.json",
|
||||||
"testing/gtuber.json",
|
"testing/gtuber.json",
|
||||||
@@ -54,6 +62,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"cleanup-commands": [
|
"cleanup-commands": [
|
||||||
|
"mkdir -p /app/lib/ffmpeg",
|
||||||
"ln -s /lib/$FLATPAK_ARCH-linux-*/gstreamer-1.0/libgstpipewire.so /app/lib/gstreamer-1.0/"
|
"ln -s /lib/$FLATPAK_ARCH-linux-*/gstreamer-1.0/libgstpipewire.so /app/lib/gstreamer-1.0/"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user