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 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
Source: libsavitar
Priority: optional
Maintainer: Debian 3-D Printing Packages <3dprinter-general@lists.alioth.debian.org>
Uploaders:
Gregor Riepl <onitake@gmail.com>,
Christoph Berg <myon@debian.org>,
Build-Depends: dpkg-dev (>= 1.22.5),
cmake,
debhelper-compat (= 12),
dh-python,
libpugixml-dev,
python3-all-dev,
python3-sipbuild,
sip-tools
Standards-Version: 4.5.0
Section: libs
Homepage: https://github.com/Ultimaker/libSavitar
Vcs-Browser: https://salsa.debian.org/3dprinting-team/libsavitar
Vcs-Git: https://salsa.debian.org/3dprinting-team/libsavitar.git
Package: libsavitar5t64
Provides: ${t64:Provides}
Replaces: libsavitar5
Breaks: libsavitar5 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Description: 3MF file handling library (shared library)
Savitar is a C++ library with Python 3 bindings for
reading and writing 3MF files.
.
3MF is an interchange format for sharing 3D models and other 3D printing
data between related software and 3D printers.
It is XML based and standardised by the 3MF consortium.
.
This package contains the shared library.
Package: libsavitar-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libpugixml-dev,
libsavitar5t64 (= ${binary:Version}),
${misc:Depends},
Description: 3MF file handling library (development files)
Savitar is a C++ library with Python 3 bindings for
reading and writing 3MF files.
.
3MF is an interchange format for sharing 3D models and other 3D printing
data between related software and 3D printers.
It is XML based and standardised by the 3MF consortium.
.
This package contains C++ headers and other development files.
Package: python3-savitar
Section: python
Architecture: any
Multi-Arch: same
Depends:
libsavitar5t64 (= ${binary:Version}),
python3-pyqt6,
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: 3MF file handling library (Python bindings)
Savitar is a C++ library with Python 3 bindings for
reading and writing 3MF files.
.
3MF is an interchange format for sharing 3D models and other 3D printing
data between related software and 3D printers.
It is XML based and standardised by the 3MF consortium.
.
This package contains the Python 3 bindings.
|