-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathorg.chrisoft.qmidiplayer.yml
76 lines (67 loc) · 1.99 KB
/
org.chrisoft.qmidiplayer.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
id: org.chrisoft.qmidiplayer
runtime: org.kde.Platform
runtime-version: '6.6'
sdk: org.kde.Sdk
command: qmidiplayer
finish-args:
- --share=ipc
- --socket=fallback-x11
- --socket=pulseaudio
- --socket=wayland
- --filesystem=host
- --device=dri
modules:
# Visualization
- name: glfw
buildsystem: cmake-ninja
builddir: true
config-opts:
- -DBUILD_SHARED_LIBS=ON
- -DGLFW_BUILD_EXAMPLES=OFF
- -DGLFW_BUILD_TESTS=OFF
- -DGLFW_BUILD_DOCS=OFF
sources:
- type: archive
url: https://github.com/glfw/glfw/releases/download/3.3.8/glfw-3.3.8.zip
sha256: 4d025083cc4a3dd1f91ab9b9ba4f5807193823e565a5bcf4be202669d9911ea6
cleanup:
- /include
- /lib/pkgconfig
- shared-modules/glew/glew.json
- shared-modules/glu/glu-9.json
- name: devil
buildsystem: cmake-ninja
config-opts:
- -DCMAKE_BUILD_TYPE=Release
subdir: DevIL
builddir: true
sources:
- type: archive
url: https://sourceforge.net/projects/openil/files/DevIL/1.8.0/DevIL-1.8.0.tar.gz
sha256: 0075973ee7dd89f0507873e2580ac78336452d29d34a07134b208f44e2feb709
# Minimum QMidiPlayer build
- shared-modules/linux-audio/fluidsynth2.json
- name: rtmidi
buildsystem: cmake-ninja
sources:
- type: archive
url: https://github.com/thestk/rtmidi/archive/refs/tags/6.0.0.tar.gz
sha256: ef7bcda27fee6936b651c29ebe9544c74959d0b1583b716ce80a1c6fea7617f0
x-checker-data:
type: anitya
project-id: 4220
url-template: https://github.com/thestk/rtmidi/archive/refs/tags/$version.tar.gz
- name: qmidiplayer
buildsystem: cmake-ninja
builddir: true
config-opts:
- -DBUILD_VISUALIZATION=ON
- -DCMAKE_BUILD_TYPE=Release
- -DUSE_QT6=ON
sources:
- type: git
url: https://github.com/chirs241097/QMidiPlayer.git
tag: '0.8.8.1'
commit: 2fdf6d0efd50f7c6d17df56fb231b5e4d0d6e051
- type: patch
path: 'appstream.diff'