forked from phw/peek
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflatpak.json
127 lines (127 loc) · 3.49 KB
/
flatpak.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
{
"app-id": "com.uploadedlobster.peek",
"runtime": "org.gnome.Platform",
"runtime-version": "3.22",
"sdk": "org.gnome.Sdk",
"command": "peek",
"finish-args": [
"--share=ipc",
"--socket=x11",
"--env=GDK_BACKEND=x11",
"--env=GTK_THEME=Adwaita:dark",
"--socket=wayland",
"--own-name=com.uploadedlobster.peek",
"--talk-name=org.freedesktop.DBus",
"--talk-name=org.freedesktop.FileManager1",
"--talk-name=org.gnome.Shell.Screencast",
"--filesystem=xdg-pictures",
"--filesystem=xdg-videos",
"--filesystem=xdg-desktop",
"--filesystem=xdg-cache",
"--filesystem=xdg-run/dconf",
"--filesystem=~/.config/dconf:ro",
"--talk-name=ca.desrt.dconf",
"--env=DCONF_USER_CONFIG_DIR=.config/dconf"
],
"modules": [{
"name": "peek",
"buildsystem": "cmake",
"sources": [{
"type": "git",
"url": "https://github.com/phw/peek.git",
"branch": "master"
}],
"modules": [{
"name": "keybinder3",
"sources": [{
"type": "archive",
"url": "https://github.com/kupferlauncher/keybinder/releases/download/keybinder-3.0-v0.3.2/keybinder-3.0-0.3.2.tar.gz",
"sha256": "e6e3de4e1f3b201814a956ab8f16dfc8a262db1937ff1eee4d855365398c6020"
}]
}]
}, {
"name": "ffmpeg",
"config-opts": [
"--disable-debug",
"--disable-static",
"--enable-gpl",
"--enable-libvpx",
"--enable-libx264",
"--enable-shared",
"--enable-x11grab",
"--disable-ffplay",
"--disable-ffprobe",
"--disable-ffserver",
"--disable-doc",
"--disable-everything",
"--enable-decoder=libvpx_vp8",
"--enable-decoder=rawvideo",
"--enable-encoder=libx264",
"--enable-encoder=libvpx_vp8",
"--enable-encoder=rawvideo",
"--enable-encoder=pam",
"--enable-demuxer=webm",
"--enable-muxer=mp4",
"--enable-muxer=webm",
"--enable-muxer=rawvideo",
"--enable-filter=crop",
"--enable-filter=scale",
"--enable-protocol=file",
"--enable-indev=x11grab_xcb"
],
"sources": [{
"type": "archive",
"url": "https://ffmpeg.org/releases/ffmpeg-3.2.4.tar.xz",
"sha256": "6e38ff14f080c98b58cf5967573501b8cb586e3a173b591f3807d8f0660daf7a"
}],
"modules": [{
"name": "libx264",
"config-opts": [
"--enable-pic",
"--enable-shared"
],
"sources": [{
"type": "git",
"url": "git://git.videolan.org/x264.git",
"branch": "86b71982e131eaa70125f8d0e725fcade9c4c677"
}]
}]
}, {
"name": "imagemagick",
"config-opts": [
"--enable-static=no",
"--disable-docs",
"--disable-deprecated",
"--without-autotrace",
"--without-bzlib",
"--without-djvu",
"--without-dps",
"--without-fftw",
"--without-fontconfig",
"--without-fpx",
"--without-freetype",
"--without-gvc",
"--without-jbig",
"--without-jpeg",
"--without-lcms",
"--without-lzma",
"--without-magick-plus-plus",
"--without-openexr",
"--without-openjp2",
"--without-pango",
"--without-png",
"--without-raqm",
"--without-tiff",
"--without-webp",
"--without-wmf",
"--without-x",
"--without-xml",
"--without-zlib"
],
"sources": [{
"type": "archive",
"url": "https://www.imagemagick.org/download/ImageMagick-6.9.7-10.tar.bz2",
"sha256": "37296f8445540f19b30748b6cfe2d28bd05cf827e016410f0057b42ae6ccce53"
}]
}]
}