File: control

package info (click to toggle)
raqm 0.10.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,060 kB
  • sloc: ansic: 2,151; python: 61; xml: 57; sh: 26; makefile: 6
file content (44 lines) | stat: -rw-r--r-- 1,324 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
Source: raqm
Section: libs
Priority: optional
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Standards-Version: 4.7.2
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 pkgconf,
 libfreetype-dev (>= 2.4.2),
 libfribidi-dev,
 libharfbuzz-dev (>= 5.2),
 python3,
 gtk-doc-tools (>= 1.15),
 meson (>= 0.56.0)
Homepage: https://github.com/HOST-Oman/libraqm
Vcs-Git: https://salsa.debian.org/debian/raqm.git
Vcs-Browser: https://salsa.debian.org/debian/raqm

Package: libraqm0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Library for complex text layout
 Raqm is a small library to provide convenience functions for complex text
 layout. It currently provides bidirectional text support (using FriBiDi),
 shaping (using HarfBuzz), with proper script itemization.
 .
 This package contains the shared libraries.

Package: libraqm-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends}, libraqm0 (= ${binary:Version})
 , libfreetype-dev
 , libfribidi-dev
 , libharfbuzz-dev (>= 5.2)
Description: Development files for Raqm library
 Raqm is a library for complex text layout.
 .
 This package contains the header files and static libraries for the
 Raqm library.