File: control

package info (click to toggle)
goldendict-webengine 23.02.05-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 19,148 kB
  • sloc: cpp: 58,537; javascript: 9,942; ansic: 9,242; xml: 41; makefile: 15; sh: 9
file content (62 lines) | stat: -rw-r--r-- 1,562 bytes parent folder | download
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
Source: goldendict-webengine
Priority: optional
Section: utils
Maintainer: Boyuan Yang <byang@debian.org>
Standards-Version: 4.6.2
Build-Depends:
 debhelper-compat (= 13),
 libao-dev,
 libavformat-dev,
 libavutil-dev,
 libbz2-dev,
 libeb16-dev,
 libhunspell-dev,
 libjs-jquery,
 liblzma-dev,
 liblzo2-dev,
 libopencc-dev (>= 1.1),
 libphonon4qt5-dev,
 libqt5svg5-dev,
 libqt5webchannel5-dev,
 libqt5x11extras5-dev,
 libtiff5-dev,
 libvorbis-dev,
 libx11-dev,
 libxtst-dev,
 libzstd-dev,
 pkg-config,
 qt5-qmake,
 qtbase5-dev,
 qtmultimedia5-dev,
 qttools5-dev,
 qttools5-dev-tools,
 qtwebengine5-dev,
 x11proto-record-dev,
 zlib1g-dev,
Rules-Requires-Root: no
Homepage: https://github.com/xiaoyifang/goldendict
Vcs-Browser: https://salsa.debian.org/debian/goldendict-webengine
Vcs-Git: https://salsa.debian.org/debian/goldendict-webengine.git

Package: goldendict-webengine
Architecture: any
Depends:
 libjs-jquery,
 libqt5multimedia5-plugins,
 ${misc:Depends},
 ${shlibs:Depends},
Breaks:
 goldendict,
Replaces:
 goldendict,
Provides:
 goldendict,
Description: feature-rich dictionary lookup program (qtwebengine fork)
 GoldenDict is a feature-rich dictionary lookup program, supporting multiple
 dictionary formats (StarDict/Babylon/Lingvo/Dictd/AARD/MDict/SDict)
 and online dictionaries, featuring perfect article rendering with the
 complete markup, illustrations and other content retained,
 and allowing you to type in words without any accents or correct case.
 .
 This is a forked version that uses QtWebEngine as rendering engine instead
 of QtWebKit.