-
Notifications
You must be signed in to change notification settings - Fork 3
/
org.freedesktop.Platform.VulkanLayer.OBSVkCapture.yml
executable file
·55 lines (52 loc) · 1.75 KB
/
org.freedesktop.Platform.VulkanLayer.OBSVkCapture.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
id: org.freedesktop.Platform.VulkanLayer.OBSVkCapture
branch: '21.08'
runtime: org.freedesktop.Platform
runtime-version: '21.08'
sdk: org.freedesktop.Sdk
build-extension: true
separate-locales: false
appstream-compose: false
sdk-extensions:
- org.freedesktop.Sdk.Compat.i386
- org.freedesktop.Sdk.Extension.toolchain-i386
build-options:
prefix: /usr/lib/extensions/vulkan/OBSVkCapture
prepend-path: /usr/lib/extensions/vulkan/OBSVkCapture/bin
strip: true
modules:
- name: OBSVkCapture
buildsystem: cmake-ninja
build-options:
libdir: lib/x86_64-linux-gnu
config-opts: &vkcapture-config-opts
- -DBUILD_PLUGIN=off
- -DCMAKE_BUILD_TYPE=Release
sources: &vkcapture-sources
- type: git
url: https://github.com/nowrep/obs-vkcapture.git
tag: v1.3.0
commit: 1d6c3c8c8ee152ecdbad4af368b9774d36385b77
x-checker-data:
type: git
is-main-source: true
tag-pattern: ^v([\d.]+)$
- name: OBSVkCapture-32bit
buildsystem: cmake-ninja
build-options:
prepend-pkg-config-path: /app/lib32/pkgconfig:/usr/lib/i386-linux-gnu/pkgconfig
append-path: /usr/lib/sdk/toolchain-i386/bin
env:
CC: ccache i686-unknown-linux-gnu-gcc
CXX: ccache i686-unknown-linux-gnu-g++
libdir: lib/i386-linux-gnu
config-opts: *vkcapture-config-opts
sources: *vkcapture-sources
- name: metadata
buildsystem: simple
build-commands:
- install -Dm644 --target-directory=${FLATPAK_DEST}/share/metainfo ${FLATPAK_ID}.metainfo.xml
- appstream-compose --basename=${FLATPAK_ID} --prefix=${FLATPAK_DEST} --origin=flatpak
${FLATPAK_ID}
sources:
- type: file
path: org.freedesktop.Platform.VulkanLayer.OBSVkCapture.metainfo.xml