nandi/frqpublic Fork 0
36f6c77d9a7dcfa050a3394893c6fe4867ddbc2c
Commits
Clone
git clone https://git.rickub.com/nandi/frq.git
git clone ssh://git@rickub.com/nandi/frq.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

libjoltmoq-android.dotslash · 67 lines · 2.3 KBGDScript3 Blame HistoryRaw
Pin the media plane, now that there is a release to pin 03d5a6b nandi 18d ago1#!/usr/bin/env dotslash
2
3// The AV media plane for the phone, from jolt-native's v0.1.3 release.
4//
5// The same tarball libvidya-android names, and deliberately so: the two objects
6// are built together and only make sense together libjoltapp links both, and
7// a libjoltmoq from one release beside a libvidya from another is a pairing
8// nothing has tested. Same digest, different file out of it.
9//
10// Before v0.1.3 there was no such object at all: the media plane was V4L2 and
11// PipeWire, which a phone has neither of. The camera is Camera2 over JNI now
12// and the microphone is cpal's AAudio host.
13//
Take every jolt-native half from the release, and only from there a008d3b nandi 18d ago14// The only answer for it, the same as libvidya.
Pin the media plane, now that there is a release to pin 03d5a6b nandi 18d ago15{
16 "name": "libjoltmoq-android",
17 "platforms": {
18 "linux-x86_64": {
19 "size": 14150473,
20 "hash": "sha256",
21 "digest": "4519745bae6db9a791a71b38a26478879e246166802b0a48dbf7d45e4d45a108",
22 "format": "tar.gz",
23 "path": "libjoltmoq.so",
24 "providers": [
25 {
26 "url": "https://gitlab.com/nandithebull/jolt-native/-/releases/v0.1.3/downloads/jolt-native-android-arm64-v0.1.3.tar.gz"
27 }
28 ]
29 },
30 "linux-aarch64": {
31 "size": 14150473,
32 "hash": "sha256",
33 "digest": "4519745bae6db9a791a71b38a26478879e246166802b0a48dbf7d45e4d45a108",
34 "format": "tar.gz",
35 "path": "libjoltmoq.so",
36 "providers": [
37 {
38 "url": "https://gitlab.com/nandithebull/jolt-native/-/releases/v0.1.3/downloads/jolt-native-android-arm64-v0.1.3.tar.gz"
39 }
40 ]
41 },
42 "macos-x86_64": {
43 "size": 14150473,
44 "hash": "sha256",
45 "digest": "4519745bae6db9a791a71b38a26478879e246166802b0a48dbf7d45e4d45a108",
46 "format": "tar.gz",
47 "path": "libjoltmoq.so",
48 "providers": [
49 {
50 "url": "https://gitlab.com/nandithebull/jolt-native/-/releases/v0.1.3/downloads/jolt-native-android-arm64-v0.1.3.tar.gz"
51 }
52 ]
53 },
54 "macos-aarch64": {
55 "size": 14150473,
56 "hash": "sha256",
57 "digest": "4519745bae6db9a791a71b38a26478879e246166802b0a48dbf7d45e4d45a108",
58 "format": "tar.gz",
59 "path": "libjoltmoq.so",
60 "providers": [
61 {
62 "url": "https://gitlab.com/nandithebull/jolt-native/-/releases/v0.1.3/downloads/jolt-native-android-arm64-v0.1.3.tar.gz"
63 }
64 ]
65 }
66 }
67}