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
|
Source: flowcanvas
Priority: extra
Maintainer: Paul Brossier <piem@debian.org>
Build-Depends: debhelper (>= 7.0.50~),
python,
libgtkmm-2.4-dev,
libgnomecanvasmm-2.6-dev,
libboost-dev,
libgraphviz-dev (>= 2.30)
Standards-Version: 3.9.1
Section: libs
Vcs-Bzr: http://bzr.debian.org/users/piem/flowcanvas/
Vcs-Browser: http://bzr.debian.org/loggerhead/users/piem/flowcanvas/
Homepage: http://drobilla.net/software/flowcanvas/
Package: libflowcanvas-dev
Section: libdevel
Architecture: any
Depends: libflowcanvas5v5 (= ${binary:Version}), ${misc:Depends}
Description: interactive widget for “boxes and lines” environments - header files
FlowCanvas is an interactive Gtkmm/Gnomecanvasmm widget for “boxes and lines”
environments (ie modular synths or interactive finite state automata diagrams).
.
This package provides the development files.
Package: libflowcanvas5v5
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libflowcanvas5
Replaces: libflowcanvas5
Description: interactive widget for “boxes and lines” environments
FlowCanvas is an interactive Gtkmm/Gnomecanvasmm widget for “boxes and lines”
environments (ie modular synths or interactive finite state automata diagrams).
.
This package provides the runtime library.
|