-
Notifications
You must be signed in to change notification settings - Fork 5
/
org.nomacs.ImageLounge.json
111 lines (111 loc) · 3.78 KB
/
org.nomacs.ImageLounge.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
{
"app-id": "org.nomacs.ImageLounge",
"runtime": "org.kde.Platform",
"runtime-version": "5.15-23.08",
"sdk": "org.kde.Sdk",
"finish-args": [
"--device=dri",
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--socket=pulseaudio",
"--filesystem=home",
"--filesystem=/media",
"--filesystem=/run/media"
],
"command": "nomacs",
"cleanup": [
"/include",
"/lib/pkgconfig",
"/share/aclocal",
"/share/man",
"*.la",
"*.a"
],
"modules": [
{
"name": "exiv2",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_BUILD_TYPE=RelWithDebInfo"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/Exiv2/exiv2/releases/download/v0.27.7/exiv2-0.27.7-Source.tar.gz",
"sha256": "70629dc27e3d4dd5c3fa91afbea93166d338b1de284e6a4c44bbf9dcfe7bbc6d"
}
]
},
{
"name": "opencv",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DWITH_FFMPEG=OFF"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/opencv/opencv/archive/4.1.0.tar.gz",
"sha256": "8f6e4ab393d81d72caae6e78bd0fd6956117ec9f006fba55fcdb88caf62989b7"
},
{
"type": "patch",
"path": "patches/opencv-16369.patch",
"only-arches": [
"aarch64"
]
}
]
},
{
"name": "libraw",
"buildsystem": "autotools",
"sources": [
{
"type": "archive",
"url": "https://www.libraw.org/data/LibRaw-0.19.5.tar.gz",
"sha512": "4560045f75e6d2ab0d1d8686075f3a0e26a5d7ce693b48508110a2c31d19055d58983c24852da0abb64fa90db5e20f24b87aa7537ed04d958c38c8b265a7e826"
}
]
},
{
"name": "quazip",
"buildsystem": "cmake-ninja",
"builddir": true,
"sources": [
{
"type": "archive",
"url": "https://github.com/stachenov/quazip/archive/v0.8.1.tar.gz",
"sha512": "d65dab16c2cbc4d8bb23dae5b2fdff5ef787aaff2653b8e75c3fc8ba1701f5568a52bdde39009f83c5069a9fe3331cd1a49cf965822c4180e88bbc341faa2bfb"
}
]
},
{
"name": "nomacs",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DUSE_SYSTEM_QUAZIP=ON"
],
"subdir": "ImageLounge",
"sources": [
{
"type": "archive",
"url": "https://github.com/nomacs/nomacs/archive/3.16.224.tar.gz",
"sha512": "7ca8e713eedd71bc3dd3804a9a09ece15badb74949b155ea4da72a0ea129be173c8d0951604a6139d4490525cd420da8635773c11f0d133f666a48dcd9064257"
},
{
"type": "archive",
"dest": "ImageLounge/plugins",
"url": "https://github.com/nomacs/nomacs-plugins/archive/3.16.tar.gz",
"sha512": "cd72f6ddbe3e07d7ed97f08405bac7574f4f3285c81e835f5630e011c8a9b105f23d892fed8084cb35ce521aca5524db071d0edb8bb04850dd2209d9ed019747"
},
{
"type": "patch",
"path": "patches/imagelounge-appdata-screenshots.patch"
}
]
}
]
}