-
Notifications
You must be signed in to change notification settings - Fork 7
/
app.drey.EarTag.Devel.json
119 lines (119 loc) · 4.2 KB
/
app.drey.EarTag.Devel.json
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"app-id" : "app.drey.EarTag.Devel",
"runtime" : "org.gnome.Platform",
"runtime-version" : "master",
"sdk" : "org.gnome.Sdk",
"command" : "eartag-devel",
"finish-args" : [
"--share=ipc",
"--share=network",
"--socket=fallback-x11",
"--device=dri",
"--socket=wayland"
],
"add-extensions": {
"org.freedesktop.Platform.ffmpeg-full": {
"directory": "lib/ffmpeg",
"version": "22.08",
"add-ld-path": ".",
"autodelete": false
}
},
"cleanup-commands": [
"mkdir -p /app/lib/ffmpeg"
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules" : [
{
"name": "blueprint-compiler",
"buildsystem": "meson",
"sources": [
{
"type": "archive",
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler/-/archive/v0.14.0/blueprint-compiler-v0.14.0.tar.gz",
"sha256": "05faf3810cb76d4e2d2382c6a7e6c8096af27e144e2260635c97f6a173d67234"
}
]
},
"data/flatpak-python-modules.json",
{
"name": "python3-pytest",
"buildsystem": "simple",
"build-commands": [
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"pytest\" --no-build-isolation"
],
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/ef/a6/62565a6e1cf69e10f5727360368e451d4b7f58beeac6173dc9db836a5b46/iniconfig-2.0.0-py3-none-any.whl",
"sha256": "b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374"
},
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/08/aa/cc0199a5f0ad350994d660967a8efb233fe0416e4639146c089643407ce6/packaging-24.1-py3-none-any.whl",
"sha256": "5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124"
},
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/88/5f/e351af9a41f866ac3f1fac4ca0613908d9a41741cfcf2228f4ad853b697d/pluggy-1.5.0-py3-none-any.whl",
"sha256": "44e1ad92c8ca002de6377e165f3e0f1be63266ab4d554740532335b9d75ea669"
},
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/0f/f9/cf155cf32ca7d6fa3601bc4c5dd19086af4b320b706919d48a4c79081cf9/pytest-8.3.2-py3-none-any.whl",
"sha256": "4ba08f9ae7dcf84ded419494d229b48d0903ea6407b030eaec46df5e6a73bba5"
}
]
},
{
"name": "chromaprint",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DCMAKE_BUILD_TYPE:STRING=Release",
"-DBUILD_TOOLS:BOOL=ON",
"-DBUILD_TESTS:BOOL=OFF"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/acoustid/chromaprint/archive/aa67c95b9e486884a6d3ee8b0c91207d8c2b0551.tar.gz",
"sha256": "88e13f065e31d59d102339d956d0e2f99b125386e4d58ae7de6f09b90104b90f"
},
{
"type": "patch",
"path": ".chromaprint_ffmpeg7.patch"
}
],
"cleanup": [
"/include",
"/lib/pkgconfig"
]
},
{
"name" : "eartag",
"builddir" : true,
"buildsystem" : "meson",
"run-tests": true,
"config-opts" : [
"-Ddevel=true"
],
"sources" : [
{
"type" : "dir",
"path": "."
}
]
}
]
}