blob: 6f7c3d2310c1a2753f7f901b92c76c818c4cb36f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>joe@wt.gd</email>
<name>Joe Kappus</name>
</maintainer>
<longdescription>
Crow Translate is a simple and lightweight translator that allows
translating and speaking text using the Mozhi translation API.
It features global shortcuts, text-to-speech, OCR via Tesseract,
and a popup translation window.
</longdescription>
<use>
<flag name="piper-tts">Enable Piper neural text-to-speech support (requires onnxruntime and bundled espeak-ng)</flag>
<flag name="wayland">Enable improved Wayland integration via KWayland</flag>
</use>
<origin>baldeagleos-repo</origin>
</pkgmetadata>
|