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 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
|
Source: analitza
Section: libs
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Aurélien COUDERC <coucouf@debian.org>,
Norbert Preining <norbert@preining.info>,
Build-Depends: cmake (>= 3.16~),
debhelper-compat (= 13),
extra-cmake-modules (>= 5.90.0~),
libeigen3-dev,
libglew-dev,
libqt5opengl5-dev (>= 5.6),
libqt5svg5-dev (>= 5.6),
pkg-config,
pkg-kde-tools (>> 0.15.15),
qtbase5-dev (>= 5.6),
qtdeclarative5-dev (>= 5.6),
qttools5-dev (>= 5.6),
qttools5-dev-tools (>= 5.6),
xauth <!nocheck>,
xvfb <!nocheck>,
Standards-Version: 4.6.2
Homepage: https://api.kde.org/stable/kdeedu-apidocs/analitza/html/
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/analitza
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/analitza.git
Rules-Requires-Root: no
Package: analitza-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Description: common files for Analitza
Analitza is a library to parse and work with mathematical expressions. This
library is being used by KAlgebra and Cantor and may be used in other
programs.
.
This package is part of the KDE education module.
Package: libanalitza-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Conflicts: kalgebra-dev,
Depends: qml-module-org-kde-analitza (= ${binary:Version}),
qtbase5-dev (>= 5.6),
${misc:Depends},
${so:Depends},
Description: development files for Analitza
Analitza is a library to parse and work with mathematical expressions. This
library is being used by KAlgebra and Cantor and may be used in other
programs.
.
This package contains the development files, used to build applications that
use Analitza.
.
This package is part of the KDE education module.
Package: libanalitza8
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: library to work with mathematical expressions
This library is used by KAlgebra and may be used by other software to parse and
work with mathematical expressions.
.
This package is part of the KDE education module.
Package: libanalitzagui8
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: library to work with mathematical expressions - GUI routines
This library is used by KAlgebra and may be used by other software to parse and
work with mathematical expressions. This library provides the routines related
to the graphical user interface.
.
This package is part of the KDE education module.
Package: libanalitzaplot8
Architecture: any
Multi-Arch: same
Depends: analitza-common, ${misc:Depends}, ${shlibs:Depends},
Description: library to work with mathematical expressions - plotting bits
This library is used by KAlgebra and may be used by other software to parse and
work with mathematical expressions. This library provides the routines related
to plotting.
.
This package is part of the KDE education module.
Package: libanalitzawidgets8
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: library to work with mathematical expressions - widgets
This library is used by KAlgebra and may be used by other software to parse and
work with mathematical expressions. This library provides several UI components
based on QWidget and QML.
.
This package is part of the KDE education module.
Package: qml-module-org-kde-analitza
Architecture: any
Multi-Arch: same
Depends: analitza-common,
qml-module-qtquick-controls,
qml-module-qtquick-layouts,
qml-module-qtquick2,
${misc:Depends},
${shlibs:Depends},
Description: library to work with mathematical expressions - QML library
This library is used by KAlgebra and may be used by other software to parse and
work with mathematical expressions. This library provides the QML components
for some of the UI widgets.
.
This package is part of the KDE education module.
Breaks: kalgebra-common (<< 4:17.08),
|