File: control

package info (click to toggle)
cppgir 2.0%2Bgit20250629.2a7d9ce-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,220 kB
  • sloc: cpp: 16,451; ansic: 355; python: 86; makefile: 13; sh: 9
file content (33 lines) | stat: -rw-r--r-- 1,313 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
Source: cppgir
Section: devel
Priority: optional
Maintainer: Nicholas Guriev <guriev-ns@ya.ru>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Arch:
 cmake (>= 3.14),
 gir1.2-gio-2.0-dev <!nocheck>,
 gir1.2-gobject-2.0-dev <!nocheck>,
 gir1.2-gst-1.0-dev <!nocheck>,
 gir1.2-gtk-3.0-dev <!nocheck>,
 libboost-dev (>= 1.58),
 libboost-fiber-dev (>= 1.65) [i386 hurd-i386 kfreebsd-i386 amd64 kfreebsd-amd64 armel armhf arm64 loong64 mips mipsel mips64el powerpc ppc64el riscv64 s390x] <!nocheck>,
 libgio-2.0-dev <!nocheck>,
 libgstreamer1.0-dev <!nocheck>,
 libgtk-3-dev <!nocheck>,
 qtbase5-dev (>= 5.9) <!nocheck>,
 ronn <!nodoc>,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://gitlab.com/mnauw/cppgir
Vcs-Git: https://salsa.debian.org/mymedia/cppgir.git
Vcs-Browser: https://salsa.debian.org/mymedia/cppgir

Package: cppgir
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: C++ binding wrapper generator for GObject introspection
 cppgir processes .gir files derived from GObject-Introspection annotations into
 a set of C++ files defining suitable namespaces, classes and other types that
 together from a C++ binding. In this way, the plain C libraries and objects
 become available as native objects along with managed resource handling.