Stdeb use those dependencies (and also requiered and suggested) to writte the debian/control file inside .deb package. Actually, since I'm learning about debian packaging, I think about writing leo's custom build scrip to fine custom the packages... from leo :)
Then, those dependencies are given to the package installer (dpkg, ubuntu Sorftware center...) which will install them together with leo. So we *can *and even have to include pyqt & co. However, I still have to see how to manage conditional dependencies as leo can run over multiple configs : pyton2-qt4 - python2-qt5 - python3-qt4 - python3-qt5 So I've 3 questions to the developers : 1 - Is there a recommended configuration from the above ones to be the default one if no qt was previously installed and both py2 and py3 are installed ? 2 - I understand that Depends: docutils & Recomends: pyEnchant. Am I right ? Are there any other Depends, recommends & Suggested packages ? 3 - Could you tell me if there is some specific pyqt module to include ? For example I found that viewrendered2 needs (at least) qtsvg to work. You can select them from this list : python-qt4 - Python bindings for Qt4 > python-qt4-dbus - D-Bus Support for PyQt4 > python-qt4-dev - Development files for PyQt4 > python-qt4-phonon - Python bindings for Phonon > python-qt4-sql - Python bindings for PyQt4's SQL module > python-qt4-gl - Python bindings for Qt4's OpenGL module > python-qt4reactor - Twisted Qt4 Integration > python-pyqt5 - Python bindings for Qt5 > python-pyqt5.qtmultimedia - Python bindings for Qt5's Multimedia module > python-pyqt5.qtopengl - Python bindings for Qt5's OpenGL module > python-pyqt5.qtpositioning - Python bindings for QtPositioning module > python-pyqt5.qtquick - Python bindings for QtQuick module > python-pyqt5.qtsensors - Python bindings for QtSensors module > python-pyqt5.qtserialport - Python bindings for QtSerialPort module > python-pyqt5.qtsql - Python bindings for Qt5's SQL module > python-pyqt5.qtsvg - Python bindings for Qt5's SVG module > python-pyqt5.qtwebkit - Python bindings for Qt5's WebKit module > python-pyqt5.qtx11extras - Python bindings for QtX11Extras module > python-pyqt5.qtxmlpatterns - Python bindings for Qt5's XmlPatterns module > python3-pyqt4 - Python3 bindings for Qt4 > python3-pyqt4.phonon - Python3 bindings for Phonon > python3-pyqt4.qsci - Python 3 bindings for QScintilla 2 with Qt 4 > python3-pyqt4.qtopengl - Python 3 bindings for Qt4's OpenGL module > python3-pyqt4.qtsql - Python3 bindings for PyQt4's SQL module > python3-pyqt5 - Python 3 bindings for Qt5 > python3-pyqt5.qsci - Python 3 bindings for QScintilla 2 with Qt 5 > python3-pyqt5.qtmultimedia - Python 3 bindings for Qt5's Multimedia module > python3-pyqt5.qtopengl - Python 3 bindings for Qt5's OpenGL module > python3-pyqt5.qtpositioning - Python 3 bindings for QtPositioning module > python3-pyqt5.qtquick - Python 3 bindings for QtQuick module > python3-pyqt5.qtsensors - Python 3 bindings for QtSensors module > python3-pyqt5.qtserialport - Python 3 bindings for QtSerialPort module > python3-pyqt5.qtsql - Python 3 bindings for Qt5's SQL module > python3-pyqt5.qtsvg - Python 3 bindings for Qt5's SVG module > python3-pyqt5.qtwebkit - Python 3 bindings for Qt5's WebKit module > python3-pyqt5.qtx11extras - Python 3 bindings for QtX11Extras module > python3-pyqt5.qtxmlpatterns - Python 3 bindings for Qt5's XmlPatterns > module > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
