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
|
Source: qt6-shadertools
Section: libs
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Patrick Franz <deltaone@debian.org>
Build-Depends: cmake (>= 3.24~),
debhelper-compat (= 13),
libgl-dev,
libvulkan-dev [linux-any],
ninja-build,
pkg-config,
pkg-kde-tools,
qt6-base-dev (>= 6.4.2+dfsg~),
qt6-base-private-dev (>= 6.4.2+dfsg~),
qt6-shader-baker <cross>,
qt6-shadertools-dev:native <cross>,
Standards-Version: 4.6.2
Homepage: https://www.qt.io/developers/
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/qt-kde-team/qt6/qt6-shadertools.git
Vcs-Browser: https://salsa.debian.org/qt-kde-team/qt6/qt6-shadertools
Package: libqt6shadertools6
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Qt 6 shader tools module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The QTShaderTools module contains APIs and tools to provide functionality
for the shader pipeline used by QtQuick.
Package: qt6-shader-baker
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Qt 6 shader baker
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the Qt Shader Baker tool.
Package: qt6-shadertools-dev
Provides: libqt6shadertools6-dev (= ${binary:Version})
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libqt6shadertools6 (= ${binary:Version}),
qt6-shader-baker (= ${binary:Version}),
${misc:Depends},
Breaks: libqt6shadertools6-dev (<< 6.4.1-1~)
Replaces: libqt6shadertools6-dev (<< 6.4.1-1~)
Description: Qt 6 shader tools module - development files
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the development files needed to build Qt 6 applications
using the QtShaderTools library.
|