-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcom.github.kalibari.audok.json
121 lines (121 loc) · 4.35 KB
/
com.github.kalibari.audok.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
{
"id": "com.github.kalibari.audok",
"runtime": "org.gnome.Platform",
"sdk": "org.gnome.Sdk",
"runtime-version": "47",
"command": "audok",
"finish-args": [
"--device=dri",
"--share=ipc",
"--share=network",
"--filesystem=xdg-music",
"--filesystem=xdg-download",
"--filesystem=xdg-run/pipewire-0:ro",
"--socket=fallback-x11",
"--socket=pulseaudio",
"--socket=wayland"
],
"modules": [
{
"name": "ffmpeg",
"config-opts": [
"--enable-rpath",
"--enable-gpl",
"--disable-static",
"--enable-shared",
"--disable-doc",
"--disable-alsa",
"--disable-libx264",
"--disable-libx265",
"--enable-libmp3lame"
],
"sources": [
{
"type": "archive",
"url": "https://www.ffmpeg.org/releases/ffmpeg-7.1.tar.gz",
"sha512": "b0a82ca1a34fb9fa16ee4b7fa682d7c3fdcc68cd703c72487a2de434c714f2dede68d390e61dbb3669e435e271e4580d6bae00875d71a17ad39f43644c5fdd07"
}
],
"cleanup": [
"/share/ffmpeg/examples"
]
},
{
"name": "streamripper",
"no-autogen": true,
"no-make-install": false,
"build-options": {
"config-opts": [
"--disable-static"
]
},
"sources": [
{
"type": "archive",
"url": "https://downloads.sourceforge.net/sourceforge/streamripper/streamripper-1.64.6.tar.gz",
"sha512": "8477086d0099f6de861f1c47112476c427073b6e8127bbaaa2dd3e7930fe9a5c6d9b2c68d4a317f1bc0b20c625e665d5c245189049d35468aa83cf51828d4428"
},
{
"type": "shell",
"commands": [
"cp -p /usr/share/automake-*/config.{sub,guess} .",
"cp -p /usr/share/automake-*/config.{sub,guess} libmad-0.15.1b/"
]
},
{
"type": "patch",
"paths": [
"patches/buildfix.patch"
]
}
]
},
{
"name": "yt-dlp",
"no-autogen": true,
"no-make-install": true,
"make-args": [
"yt-dlp",
"PYTHON=/usr/bin/python3"
],
"post-install": [
"install yt-dlp /app/bin"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2024.12.13/yt-dlp.tar.gz",
"sha512": "369cb303a4bf14b8e872ea3315478c943bc13741eaa4ee1d219df0d5e89d1c46992577acb8530c592e4278da1af7969a25417972c2ca55d84ee0f8e7e25c31b4",
"x-checker-data": {
"type": "json",
"url": "https://api.github.com/repos/yt-dlp/yt-dlp/tags",
"version-query": "[.[].name | select(. != \"nightly\")] | sort[-1]",
"url-query": "\"https://github.com/yt-dlp/yt-dlp/releases/download/\" + $version + \"/yt-dlp.tar.gz\""
}
}
]
},
{
"name": "audok",
"no-autogen": true,
"make-install-args": [
"PREFIX=/app",
"APPDIR=/app/audok"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/kalibari/audok/archive/refs/tags/v1.0.29.tar.gz",
"sha512": "5ba634e02b04cd893bbc395cc544bcea8ba576d93d225bc30d7320a37f8bfcb35018e9c9b01a507feaefee97483297915e5c2f7b816157374f62fd96bbb9c878"
},
{
"type": "file",
"path": "com.github.kalibari.audok.appdata.xml"
}
],
"post-install": [
"install -Dm644 com.github.kalibari.audok.appdata.xml /app/share/appdata/com.github.kalibari.audok.appdata.xml"
]
}
]
}