mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
9
.github/workflows/flatpak-nightly.yml
vendored
9
.github/workflows/flatpak-nightly.yml
vendored
@@ -16,7 +16,8 @@ jobs:
|
|||||||
arch: [x86_64, aarch64]
|
arch: [x86_64, aarch64]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: Install Docker
|
- name: Install Docker
|
||||||
@@ -24,15 +25,15 @@ jobs:
|
|||||||
dnf -y install docker
|
dnf -y install docker
|
||||||
- name: Setup QEMU
|
- name: Setup QEMU
|
||||||
id: qemu
|
id: qemu
|
||||||
uses: docker/setup-qemu-action@v1
|
uses: docker/setup-qemu-action@v3
|
||||||
with:
|
with:
|
||||||
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 }}/23.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.llvm16/${{ matrix.arch }}/23.08
|
flatpak --system install -y --noninteractive flathub org.freedesktop.Sdk.Extension.llvm16/${{ matrix.arch }}/23.08
|
||||||
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
|
- name: Build
|
||||||
name: Build
|
uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6
|
||||||
with:
|
with:
|
||||||
bundle: com.github.rafostar.Clapper.flatpak
|
bundle: com.github.rafostar.Clapper.flatpak
|
||||||
manifest-path: pkgs/flatpak/com.github.rafostar.Clapper-nightly.json
|
manifest-path: pkgs/flatpak/com.github.rafostar.Clapper-nightly.json
|
||||||
|
9
.github/workflows/flatpak.yml
vendored
9
.github/workflows/flatpak.yml
vendored
@@ -20,7 +20,8 @@ jobs:
|
|||||||
arch: [x86_64, aarch64]
|
arch: [x86_64, aarch64]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: Install Docker
|
- name: Install Docker
|
||||||
@@ -28,11 +29,11 @@ jobs:
|
|||||||
dnf -y install docker
|
dnf -y install docker
|
||||||
- name: Setup QEMU
|
- name: Setup QEMU
|
||||||
id: qemu
|
id: qemu
|
||||||
uses: docker/setup-qemu-action@v1
|
uses: docker/setup-qemu-action@v3
|
||||||
with:
|
with:
|
||||||
platforms: arm64
|
platforms: arm64
|
||||||
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
|
- name: Build
|
||||||
name: "Build"
|
uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6
|
||||||
with:
|
with:
|
||||||
bundle: com.github.rafostar.Clapper.flatpak
|
bundle: com.github.rafostar.Clapper.flatpak
|
||||||
manifest-path: pkgs/flatpak/com.github.rafostar.Clapper.json
|
manifest-path: pkgs/flatpak/com.github.rafostar.Clapper.json
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
"autodelete": false
|
"autodelete": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"command": "com.github.rafostar.Clapper",
|
"command": "clapper",
|
||||||
"separate-locales": false,
|
"separate-locales": false,
|
||||||
"finish-args": [
|
"finish-args": [
|
||||||
"--share=ipc",
|
"--share=ipc",
|
||||||
@@ -46,6 +46,8 @@
|
|||||||
"flathub/lib/libdvdread.json",
|
"flathub/lib/libdvdread.json",
|
||||||
"flathub/lib/libdvdnav.json",
|
"flathub/lib/libdvdnav.json",
|
||||||
"flathub/lib/libass.json",
|
"flathub/lib/libass.json",
|
||||||
|
"testing/libmicrodns.json",
|
||||||
|
"testing/dav1d.json",
|
||||||
"testing/gstreamer.json",
|
"testing/gstreamer.json",
|
||||||
"testing/gst-plugins-rs.json",
|
"testing/gst-plugins-rs.json",
|
||||||
"testing/gtuber.json",
|
"testing/gtuber.json",
|
||||||
|
25
pkgs/flatpak/testing/dav1d.json
Normal file
25
pkgs/flatpak/testing/dav1d.json
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"name": "dav1d",
|
||||||
|
"buildsystem": "meson",
|
||||||
|
"only-arches": [
|
||||||
|
"x86_64"
|
||||||
|
],
|
||||||
|
"config-opts": [
|
||||||
|
"-Denable_tools=false",
|
||||||
|
"-Denable_examples=false",
|
||||||
|
"-Denable_tests=false",
|
||||||
|
"-Denable_docs=false",
|
||||||
|
"-Dlogging=false"
|
||||||
|
],
|
||||||
|
"cleanup": [
|
||||||
|
"/include",
|
||||||
|
"/lib/pkgconfig"
|
||||||
|
],
|
||||||
|
"sources": [
|
||||||
|
{
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://code.videolan.org/videolan/dav1d.git",
|
||||||
|
"branch": "master"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Reference in New Issue
Block a user