-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.flatpak-manifest.json
140 lines (140 loc) · 4.71 KB
/
.flatpak-manifest.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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"id": "org.kde.kphotoalbum",
"runtime": "org.kde.Platform",
"runtime-version": "6.7",
"base": "io.qt.qtwebengine.BaseApp",
"base-version": "6.7",
"sdk": "org.kde.Sdk",
"command": "kphotoalbum",
"rename-icon": "kphotoalbum",
"finish-args": [
"--device=dri",
"--share=ipc",
"--share=network",
"--socket=fallback-x11",
"--socket=wayland",
"--filesystem=xdg-pictures"
],
"cleanup": [
"*.a",
"*.la",
"/include",
"/lib/cmake",
"/lib/pkgconfig",
"/share/man"
],
"add-extensions": {
"org.freedesktop.Platform.ffmpeg-full": {
"directory": "lib/ffmpeg",
"version": "22.08",
"add-ld-path": "."
}
},
"cleanup-commands": [
"mkdir -p /app/lib/ffmpeg"
],
"modules": [
{
"name": "exiv2",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DBUILD_SHARED_LIBS=ON",
"-DEXIV2_ENABLE_XMP=ON",
"-DEXIV2_ENABLE_EXTERNAL_XMP=OFF",
"-DEXIV2_ENABLE_PNG=ON",
"-DEXIV2_ENABLE_NLS=ON",
"-DEXIV2_ENABLE_PRINTUCS2=ON",
"-DEXIV2_ENABLE_LENSDATA=ON",
"-DEXIV2_ENABLE_VIDEO=OFF",
"-DEXIV2_ENABLE_WEBREADY=OFF",
"-DEXIV2_ENABLE_DYNAMIC_RUNTIME=OFF",
"-DEXIV2_ENABLE_CURL=OFF",
"-DEXIV2_ENABLE_SSH=OFF",
"-DEXIV2_BUILD_SAMPLES=OFF",
"-DEXIV2_BUILD_PO=OFF",
"-DEXIV2_BUILD_EXIV2_COMMAND=OFF",
"-DEXIV2_BUILD_UNIT_TESTS=OFF",
"-DEXIV2_BUILD_DOC=OFF",
"-DEXIV2_TEAM_EXTRA_WARNINGS=OFF",
"-DEXIV2_TEAM_WARNINGS_AS_ERRORS=OFF",
"-DEXIV2_TEAM_USE_SANITIZERS=OFF",
"-DEXIV2_ENABLE_WIN_UNICODE=OFF",
"-DEXIV2_ENABLE_INIH:BOOL=OFF"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/Exiv2/exiv2/releases/download/v0.28.0/exiv2-0.28.0-Source.tar.gz",
"sha256": "89af3b5ef7277753ef7a7b5374ae017c6b9e304db3b688f1948e73e103491f3d",
"x-checker-data": {
"type": "anitya",
"project-id": 769,
"stable-only": true,
"url-template": "https://github.com/Exiv2/exiv2/releases/download/v$version/exiv2-$version-Source.tar.gz"
}
}
]
},
{
"name": "libraw",
"builddir": true,
"config-opts": [
"--disable-examples",
"--disable-static"
],
"sources": [
{
"type": "archive",
"url": "https://www.libraw.org/data/LibRaw-0.21.2.tar.gz",
"sha256": "fe7288013206854baf6e4417d0fb63ba4ed7227bf36fff021992671c2dd34b03",
"x-checker-data": {
"type": "anitya",
"project-id": 1709,
"stable-only": true,
"url-template": "https://www.libraw.org/data/LibRaw-$version.tar.gz"
}
},
{
"type": "shell",
"commands": [
"autoreconf -vfi"
]
}
]
},
{
"name": "libkdcraw",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DBUILD_TESTING=OFF",
"-DBUILD_WITH_QT6=ON"
],
"builddir": true,
"sources": [
{
"type": "archive",
"url": "https://download.kde.org/stable/release-service/24.08.1/src/libkdcraw-24.08.1.tar.xz",
"sha256": "dceda2ebbf7479ba232e9108d1cf58d613df0fa76c990106ee59dbba8c9c32f6",
"x-checker-data": {
"type": "anitya",
"project-id": 8763,
"stable-only": true,
"url-template": "https://download.kde.org/stable/release-service/$version/src/libkdcraw-$version.tar.xz"
}
}
]
},
{
"name": "kphotoalbum",
"buildsystem": "cmake-ninja",
"builddir": true,
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}