summaryrefslogtreecommitdiff
path: root/debian/control
blob: 8c93b999c26d7d390507f0229433553feda6b742 (plain)
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
Source: ivy-cpp
Priority: extra
Section: devel
Maintainer: Nicolas Courtel <courtel@cena.fr>
Build-Depends: debhelper (>= 7.0.50~), libc6-dev, libx11-dev, ivy-c-dev (>= 3.11.8), mesa-common-dev, libpcre3-dev, libxxf86vm-dev, libglfw-dev, libqt4-dev
Standards-Version: 3.8.4

Package: ivy-cpp-dev
Section: libdevel
Architecture: any
Depends: ivy-cpp (= ${Source-Version}), ivy-cpp-glfw (= ${Source-Version}), libc6-dev, libx11-dev, mesa-common-dev
Description: C++ api for Ivy software bus. development Package
 This package is needed for compiling applications using ivy in C++.
 Ivy is mostly a communication convention between processes, implemented
 through a collection of libraries in several languages and for several platforms,
 from  C to Perl, from Macintosh or WindowsNT to Linux or Unix.

Package: ivy-cpp
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ivy-c (>= 3.11.8), libpcre3, libqtgui4, libqtcore4
Description: C++ api for Ivy software bus. runtime Package
 Ivy is mostly a communication convention between processes, implemented
 through a collection of libraries in several languages and for several platforms:
 from  C to Perl, from Macintosh or WindowsNT to Linux or Unix.

Package: ivy-cpp-glfw
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ivy-c (>= 3.11.8), libpcre3, libqtgui4, libqtcore4, libgl1-nvidia-glx | libgl1-mesa-dev, nvidia-glx | libgl1-mesa-glx
Description: C++ api for Ivy software bus. runtime Package
 Ivy is mostly a communication convention between processes, implemented
 through a collection of libraries in several languages and for several platforms:
 from  C to Perl, from Macintosh or WindowsNT to Linux or Unix.