Package: bpftool Source: linux Version: 5.14.16-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 920 Depends: libc6 (>= 2.26), libcap2 (>= 1:2.10), libelf1 (>= 0.142), zlib1g (>= 1:1.2.3.3) Homepage: https://www.kernel.org/ Priority: optional Section: devel Filename: pool/ahs/l/linux/bpftool_5.14.16-1~mx21+1_amd64.deb Size: 586680 SHA256: 0a0a04c43be3e6c26fd85c8c2908da5a7a424e21d9d769c64c74c033361b02bf SHA1: a684b0bb54c1ee975117755a007faa2d57e0c4d6 MD5sum: 804747392ac27b884afa9c340c8a6426 Description: Inspection and simple manipulation of BPF programs and maps The bpftool command allows for inspection and simple modification of Berkeley Packet Filter (BPF) objects on the system. Original-Maintainer: Debian Kernel Team Package: clang-12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 343 Depends: libc6 (>= 2.14), libclang-cpp12 (>= 1:12.0.1), libgcc-s1 (>= 3.0), libllvm12, libstdc++6 (>= 5.2), libstdc++-10-dev, libgcc-10-dev, libobjc-10-dev, libclang-common-12-dev (= 1:12.0.1-8~mx21ahs+1), llvm-12-linker-tools (= 1:12.0.1-8~mx21ahs+1), libclang1-12 (= 1:12.0.1-8~mx21ahs+1), libc6-dev, binutils Recommends: llvm-12-dev, python3, libomp-12-dev Suggests: clang-12-doc Breaks: llvm-12-dev (<< 1:12.0.0-2) Replaces: llvm-12-dev (<< 1:12.0.0-2) Provides: c++-compiler, c-compiler, objc-compiler Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/ahs/l/llvm-toolchain-12/clang-12_12.0.1-8~mx21ahs+1_amd64.deb Size: 113936 SHA256: cc0aa9eef6a8a235bf29e07e908db8ff0a7b991f7cffa11fc6a26ded952797a5 SHA1: a3eb490cb3f6d6b55a9679901afaa4daf9b54ec5 MD5sum: ef20a7d05bbfc4eb52dcd341bfcbba92 Description: C, C++ and Objective-C compiler Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. Package: clang-12-doc Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 10098 Depends: libjs-mathjax Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/ahs/l/llvm-toolchain-12/clang-12-doc_12.0.1-8~mx21ahs+1_all.deb Size: 1197408 SHA256: bf91651e45d0fe5c5894d21d1c21d7a9885770d5e3ae3af380340337f103d6de SHA1: 3f51d8c106b756b5ac02e87ea7697b4e5211a620 MD5sum: 4770724922a514068467ad543cce74fd Description: C, C++ and Objective-C compiler - Documentation Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the documentation. Package: clang-12-examples Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 88 Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/ahs/l/llvm-toolchain-12/clang-12-examples_12.0.1-8~mx21ahs+1_amd64.deb Size: 59268 SHA256: 17e18d574e29a5c47bcc2292f99a15c3bff7445f979e3d595ac089c4e1d3c4c0 SHA1: b59286924d687a5d8c9b3311b0a67ba17d6e35c4 MD5sum: 4040a661eb2ecd1c9310a6adac9e0fe6 Description: Clang examples Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the Clang examples. Package: clang-format-12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 205 Depends: libc6 (>= 2.14), libclang-cpp12 (>= 1:12.0.1), libgcc-s1 (>= 3.0), libllvm12 (= 1:12.0.1-8~mx21ahs+1), libstdc++6 (>= 5.2), python3 Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/ahs/l/llvm-toolchain-12/clang-format-12_12.0.1-8~mx21ahs+1_amd64.deb Size: 88044 SHA256: d1e3f4d12c4fc58172242eb8e2802a200013607ade678f5d5f79352d6484729c SHA1: 1adc8accd16cbdc6d67a60062b2751c01e618788 MD5sum: fc680bab3414b7b1ea59776f401ad340 Description: Tool to format C/C++/Obj-C code Clang-format is both a library and a stand-alone tool with the goal of automatically reformatting C++ sources files according to configurable style guides. To do so, clang-format uses Clang's Lexer to transform an input file into a token stream and then changes all the whitespace around those tokens. The goal is for clang-format to both serve both as a user tool (ideally with powerful IDE integrations) and part of other refactoring tools, e.g. to do a reformatting of all the lines changed during a renaming. . This package also provides vim and emacs plugins. Package: clang-tidy-12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 5897 Depends: libc6 (>= 2.14), libclang-cpp12 (>= 1:12.0.1), libgcc-s1 (>= 3.0), libllvm12 (= 1:12.0.1-8~mx21ahs+1), libstdc++6 (>= 5.2), python3, libclang-common-12-dev, clang-tools-12, python3-yaml Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/ahs/l/llvm-toolchain-12/clang-tidy-12_12.0.1-8~mx21ahs+1_amd64.deb Size: 1147696 SHA256: 0f129733e10a09589e08552c7586ad092c489d2ac9ac18b7603e4429f70bc17a SHA1: 9e7f65fd2bf5adc854a573272f2197150d1b78e4 MD5sum: d427e1532e057dc3acd70395d8b640df Description: clang-based C++ linter tool Provide an extensible framework for diagnosing and fixing typical programming errors, like style violations, interface misuse, or bugs that can be deduced via static analysis. clang-tidy is modular and provides a convenient interface for writing new checks. Package: clang-tools-12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 24121 Depends: libc6 (>= 2.29), libclang-cpp12 (>= 1:12.0.1), libclang1-12 (>= 1:12~++20200417041528+cc0ec3fdb9d-1~), libgcc-s1 (>= 3.0), libllvm12, libstdc++6 (>= 9), libxml2 (>= 2.7.4), clang-12 (= 1:12.0.1-8~mx21ahs+1), python3 Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/ahs/l/llvm-toolchain-12/clang-tools-12_12.0.1-8~mx21ahs+1_amd64.deb Size: 5778468 SHA256: c6370b54f20eeade6efab6bb85542a8120992d29fe7ec54e49ba2d02d7d53e03 SHA1: 3d84d8485b942fb6bc6a9e40ec9d903bf24a3843 MD5sum: 3dd3a2b2c34b475f19a16de7f2df91a5 Description: clang-based tools for C/C++ developments Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains some clang-based tools like scan-build, clang-cl, etc. Package: clangd-12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 10193 Depends: libc6 (>= 2.30), libclang-cpp12 (>= 1:12.0.1), libgcc-s1 (>= 3.0), libllvm12, libstdc++6 (>= 6), libclang-common-12-dev (= 1:12.0.1-8~mx21ahs+1) Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/ahs/l/llvm-toolchain-12/clangd-12_12.0.1-8~mx21ahs+1_amd64.deb Size: 2378800 SHA256: dce49938fdd237be4ed832e76f072820981865a5d894fe1a6657c8c85fc9c3aa SHA1: 57984521908d9e9462d0150002fc45119414ee14 MD5sum: 5187866140f5b873b8361d38fedf1ad9 Description: Language server that provides IDE-like features to editors clangd understands your C++ code and adds smart features to your editor: - code completion - compile errors - go-to-definition - and more. . clangd is a language server that implements the Language Server Protocol; it can work with many editors through a plugin. Package: hyperv-daemons Source: linux Version: 5.14.16-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 466 Pre-Depends: init-system-helpers (>= 1.54~) Depends: lsb-base, libc6 (>= 2.4) Homepage: https://www.kernel.org/ Priority: optional Section: admin Filename: pool/ahs/l/linux/hyperv-daemons_5.14.16-1~mx21+1_amd64.deb Size: 386212 SHA256: d8d79b2b484f1b2a3f2a688d2c28e271c30c8948c91ff088c11fa42d4a18f0be SHA1: da4d82de59313aa99a38f95c63e5236990a64b30 MD5sum: bed5cc886e7d441def4dc7ffd73e190e Description: Support daemons for Linux running on Hyper-V Suite of daemons for Linux guests running on Hyper-V, consisting of hv_fcopy_daemon, hv_kvp_daemon and hv_vss_daemon. . hv_fcopy_daemon provides the file copy service, allowing the host to copy files into the guest. . hv_kvp_daemon provides the key-value pair (KVP) service, allowing the host to get and set the IP networking configuration of the guest. (This requires helper scripts which are not currently included.) . hv_vss_daemon provides the volume shadow copy service (VSS), allowing the host to freeze the guest filesystems while taking a snapshot. Original-Maintainer: Debian Kernel Team Package: intel-gpu-tools Version: 1.26-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 4946 Depends: libc6 (>= 2.30), libcairo2 (>= 1.6.0), libdrm-intel1 (>= 2.4.36), libdrm-nouveau2 (>= 2.4.66), libdrm2 (>= 2.4.82), libdw1 (>= 0.127), libglib2.0-0 (>= 2.35.9), libkmod2 (>= 5~), libpciaccess0 (>= 0.8.0+git20071002), libpixman-1-0 (>= 0.15.14), libprocps8 (>= 2:3.3.16-1), libudev1 (>= 183), libunwind8, libx11-6 (>= 2:1.4.99.1), libxext6, libxv1, zlib1g (>= 1:1.1.4) Conflicts: xserver-xorg-video-intel (<< 2.9.1) Homepage: https://01.org/linuxgraphics/ Priority: optional Section: x11 Filename: pool/ahs/i/intel-gpu-tools/intel-gpu-tools_1.26-1~mx21ahs+1_amd64.deb Size: 956676 SHA256: 0744c60377cc529bffbd31374a9b3e1e6a8645187bb64f96dc9e7df0ecde6bdb SHA1: 28e3de956cb18e415ca2895259f9499217d35a1b MD5sum: 6aaa5c77b6cdce1d96287f38a612dc5a Description: tools for debugging the Intel graphics driver intel-gpu-tools is a package of tools for debugging the Intel graphics driver, including a GPU hang dumping program, performance monitor, and performance microbenchmarks for regression testing the DRM. Original-Maintainer: Debian X Strike Force Package: intel-media-va-driver Source: intel-media-driver Version: 21.4.1+dfsg1-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 7909 Depends: libva-driver-abi-1.13, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libigdgmm11 (>= 21.3.2+ds1), libstdc++6 (>= 5.2) Provides: va-driver Multi-Arch: same Homepage: https://github.com/intel/media-driver Priority: optional Section: video Filename: pool/ahs/i/intel-media-driver/intel-media-va-driver_21.4.1+dfsg1-1~mx21ahs+1_amd64.deb Size: 1978480 SHA256: 3dfbbdaa049fbb4831ddd5e03336726e3f76bfcfca876f2cce10eae9ae26b380 SHA1: 8e295155a9fc17a2909ce86d2dc719857be0e45d MD5sum: 7c8010e22998bf7b6b5dd7a8e6556c10 Description: VAAPI driver for the Intel GEN8+ Graphics family The VA-API (Video Acceleration API) enables hardware accelerated video decode/encode at various entry-points (VLD, IDCT, Motion Compensation etc.) for the prevailing coding standards today (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/WMV3). It provides an interface to fully expose the video decode capabilities in today's GPUs. . This package contains the video decode and encode driver backend for the Intel HD Graphics of the Intel Core processor family. The supported platforms include: * Broadwell * Skylake * Broxton * Apollo Lake * Kaby Lake * Coffee Lake * Whiskey Lake * Cannon Lake * Ice Lake . Only a limited set of encoders is available via this driver: JPEG (Skylake and newer), AVC (Boxton and newer), HEVC and VP9 (Ice Lake and newer). Media shaders are only available on Ice Lake and newer. Original-Maintainer: Debian Multimedia Maintainers Package: intel-media-va-driver-non-free Source: intel-media-driver-non-free Version: 21.4.1+ds1-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 35982 Depends: libva-driver-abi-1.13, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libigdgmm11 (>= 21.3.2+ds1), libstdc++6 (>= 5.2) Conflicts: intel-media-va-driver Provides: va-driver Multi-Arch: same Homepage: https://github.com/intel/media-driver Priority: optional Section: non-free/video Filename: pool/ahs/i/intel-media-driver-non-free/intel-media-va-driver-non-free_21.4.1+ds1-1~mx21ahs+1_amd64.deb Size: 5321892 SHA256: 97fed424662ae87500e466df120510b084b6866de43f50e1099c5f3f98f4b405 SHA1: c41f6aedfdaa1d3fff71bb202508fc14c13d4c3a MD5sum: 60bc7f7f79b53c7e08d9b32f1895dd9f Description: VAAPI driver for the Intel GEN8+ Graphics family The VA-API (Video Acceleration API) enables hardware accelerated video decode/encode at various entry-points (VLD, IDCT, Motion Compensation etc.) for the prevailing coding standards today (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/WMV3). It provides an interface to fully expose the video decode capabilities in today's GPUs. . This package contains the video decode and encode driver backend for the Intel HD Graphics of the Intel Core processor family. The supported platforms include: * Broadwell * Skylake * Broxton * Apollo Lake * Kaby Lake * Coffee Lake * Whiskey Lake * Cannon Lake * Ice Lake Original-Maintainer: Debian Multimedia Maintainers Package: libc++-12-dev Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 7090 Depends: libc++1-12 (= 1:12.0.1-8~mx21ahs+1) Conflicts: libc++-x.y-dev Breaks: libc++-dev (<< 44) Replaces: libc++-x.y-dev Provides: libc++-x.y-dev Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/ahs/l/llvm-toolchain-12/libc++-12-dev_12.0.1-8~mx21ahs+1_amd64.deb Size: 758380 SHA256: f77f74197f672daf6ec8f66fc35b86d79249740b7066b4cd8fc51b4afba25b10 SHA1: 436bed6eb263bc5ec5634fadbecff26de0990d55 MD5sum: 63229d654725d2777337491d5b51779a Description: LLVM C++ Standard library (development files) libc++ is another implementation of the C++ standard library . Features and Goals . * Correctness as defined by the C++ standards. * Fast execution. * Minimal memory use. * Fast compile times. * ABI compatibility with gcc's libstdc++ for some low-level features such as exception objects, rtti and memory allocation. * Extensive unit tests. Package: libc++1-12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 882 Depends: libatomic1 (>= 4.8), libc++abi1-12 (>= 1:12.0.1), libc6 (>= 2.17), libunwind-12 (>= 1:12.0.1) Suggests: clang Conflicts: libc++-x.y Breaks: libc++1 (<< 44) Replaces: libc++-x.y Provides: libc++-x.y Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/ahs/l/llvm-toolchain-12/libc++1-12_12.0.1-8~mx21ahs+1_amd64.deb Size: 250604 SHA256: 1f9c6c60d2303b363d5480ccedf27da8cdbca881bf91b9fb19bf4c9cc4933083 SHA1: b0db15efd3ff63425c678d69b65c1ec96a861d61 MD5sum: 3431c5f43910ef07721d8220fe13e5c5 Description: LLVM C++ Standard library libc++ is another implementation of the C++ standard library. . Features and Goals . * Correctness as defined by the C++ standards. * Fast execution. * Minimal memory use. * Fast compile times. * ABI compatibility with gcc's libstdc++ for some low-level features such as exception objects, rtti and memory allocation. * Extensive unit tests. Package: libc++abi-12-dev Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 465 Depends: libc++abi1-12 (= 1:12.0.1-8~mx21ahs+1) Conflicts: libc++abi-x.y-dev Breaks: libc++abi-dev (<= 44) Replaces: libc++abi-x.y-dev Provides: libc++abi-x.y-dev Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/ahs/l/llvm-toolchain-12/libc++abi-12-dev_12.0.1-8~mx21ahs+1_amd64.deb Size: 111052 SHA256: 0f3d5373de8b1f35c8bd49cd3864000dde522b10887d97f594acafb39335edae SHA1: 1ed8cabea2a8630e3e9674cecf45bfe47d477dac MD5sum: b4fe699ea99e640c7189b5bb11e0014f Description: LLVM low level support for a standard C++ library (development files) libc++abi is another implementation of low level support for a standard C++ library. . Features and Goals . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ Package: libc++abi1-12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 287 Depends: libc6 (>= 2.18), libunwind-12 (>= 1:12.0.1) Conflicts: libc++abi-x.y Breaks: libc++abi1 (<< 44) Replaces: libc++abi-x.y Provides: libc++abi-x.y Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/ahs/l/llvm-toolchain-12/libc++abi1-12_12.0.1-8~mx21ahs+1_amd64.deb Size: 102832 SHA256: 220c109c03e38616162284c55e3e1c9262d9d4af36ab584ae3b6fa13a514df14 SHA1: ca3e24520c5196cc6025357801be775983d86feb MD5sum: 2112014ff37d6c85df9812df54185446 Description: LLVM low level support for a standard C++ library libc++abi is another implementation of low level support for a standard C++ library. . Features and Goals . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ Package: libclang-12-dev Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 185782 Depends: libstdc++-10-dev, libgcc-10-dev, libobjc-10-dev, libclang1-12 (= 1:12.0.1-8~mx21ahs+1), libclang-common-12-dev (= 1:12.0.1-8~mx21ahs+1) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/ahs/l/llvm-toolchain-12/libclang-12-dev_12.0.1-8~mx21ahs+1_amd64.deb Size: 19491412 SHA256: e7919f1b4b321827b4ebc15b6d04530830ad1e9228e01c6f42a6d21c6334030b SHA1: 63f5916b6d02954b698ffc0e3c11a6c176d9d034 MD5sum: dd30952894c932c87f47f0b0735b71cd Description: Clang library - Development package Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the Clang headers to develop extensions over libclang1-12. Package: libclang-common-12-dev Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 64049 Depends: lib32gcc-s1 (>= 4.2), lib32stdc++6 (>= 4.1.1), libc6 (>= 2.17), libc6-i386 (>= 2.17), libgcc-s1 (>= 3.3), libstdc++6 (>= 4.1.1), libllvm12 (= 1:12.0.1-8~mx21ahs+1) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/ahs/l/llvm-toolchain-12/libclang-common-12-dev_12.0.1-8~mx21ahs+1_amd64.deb Size: 5338008 SHA256: fed21b7584145de1d0e26e6199308da5176707957a722329d576e6b64ed3ffe3 SHA1: 544aa88b56705a77c62d5ce30efb5a1360307060 MD5sum: 998f920bb3ee17cc30c23f73194b622f Description: Clang library - Common development package Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the Clang generic headers and some libraries (profiling, etc). Package: libclang-cpp12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 46296 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libllvm12 (= 1:12.0.1-8~mx21ahs+1), libstdc++6 (>= 9) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/ahs/l/llvm-toolchain-12/libclang-cpp12_12.0.1-8~mx21ahs+1_amd64.deb Size: 9835824 SHA256: c3023116fc561f5fa0b7a5e9fcafdcce0288b48bede5e2cf5af730d4f020b390 SHA1: cd1babf0d6778527a533e408f47ec4417f17881c MD5sum: 586814b847db37f8fd5da8ae0ec9d581 Description: C++ interface to the Clang library Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the Clang C++ library. . The C++ Interface to Clang provides an API that exposes facilities for parsing source code into an abstract syntax tree (AST), loading already-parsed ASTs, traversing the AST, associating physical source locations with elements within the AST, and other facilities that support Clang-based development tools. Package: libclang-cpp12-dev Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 63 Depends: libstdc++-10-dev, libgcc-10-dev, libclang-cpp12 (= 1:12.0.1-8~mx21ahs+1) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/ahs/l/llvm-toolchain-12/libclang-cpp12-dev_12.0.1-8~mx21ahs+1_amd64.deb Size: 47676 SHA256: e2c24a767b4a8f88fa3ecb253f2ba6d849000a60e00d746d2efaac78aea14718 SHA1: d3a6707a21b5ec145089e8a5b20ec4bd2c3fc356 MD5sum: ed9d3ebdf2f92c6d3607c1df45a6f5da Description: C++ interface to the Clang library Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the Clang C++ library. . The C++ Interface to Clang provides an API that exposes facilities for parsing source code into an abstract syntax tree (AST), loading already-parsed ASTs, traversing the AST, associating physical source locations with elements within the AST, and other facilities that support Clang-based development tools. . This package contains symlinks without a version number, which needed by linker at build time. Package: libclang1-12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 25397 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libllvm12, libstdc++6 (>= 9) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/ahs/l/llvm-toolchain-12/libclang1-12_12.0.1-8~mx21ahs+1_amd64.deb Size: 5583580 SHA256: 843fee55714ecff16ae63f08801beea99a89ccc14d45eab107e67195ca195bca SHA1: a84fd8ae80d31de88b505e0225686c2021486f3d MD5sum: 20fb7f1287f6cad7c97836f4f59d3d41 Description: C interface to the Clang library Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the Clang library. . The C Interface to Clang provides a relatively small API that exposes facilities for parsing source code into an abstract syntax tree (AST), loading already-parsed ASTs, traversing the AST, associating physical source locations with elements within the AST, and other facilities that support Clang-based development tools. Package: libclc-12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 70644 Depends: libclc-12-dev (= 1:12.0.1-8~mx21ahs+1), libclang-common-12-dev Conflicts: libclc-x.y Breaks: libclc-amdgcn, libclc-ptx, libclc-r600 Replaces: libclc-amdgcn, libclc-ptx, libclc-r600, libclc-x.y Provides: libclc-x.y Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/ahs/l/llvm-toolchain-12/libclc-12_12.0.1-8~mx21ahs+1_all.deb Size: 9693904 SHA256: 526e0a30e13905b86cac66ffc5f013244ef6d0d9a0fc380003a58df1f42ed6cd SHA1: 3e223afa168106ae9ccf52c2cedbb6b6d9898564 MD5sum: 31671770b14c27bd1912a8d25f97e123 Description: OpenCL C language implementation - platform support libclc is an open implementation of the OpenCL C programming language, as specified by the OpenCL 1.1 Specification. . This package contains support for the amdgcn (AMD GPU), PTX and r600 platforms. Package: libclc-12-dev Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 453 Conflicts: libclc-x.y-dev Breaks: libclc-dev Replaces: libclc-dev, libclc-x.y-dev Provides: libclc-x.y-dev Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/ahs/l/llvm-toolchain-12/libclc-12-dev_12.0.1-8~mx21ahs+1_all.deb Size: 68972 SHA256: 32899a0e747be4cf35737c122595db7c5fef65825b32f83c6bdacfc3f25bb38d SHA1: 0fba98868ce5d095442dc66e87af7304deb4dbbe MD5sum: 8a12d2a3a6071552354f96285d652d80 Description: OpenCL C language implementation - development files libclc is an open implementation of the OpenCL C programming language, as specified by the OpenCL 1.1 Specification. . This package contains development header files. Package: libcpupower-dev Source: linux Version: 5.14.16-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 386 Depends: libcpupower1 (= 5.14.16-1~mx21+1) Conflicts: libcpufreq-dev Replaces: libcpufreq-dev Provides: libcpufreq-dev Homepage: https://www.kernel.org/ Priority: optional Section: libdevel Filename: pool/ahs/l/linux/libcpupower-dev_5.14.16-1~mx21+1_amd64.deb Size: 370880 SHA256: 47dc95ecbed18fcb92ada18cd50f08bd05042f57db72fdd760bcae6255f49675 SHA1: 5964680144618395668cf43a5dee71d7d3ca0aa2 MD5sum: 911d6814ce02875767bf560bf912dc49 Description: CPU frequency and voltage scaling tools for Linux (development files) libcpupower is a library for inspecting and controlling cpufreq and cpuidle tunables. . This package is needed to compile programs against libcpupower. Original-Maintainer: Debian Kernel Team Package: libcpupower1 Source: linux Version: 5.14.16-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 409 Depends: libc6 (>= 2.7) Homepage: https://www.kernel.org/ Priority: optional Section: libs Filename: pool/ahs/l/linux/libcpupower1_5.14.16-1~mx21+1_amd64.deb Size: 376380 SHA256: 05fd7e826fb4822272b921eca9cdfaca8dff7b9dfab90ff998dae87f575ed864 SHA1: 0829d9cfb4d5283b9ae4c9126fe23864a99ddc41 MD5sum: 81530608530a418ae588405d26eb0abe Description: CPU frequency and voltage scaling tools for Linux (libraries) libcpupower is a library for inspecting and controlling cpufreq and cpuidle tunables. . This package contains the shared library. Original-Maintainer: Debian Kernel Team Package: libcuda1 Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 23753 Pre-Depends: nvidia-legacy-check (>= 396) Depends: libnvidia-ptxjitcompiler1 (= 470.63.01-1~mx21+1), nvidia-support, nvidia-alternative (= 470.63.01-1~mx21+1), libc6 (>= 2.7) Recommends: libnvidia-cfg1 (= 470.63.01-1~mx21+1), nvidia-persistenced, libcuda1:i386 (= 470.63.01-1~mx21+1), nvidia-kernel-dkms (= 470.63.01-1~mx21+1) | nvidia-kernel-470.63.01, nvidia-smi Suggests: nvidia-cuda-mps, nvidia-kernel-dkms (>= 470.63.01) | nvidia-kernel-source (>= 470.63.01) Provides: libcuda-10.0-1, libcuda-10.1-1, libcuda-10.2-1, libcuda-11.0-1, libcuda-11.1-1, libcuda-11.2-1, libcuda-11.3-1, libcuda-11.4-1, libcuda-5.0-1, libcuda-5.5-1, libcuda-6.0-1, libcuda-6.5-1, libcuda-7.0-1, libcuda-7.5-1, libcuda-8.0-1, libcuda-9.0-1, libcuda-9.1-1, libcuda-9.2-1, libcuda.so.1 (= 470.63.01), libcuda1-any Multi-Arch: same Homepage: https://www.nvidia.com/CUDA Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libcuda1_470.63.01-1~mx21+1_amd64.deb Size: 2714228 SHA256: f01729710c960eed2ecdf430bf395ca454b2dd53045189a9db61f547a7f1788d SHA1: 5a85c19e8f3a6e49ab27910b34895205271fe41b MD5sum: 9da59a36f77419c6142515f877bfa9ea Description: NVIDIA CUDA Driver Library The Compute Unified Device Architecture (CUDA) enables NVIDIA graphics processing units (GPUs) to be used for massively parallel general purpose computation. . This package contains the CUDA Driver API library for low-level CUDA programming. . Supported NVIDIA devices include GPUs starting from GeForce 8 and Quadro FX series, as well as the Tesla computing processors. . Please see the nvidia-kernel-dkms or nvidia-kernel-source packages for building the kernel module required by this package. This will provide nvidia-kernel-470.63.01. Original-Maintainer: Debian NVIDIA Maintainers Package: libd3dadapter9-mesa Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 18180 Depends: libc6 (>= 2.29), libdrm-amdgpu1 (>= 2.4.105), libdrm-nouveau2 (>= 2.4.66), libdrm-radeon1 (>= 2.4.31), libdrm2 (>= 2.4.75), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.4), libllvm12, libsensors5 (>= 1:3.5.0), libstdc++6 (>= 5.2), libvulkan1 (>= 1.2.131.2), libzstd1 (>= 1.4.0), zlib1g (>= 1:1.1.4), libudev1 Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: libs Filename: pool/ahs/m/mesa/libd3dadapter9-mesa_21.2.5-1~mx21ahs+1_amd64.deb Size: 4918404 SHA256: 121280846d014b4827b854558d915ab2511f8c83b0d667286ed7554aad44b83b SHA1: f5db8b88b2c4b0811705d409c460cb97d860f851 MD5sum: af2339ab9d282bdf305fc4d2cc92df76 Description: state-tracker for Direct3D9 This package contains a Gallium3D state tracker that implements the Direct3D9 API. Combined with the gallium-nine branch of Wine, programs using D3D9 can achieve native (or better) graphics performance. Original-Maintainer: Debian X Strike Force Package: libd3dadapter9-mesa-dev Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 97 Depends: libd3dadapter9-mesa (= 21.2.5-1~mx21ahs+1), libudev1 Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: libdevel Filename: pool/ahs/m/mesa/libd3dadapter9-mesa-dev_21.2.5-1~mx21ahs+1_amd64.deb Size: 58148 SHA256: b5ed0d6bfaf168e71c423d7ef4e26683ae7efaa220164feb37c09714326d1539 SHA1: 56730602e8870e51848d032693814684c40a8b49 MD5sum: 3c7afa69e1b9fab80e12a11e877a969c Description: state-tracker for Direct3D9 -- development files This package contains a Gallium3D state tracker that implements the Direct3D9 API. Combined with the gallium-nine branch of Wine, programs using D3D9 can achieve native (or better) graphics performance. . Development files Original-Maintainer: Debian X Strike Force Package: libdrm-amdgpu1 Source: libdrm Version: 2.4.107-6~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 84 Depends: libc6 (>= 2.28), libdrm2 (>= 2.4.101) Multi-Arch: same Homepage: https://cgit.freedesktop.org/mesa/drm/ Priority: optional Section: libs Filename: pool/ahs/libd/libdrm/libdrm-amdgpu1_2.4.107-6~mx21ahs+1_amd64.deb Size: 29020 SHA256: 5e3c6ed101a864cb268565546bab4fb163e156847e60a1fadc32a6eaadf2cc02 SHA1: e6456cf4e7f7443c5de7ece98a84cc00fb1590fe MD5sum: fb404e8ff0484bd9da8bd41a78deadeb Description: Userspace interface to amdgpu-specific kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. Original-Maintainer: Debian X Strike Force Package: libdrm-common Source: libdrm Version: 2.4.107-6~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 45 Multi-Arch: foreign Homepage: https://cgit.freedesktop.org/mesa/drm/ Priority: optional Section: libs Filename: pool/ahs/libd/libdrm/libdrm-common_2.4.107-6~mx21ahs+1_all.deb Size: 15384 SHA256: d9ce5e8cfc4e44d1492e0ff2eedf6d954a7d684f4f8df65215b0d6fd3f56a625 SHA1: 6a2f28ed073fe1c4cfbdec419851338eaf040a78 MD5sum: 1a34fbff37f0b0443d91cfd7ec102706 Description: Userspace interface to kernel DRM services -- common files This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. . This package provides common files for libdrm. Original-Maintainer: Debian X Strike Force Package: libdrm-dev Source: libdrm Version: 2.4.107-6~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 1241 Depends: libdrm2 (= 2.4.107-6~mx21ahs+1), libdrm-intel1 (= 2.4.107-6~mx21ahs+1), libdrm-radeon1 (= 2.4.107-6~mx21ahs+1), libdrm-nouveau2 (= 2.4.107-6~mx21ahs+1), libdrm-amdgpu1 (= 2.4.107-6~mx21ahs+1), libpciaccess-dev, valgrind Multi-Arch: same Homepage: https://cgit.freedesktop.org/mesa/drm/ Priority: optional Section: libdevel Filename: pool/ahs/libd/libdrm/libdrm-dev_2.4.107-6~mx21ahs+1_amd64.deb Size: 272924 SHA256: bbee757271ca46c3105d38e570c3398b408879f7d2b89ed45f56d99ee5b68098 SHA1: 66222cae247f28739b150aa18868977e752807f9 MD5sum: d0aef193b7efeed011c0c0b5a35bd90f Description: Userspace interface to kernel DRM services -- development files This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. . This package provides the development environment for libdrm. Original-Maintainer: Debian X Strike Force Package: libdrm-intel1 Source: libdrm Version: 2.4.107-6~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 190 Depends: libc6 (>= 2.17), libdrm2 (>= 2.4.38), libpciaccess0 Multi-Arch: same Homepage: https://cgit.freedesktop.org/mesa/drm/ Priority: optional Section: libs Filename: pool/ahs/libd/libdrm/libdrm-intel1_2.4.107-6~mx21ahs+1_amd64.deb Size: 72620 SHA256: e212059c1c571122746beeb9d4201844cf97e7f0e47a22e4226788967ef0c8b4 SHA1: d0b60cf515e2cd8d80053639d36e04e5415dea7b MD5sum: 156e89375a4c70dec2535dd9b0efebd2 Description: Userspace interface to intel-specific kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. Original-Maintainer: Debian X Strike Force Package: libdrm-nouveau2 Source: libdrm Version: 2.4.107-6~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 82 Depends: libc6 (>= 2.14), libdrm2 (>= 2.4.38) Multi-Arch: same Homepage: https://cgit.freedesktop.org/mesa/drm/ Priority: optional Section: libs Filename: pool/ahs/libd/libdrm/libdrm-nouveau2_2.4.107-6~mx21ahs+1_amd64.deb Size: 27300 SHA256: 9ca324fb73864cdcc59bad9631da55defe32e8a6e44d1cc65ef4736d4f6270fc SHA1: e574aa3fae56194ed93a3085b1258b67ded6bdf0 MD5sum: d2fb05beff738bc07b1ffb31387b7dd8 Description: Userspace interface to nouveau-specific kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. Original-Maintainer: Debian X Strike Force Package: libdrm-radeon1 Source: libdrm Version: 2.4.107-6~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 95 Depends: libc6 (>= 2.4), libdrm2 (>= 2.4.38) Multi-Arch: same Homepage: https://cgit.freedesktop.org/mesa/drm/ Priority: optional Section: libs Filename: pool/ahs/libd/libdrm/libdrm-radeon1_2.4.107-6~mx21ahs+1_amd64.deb Size: 30596 SHA256: fd2826e30cbb8a26e7a216011132ed3ab12531923505329b7c940279dcd350ee SHA1: d102a86bcc786e00b5a59dd36ec9c0433722f9ec MD5sum: 6af35d3b3e219f06117031b41f86b0f7 Description: Userspace interface to radeon-specific kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. Original-Maintainer: Debian X Strike Force Package: libdrm-tests Source: libdrm Version: 2.4.107-6~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 260 Depends: libdrm2 (= 2.4.107-6~mx21ahs+1), libc6 (>= 2.15) Homepage: https://cgit.freedesktop.org/mesa/drm/ Priority: optional Section: libs Filename: pool/ahs/libd/libdrm/libdrm-tests_2.4.107-6~mx21ahs+1_amd64.deb Size: 66892 SHA256: 8c0820dd40c006ed20d3adf25d3a46d7c9e5ac3ba9e8aea370bcb49f71f28f0f SHA1: 96e3fa235c21ab2bbc3d537fb6b32dc1c2098405 MD5sum: 6f73c18eb86a953501a40aecbbb8b748 Description: Testing tools from the libdrm project This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. . This package contains a variety of tools for testing from the libdrm project. Original-Maintainer: Debian X Strike Force Package: libdrm2 Source: libdrm Version: 2.4.107-6~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 124 Depends: libdrm-common (>= 2.4.107-6~mx21ahs+1), libc6 (>= 2.17) Multi-Arch: same Homepage: https://cgit.freedesktop.org/mesa/drm/ Priority: optional Section: libs Filename: pool/ahs/libd/libdrm/libdrm2_2.4.107-6~mx21ahs+1_amd64.deb Size: 44020 SHA256: e9c6c542af4937ad41b193aae1e657e775daf23177e8ce17f2f9f42c11983af2 SHA1: 034939dc00d66905ecd661506447c5ac20beb729 MD5sum: 9a063c85b84b1d93c1dcbe8626a7f00c Description: Userspace interface to kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. . This package provides the runtime environment for libdrm. Original-Maintainer: Debian X Strike Force Package: libegl-dev Source: libglvnd Version: 1.3.4-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 117 Depends: libegl1 (= 1.3.4-1~mx21ahs+1), libgl-dev, libx11-dev Breaks: libegl1-mesa-dev (<< 19.3.0~rc6-1), libglvnd-dev (<< 1.3.0-1) Replaces: libegl1-mesa-dev (<< 19.3.0~rc6-1), libglvnd-dev (<< 1.3.0-1) Multi-Arch: same Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd Priority: optional Section: libs Filename: pool/ahs/libg/libglvnd/libegl-dev_1.3.4-1~mx21ahs+1_amd64.deb Size: 20192 SHA256: 5d802fc3fe18d17f9010930b6c0c9492562eb8a024f12f57a86ce16ad3a5c3d3 SHA1: 812ed74f1396fb4ee2e3c739f93cfd74332454ca MD5sum: ff3f69c64778eb3813ff7f00e42df26e Description: Vendor neutral GL dispatch library -- EGL development files This is an implementation of the vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors on a per-screen basis. . This package provides the development environment for compiling programs against the EGL library. Original-Maintainer: Debian X Strike Force Package: libegl-mesa0 Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 338 Depends: libc6 (>= 2.29), libdrm2 (>= 2.4.81), libexpat1 (>= 2.0.1), libgbm1 (= 21.2.5-1~mx21ahs+1), libgcc-s1 (>= 3.4), libglapi-mesa (= 21.2.5-1~mx21ahs+1), libwayland-client0 (>= 1.15.0), libwayland-server0 (>= 1.15.0), libx11-xcb1 (>= 2:1.7.2), libxcb-dri2-0 (>= 1.8), libxcb-dri3-0 (>= 1.13), libxcb-present0, libxcb-sync1, libxcb-xfixes0, libxcb1 (>= 1.9.2), libxshmfence1 Provides: libegl-vendor Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: libs Filename: pool/ahs/m/mesa/libegl-mesa0_21.2.5-1~mx21ahs+1_amd64.deb Size: 144720 SHA256: 4d9d524db4ed384e79f20e3cbafbcd2369fef0eb5889e321ac70a081453022d9 SHA1: ea35e456ed09c775d52a36ac6e964ac9d1c6a4bb MD5sum: 9b5c9a57228a8f6bcddaef38d7554d76 Description: free implementation of the EGL API -- Mesa vendor library This package contains the EGL native platform graphics interface library. EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES. . This package contains the Mesa vendor library for EGL. Original-Maintainer: Debian X Strike Force Package: libegl-nvidia-tesla-470-0 Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 1544 Depends: nvidia-tesla-470-alternative (= 470.57.02-2~mx21+1), libc6 (>= 2.4), libnvidia-tesla-470-eglcore (= 470.57.02-2~mx21+1) Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libegl-nvidia-tesla-470-0_470.57.02-2~mx21+1_amd64.deb Size: 495196 SHA256: c2ac9663e7b879aae46ab0c0287b0820c2399bcb9a3fc11edc93038618bc3fb6 SHA1: 7ead490b13a55feeb21c75f1665ce068d06f3971 MD5sum: 75efc7aa21f2e6a2bc68ec8305d14b54 Description: NVIDIA binary EGL library (Tesla 470 version) EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES. . See the description of the nvidia-tesla-470-driver package or /usr/share/doc/libgl1-nvidia-tesla-470-glx/README.txt.gz for a complete list of supported GPUs and PCI IDs. . This package contains the driver specific binary EGL implementation provided by NVIDIA that is accessed via GLVND. Original-Maintainer: Debian NVIDIA Maintainers Package: libegl-nvidia0 Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 1562 Depends: nvidia-alternative (= 470.63.01-1~mx21+1), libc6 (>= 2.4), libegl1-mesa, libnvidia-egl-wayland1 (>= 1:1.1.5), libnvidia-eglcore (= 470.63.01-1~mx21+1) Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libegl-nvidia0_470.63.01-1~mx21+1_amd64.deb Size: 497968 SHA256: 4358d7be80dbc3dd07e4c86b64d27790110f529b74d031446eb086ca32308969 SHA1: a6273ddd13417ba2d72b28ea77583603bbd56e44 MD5sum: b6492672c08da1ff9a7d53e4926df348 Description: NVIDIA binary EGL library EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES. . See the description of the nvidia-driver package or /usr/share/doc/libgl1-nvidia-glx/README.txt.gz for a complete list of supported GPUs and PCI IDs. . This package contains the driver specific binary EGL implementation provided by NVIDIA that is accessed via GLVND. Original-Maintainer: Debian NVIDIA Maintainers Package: libegl1 Source: libglvnd Version: 1.3.4-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 112 Depends: libc6 (>= 2.14), libglvnd0 (= 1.3.4-1~mx21ahs+1), libegl-mesa0 Multi-Arch: same Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd Priority: optional Section: libs Filename: pool/ahs/libg/libglvnd/libegl1_1.3.4-1~mx21ahs+1_amd64.deb Size: 35164 SHA256: 4020225a4fca04ce5c0f467acdc4196b39165ab35867dffc67849720b81ab7c0 SHA1: dc970fd766a1cd0ca0fbf62e3dbf14e9f52d15dc MD5sum: 53691efd19a3b472ac0563c5470a3220 Description: Vendor neutral GL dispatch library -- EGL support This is an implementation of the vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors on a per-screen basis. . This package contains support for EGL. Original-Maintainer: Debian X Strike Force Package: libegl1-mesa Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 71 Depends: libegl1 Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: oldlibs Filename: pool/ahs/m/mesa/libegl1-mesa_21.2.5-1~mx21ahs+1_amd64.deb Size: 54144 SHA256: d6c2b4d048ad67b59805748d8e499e462d209e0dc4c0f92c947a2a73fca314d6 SHA1: 180282a3f48ee56176673d05d3d0739c115546bc MD5sum: 24c5602c73ea317340a5f42eb0db2ec7 Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: libegl1-mesa-dev Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 80 Depends: libegl-dev, libglvnd-dev Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: libdevel Filename: pool/ahs/m/mesa/libegl1-mesa-dev_21.2.5-1~mx21ahs+1_amd64.deb Size: 55568 SHA256: 751647845183b74d0325bb7986dd136c007bd9b067ba8761b77e604323e046e6 SHA1: 8a920e8f962f2f1dd49d38e0d7c99254b31a7b3b MD5sum: d136833b4a992f69491462465870401d Description: free implementation of the EGL API -- development files This package contains the development environment required for compiling programs against EGL native platform graphics interface library. EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES. . This package provides the development environment for compiling programs against the EGL library. Original-Maintainer: Debian X Strike Force Package: libegl1-nvidia Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 288 Depends: libegl-nvidia0 (= 470.63.01-1~mx21+1), nvidia-alternative (= 470.63.01-1~mx21+1), libc6 (>= 2.2.5), libglvnd0 Conflicts: libgl1-nvidia-glvnd-glx, nvidia-driver-libs Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libegl1-nvidia_470.63.01-1~mx21+1_amd64.deb Size: 243444 SHA256: 290aa5a29656617a204c4b5c129360621f6e4efebb623aaf0a6773210de5d5b6 SHA1: 7201c454a2dd0556a5103a2d8a2054a73e05b239 MD5sum: 28ba94fb78e862505a8c48767f869a42 Description: NVIDIA binary EGL library (non-GLVND variant) EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES. . This package contains the driver specific binary EGL implementation by NVIDIA as a non-GLVND alternative. Original-Maintainer: Debian NVIDIA Maintainers Package: libegl1-nvidia-tesla-470 Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 289 Depends: libegl-nvidia-tesla-470-0 (= 470.57.02-2~mx21+1), nvidia-tesla-470-alternative (= 470.57.02-2~mx21+1), libc6 (>= 2.2.5), libglvnd0 Conflicts: libgl1-nvidia-tesla-470-glvnd-glx, nvidia-tesla-470-driver-libs Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libegl1-nvidia-tesla-470_470.57.02-2~mx21+1_amd64.deb Size: 244412 SHA256: b17844169bc8532da406264185aba57b7c05dfa59dd6499cbccf7137b95590bd SHA1: 9f77e35ae31359f7693fd589aa60f4bdb1be8a58 MD5sum: 9066643e042f93e688ba3fd69862635b Description: NVIDIA binary EGL library (non-GLVND variant) (Tesla 470 version) EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES. . This package contains the driver specific binary EGL implementation by NVIDIA as a non-GLVND alternative. Original-Maintainer: Debian NVIDIA Maintainers Package: libepoxy-dev Source: libepoxy Version: 1.5.8-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 1649 Depends: libegl-dev, libepoxy0 (= 1.5.8-1~mx21ahs+1), libgl-dev Multi-Arch: same Homepage: https://github.com/anholt/libepoxy Priority: optional Section: libdevel Filename: pool/ahs/libe/libepoxy/libepoxy-dev_1.5.8-1~mx21ahs+1_amd64.deb Size: 127752 SHA256: a2cf89dfe41a10cb7aed9cb49f393fe2355b513ddbbedacc1ad0fb333f0d6721 SHA1: b224bca3172a71db47bb5b73eb19b52a55ac08a7 MD5sum: 9159e29249b9af1a64b44c54d485fcfc Description: OpenGL function pointer management library- development It hides the complexity of dlopen(), dlsym(), glXGetProcAddress(), eglGetProcAddress(), etc. from the app developer, with very little knowledge needed on their part. They get to read GL specs and write code using undecorated function names like glCompileShader(). . This package contains the development headers for the library found in libepoxy0. Non-developers likely have little use for this package. Original-Maintainer: Debian X Strike Force Package: libepoxy0 Source: libepoxy Version: 1.5.8-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 1356 Depends: libc6 (>= 2.7) Multi-Arch: same Homepage: https://github.com/anholt/libepoxy Priority: optional Section: libs Filename: pool/ahs/libe/libepoxy/libepoxy0_1.5.8-1~mx21ahs+1_amd64.deb Size: 188964 SHA256: bc7b4bbacd40c2e13d02582de223047c5678a326f80ca849e835ba4641837dab SHA1: 5a56bd11b5dfaff9051ecd3ac230109fb1cdc93a MD5sum: 868d4bc2c376fe512a4ab757889dd724 Description: OpenGL function pointer management library It hides the complexity of dlopen(), dlsym(), glXGetProcAddress(), eglGetProcAddress(), etc. from the app developer, with very little knowledge needed on their part. They get to read GL specs and write code using undecorated function names like glCompileShader(). Original-Maintainer: Debian X Strike Force Package: libfuzzer-12-dev Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 889 Depends: clang-12 (= 1:12.0.1-8~mx21ahs+1) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/ahs/l/llvm-toolchain-12/libfuzzer-12-dev_12.0.1-8~mx21ahs+1_amd64.deb Size: 194888 SHA256: 0e96b2f3754f212fa53da955afdab4e91f36b363b724c4c20da0b5b83465b43c SHA1: c4fbe87df41a95efe8653f007d088eb4f1104367 MD5sum: b312fd0ce3282250fc05ae7696c5bd63 Description: Library for coverage-guided fuzz testing LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing of other libraries. . LibFuzzer is similar in concept to American Fuzzy Lop (AFL), but it performs all of its fuzzing inside a single process. This in-process fuzzing can be more restrictive and fragile, but is potentially much faster as there is no overhead for process start-up. . The fuzzer is linked with the library under test, and feeds fuzzed inputs to the library via a specific fuzzing entrypoint (aka 'target function'); the fuzzer then tracks which areas of the code are reached, and generates mutations on the corpus of input data in order to maximize the code coverage. The code coverage information for libFuzzer is provided by LLVM's SanitizerCoverage instrumentation. Package: libgbm-dev Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 93 Depends: libgbm1 (= 21.2.5-1~mx21ahs+1) Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: libdevel Filename: pool/ahs/m/mesa/libgbm-dev_21.2.5-1~mx21ahs+1_amd64.deb Size: 57776 SHA256: 474e0737652e869ec197f74c627dddadc5d006373e22ceb46d55680a25697d38 SHA1: f6e56af776ee8485b754017b03f4c5d78123a485 MD5sum: 66af3bb72d64768041bcf0c684aba206 Description: generic buffer management API -- development files This package contains the GBM buffer management library. It provides a mechanism for allocating buffers for graphics rendering tied to Mesa. . GBM is intended to be used as a native platform for EGL on drm or openwfd. . This package provides the development environment for compiling programs against the GBM library. Original-Maintainer: Debian X Strike Force Package: libgbm1 Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 140 Depends: libc6 (>= 2.29), libdrm2 (>= 2.4.75), libexpat1 (>= 2.0.1), libwayland-server0 (>= 1.15.0) Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: libs Filename: pool/ahs/m/mesa/libgbm1_21.2.5-1~mx21ahs+1_amd64.deb Size: 76992 SHA256: b77b9fa218a0cb8f0fe8ad5be6116b4eaf2a18c253a0a920bfc583c0915e8c1e SHA1: 316edc5f9e8618492adaf0ed202d8fd96ad7bf3c MD5sum: ff9384e81709f178dfd0645e681b556a Description: generic buffer management API -- runtime This package contains the GBM buffer management library. It provides a mechanism for allocating buffers for graphics rendering tied to Mesa. . GBM is intended to be used as a native platform for EGL on drm or openwfd. Original-Maintainer: Debian X Strike Force Package: libgl-dev Source: libglvnd Version: 1.3.4-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 1356 Depends: libgl1 (= 1.3.4-1~mx21ahs+1), libglx-dev Breaks: libgl1-mesa-dev (<< 19.3.0~rc6-1), libglvnd-dev (<< 1.3.0-1), mesa-common-dev (<< 19.3.0~rc6-1) Replaces: libgl1-mesa-dev (<< 19.3.0~rc6-1), libglvnd-dev (<< 1.3.0-1), mesa-common-dev (<< 19.3.0~rc6-1) Multi-Arch: same Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd Priority: optional Section: libs Filename: pool/ahs/libg/libglvnd/libgl-dev_1.3.4-1~mx21ahs+1_amd64.deb Size: 100548 SHA256: 62280a2533a94f16cecc7abaa144969a6ba5b63cea0db75bcc5a15f76c4f10ee SHA1: 07f6b9e793d5b938ddb5a7de510957840379354a MD5sum: 2498d0122e8842843b4357e1ae6ed31f Description: Vendor neutral GL dispatch library -- GL development files This is an implementation of the vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors on a per-screen basis. . This package provides the development environment for compiling programs against the GL library. Original-Maintainer: Debian X Strike Force Package: libgl1 Source: libglvnd Version: 1.3.4-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 653 Depends: libc6 (>= 2.14), libglvnd0 (= 1.3.4-1~mx21ahs+1), libglx0 (= 1.3.4-1~mx21ahs+1) Multi-Arch: same Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd Priority: optional Section: libs Filename: pool/ahs/libg/libglvnd/libgl1_1.3.4-1~mx21ahs+1_amd64.deb Size: 89832 SHA256: 3eb9358ec8c0f377246019056fc90dd42194032528c593b5a42861173e46d946 SHA1: a0913f6dc6e775801119f2259e33adaf0c181227 MD5sum: 64c6848b75d9cc0576d331b179adbdee Description: Vendor neutral GL dispatch library -- legacy GL support This is an implementation of the vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors on a per-screen basis. . This package contains support for old libGL for compatibility reasons. Original-Maintainer: Debian X Strike Force Package: libgl1-mesa-dev Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 71 Depends: libgl-dev, libglvnd-dev Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: oldlibs Filename: pool/ahs/m/mesa/libgl1-mesa-dev_21.2.5-1~mx21ahs+1_amd64.deb Size: 54160 SHA256: 32b6dd7805d4e85935a047092f14fd160b50e9c6f73464f4db8e218449b8c9ad SHA1: e3704a8e7cd752261575b75333ed8cf61c7dd8ef MD5sum: b5efd95eeca73aa08cc5fe6af8b0dcda Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: libgl1-mesa-dri Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 41869 Depends: libc6 (>= 2.29), libdrm-amdgpu1 (>= 2.4.105), libdrm-intel1 (>= 2.4.38), libdrm-nouveau2 (>= 2.4.66), libdrm-radeon1 (>= 2.4.31), libdrm2 (>= 2.4.75), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.4), libglapi-mesa (= 21.2.5-1~mx21ahs+1), libllvm12, libsensors5 (>= 1:3.5.0), libstdc++6 (>= 5.2), libvulkan1 (>= 1.2.131.2), libzstd1 (>= 1.4.0), zlib1g (>= 1:1.1.4) Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: libs Filename: pool/ahs/m/mesa/libgl1-mesa-dri_21.2.5-1~mx21ahs+1_amd64.deb Size: 12181676 SHA256: 96214f57f3df719416a06b0a5b14a9f022ec5c364fded02ff68ed7d5bfd6095e SHA1: 2002097aa7d3f3658acded9006df5446493457bb MD5sum: 654c97d5d62279f24809d47cf90407e1 Description: free implementation of the OpenGL API -- DRI modules This version of Mesa provides GLX and DRI capabilities: it is capable of both direct and indirect rendering. For direct rendering, it can use DRI modules from the libgl1-mesa-dri package to accelerate drawing. . This package does not include the OpenGL library itself, only the DRI modules for accelerating direct rendering. . For a complete description of Mesa, please look at the libglx-mesa0 package. Original-Maintainer: Debian X Strike Force Package: libgl1-mesa-glx Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 71 Depends: libgl1, libglx-mesa0 Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: oldlibs Filename: pool/ahs/m/mesa/libgl1-mesa-glx_21.2.5-1~mx21ahs+1_amd64.deb Size: 54160 SHA256: 1a21cd8fe41a3782462d8f5b8bc9cded812bc2833efe012ff7837411357b144f SHA1: 621ee98c95c4a44acb25b5cc0339269f40069590 MD5sum: 865832b4c739d7a725951d2096b6cb23 Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: libgl1-nvidia-glvnd-glx Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 416 Depends: libgl1 (>= 0.2.999) | libgl1-glvnd-nvidia-glx, libglx-nvidia0 (= 470.63.01-1~mx21+1) Provides: libgl1-nvidia-glx-any Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libgl1-nvidia-glvnd-glx_470.63.01-1~mx21+1_amd64.deb Size: 404132 SHA256: 47afd60d689015d4f8c0cc616c5ff912a6942551de21560fdd0889dce3b42a42 SHA1: b374f4d4f8a7e8810d90a6ef8f3b7642e2656f72 MD5sum: da6e34f59504ee205ef2fffc3d863795 Description: NVIDIA binary OpenGL/GLX library (GLVND variant) The NVIDIA binary driver provides optimized hardware acceleration of OpenGL/GLX/EGL/GLES applications via a direct-rendering X Server for graphics cards using NVIDIA chip sets. . See the description of the nvidia-driver package or /usr/share/doc/libgl1-nvidia-glvnd-glx/README.txt.gz for a complete list of supported GPUs and PCI IDs. . This metapackage depends on the NVIDIA binary OpenGL/GLX implementation using GLVND and the corresponding GLVND loader library. Original-Maintainer: Debian NVIDIA Maintainers Package: libgl1-nvidia-tesla-470-glvnd-glx Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 417 Depends: libgl1 (>= 0.2.999) | libgl1-glvnd-nvidia-glx, libglx-nvidia-tesla-470-0 (= 470.57.02-2~mx21+1) Provides: libgl1-nvidia-glx-any Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libgl1-nvidia-tesla-470-glvnd-glx_470.57.02-2~mx21+1_amd64.deb Size: 405184 SHA256: 10288412a3f05a0167f9c4dea4f2ac36a3be50d5d6f40e2a7c8c21bcaea181c8 SHA1: 50d0913dfa52c41141f845a229464b1807e5b4f2 MD5sum: 009e8f73df9ec627180add7c1b828aba Description: NVIDIA binary OpenGL/GLX library (GLVND variant) (Tesla 470 version) The NVIDIA binary driver provides optimized hardware acceleration of OpenGL/GLX/EGL/GLES applications via a direct-rendering X Server for graphics cards using NVIDIA chip sets. . See the description of the nvidia-tesla-470-driver package or /usr/share/doc/libgl1-nvidia-tesla-470-glvnd-glx/README.txt.gz for a complete list of supported GPUs and PCI IDs. . This metapackage depends on the NVIDIA binary OpenGL/GLX implementation using GLVND and the corresponding GLVND loader library. Original-Maintainer: Debian NVIDIA Maintainers Package: libglapi-mesa Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 302 Depends: libc6 (>= 2.14) Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: libs Filename: pool/ahs/m/mesa/libglapi-mesa_21.2.5-1~mx21ahs+1_amd64.deb Size: 75192 SHA256: f297f889bab9f7343598820b568af931da5496928f7ea5b7bed0212dc4d78d4d SHA1: c09205b18933704f2b2b0bc13df51f452af2ef38 MD5sum: 4a2c8fe281e27ff99bb3cbbd1b91ce07 Description: free implementation of the GL API -- shared library The Mesa GL API module is responsible for dispatching all the gl* functions. It is intended to be mainly used by both the libgles1-mesa and libgles2-mesa packages. Original-Maintainer: Debian X Strike Force Package: libgles-dev Source: libglvnd Version: 1.3.4-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 701 Depends: libegl-dev, libgl-dev, libgles1 (= 1.3.4-1~mx21ahs+1), libgles2 (= 1.3.4-1~mx21ahs+1) Breaks: libgles2-mesa-dev (<< 19.3.0~rc6-1), libglvnd-dev (<< 1.3.0-1) Replaces: libgles2-mesa-dev (<< 19.3.0~rc6-1), libglvnd-dev (<< 1.3.0-1) Multi-Arch: same Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd Priority: optional Section: libs Filename: pool/ahs/libg/libglvnd/libgles-dev_1.3.4-1~mx21ahs+1_amd64.deb Size: 50656 SHA256: 7e4f3182ecddd734ec65a62147cb66b022df841739951338d65638441465b490 SHA1: 766835e1300b6b78881e2205212faed40bd6d1f2 MD5sum: 77f20c2a3fc1ce05258116d67693b266 Description: Vendor neutral GL dispatch library -- GLES development files This is an implementation of the vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors on a per-screen basis. . This package provides the development environment for compiling programs against the GLES libraries. Original-Maintainer: Debian X Strike Force Package: libgles-nvidia-tesla-470-1 Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 331 Depends: libnvidia-tesla-470-eglcore (= 470.57.02-2~mx21+1), libgles1 (>= 0.2.999) | libgles1-glvnd-nvidia, nvidia-tesla-470-alternative (= 470.57.02-2~mx21+1), libc6 (>= 2.2.5) Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libgles-nvidia-tesla-470-1_470.57.02-2~mx21+1_amd64.deb Size: 255516 SHA256: df37ad8109014438a1f924a80d6fc7c803609b3f7a8947dc40e500ce1bb05203 SHA1: 326bcf3cd34e6fa1a8480fb624b5df6de4cc4e1b MD5sum: 7957231a3bd958433e86e55c0d903b8c Description: NVIDIA binary OpenGL|ES 1.x library (Tesla 470 version) OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It contains a subset of OpenGL plus a number of extensions for the special needs of embedded systems. . OpenGL|ES 1.x provides an API for fixed-function hardware. . See the description of the nvidia-tesla-470-driver package or /usr/share/doc/libgl1-nvidia-tesla-470-glx/README.txt.gz for a complete list of supported GPUs and PCI IDs. . This package contains the driver specific binary OpenGL|ES 1.x implementation by NVIDIA that is accessed via GLVND. Original-Maintainer: Debian NVIDIA Maintainers Package: libgles-nvidia-tesla-470-2 Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 386 Depends: libnvidia-tesla-470-eglcore (= 470.57.02-2~mx21+1), libgles2 (>= 0.2.999) | libgles2-glvnd-nvidia, nvidia-tesla-470-alternative (= 470.57.02-2~mx21+1), libc6 (>= 2.2.5) Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libgles-nvidia-tesla-470-2_470.57.02-2~mx21+1_amd64.deb Size: 264096 SHA256: 585590a812d297ee4a24222245ad02dae42ca69eac86a33a648dea75c87b7e70 SHA1: bc91cf29b9df73fd6ac600db2a0e63ecbabe9b23 MD5sum: 4fc1287edaa28cb13e09fb665418600d Description: NVIDIA binary OpenGL|ES 2.x library (Tesla 470 version) OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It contains a subset of OpenGL plus a number of extensions for the special needs of embedded systems. . OpenGL|ES 2.x provides an API for programmable hardware including vertex and fragment shaders. . See the description of the nvidia-tesla-470-driver package or /usr/share/doc/libgl1-nvidia-tesla-470-glx/README.txt.gz for a complete list of supported GPUs and PCI IDs. . This package contains the driver specific binary OpenGL|ES 2.x implementation by NVIDIA that is accessed via GLVND. Original-Maintainer: Debian NVIDIA Maintainers Package: libgles-nvidia1 Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 330 Depends: libnvidia-eglcore (= 470.63.01-1~mx21+1), libgles1 (>= 0.2.999) | libgles1-glvnd-nvidia, nvidia-alternative (= 470.63.01-1~mx21+1), libc6 (>= 2.2.5) Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libgles-nvidia1_470.63.01-1~mx21+1_amd64.deb Size: 254504 SHA256: 85b276b92f3b8fd460214f568c8d19bfe0a4fb51620e3ab28759e303d456b0c9 SHA1: 4af306fa3cbe610c3903b96b287250da641950bf MD5sum: 2d0df17b125cbeae9b2c099045e7daa7 Description: NVIDIA binary OpenGL|ES 1.x library OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It contains a subset of OpenGL plus a number of extensions for the special needs of embedded systems. . OpenGL|ES 1.x provides an API for fixed-function hardware. . See the description of the nvidia-driver package or /usr/share/doc/libgl1-nvidia-glx/README.txt.gz for a complete list of supported GPUs and PCI IDs. . This package contains the driver specific binary OpenGL|ES 1.x implementation by NVIDIA that is accessed via GLVND. Original-Maintainer: Debian NVIDIA Maintainers Package: libgles-nvidia2 Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 385 Depends: libnvidia-eglcore (= 470.63.01-1~mx21+1), libgles2 (>= 0.2.999) | libgles2-glvnd-nvidia, nvidia-alternative (= 470.63.01-1~mx21+1), libc6 (>= 2.2.5) Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libgles-nvidia2_470.63.01-1~mx21+1_amd64.deb Size: 263124 SHA256: 1307a1944b1ebbf28221d555e989c7fe028509147493edc1e645985269fe8e37 SHA1: 78edabf06834f1dd45dcc3217696145873bb5c38 MD5sum: 7d280c59dae2cc2402489d5305ad8259 Description: NVIDIA binary OpenGL|ES 2.x library OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It contains a subset of OpenGL plus a number of extensions for the special needs of embedded systems. . OpenGL|ES 2.x provides an API for programmable hardware including vertex and fragment shaders. . See the description of the nvidia-driver package or /usr/share/doc/libgl1-nvidia-glx/README.txt.gz for a complete list of supported GPUs and PCI IDs. . This package contains the driver specific binary OpenGL|ES 2.x implementation by NVIDIA that is accessed via GLVND. Original-Maintainer: Debian NVIDIA Maintainers Package: libgles1 Source: libglvnd Version: 1.3.4-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 74 Depends: libc6 (>= 2.14), libglvnd0 (= 1.3.4-1~mx21ahs+1) Multi-Arch: same Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd Priority: optional Section: libs Filename: pool/ahs/libg/libglvnd/libgles1_1.3.4-1~mx21ahs+1_amd64.deb Size: 12856 SHA256: a78d927b91ccc48753b059c230cba948e07a32d15047d730f5fd0049a1bff170 SHA1: 5c17049644856206be515b4f4f49a83365174766 MD5sum: 56f30628c5b93d3a8e976ab9a038e352 Description: Vendor neutral GL dispatch library -- GLESv1 support This is an implementation of the vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors on a per-screen basis. . This package contains support for GLESv1. Original-Maintainer: Debian X Strike Force Package: libgles2 Source: libglvnd Version: 1.3.4-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 106 Depends: libc6 (>= 2.14), libglvnd0 (= 1.3.4-1~mx21ahs+1) Multi-Arch: same Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd Priority: optional Section: libs Filename: pool/ahs/libg/libglvnd/libgles2_1.3.4-1~mx21ahs+1_amd64.deb Size: 18196 SHA256: a9e71bae339f066a529685765b7e93e8539e82743b45a405cd90ce36fdbc7cbb SHA1: d3893f108d781ebd9af6e5500ea9b5213d4e1916 MD5sum: db720586c69462bad748cf5ecf14a43b Description: Vendor neutral GL dispatch library -- GLESv2 support This is an implementation of the vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors on a per-screen basis. . This package contains support for GLESv2. Original-Maintainer: Debian X Strike Force Package: libgles2-mesa Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 71 Depends: libgles2 Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: oldlibs Filename: pool/ahs/m/mesa/libgles2-mesa_21.2.5-1~mx21ahs+1_amd64.deb Size: 54148 SHA256: e06ca3e14545f8f6bbaf045354591eeb1d33f10a97087a5bceadf279e1aa609a SHA1: 8d3c6d42ca8fb100e895021cb2b67118824efee2 MD5sum: c4bb181cf63939af964c7cd1631c04ea Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: libgles2-mesa-dev Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 71 Depends: libgles-dev, libglvnd-dev Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: oldlibs Filename: pool/ahs/m/mesa/libgles2-mesa-dev_21.2.5-1~mx21ahs+1_amd64.deb Size: 54160 SHA256: a83a5e1646f3428d64518b1b9cc7c9499e91338c4272c815eb035e097b562ffc SHA1: 46da4565411c42614fff9e5d541d0ff77dacbc5b MD5sum: 2bcfd9ac546475d3859c7d103e6e2c44 Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: libglvnd-core-dev Source: libglvnd Version: 1.3.4-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 64 Breaks: libglvnd-dev (<< 1.3.3-1) Replaces: libglvnd-dev (<< 1.3.3-1) Multi-Arch: same Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd Priority: optional Section: libdevel Filename: pool/ahs/libg/libglvnd/libglvnd-core-dev_1.3.4-1~mx21ahs+1_amd64.deb Size: 14192 SHA256: 98768ed38b291331bd4211b8849a87e41660f92d4780acf318be574af89ea2b8 SHA1: 4fa5d4ee93ad700e0b5f331a3a4ce635ee95a7a2 MD5sum: 76d6d2d6a1748120c7086a948489af81 Description: Vendor neutral GL dispatch library -- core development files This is an implementation of the vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors on a per-screen basis. . This package contains the header files for libglvnd split in a separate package for Mesa. Original-Maintainer: Debian X Strike Force Package: libglvnd-dev Source: libglvnd Version: 1.3.4-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 20 Depends: libglvnd0 (= 1.3.4-1~mx21ahs+1), libglvnd-core-dev (= 1.3.4-1~mx21ahs+1), libegl-dev (>= 1.3.0-1), libgl-dev (>= 1.3.0-1), libgles-dev (>= 1.3.0-1), libglx-dev (>= 1.3.0-1), libopengl-dev (>= 1.3.0-1) Multi-Arch: same Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd Priority: optional Section: libdevel Filename: pool/ahs/libg/libglvnd/libglvnd-dev_1.3.4-1~mx21ahs+1_amd64.deb Size: 5984 SHA256: de2b08052d99c5fb2eb301aefb0261cd5efae9d711ff700d23c411c89a339f5e SHA1: 3a6d2a6d8644e5635becb390733a06e2988941b4 MD5sum: f068d32b2c24b556b11183f91443a9a4 Description: Vendor neutral GL dispatch library -- development files This is an implementation of the vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors on a per-screen basis. . This package contains the development files for libglvnd. Original-Maintainer: Debian X Strike Force Package: libglvnd0 Source: libglvnd Version: 1.3.4-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 725 Depends: libc6 (>= 2.14) Breaks: libgldispatch0-nvidia Replaces: libgldispatch0-nvidia Multi-Arch: same Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd Priority: optional Section: libs Filename: pool/ahs/libg/libglvnd/libglvnd0_1.3.4-1~mx21ahs+1_amd64.deb Size: 53812 SHA256: 21436a4f124f7dc2ea5566c07bb8dc98efeb1bad6b6cfd0a9ac0967e58ea584f SHA1: 9e8aeda1c182fb7fd470e0e18f405f0a1b99e129 MD5sum: 108c7b2e75de0f05d6ffad9f067db5eb Description: Vendor neutral GL dispatch library This is an implementation of the vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors on a per-screen basis. . This package contains the GL dispatch library. Original-Maintainer: Debian X Strike Force Package: libglx-dev Source: libglvnd Version: 1.3.4-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 89 Depends: libglx0 (= 1.3.4-1~mx21ahs+1), libx11-dev Breaks: libgl-dev (<< 1.3.0-6), libglvnd-dev (<< 1.3.0-1), mesa-common-dev (<< 19.3.0~rc6-1) Replaces: libgl-dev (<< 1.3.0-6), libglvnd-dev (<< 1.3.0-1), mesa-common-dev (<< 19.3.0~rc6-1) Multi-Arch: same Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd Priority: optional Section: libs Filename: pool/ahs/libg/libglvnd/libglx-dev_1.3.4-1~mx21ahs+1_amd64.deb Size: 16652 SHA256: 0674ca2c9626dd0aa6a721bc092ea85145d38f27aed11dc375a3fa8dfaa7a64e SHA1: d08d031f8f8b2e09a19b679c7398f23336f143f8 MD5sum: d655933b392600e0d679af9d4e0376f3 Description: Vendor neutral GL dispatch library -- GLX development files This is an implementation of the vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors on a per-screen basis. . This package provides the development environment for compiling programs against the GLX library. Original-Maintainer: Debian X Strike Force Package: libglx-mesa0 Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 556 Depends: libc6 (>= 2.29), libdrm2 (>= 2.4.75), libexpat1 (>= 2.0.1), libglapi-mesa (= 21.2.5-1~mx21ahs+1), libx11-6 (>= 2:1.4.99.1), libx11-xcb1 (>= 2:1.7.2), libxcb-dri2-0 (>= 1.8), libxcb-dri3-0 (>= 1.13), libxcb-glx0 (>= 1.8), libxcb-present0, libxcb-shm0, libxcb-sync1, libxcb-xfixes0, libxcb1 (>= 1.9.2), libxext6, libxfixes3, libxshmfence1, libxxf86vm1, libgl1-mesa-dri Breaks: glx-diversions (<< 0.8.4~), libopengl-perl (<< 0.6704+dfsg-2) Provides: libglx-vendor Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: libs Filename: pool/ahs/m/mesa/libglx-mesa0_21.2.5-1~mx21ahs+1_amd64.deb Size: 184304 SHA256: 951d1f3731502b233ac26c18fda41665b67f54d39dd6fe85e9e71c5eb4b666de SHA1: 3a07615553846e3ca677d891fe0f4d2cae731ed6 MD5sum: 0dab6c5a6e059d359c0a7602eb4c0945 Description: free implementation of the OpenGL API -- GLX vendor library Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL. To the extent that Mesa utilizes the OpenGL command syntax or state machine, it is being used with authorization from Silicon Graphics, Inc. However, the authors make no claim that Mesa is in any way a compatible replacement for OpenGL or associated with Silicon Graphics, Inc. . This version of Mesa provides GLX and DRI capabilities: it is capable of both direct and indirect rendering. For direct rendering, it can use DRI modules from the libgl1-mesa-dri package to accelerate drawing. . This package does not include the modules themselves: these can be found in the libgl1-mesa-dri package. Original-Maintainer: Debian X Strike Force Package: libglx-nvidia-tesla-470-0 Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 1609 Depends: libglx0 | libglx0-glvnd-nvidia, nvidia-tesla-470-alternative (= 470.57.02-2~mx21+1), libc6 (>= 2.2.5), libnvidia-tesla-470-eglcore (= 470.57.02-2~mx21+1), libnvidia-tesla-470-glcore (= 470.57.02-2~mx21+1), libx11-6, libxext6 Provides: libglx-vendor Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libglx-nvidia-tesla-470-0_470.57.02-2~mx21+1_amd64.deb Size: 474340 SHA256: b2f8c91089a3a7d2540ab991cdc5184634f7d42c8fc05ec2e09d934b298f6f9b SHA1: 2ddc4878ebd11cdecd155a28860298d35d04619c MD5sum: 095582bddcf3378821bcff5b7eb83971 Description: NVIDIA binary GLX library (Tesla 470 version) GLX ("OpenGL Extension to the X Window System") provides an interface between OpenGL and the X Window System as well as extensions to OpenGL itself. . See the description of the nvidia-tesla-470-driver package or /usr/share/doc/libgl1-nvidia-tesla-470-glx/README.txt.gz for a complete list of supported GPUs and PCI IDs. . This package contains the driver specific binary GLX implementation by NVIDIA that is accessed via GLVND. Original-Maintainer: Debian NVIDIA Maintainers Package: libglx-nvidia0 Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 1608 Depends: libglx0 | libglx0-glvnd-nvidia, nvidia-alternative (= 470.63.01-1~mx21+1), libc6 (>= 2.2.5), libnvidia-eglcore (= 470.63.01-1~mx21+1), libnvidia-glcore (= 470.63.01-1~mx21+1), libx11-6, libxext6 Provides: libglx-vendor Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libglx-nvidia0_470.63.01-1~mx21+1_amd64.deb Size: 470192 SHA256: c750eba83d3375206df71fe98a5e7f00538d19f97f01a3ec329d85d864ac9d48 SHA1: 9a8e1293037e168ef11bc19ab4129372a0b08f78 MD5sum: ca9c83aa426cbeb473abdc130dfb90ba Description: NVIDIA binary GLX library GLX ("OpenGL Extension to the X Window System") provides an interface between OpenGL and the X Window System as well as extensions to OpenGL itself. . See the description of the nvidia-driver package or /usr/share/doc/libgl1-nvidia-glx/README.txt.gz for a complete list of supported GPUs and PCI IDs. . This package contains the driver specific binary GLX implementation by NVIDIA that is accessed via GLVND. Original-Maintainer: Debian NVIDIA Maintainers Package: libglx0 Source: libglvnd Version: 1.3.4-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 163 Depends: libc6 (>= 2.14), libglvnd0 (= 1.3.4-1~mx21ahs+1), libx11-6 (>= 2:1.4.99.1), libglx-mesa0 Multi-Arch: same Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd Priority: optional Section: libs Filename: pool/ahs/libg/libglvnd/libglx0_1.3.4-1~mx21ahs+1_amd64.deb Size: 36360 SHA256: 3c8528f9d408f5f1c5e646ac7a60c5e32c0ffd8ee359a2a0749345715f89609d SHA1: 123d6a8c88e7361442869ee9408f1f347ac8d38d MD5sum: cc4061f03b6d107f9fbbe0945ab8958a Description: Vendor neutral GL dispatch library -- GLX support This is an implementation of the vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors on a per-screen basis. . This package contains support for GLX. Original-Maintainer: Debian X Strike Force Package: libigdgmm-dev Source: intel-gmmlib Version: 21.3.2+ds1-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 961 Depends: libigdgmm11 (= 21.3.2+ds1-1~mx21ahs+1) Multi-Arch: same Homepage: https://github.com/intel/gmmlib Priority: optional Section: libdevel Filename: pool/ahs/i/intel-gmmlib/libigdgmm-dev_21.3.2+ds1-1~mx21ahs+1_amd64.deb Size: 111860 SHA256: 76359a6ddc29356f70e7a4f994263cb82a2ae620aaccb4296f6b580412307eae SHA1: fc1a4f7acfc0c26f4557bbcb42920dc5bf0805c3 MD5sum: c71d0f24532c4c513aa3916293a23060 Description: Intel Graphics Memory Management Library -- development files The Intel Graphics Memory Management Library provides device specific and buffer management for the Intel Graphics Compute Runtime for OpenCL and the Intel Media Driver for VAAPI. . This library is only useful for Broadwell and newer CPUs. . This package includes files for development. Original-Maintainer: Debian Multimedia Maintainers Package: libigdgmm11 Source: intel-gmmlib Version: 21.3.2+ds1-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 530 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1) Multi-Arch: same Homepage: https://github.com/intel/gmmlib Priority: optional Section: libs Filename: pool/ahs/i/intel-gmmlib/libigdgmm11_21.3.2+ds1-1~mx21ahs+1_amd64.deb Size: 120152 SHA256: da31dc89f561c218f3fcfd33b66a01d55641ab33d7dceb95549380128225a79d SHA1: 19f51b0e771a1958721a09eb18a93eddfcf96f10 MD5sum: 2a1b0a77770bbd6319cb11525f16d44b Description: Intel Graphics Memory Management Library -- shared library The Intel Graphics Memory Management Library provides device specific and buffer management for the Intel Graphics Compute Runtime for OpenCL and the Intel Media Driver for VAAPI. . This library is only useful for Broadwell and newer CPUs. . This package includes the shared library. Original-Maintainer: Debian Multimedia Maintainers Package: libigfxcmrt-dev Source: intel-media-driver Version: 21.4.1+dfsg1-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 1488 Depends: libigfxcmrt7 (= 21.4.1+dfsg1-1~mx21ahs+1) Multi-Arch: same Homepage: https://github.com/intel/media-driver Priority: optional Section: libdevel Filename: pool/ahs/i/intel-media-driver/libigfxcmrt-dev_21.4.1+dfsg1-1~mx21ahs+1_amd64.deb Size: 70772 SHA256: 2c4c943c6f288cf706b76e6fbdbe85c9929635280fa65c7e54117c47d99809fc SHA1: b89d36b318930fa0d18573e012c53aa0806b3d1a MD5sum: 6afbac7eaf6100eb0949b90b20244e9d Description: Intel C for Media Runtime -- development files cmrtlib is a runtime library needed when user wants to execute their own GPU kernels on render engine. It calls iHD media driver to load the kernels and allocate the resources. It provides a set of APIs for user to call directly from application. . This package includes files for development. Original-Maintainer: Debian Multimedia Maintainers Package: libigfxcmrt7 Source: intel-media-driver Version: 21.4.1+dfsg1-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 113 Depends: intel-media-va-driver (= 21.4.1+dfsg1-1~mx21ahs+1) | intel-media-va-driver-non-free (>= 21.4.1+dfsg1), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), libva2 (>= 2.12) Multi-Arch: same Homepage: https://github.com/intel/media-driver Priority: optional Section: libs Filename: pool/ahs/i/intel-media-driver/libigfxcmrt7_21.4.1+dfsg1-1~mx21ahs+1_amd64.deb Size: 32772 SHA256: 31226c2501c1392847b4ecb97d35859c93942f335e54513179e726c77bde4a81 SHA1: 25f48849682d9ed5c8192517f9925a5b127f0002 MD5sum: 8ecda573a9303d09c801052a36e2c3a3 Description: Intel C for Media Runtime -- shared library cmrtlib is a runtime library needed when user wants to execute their own GPU kernels on render engine. It calls iHD media driver to load the kernels and allocate the resources. It provides a set of APIs for user to call directly from application. . This package includes the shared library. Original-Maintainer: Debian Multimedia Maintainers Package: libinput-bin Source: libinput Version: 1.19.1-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 147 Depends: libc6 (>= 2.7), libevdev2 (>= 1.10.0), libudev1 (>= 183), libwacom2 (>= 1.1) Multi-Arch: foreign Homepage: http://www.freedesktop.org/wiki/Software/libinput/ Priority: optional Section: libs Filename: pool/ahs/libi/libinput/libinput-bin_1.19.1-1~mx21ahs+1_amd64.deb Size: 27444 SHA256: 6f12440a19cbb0d293cda30d82db774341fbf7fa46cf56bc4d476493fd839d65 SHA1: 0edf961b4969129202438c03c49ea6417537b305 MD5sum: 500b28d882b33e9e2373df1a3ef694ca Description: input device management and event handling library - udev quirks libinput is a library that handles input devices for display servers and other applications that need to directly deal with input devices. . It provides device detection, device handling, input device event processing and abstraction to minimize the amount of custom input code the user of libinput needs to provide the common set of functionality that users expect. . This package includes the udev quirks database and helpers. Original-Maintainer: Debian X Strike Force Package: libinput-dev Source: libinput Version: 1.19.1-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 216 Depends: libinput10 (= 1.19.1-1~mx21ahs+1), libmtdev-dev (>= 1.1.0), libudev-dev, libevdev-dev (>= 1.10.0), libwacom-dev (>= 0.20) Multi-Arch: same Homepage: http://www.freedesktop.org/wiki/Software/libinput/ Priority: optional Section: libdevel Filename: pool/ahs/libi/libinput/libinput-dev_1.19.1-1~mx21ahs+1_amd64.deb Size: 35528 SHA256: 88c9a9764ced2c435467e6a134bff0baf023b61f59496c82275b77507e8f3ac2 SHA1: 618a575185027fbaaad94420fe22d3c155a0ac25 MD5sum: 4f9a25ffa216e44646c7b0507f26e096 Description: input device management and event handling library - development files libinput is a library that handles input devices for display servers and other applications that need to directly deal with input devices. . It provides device detection, device handling, input device event processing and abstraction to minimize the amount of custom input code the user of libinput needs to provide the common set of functionality that users expect. . This package includes the development headers. Original-Maintainer: Debian X Strike Force Package: libinput-tools Source: libinput Version: 1.19.1-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 815 Depends: libinput10 (= 1.19.1-1~mx21ahs+1), libc6 (>= 2.17), libcairo2 (>= 1.2.4), libevdev2 (>= 1.10.0), libglib2.0-0 (>= 2.30.0), libgtk-3-0 (>= 3.19.12), libudev1 (>= 183), libwayland-client0 (>= 1.9.91), libx11-6, python3, python3-libevdev, python3-pyudev Multi-Arch: allowed Homepage: http://www.freedesktop.org/wiki/Software/libinput/ Priority: optional Section: libdevel Filename: pool/ahs/libi/libinput/libinput-tools_1.19.1-1~mx21ahs+1_amd64.deb Size: 152796 SHA256: 7dc8a03aaa108f2e128a98d0ae8a6a18e24d1a8c9fa1ff2d37cc0c2e0f8629b6 SHA1: eaf2da2cfe7b8ba541907ca27892881db6ffa439 MD5sum: 8d8092bcfa482f898bdee28eb7b5f6da Description: input device management and event handling library - command line tools libinput is a library that handles input devices for display servers and other applications that need to directly deal with input devices. . It provides device detection, device handling, input device event processing and abstraction to minimize the amount of custom input code the user of libinput needs to provide the common set of functionality that users expect. . This package includes the command line tools. Original-Maintainer: Debian X Strike Force Package: libinput10 Source: libinput Version: 1.19.1-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 373 Depends: libc6 (>= 2.29), libevdev2 (>= 1.10.0), libmtdev1 (>= 1.1.0), libudev1 (>= 183), libwacom2 (>= 1.1), libinput-bin (>= 1.19.1-1~mx21ahs+1) Multi-Arch: same Homepage: http://www.freedesktop.org/wiki/Software/libinput/ Priority: optional Section: libs Filename: pool/ahs/libi/libinput/libinput10_1.19.1-1~mx21ahs+1_amd64.deb Size: 125320 SHA256: 8abef1b629cbcd4d3808dea72b3dc99b0ecaec49d0f129ea08cc5907e1e6cca0 SHA1: 0b77fb12d7adda32e7557e255e5a7564d00ad4c1 MD5sum: cb6dedff895d14ea15a503438c4cb5f0 Description: input device management and event handling library - shared library libinput is a library that handles input devices for display servers and other applications that need to directly deal with input devices. . It provides device detection, device handling, input device event processing and abstraction to minimize the amount of custom input code the user of libinput needs to provide the common set of functionality that users expect. . This package includes the shared library. Original-Maintainer: Debian X Strike Force Package: liblld-12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 15108 Depends: libllvm12 (= 1:12.0.1-8~mx21ahs+1) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/ahs/l/llvm-toolchain-12/liblld-12_12.0.1-8~mx21ahs+1_amd64.deb Size: 1647516 SHA256: 96d82a2b84907cb03521d16094487e53239a9e1699cfd145841354168c6aab9d SHA1: 4fa9cb9afa06a9f66316212f1cc28ed1c5564aaa MD5sum: 71b93296b8d4b94395530eb57ea62ea9 Description: LLVM-based linker, library LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. . This package contains the LLD runtime library. Package: liblld-12-dev Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 223 Depends: lld-12 (= 1:12.0.1-8~mx21ahs+1), liblld-12 (= 1:12.0.1-8~mx21ahs+1) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/ahs/l/llvm-toolchain-12/liblld-12-dev_12.0.1-8~mx21ahs+1_amd64.deb Size: 80212 SHA256: b18d7b04c8ed3053fb928b4b86cba2c1fff413ed6f925b0cc155fe356e5a3f81 SHA1: facbb4fd137d668e89ebd490a5ca206a3388ff21 MD5sum: f325dbc0bc2d251a8794fadc7200ff6f Description: LLVM-based linker, header files LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. . This package provides the header files to build extension over lld. Package: liblldb-12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 16806 Depends: libc6 (>= 2.30), libclang-cpp12 (>= 1:12.0.1), libedit2 (>= 3.1-20140620-0), libgcc-s1 (>= 3.0), libllvm12 (= 1:12.0.1-8~mx21ahs+1), libncurses6 (>= 6), libpython3.9 (>= 3.9.1), libstdc++6 (>= 9), libtinfo6 (>= 6), libxml2 (>= 2.7.4) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/ahs/l/llvm-toolchain-12/liblldb-12_12.0.1-8~mx21ahs+1_amd64.deb Size: 3740312 SHA256: 30ffbf8c8a394e1f0c589581eb1e7a7bf1dd673fd165b5f183a9fd529836fd7f SHA1: 0ba58928bc98c6813c87d85d1561aed62c392afb MD5sum: cfe5e3a4269c81cdf3635ac0be717ca1 Description: Next generation, high-performance debugger, library LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This package contains the LLDB runtime library. Package: liblldb-12-dev Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 3183 Depends: lldb-12 (= 1:12.0.1-8~mx21ahs+1) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/ahs/l/llvm-toolchain-12/liblldb-12-dev_12.0.1-8~mx21ahs+1_amd64.deb Size: 511560 SHA256: 7f66f3f8634ccb07563216b7eac400bd9851bb639bc339f923d0a8c5a86f5a5f SHA1: 06db94b7d70c1c0933e0e427f9372549cf929efe MD5sum: b3a8c75352ec338c384bba05384bf624 Description: Next generation, high-performance debugger, header files LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This package provides the header files to build extension over lldb. Package: libllvm-12-ocaml-dev Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 2498 Depends: libctypes-ocaml-dev-7izk3, libintegers-ocaml-dev-t1ge5, ocaml-nox-4.11.1, llvm-12-dev (= 1:12.0.1-8~mx21ahs+1) Suggests: llvm-12-doc Conflicts: libllvm-x.y-ocaml-dev Replaces: libllvm-x.y-ocaml-dev Provides: libllvm-12-ocaml-dev-v2y91, libllvm-x.y-ocaml-dev Homepage: https://www.llvm.org/ Priority: optional Section: ocaml Filename: pool/ahs/l/llvm-toolchain-12/libllvm-12-ocaml-dev_12.0.1-8~mx21ahs+1_amd64.deb Size: 230660 SHA256: bad41710050fa8591b7eeb3c36f5ad7413c4018e6932aaa9af773809a728e0c2 SHA1: 036c98ccbafad4cb26f5109c0663359abf7d951d MD5sum: a168a795673638bc980d33e9333c656f Description: Modular compiler and toolchain technologies, OCaml bindings LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the OCaml bindings to develop applications using llvm. Package: libllvm12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 91135 Depends: libc6 (>= 2.29), libedit2 (>= 2.11-20080614-0), libffi7 (>= 3.3~20180313), libgcc-s1 (>= 3.3), libstdc++6 (>= 9), libtinfo6 (>= 6), libxml2 (>= 2.7.4), libz3-4 (>= 4.8.10), zlib1g (>= 1:1.2.0) Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/ahs/l/llvm-toolchain-12/libllvm12_12.0.1-8~mx21ahs+1_amd64.deb Size: 19071128 SHA256: be06db63278b4317a448c7d13867d822b8c656e2bfae7c0954c3f1ee698c8498 SHA1: 3ef38b00b8cc9f71bdd195a26154e1aed7505aa1 MD5sum: 56f0048f3aa7bea12b424db3271cde77 Description: Modular compiler and toolchain technologies, runtime library LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . This package contains the LLVM runtime library. Package: libnvcuvid1 Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 5592 Depends: libcuda1 (= 470.63.01-1~mx21+1), libc6 (>= 2.7) Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libnvcuvid1_470.63.01-1~mx21+1_amd64.deb Size: 1277848 SHA256: 2fdef867931a338dd96ad669e1e3b5146e331bf629d9b65a111e6ef25addc87f SHA1: d3aa870b1a29cf5f27a25168a8f656f24da6f4de MD5sum: fd88ad4f88a8a4108cc9cb5ed8b26f08 Description: NVIDIA CUDA Video Decoder runtime library The Compute Unified Device Architecture (CUDA) enables NVIDIA graphics processing units (GPUs) to be used for massively parallel general purpose computation. . The NVIDIA CUDA Video Decoder (NVCUVID) library provides an interface to hardware video decoding capabilities on NVIDIA GPUs with CUDA. . This package contains the nvcuvid runtime library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-allocator1 Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 357 Depends: libc6 (>= 2.7) Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libnvidia-allocator1_470.63.01-1~mx21+1_amd64.deb Size: 271944 SHA256: 41ffefb08b5a70c220b6b5bd9995b5f77144fb93bc5e0cfbabe38905bc8e39d0 SHA1: 124dadee3ba2e288513dc46f39a2b432e937f3da MD5sum: 8cad943abafd73acfabd08bd5f1fb95a Description: NVIDIA allocator runtime library The NVIDIA binary driver provides optimized hardware acceleration of OpenGL/GLX/EGL/GLES applications via a direct-rendering X Server for graphics cards using NVIDIA chip sets. . This package contains the private nvidia-allocator runtime library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-cbl Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 1002 Depends: libc6 (>= 2.7) Conflicts: libnvidia-cbl-470.63.01 Provides: libnvidia-cbl-470.63.01 Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libnvidia-cbl_470.63.01-1~mx21+1_amd64.deb Size: 488376 SHA256: 0a705c0fe7d00706bdac43248d4eb772c1d37f37bca803daa38a3e76f9f22963 SHA1: 1064a0d5210e00b5c943b3582e176710a22a40d6 MD5sum: df3851b8098cb5e6bb90ead11f8b1306 Description: NVIDIA binary Vulkan ray tracing (cbl) library Vulkan is a multivendor open standard by the Khronos Group for 3D graphics. . This library is part of the Vulkan real-time ray tracing extensions (VK_NV_raytracing) implementation by NVIDIA. . This package contains the private cbl library used by the NVIDIA implementation of Vulkan. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-cfg1 Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 477 Depends: nvidia-alternative (= 470.63.01-1~mx21+1), libc6 (>= 2.7) Provides: libnvidia-cfg.so.1 (= 470.63.01), libnvidia-cfg1-any Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libnvidia-cfg1_470.63.01-1~mx21+1_amd64.deb Size: 308740 SHA256: f7fc5dd0986f82317fe470a89dd8b4e5d64bf341ddd562b724936f097ddf7023 SHA1: b57867721b2092f72d39ec53a5ee7b05ca7ce303 MD5sum: a4f6c667816778a6c9386e77bc5e9971 Description: NVIDIA binary OpenGL/GLX configuration library The NVIDIA binary driver provides optimized hardware acceleration of OpenGL/GLX/EGL/GLES applications via a direct-rendering X Server for graphics cards using NVIDIA chip sets. . This package contains the libnvidia-cfg.so.1 runtime library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-compiler Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 54918 Depends: libc6 (>= 2.3.2) Conflicts: libnvidia-compiler-470.63.01 Provides: libnvidia-compiler-470.63.01 Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libnvidia-compiler_470.63.01-1~mx21+1_amd64.deb Size: 13849068 SHA256: 2eb59f1cb0731293ad7df4ba604c8572d4e54a41e04ebb1b2bdfda16b3245794 SHA1: 2d33bc4bedce443ef8a0ed880694f2081489b8c6 MD5sum: 58742c141ed11298c7419238f0bfc354 Description: NVIDIA runtime compiler library The Compute Unified Device Architecture (CUDA) enables NVIDIA graphics processing units (GPUs) to be used for massively parallel general purpose computation. . This package contains the runtime compiler library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-eglcore Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 30482 Depends: libc6 (>= 2.10) Conflicts: libnvidia-eglcore-470.63.01 Provides: libnvidia-eglcore-470.63.01 Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libnvidia-eglcore_470.63.01-1~mx21+1_amd64.deb Size: 8346296 SHA256: d99f1e303a25e71e0cab429effce19f09e57a28a8c0f65b13727323dfa121fdc SHA1: 3e50a7a87b19bb2de788f020ee98817cb6ac2bd0 MD5sum: 67902f2f3822e47557f5244030d7b76d Description: NVIDIA binary EGL core libraries EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES. . OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It contains a subset of OpenGL plus a number of extensions for the special needs of embedded systems. . This package contains the private core libraries used by the NVIDIA implementation of EGL and OpenGL|ES. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-encode1 Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 376 Depends: libc6 (>= 2.2.5), libnvcuvid1 (>= 260) Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libnvidia-encode1_470.63.01-1~mx21+1_amd64.deb Size: 270092 SHA256: 542737a64cf5018ef08244667c8434ee399055c4000d94246f37c94456ee2f44 SHA1: f47754669e40d67cc1a7bd5d85fe99cea2bd2acd MD5sum: 0937a352d800e0e04b2b593849041953 Description: NVENC Video Encoding runtime library The NVENC Video Encoding library provides an interface to video encoder hardware on supported NVIDIA GPUs. . This package contains the nvidia-encode runtime library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-fbc1 Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 388 Depends: libcuda1 (= 470.63.01-1~mx21+1), libc6 (>= 2.7), libgl1, libx11-6, libxext6 Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libnvidia-fbc1_470.63.01-1~mx21+1_amd64.deb Size: 275032 SHA256: 2c2adbbcac98b607a66f2ab7eb94faf450e24be98fa9ecc6ac2c308a695e4e6f SHA1: f558d57c6953362a239b467478e85d8f1896bba1 MD5sum: 46230f8e5ca7fabd217ac5311e3496ae Description: NVIDIA OpenGL-based Framebuffer Capture runtime library The NVIDIA OpenGL-based Framebuffer Capture (NvFBCOpenGL) library provides a high performance, low latency interface to capture and optionally encode an OpenGL framebuffer. NvFBCOpenGL is a private API that is only available to approved partners for use in remote graphics scenarios. . This package contains the NvFBCOpenGL runtime library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-glcore Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 31573 Depends: libc6 (>= 2.10) Conflicts: libnvidia-glcore-470.63.01 Provides: libnvidia-glcore-470.63.01 Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libnvidia-glcore_470.63.01-1~mx21+1_amd64.deb Size: 8451176 SHA256: 996a36b4009e974bf47968e4d402ca73686b2de58d33a631494b41e656d05874 SHA1: 1c813871ec44f13e509f7e5fce4a9d79efde85ef MD5sum: f10a9909756b870b65d38399b39c2cbf Description: NVIDIA binary OpenGL/GLX core libraries The NVIDIA binary driver provides optimized hardware acceleration of OpenGL/GLX/EGL/GLES applications via a direct-rendering X Server for graphics cards using NVIDIA chip sets. . This package contains the private core libraries used by the NVIDIA implementation of OpenGL and GLX. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-glvkspirv Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 12985 Depends: libc6 (>= 2.7) Conflicts: libnvidia-glvkspirv-470.63.01 Provides: libnvidia-glvkspirv-470.63.01 Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libnvidia-glvkspirv_470.63.01-1~mx21+1_amd64.deb Size: 4221920 SHA256: 36361f8dce78965b092b72c12e03b95eeca9cda4c3d09ec5f6aca3169ca1b8bc SHA1: d664f06c51e3f7284f883c44d5113fefeaf7057d MD5sum: 1d08a294164cd168dcea2d6a1953b8fe Description: NVIDIA binary Vulkan Spir-V compiler library Vulkan is a multivendor open standard by the Khronos Group for 3D graphics. . This library provides a NVIDIA Vulkan Spir-V compiler which reduces shader compilation time and shader system memory consumption. . This package contains the private Spir-V compiler libraries used by the NVIDIA implementation of Vulkan. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-ifr1 Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 476 Depends: libcuda1 (= 470.63.01-1~mx21+1), libc6 (>= 2.3.2), libgl1, libx11-6 Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libnvidia-ifr1_470.63.01-1~mx21+1_amd64.deb Size: 297776 SHA256: ed55027ce90064c10900a45a97a5aabb023c0d3e219c4da59daf0e857258ee68 SHA1: 05b11e090b43320249dc0bc0a5cc4034a51cb76f MD5sum: e8e93647fc85259d9fdce7b5b31355a0 Description: NVIDIA OpenGL-based Inband Frame Readback runtime library The NVIDIA OpenGL-based Inband Frame Readback (NvIFROpenGL) library provides a high performance, low latency interface to capture and optionally encode an OpenGL framebuffer. NvIFROpenGL is a private API that is only available to approved partners for use in remote graphics scenarios. . This package contains the NvIFROpenGL runtime library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-ml1 Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 2057 Depends: nvidia-alternative (= 470.63.01-1~mx21+1), libc6 (>= 2.7) Provides: libnvidia-ml.so.1 (= 470.63.01) Multi-Arch: same Homepage: https://developer.nvidia.com/nvidia-management-library-NVML Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libnvidia-ml1_470.63.01-1~mx21+1_amd64.deb Size: 711948 SHA256: 422a0874415db6fcfb4e871d4e4618d7b533b58924d39d182f42f0dd3a0aad11 SHA1: 85f9098ed8bd5a1995028e4dfbe23a85feb2e625 MD5sum: 43080d6b416131fd37c1c76c8af543f2 Description: NVIDIA Management Library (NVML) runtime library The NVIDIA Management Library (NVML) provides a monitoring and management API. It provides a direct access to the queries and commands exposed via nvidia-smi. . This package contains the nvidia-ml runtime library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-ngx1 Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 5346 Depends: libc6 (>= 2.7) Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libnvidia-ngx1_470.63.01-1~mx21+1_amd64.deb Size: 1913840 SHA256: 2f6100c95ae7fe3e16e25cca5d6915bdb7a0b61299be001efcc3165610d7e054 SHA1: f7ab0dc222ff96e8b20f2b318bb59b7884f532f8 MD5sum: 3b645ac22598b55a4bc3c21ee8c3c8a8 Description: NVIDIA NGX runtime library The NVIDIA binary driver provides optimized hardware acceleration of OpenGL/GLX/EGL/GLES applications via a direct-rendering X Server for graphics cards using NVIDIA chip sets. . This package contains the NVIDIA NGX runtime library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-nvvm4 Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 26295 Depends: libc6 (>= 2.3.2) Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libnvidia-nvvm4_470.63.01-1~mx21+1_amd64.deb Size: 8225252 SHA256: 4b3b6cf7294b403c686fb78468fca977251ed5219315109b491867122cc4274e SHA1: 6ed24700608e935ca9026005eb6e3e9b121eac83 MD5sum: e000c79629adcab9bc2dfc60f198d351 Description: NVIDIA NVVM Compiler library The Compute Unified Device Architecture (CUDA) enables NVIDIA graphics processing units (GPUs) to be used for massively parallel general purpose computation. . This package contains the NVVM Compiler library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-opticalflow1 Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 307 Depends: libc6 (>= 2.2.5), libnvcuvid1 (>= 260) Multi-Arch: same Homepage: https://developer.nvidia.com/opticalflow-sdk Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libnvidia-opticalflow1_470.63.01-1~mx21+1_amd64.deb Size: 249968 SHA256: 66195be87df3bdd09dab2256a967e01beec3c5719ded3d5872d286dc4a13c542 SHA1: 72583cb6a23ae2a888b1035a696b077afb0c1980 MD5sum: 199620f3047adae14f3204513fdec9ea Description: NVIDIA Optical Flow runtime library The NVIDIA Optical Flow SDK exposes the latest hardware capability of Turing GPUs dedicated to computing the relative motion of pixels between images. . This package contains the Optical Flow runtime library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-ptxjitcompiler1 Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 11144 Depends: libc6 (>= 2.7) Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libnvidia-ptxjitcompiler1_470.63.01-1~mx21+1_amd64.deb Size: 5077036 SHA256: 78f54a43fcce77a95f29205045c755e83c36a4729392ab7648979b8cb9ebe6f1 SHA1: c0d013bcc18ab65d7089128cde2b557ddabc6644 MD5sum: 42cb4129e9feb44498432ba348ff4b20 Description: NVIDIA PTX JIT Compiler library The Compute Unified Device Architecture (CUDA) enables NVIDIA graphics processing units (GPUs) to be used for massively parallel general purpose computation. . This package contains the runtime PTX JIT Compiler library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-rtcore Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 80983 Depends: libc6 (>= 2.7), libgcc-s1 (>= 4.2) Conflicts: libnvidia-rtcore-470.63.01 Provides: libnvidia-rtcore-470.63.01 Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libnvidia-rtcore_470.63.01-1~mx21+1_amd64.deb Size: 13649060 SHA256: b75b3970303307fd0be8424d87a16d2142653fd9b071f6b561f6982be696c4c6 SHA1: 3b57c47cef974a0a97bf3f3c498129eba9f89d4f MD5sum: 6464247429da6011811ddcef2dfe718c Description: NVIDIA binary Vulkan ray tracing (rtcore) library Vulkan is a multivendor open standard by the Khronos Group for 3D graphics. . This library is part of the Vulkan real-time ray tracing extensions (VK_NV_raytracing) implementation by NVIDIA. . This package contains the private rtcore library used by the NVIDIA implementation of Vulkan. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-tesla-470-allocator1 Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 358 Depends: libc6 (>= 2.7) Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libnvidia-tesla-470-allocator1_470.57.02-2~mx21+1_amd64.deb Size: 272900 SHA256: fc1e7fe72a7e20164c680192116a027cd137d32e3c053a3cdcbb4c5de1a45b98 SHA1: 37164e8cdb6ac2e608b01dfd3d115162bb387f06 MD5sum: 0bb6286d464bb2496faafa6bc773b537 Description: NVIDIA allocator runtime library (Tesla 470 version) The NVIDIA binary driver provides optimized hardware acceleration of OpenGL/GLX/EGL/GLES applications via a direct-rendering X Server for graphics cards using NVIDIA chip sets. . This package contains the private nvidia-allocator runtime library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-tesla-470-cbl Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 1003 Depends: libc6 (>= 2.7) Conflicts: libnvidia-cbl-470.57.02 Provides: libnvidia-cbl-470.57.02 Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libnvidia-tesla-470-cbl_470.57.02-2~mx21+1_amd64.deb Size: 489456 SHA256: 1355ea00d4517419f29f8fccc11000ea8e6cccfeb386e4e3ec6e5df2efe34188 SHA1: 5647ea3d8ffbe6909b1e9753364fbc6c8e6dd43a MD5sum: 46c363c3d4f14c8c6ef8e432e59602a5 Description: NVIDIA binary Vulkan ray tracing (cbl) library (Tesla 470 version) Vulkan is a multivendor open standard by the Khronos Group for 3D graphics. . This library is part of the Vulkan real-time ray tracing extensions (VK_NV_raytracing) implementation by NVIDIA. . This package contains the private cbl library used by the NVIDIA implementation of Vulkan. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-tesla-470-cfg1 Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 478 Depends: nvidia-tesla-470-alternative (= 470.57.02-2~mx21+1), libc6 (>= 2.7) Provides: libnvidia-cfg.so.1 (= 470.57.02), libnvidia-cfg1-any Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libnvidia-tesla-470-cfg1_470.57.02-2~mx21+1_amd64.deb Size: 309612 SHA256: 769b6fc8434ac8f569a04a19704058e3431476f145325fe4b257bbd200084278 SHA1: 6ce642077333dfc69718735bcb289b093a89bdbd MD5sum: ef3546d6f9f2df570c09051495942f95 Description: NVIDIA binary OpenGL/GLX configuration library (Tesla 470 version) The NVIDIA binary driver provides optimized hardware acceleration of OpenGL/GLX/EGL/GLES applications via a direct-rendering X Server for graphics cards using NVIDIA chip sets. . This package contains the libnvidia-cfg.so.1 runtime library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-tesla-470-compiler Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 54919 Depends: libc6 (>= 2.3.2) Conflicts: libnvidia-compiler-470.57.02 Provides: libnvidia-compiler-470.57.02 Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libnvidia-tesla-470-compiler_470.57.02-2~mx21+1_amd64.deb Size: 13858192 SHA256: 136e95112ce63634a3c794c39a9a7862a4c57717da50d2440920776ea719242a SHA1: f7f2e3a8142230c79641bfb120f0957435d61504 MD5sum: a6a6725c69ce6c7680106a7ac7e38467 Description: NVIDIA runtime compiler library (Tesla 470 version) The Compute Unified Device Architecture (CUDA) enables NVIDIA graphics processing units (GPUs) to be used for massively parallel general purpose computation. . This package contains the runtime compiler library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-tesla-470-cuda1 Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 22026 Depends: libnvidia-tesla-470-ptxjitcompiler1 (= 470.57.02-2~mx21+1), nvidia-support, nvidia-tesla-470-alternative (= 470.57.02-2~mx21+1), libc6 (>= 2.7) Recommends: libnvidia-tesla-470-cfg1 (= 470.57.02-2~mx21+1), nvidia-persistenced, libnvidia-tesla-470-cuda1:i386 (= 470.57.02-2~mx21+1), nvidia-tesla-470-kernel-dkms (= 470.57.02-2~mx21+1) | nvidia-tesla-470-kernel-470.57.02, nvidia-tesla-470-smi Suggests: nvidia-cuda-mps, nvidia-tesla-470-kernel-dkms (>= 470.57.02) | nvidia-tesla-470-kernel-source (>= 470.57.02) Provides: libcuda-10.0-1, libcuda-10.1-1, libcuda-10.2-1, libcuda-11.0-1, libcuda-11.1-1, libcuda-11.2-1, libcuda-11.3-1, libcuda-11.4-1, libcuda-5.0-1, libcuda-5.5-1, libcuda-6.0-1, libcuda-6.5-1, libcuda-7.0-1, libcuda-7.5-1, libcuda-8.0-1, libcuda-9.0-1, libcuda-9.1-1, libcuda-9.2-1, libcuda.so.1 (= 470.57.02), libcuda1-any Multi-Arch: same Homepage: https://www.nvidia.com/CUDA Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libnvidia-tesla-470-cuda1_470.57.02-2~mx21+1_amd64.deb Size: 2713276 SHA256: 6c73c6cb19e037e63adfbf8346870264b4b81733b117ab506311e47f5d36fcd9 SHA1: dd00a4ad365f88f94edb9b2186f1d2f31c48ba5f MD5sum: 50e5d1ca41563e1e92e0f8aa99418cc1 Description: NVIDIA CUDA Driver Library (Tesla 470 version) The Compute Unified Device Architecture (CUDA) enables NVIDIA graphics processing units (GPUs) to be used for massively parallel general purpose computation. . This package contains the CUDA Driver API library for low-level CUDA programming. . Supported NVIDIA devices include GPUs starting from GeForce 8 and Quadro FX series, as well as the Tesla computing processors. . Please see the nvidia-tesla-470-kernel-dkms or nvidia-tesla-470-kernel-source packages for building the kernel module required by this package. This will provide nvidia-tesla-470-kernel-470.57.02. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-tesla-470-eglcore Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 30471 Depends: libc6 (>= 2.10) Conflicts: libnvidia-eglcore-470.57.02 Provides: libnvidia-eglcore-470.57.02 Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libnvidia-tesla-470-eglcore_470.57.02-2~mx21+1_amd64.deb Size: 8340428 SHA256: 88a641a7327357bd9462985976bf7c922dd35314ecb9237256d491426dabfc51 SHA1: 2ceaaed083c05c6f29558319a5a1fea7b23f6f60 MD5sum: 612133afa6d8b89f4692dd0598b85b1d Description: NVIDIA binary EGL core libraries (Tesla 470 version) EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES. . OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It contains a subset of OpenGL plus a number of extensions for the special needs of embedded systems. . This package contains the private core libraries used by the NVIDIA implementation of EGL and OpenGL|ES. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-tesla-470-encode1 Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 377 Depends: libc6 (>= 2.2.5), libnvidia-tesla-470-nvcuvid1 (>= 260) Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libnvidia-tesla-470-encode1_470.57.02-2~mx21+1_amd64.deb Size: 271108 SHA256: 74480bcfd4bc0a28a404d8fcac1fe969923f0d1fe28a2576593fa57273efdcc7 SHA1: e949961cc26b167d1cc9a08e8d016aa3311369f9 MD5sum: c6a08cf600f07cfd3eade89e4f2005f8 Description: NVENC Video Encoding runtime library (Tesla 470 version) The NVENC Video Encoding library provides an interface to video encoder hardware on supported NVIDIA GPUs. . This package contains the nvidia-encode runtime library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-tesla-470-fbc1 Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 389 Depends: libnvidia-tesla-470-cuda1 (= 470.57.02-2~mx21+1), libc6 (>= 2.7), libgl1, libx11-6, libxext6 Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libnvidia-tesla-470-fbc1_470.57.02-2~mx21+1_amd64.deb Size: 276028 SHA256: ff5f0bb1b8cb53c2f96daee4670431189bfa01fb804dc1cc49c9eb170d74d625 SHA1: 3f90ba6ab6f0d1a92bc20a6d0328bf392e04edda MD5sum: 1e7f5ef9f7054ce9c8dcdfdfb09e0c36 Description: NVIDIA OpenGL-based Framebuffer Capture runtime library (Tesla 470 version) The NVIDIA OpenGL-based Framebuffer Capture (NvFBCOpenGL) library provides a high performance, low latency interface to capture and optionally encode an OpenGL framebuffer. NvFBCOpenGL is a private API that is only available to approved partners for use in remote graphics scenarios. . This package contains the NvFBCOpenGL runtime library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-tesla-470-glcore Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 31566 Depends: libc6 (>= 2.10) Conflicts: libnvidia-glcore-470.57.02 Provides: libnvidia-glcore-470.57.02 Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libnvidia-tesla-470-glcore_470.57.02-2~mx21+1_amd64.deb Size: 8455084 SHA256: 8b20cedeeab52605d8bd58c07c5bdf2fe3f0437700a5fed5b94cbf7696160fee SHA1: ea10e30247148d15f3407a94cd8c5833cc62b699 MD5sum: ad0856ab23646837b7cc764e76868b32 Description: NVIDIA binary OpenGL/GLX core libraries (Tesla 470 version) The NVIDIA binary driver provides optimized hardware acceleration of OpenGL/GLX/EGL/GLES applications via a direct-rendering X Server for graphics cards using NVIDIA chip sets. . This package contains the private core libraries used by the NVIDIA implementation of OpenGL and GLX. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-tesla-470-glvkspirv Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 12986 Depends: libc6 (>= 2.7) Conflicts: libnvidia-glvkspirv-470.57.02 Provides: libnvidia-glvkspirv-470.57.02 Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libnvidia-tesla-470-glvkspirv_470.57.02-2~mx21+1_amd64.deb Size: 4222732 SHA256: 9975e23fdb723a480b85363dca67f408daf0614635ffc4d1fb118598c19a388a SHA1: c0f06653adbe5be9880cb991e033e5f3bb016a97 MD5sum: 5114dd53160db14a5dc17080e84dd518 Description: NVIDIA binary Vulkan Spir-V compiler library (Tesla 470 version) Vulkan is a multivendor open standard by the Khronos Group for 3D graphics. . This library provides a NVIDIA Vulkan Spir-V compiler which reduces shader compilation time and shader system memory consumption. . This package contains the private Spir-V compiler libraries used by the NVIDIA implementation of Vulkan. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-tesla-470-ifr1 Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 477 Depends: libnvidia-tesla-470-cuda1 (= 470.57.02-2~mx21+1), libc6 (>= 2.3.2), libgl1, libx11-6 Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libnvidia-tesla-470-ifr1_470.57.02-2~mx21+1_amd64.deb Size: 298652 SHA256: 0f89d014ce1de3d211b398ced95683b5d362a3d44bf438d2afc8fcf6ee66af08 SHA1: b94e83fb4b35b27e48868bb6cff68efb25d20e2b MD5sum: 6f2309e053ff115c3a251b9738a741cf Description: NVIDIA OpenGL-based Inband Frame Readback runtime library (Tesla 470) The NVIDIA OpenGL-based Inband Frame Readback (NvIFROpenGL) library provides a high performance, low latency interface to capture and optionally encode an OpenGL framebuffer. NvIFROpenGL is a private API that is only available to approved partners for use in remote graphics scenarios. . This package contains the NvIFROpenGL runtime library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-tesla-470-ml1 Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 2058 Depends: nvidia-tesla-470-alternative (= 470.57.02-2~mx21+1), libc6 (>= 2.7) Provides: libnvidia-ml.so.1 (= 470.57.02) Multi-Arch: same Homepage: https://developer.nvidia.com/nvidia-management-library-NVML Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libnvidia-tesla-470-ml1_470.57.02-2~mx21+1_amd64.deb Size: 712640 SHA256: 6c90f303ce5729ee90758e7baeca9b7c47b70beefe0b838ae9f3ada3206b3ed4 SHA1: 7d0e5952dd551c5350fd8fcda81dc1a7cce0f190 MD5sum: dbe8ae2b458e44dc3db1e0b4e89322b8 Description: NVIDIA Management Library (NVML) runtime library (Tesla 470 version) The NVIDIA Management Library (NVML) provides a monitoring and management API. It provides a direct access to the queries and commands exposed via nvidia-smi. . This package contains the nvidia-ml runtime library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-tesla-470-ngx1 Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 5347 Depends: libc6 (>= 2.7) Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libnvidia-tesla-470-ngx1_470.57.02-2~mx21+1_amd64.deb Size: 1915340 SHA256: e9b38f6ea6146483dd816689c68b54a5b056a631a71e36a28c8e6f6888a6ab3e SHA1: 3353c5cdf49aa7452a83f814e699eae03bb4a1a7 MD5sum: aef6a0f9ef3498c35bc6030ac1291e2f Description: NVIDIA NGX runtime library (Tesla 470) The NVIDIA binary driver provides optimized hardware acceleration of OpenGL/GLX/EGL/GLES applications via a direct-rendering X Server for graphics cards using NVIDIA chip sets. . This package contains the NVIDIA NGX runtime library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-tesla-470-nvcuvid1 Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 5594 Depends: libnvidia-tesla-470-cuda1 (= 470.57.02-2~mx21+1), libc6 (>= 2.7) Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libnvidia-tesla-470-nvcuvid1_470.57.02-2~mx21+1_amd64.deb Size: 1278864 SHA256: 7b82f3744b83720856804d1cbca4b47a54e8e7ad34292c0b4c241e1536da87c5 SHA1: 11ee92c160d765bdad2e6e964b6f37565620e9b2 MD5sum: 8c612dab80fcfac907ea37c12bedd27c Description: NVIDIA CUDA Video Decoder runtime library (Tesla 470 version) The Compute Unified Device Architecture (CUDA) enables NVIDIA graphics processing units (GPUs) to be used for massively parallel general purpose computation. . The NVIDIA CUDA Video Decoder (NVCUVID) library provides an interface to hardware video decoding capabilities on NVIDIA GPUs with CUDA. . This package contains the nvcuvid runtime library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-tesla-470-nvoptix1 Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 164721 Depends: libnvidia-tesla-470-cuda1 (= 470.57.02-2~mx21+1), libc6 (>= 2.7) Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libnvidia-tesla-470-nvoptix1_470.57.02-2~mx21+1_amd64.deb Size: 106913732 SHA256: c1c86c3322145b4a0a59032abea37a71750e5795994a9775265961ac20feedbc SHA1: f639b1e2a8c18afea456269b7e323b29960bdd2e MD5sum: ea3c8ddc2b8d1e95c162f753f10562a4 Description: NVIDIA implementation of the OptiX ray tracing engine (Tesla 470 version) The OptiX API is an application framework for achieving optimal ray tracing performance on the GPU. . This package contains runtime library of the OptiX ray tracing engine implementation for NVIDIA CUDA. It is used by liboptix.so.* coming with applications using the OptiX API. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-tesla-470-nvvm4 Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 26296 Depends: libc6 (>= 2.3.2) Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libnvidia-tesla-470-nvvm4_470.57.02-2~mx21+1_amd64.deb Size: 8225748 SHA256: 12a6307ce7afde65ae7a2e15d559569c46e698771d67273e05d0178f7f963351 SHA1: 3fae67857be48d028f9fe5e436189ca989019495 MD5sum: 4833c3dec4a46bfda96d6d6143f5f883 Description: NVIDIA NVVM Compiler library (Tesla 470 version) The Compute Unified Device Architecture (CUDA) enables NVIDIA graphics processing units (GPUs) to be used for massively parallel general purpose computation. . This package contains the NVVM Compiler library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-tesla-470-opticalflow1 Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 308 Depends: libc6 (>= 2.2.5), libnvidia-tesla-470-nvcuvid1 (>= 260) Multi-Arch: same Homepage: https://developer.nvidia.com/opticalflow-sdk Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libnvidia-tesla-470-opticalflow1_470.57.02-2~mx21+1_amd64.deb Size: 250956 SHA256: 8632262ac560ea105bb9725a310e54cc3631892686fdc2e9add1cf73aa585d5e SHA1: 0ae5b4eac1a92ae1b9c96761776ab3b8cf207016 MD5sum: a9fd32c4ea081c27316a0d331bce58ca Description: NVIDIA Optical Flow runtime library (Tesla 470 version) The NVIDIA Optical Flow SDK exposes the latest hardware capability of Turing GPUs dedicated to computing the relative motion of pixels between images. . This package contains the Optical Flow runtime library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-tesla-470-ptxjitcompiler1 Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 11145 Depends: libc6 (>= 2.7) Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libnvidia-tesla-470-ptxjitcompiler1_470.57.02-2~mx21+1_amd64.deb Size: 5078580 SHA256: cbdb0f3e67e515d5d2e4df029f92177971da4910d3cb4858d1771ba14bb44c7c SHA1: 6d3aee2b5233140cb6910d00d684cba7730a09aa MD5sum: bb584793e2c0cc31d8441df1e162b65f Description: NVIDIA PTX JIT Compiler library (Tesla 470 version) The Compute Unified Device Architecture (CUDA) enables NVIDIA graphics processing units (GPUs) to be used for massively parallel general purpose computation. . This package contains the runtime PTX JIT Compiler library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-tesla-470-rtcore Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 80984 Depends: libc6 (>= 2.7), libgcc-s1 (>= 4.2) Conflicts: libnvidia-rtcore-470.57.02 Provides: libnvidia-rtcore-470.57.02 Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libnvidia-tesla-470-rtcore_470.57.02-2~mx21+1_amd64.deb Size: 13653252 SHA256: 44833f292278b346a69aec5a67c81baf113894034ec0c5b9cf33a66f06379b47 SHA1: b7874a302a3cfd79207dd2ccc88a78975b105d1f MD5sum: 43ba57bf686f1c6101937270becb9eea Description: NVIDIA binary Vulkan ray tracing (rtcore) library (Tesla 470 version) Vulkan is a multivendor open standard by the Khronos Group for 3D graphics. . This library is part of the Vulkan real-time ray tracing extensions (VK_NV_raytracing) implementation by NVIDIA. . This package contains the private rtcore library used by the NVIDIA implementation of Vulkan. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvoptix1 Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 164724 Depends: libcuda1 (= 470.63.01-1~mx21+1), libc6 (>= 2.7) Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libnvoptix1_470.63.01-1~mx21+1_amd64.deb Size: 106915056 SHA256: ae861663f96ff05a2d66391aa9f68bce9b7e2f1fb5ac0563c45fc68513aeb3db SHA1: ab3e5e6d9ad241ea055bd2d3fc497399619bacdc MD5sum: 28bf47cd0d532264120d9d4a4065c7fd Description: NVIDIA implementation of the OptiX ray tracing engine The OptiX API is an application framework for achieving optimal ray tracing performance on the GPU. . This package contains runtime library of the OptiX ray tracing engine implementation for NVIDIA CUDA. It is used by liboptix.so.* coming with applications using the OptiX API. Original-Maintainer: Debian NVIDIA Maintainers Package: libomp-12-dev Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 326 Depends: libomp5-12 (= 1:12.0.1-8~mx21ahs+1), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2) Suggests: libomp-12-doc Conflicts: libomp-x.y-dev Breaks: libiomp-dev (<< 3.7-1), libomp-dev (<< 44) Replaces: libomp-x.y-dev Provides: libomp-x.y-dev Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/ahs/l/llvm-toolchain-12/libomp-12-dev_12.0.1-8~mx21ahs+1_amd64.deb Size: 78928 SHA256: 82886611cd3269705f7c10e5a42e73262db41f2c886bd4a97037846847faf260 SHA1: 0725d0c81e32c3916687cd9d78e3dcb10618e184 MD5sum: 2ad89734fe7e39108d5cf200e68c927d Description: LLVM OpenMP runtime - dev package The runtime is the part of the OpenMP implementation that your code is linked against, and that manages the multiple threads in an OpenMP program while it is executing. Package: libomp-12-doc Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 12444 Depends: libjs-jquery Breaks: libiomp-x.y-doc Replaces: libiomp-x.y-doc Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/ahs/l/llvm-toolchain-12/libomp-12-doc_12.0.1-8~mx21ahs+1_amd64.deb Size: 909076 SHA256: 7087bc784a796ecd1b14be8e9ab8a8cdf5b2b3571ea1df1f755a5260fda8edbc SHA1: 28d36903f461e072180aeec80f854cb48ab9a5a0 MD5sum: b03a0341551d6938831e3ec024e98e7f Description: LLVM OpenMP runtime - Documentation The runtime is the part of the OpenMP implementation that your code is linked against, and that manages the multiple threads in an OpenMP program while it is executing. . This package contains the documentation of this package. Package: libomp5-12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 2211 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libllvm12, libstdc++6 (>= 5.2) Conflicts: libomp-x.y Breaks: libomp5 (<< 44) Replaces: libomp-x.y Provides: libomp-x.y Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/ahs/l/llvm-toolchain-12/libomp5-12_12.0.1-8~mx21ahs+1_amd64.deb Size: 395048 SHA256: 3873227e0cd298c87ddd4dd2952b2920ebc40c9db381d2d32df73c36bfbc0b5b SHA1: b210dff11e7f7f061341e1f63ecaeeeb61b4ce6e MD5sum: 6f9e8860741d685289eb2ef5c51c67d8 Description: LLVM OpenMP runtime The runtime is the part of the OpenMP implementation that your code is linked against, and that manages the multiple threads in an OpenMP program while it is executing. Package: libopencsd-bin Source: libopencsd Version: 1.1.1-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 185 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libopencsd1 (>= 1.1.1), libstdc++6 (>= 9) Multi-Arch: foreign Homepage: https://github.com/Linaro/OpenCSD Priority: optional Section: libdevel Filename: pool/ahs/libo/libopencsd/libopencsd-bin_1.1.1-2~mx21+1_amd64.deb Size: 59536 SHA256: d372f6efa5f497db7885addbc7f1a085769f42323d9975ef0dd84090cac735f2 SHA1: 4448b3103c25e46e43e04633b971c3b21fb744fb MD5sum: 768b84148af972186b7df32549db016a Description: ARM CoreSight trace decode utility Tool to decode ARM Coresight trace stream packets. . The CoreSight library provides an API suitable for the decode of ARM(r) CoreSight(tm) trace streams. It supports ETMv3 data & instruction trace, ETMv4 instruction trace, PTM (v1.1) instruction trace, STM (v1.1) software trace, and support for external/custom decoders. . This is the tools package containing useful binaries. Original-Maintainer: Wookey Package: libopencsd-dev Source: libopencsd Version: 1.1.1-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 1937 Depends: libopencsd1 (= 1.1.1-2~mx21+1) Multi-Arch: same Homepage: https://github.com/Linaro/OpenCSD Priority: optional Section: libdevel Filename: pool/ahs/libo/libopencsd/libopencsd-dev_1.1.1-2~mx21+1_amd64.deb Size: 250736 SHA256: 6bf99b3c0d9080d518d65c342e30ce399e956c21f388093bdcc7817aaa826f55 SHA1: ed0221d55ed0e3ccd1dfd180e3c23f0cafbd4031 MD5sum: b007cc58235e9a19e36cef3a8f535023 Description: ARM CoreSight trace decode library development files This library provides an API suitable for the decode of ARM(r) CoreSight(tm) trace streams. It supports ETMv3 data & instruction trace, ETMv4 instruction trace, PTM (v1.1) instruction trace, STM (v1.1) software trace, and support for external/custom decoders. . This is the development package containing the headers and static library build Original-Maintainer: Wookey Package: libopencsd-doc Source: libopencsd Version: 1.1.1-2~mx21+1 Architecture: all Maintainer: Steven Pusser Installed-Size: 27787 Multi-Arch: foreign Homepage: https://github.com/Linaro/OpenCSD Priority: optional Section: doc Filename: pool/ahs/libo/libopencsd/libopencsd-doc_1.1.1-2~mx21+1_all.deb Size: 13456292 SHA256: 6a49788b51a0eb0006fd348fcb582bba07448e3ab3dbd3b8ee0eb2799403a15c SHA1: 8e081b77a2642d3bed874bad2d9d17961329fe82 MD5sum: 4c6dd4ec36de332fb8b508b2d883374c Description: ARM CoreSight trace decode library documentation This library provides an API suitable for the decode of ARM(r) CoreSight(tm) trace streams. It supports ETMv3 data & instruction trace, ETMv4 instruction trace, PTM (v1.1) instruction trace, STM (v1.1) software trace, and support for external/custom decoders. . This is the documentation package. Original-Maintainer: Wookey Package: libopencsd1 Source: libopencsd Version: 1.1.1-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 741 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2) Multi-Arch: same Homepage: https://github.com/Linaro/OpenCSD Priority: optional Section: libs Filename: pool/ahs/libo/libopencsd/libopencsd1_1.1.1-2~mx21+1_amd64.deb Size: 220752 SHA256: 51c84d8b73f381ece7a306267b3e8cc239dba1c4cb21095d4bf0986cf0322d66 SHA1: b82e362938b999b982ede25f30ebff9e9a01aec5 MD5sum: 3fe3235189256ba2a85f0b8407758608 Description: ARM CoreSight Trace decode library This library provides an API suitable for the decode of ARM(r) CoreSight(tm) trace streams. It supports ETMv3 data & instruction trace, ETMv4 instruction trace, PTM (v1.1) instruction trace, STM (v1.1) software trace, and support for external/custom decoders. . This library is trypically used via perf, but libopencsd-bin also contains a test binary. Original-Maintainer: Wookey Package: libopengl-dev Source: libglvnd Version: 1.3.4-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 22 Depends: libopengl0 (= 1.3.4-1~mx21ahs+1) Breaks: libglvnd-dev (<< 1.3.0-1) Replaces: libglvnd-dev (<< 1.3.0-1) Multi-Arch: same Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd Priority: optional Section: libs Filename: pool/ahs/libg/libglvnd/libopengl-dev_1.3.4-1~mx21ahs+1_amd64.deb Size: 6220 SHA256: 0ed753decae204ca30713c197039b0988c5b520762c148b3e37f1590154c5453 SHA1: 2b074545772dcbeb75122e3d90d9c876a5f939c4 MD5sum: d50ec2c31dab282c1a0dd9354fbea74b Description: Vendor neutral GL dispatch library -- OpenGL development files This is an implementation of the vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors on a per-screen basis. . This package provides the development environment for compiling programs against the OpenGL library. Original-Maintainer: Debian X Strike Force Package: libopengl0 Source: libglvnd Version: 1.3.4-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 220 Depends: libc6 (>= 2.14), libglvnd0 (= 1.3.4-1~mx21ahs+1) Multi-Arch: same Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd Priority: optional Section: libs Filename: pool/ahs/libg/libglvnd/libopengl0_1.3.4-1~mx21ahs+1_amd64.deb Size: 31888 SHA256: 2ebf44449298ef6b02b3bab328de9967d06162e84fb9396dd8229543966648b2 SHA1: 1ba0de10bf90a60bfdc78f31bf6a0817786929ce MD5sum: 312fac7178cd43793e3c4bc4a268def4 Description: Vendor neutral GL dispatch library -- OpenGL support This is an implementation of the vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors on a per-screen basis. . This package contains support for OpenGL. Original-Maintainer: Debian X Strike Force Package: libosmesa6 Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 12459 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.4), libglapi-mesa (= 21.2.5-1~mx21ahs+1), libllvm12, libstdc++6 (>= 5.2), libzstd1 (>= 1.4.0), zlib1g (>= 1:1.1.4) Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: libs Filename: pool/ahs/m/mesa/libosmesa6_21.2.5-1~mx21ahs+1_amd64.deb Size: 2909044 SHA256: 451804007377599261724ac85f233c7692c1be83994e1ccdd70b816532a82b4b SHA1: 353617a52e19179c288f22788e72b09c4cdd4c56 MD5sum: 1cf0541968a7f242a3ae2794ff986c5b Description: Mesa Off-screen rendering extension OSmesa is a Mesa extension that allows programs to render to an off-screen buffer using the OpenGL API without having to create a rendering context on an X Server. It uses a pure software renderer. . This package provides both 16-bit and 32-bit versions of the off-screen renderer which do not require external libraries to work. Original-Maintainer: Debian X Strike Force Package: libosmesa6-dev Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 89 Depends: libosmesa6 (= 21.2.5-1~mx21ahs+1), mesa-common-dev (= 21.2.5-1~mx21ahs+1) | libgl-dev Conflicts: libosmesa-dev Replaces: libosmesa-dev Provides: libosmesa-dev Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: libdevel Filename: pool/ahs/m/mesa/libosmesa6-dev_21.2.5-1~mx21ahs+1_amd64.deb Size: 57544 SHA256: 8755e5220478d88bc210543076c8a0496d4dc5f1cdc65bc1107d8829b59820ff SHA1: 5debc7e63fe2128b5a45cf118e145cae08e99def MD5sum: f0828207a0ea3dfc3c06ed391683a103 Description: Mesa Off-screen rendering extension -- development files This package provides the required environment for developing programs that use the off-screen rendering extension of Mesa. . For more information on OSmesa see the libosmesa6 package. Original-Maintainer: Debian X Strike Force Package: libplacebo-dev Source: libplacebo Version: 3.120.3-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 365 Depends: libplacebo120 (= 3.120.3-1~mx21ahs+1), libepoxy-dev, liblcms2-dev, libvulkan-dev (>= 1.0.42) Multi-Arch: same Homepage: https://code.videolan.org/videolan/libplacebo Priority: optional Section: libdevel Filename: pool/ahs/libp/libplacebo/libplacebo-dev_3.120.3-1~mx21ahs+1_amd64.deb Size: 81508 SHA256: 26963b7f8106254043753c07c7d93fdd4f015bcd0fcdc45266d3d6abb207b8b9 SHA1: 20e26a378c6ac95f2ab7ed061639b0dd393f219e MD5sum: d3fa017864d03b65ff5b754ffe4e4456 Description: GPU-accelerated video/image rendering primitives (development files) The library provides useful GPU-accelerated image processing primitives based on GLSL. It includes shader routines for decoding and transforming colors, tone mapping, dithering, and for various algorithms that sample from images, such as debanding and scaling. . This package contains the development files. Original-Maintainer: Debian Multimedia Maintainers Package: libplacebo120 Source: libplacebo Version: 3.120.3-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 7005 Depends: libc6 (>= 2.29), libepoxy0 (>= 1.4.3), libgcc-s1 (>= 3.4), liblcms2-2 (>= 2.6), libstdc++6 (>= 9), libvulkan1 (>= 1.2.131.2) Multi-Arch: same Homepage: https://code.videolan.org/videolan/libplacebo Priority: optional Section: libs Filename: pool/ahs/libp/libplacebo/libplacebo120_3.120.3-1~mx21ahs+1_amd64.deb Size: 1993264 SHA256: 3c8e9139a4f72780d9f90ff78908579e0cd7fa585aef57a05cebac3f6e3171f8 SHA1: 05b3e0cff5b224d32826e8fa34653c7ef583b79b MD5sum: e5bca0d68b1fb8f948e1b3f9fb184cdc Description: GPU-accelerated video/image rendering primitives (shared library) The library provides useful GPU-accelerated image processing primitives based on GLSL. It includes shader routines for decoding and transforming colors, tone mapping, dithering, and for various algorithms that sample from images, such as debanding and scaling. . This package contains the shared library. Original-Maintainer: Debian Multimedia Maintainers Package: libspirv-cross-c-shared-dev Source: spirv-cross Version: 2021.01.15-3~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 593 Depends: libspirv-cross-c-shared0 (= 2021.01.15-3~mx21ahs+1) Homepage: https://github.com/KhronosGroup/SPIRV-Cross Priority: optional Section: libdevel Filename: pool/ahs/s/spirv-cross/libspirv-cross-c-shared-dev_2021.01.15-3~mx21ahs+1_amd64.deb Size: 81436 SHA256: c75e3395093648868ca79a22e131505b3bc69a51a045cf4c685e6cddf76f8c5d SHA1: b500cde9285081ad0f2cc90e73c14e2b1373d89b MD5sum: 0a292ae37d32243a4b274a02ed3bbcd7 Description: tool designed for parsing and converting SPIR-V (development files) SPIRV-Cross is a tool designed for parsing and converting SPIR-V to other shader languages: * Convert SPIR-V to readable, usable and efficient GLSL * Convert SPIR-V to readable, usable and efficient MSL * Convert SPIR-V to readable, usable and efficient HLSL * Reflection API to simplify the creation of Vulkan pipeline layouts * Reflection API to modify and tweak OpDecorations * Supports "all" of vertex, fragment, tessellation, geometry and compute shaders . This package provides the development files for libspirv-cross-c-shared. Original-Maintainer: Debian X Strike Force Package: libspirv-cross-c-shared0 Source: spirv-cross Version: 2021.01.15-3~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 2375 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2) Multi-Arch: same Homepage: https://github.com/KhronosGroup/SPIRV-Cross Priority: optional Section: libs Filename: pool/ahs/s/spirv-cross/libspirv-cross-c-shared0_2021.01.15-3~mx21ahs+1_amd64.deb Size: 694468 SHA256: 0ba8db52eea219f081f7eaa747355101d790dae7d294fd2f654c87596577fb69 SHA1: fb2848d6368e1ff7ebedaac4ad73578c9c340d28 MD5sum: 82d2b0915e76860d36704f559696bed2 Description: tool designed for parsing and converting SPIR-V (shared library) SPIRV-Cross is a tool designed for parsing and converting SPIR-V to other shader languages: * Convert SPIR-V to readable, usable and efficient GLSL * Convert SPIR-V to readable, usable and efficient MSL * Convert SPIR-V to readable, usable and efficient HLSL * Reflection API to simplify the creation of Vulkan pipeline layouts * Reflection API to modify and tweak OpDecorations * Supports "all" of vertex, fragment, tessellation, geometry and compute shaders . This package provides the shared library. Original-Maintainer: Debian X Strike Force Package: libunwind-12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 107 Depends: libc6 (>= 2.14) Conflicts: libunwind-x.y Replaces: libunwind-x.y Provides: libunwind-x.y Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/ahs/l/llvm-toolchain-12/libunwind-12_12.0.1-8~mx21ahs+1_amd64.deb Size: 61120 SHA256: 23ab33820f03f45970018498d6a50a34c3a6520d81b3724be4f2b528e293dc3a SHA1: 5649ef12669e97fc84b7c867191f9738763bbeb8 MD5sum: f1823376ed6294ae621a29f4d2624265 Description: production-quality unwinder libunwind is a production-quality unwinder, with platform support for DWARF unwind info, SjLj, and ARM EHABI. . The low level libunwind API was designed to work either in-process (aka local) or to operate on another process (aka remote), but only the local path has been implemented. Remote unwinding remains as future work. Package: libunwind-12-dev Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 230 Depends: libunwind-12 (= 1:12.0.1-8~mx21ahs+1) Conflicts: libunwind-x.y-dev Breaks: libunwind-dev Replaces: libunwind-dev, libunwind-x.y-dev Provides: libunwind-x.y-dev Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/ahs/l/llvm-toolchain-12/libunwind-12-dev_12.0.1-8~mx21ahs+1_amd64.deb Size: 76092 SHA256: e0ee50d57d1ee96a9f38ac01bf12e12e365e21cce774832608f56587100ee9cb SHA1: 75c5c78f200b3953fb1ed3004248f2b642970e32 MD5sum: 760d697db8f8bbe674c3a7ff557469eb Description: production-quality unwinder libunwind is a production-quality unwinder, with platform support for DWARF unwind info, SjLj, and ARM EHABI. . The low level libunwind API was designed to work either in-process (aka local) or to operate on another process (aka remote), but only the local path has been implemented. Remote unwinding remains as future work. Package: libva-dev Source: libva Version: 2.13.0-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 663 Depends: libva-drm2 (= 2.13.0-1~mx21ahs+1), libva-glx2 (= 2.13.0-1~mx21ahs+1), libva-wayland2 (= 2.13.0-1~mx21ahs+1), libva-x11-2 (= 2.13.0-1~mx21ahs+1), libva2 (= 2.13.0-1~mx21ahs+1), libwayland-dev (>= 1.0.0), libset-scalar-perl Provides: dh-sequence-libva Multi-Arch: same Homepage: https://01.org/linuxmedia/vaapi Priority: optional Section: libdevel Filename: pool/ahs/libv/libva/libva-dev_2.13.0-1~mx21ahs+1_amd64.deb Size: 120444 SHA256: 92b39216697428a3badfe2a5721a1979258d1fa8b1ccf5827a0e861af5fb57ec SHA1: c29a4fbeaf3ff83b7c414b56f0f6db6fea03457e MD5sum: b4b7bd6179730d31336e6e150fef4440 Description: Video Acceleration (VA) API for Linux -- development files Video Acceleration API (VA API) is a library ("libVA") and API specification which enables and provides access to graphics hardware (GPU) acceleration for video processing on Linux and UNIX based operating systems. Accelerated processing includes video decoding, video encoding, subpicture blending and rendering. The specification was originally designed by Intel for its GMA (Graphics Media Accelerator) series of GPU hardware, the API is however not limited to GPUs or Intel specific hardware, as other hardware and manufacturers can also freely use this API for hardware accelerated video decoding. . This package provides the development environment for libva. Original-Maintainer: Debian Multimedia Maintainers Package: libva-drm2 Source: libva Version: 2.13.0-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 46 Depends: libc6 (>= 2.4), libdrm2 (>= 2.4.16), libva2 (>= 2.13.0), libva2 (<< 2.13.0.1) Multi-Arch: same Homepage: https://01.org/linuxmedia/vaapi Priority: optional Section: libs Filename: pool/ahs/libv/libva/libva-drm2_2.13.0-1~mx21ahs+1_amd64.deb Size: 19860 SHA256: 88b28014fe84e737100f94e9cdea098ce8fb4317003ebb02f567a16e192c6d94 SHA1: 2f61e1da862fe18dd37dbaf6af731d32bf604e26 MD5sum: 2d28f823134653bda5458fe5dd027546 Description: Video Acceleration (VA) API for Linux -- DRM runtime Video Acceleration API (VA API) is a library ("libVA") and API specification which enables and provides access to graphics hardware (GPU) acceleration for video processing on Linux and UNIX based operating systems. Accelerated processing includes video decoding, video encoding, subpicture blending and rendering. The specification was originally designed by Intel for its GMA (Graphics Media Accelerator) series of GPU hardware, the API is however not limited to GPUs or Intel specific hardware, as other hardware and manufacturers can also freely use this API for hardware accelerated video decoding. . This package provides the libva-drm library. Original-Maintainer: Debian Multimedia Maintainers Package: libva-glx2 Source: libva Version: 2.13.0-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 54 Depends: libc6 (>= 2.3.4), libgl1, libva-x11-2 (>= 1.0.3), libva2 (>= 2.13.0), libva2 (<< 2.13.0.1), libx11-6 Multi-Arch: same Homepage: https://01.org/linuxmedia/vaapi Priority: optional Section: libs Filename: pool/ahs/libv/libva/libva-glx2_2.13.0-1~mx21ahs+1_amd64.deb Size: 23384 SHA256: dd42aa4b0c5eb7550f02f1005adc719c7e316d3d17dfee877f3c3622def78841 SHA1: 04854647ad386c0267a3172e63c0340031cae2aa MD5sum: f51b4d751ef0cde1a97b19e3acdd297c Description: Video Acceleration (VA) API for Linux -- GLX runtime Video Acceleration API (VA API) is a library ("libVA") and API specification which enables and provides access to graphics hardware (GPU) acceleration for video processing on Linux and UNIX based operating systems. Accelerated processing includes video decoding, video encoding, subpicture blending and rendering. The specification was originally designed by Intel for its GMA (Graphics Media Accelerator) series of GPU hardware, the API is however not limited to GPUs or Intel specific hardware, as other hardware and manufacturers can also freely use this API for hardware accelerated video decoding. . This package provides the libva-glx library. Original-Maintainer: Debian Multimedia Maintainers Package: libva-wayland2 Source: libva Version: 2.13.0-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 54 Depends: libc6 (>= 2.3.4), libdrm2 (>= 2.4.60), libva2 (>= 2.13.0), libva2 (<< 2.13.0.1), libwayland-client0 (>= 1.11.0) Multi-Arch: same Homepage: https://01.org/linuxmedia/vaapi Priority: optional Section: libs Filename: pool/ahs/libv/libva/libva-wayland2_2.13.0-1~mx21ahs+1_amd64.deb Size: 21812 SHA256: dee16817f07519ca097898942417dd0ee4dc59d88e26411b7556335d8b8f8e9f SHA1: 91ef54031f47b532c07fa7834fea90b94003258d MD5sum: e2e0355d1d94ab6f73b2620d1e703b9a Description: Video Acceleration (VA) API for Linux -- Wayland runtime Video Acceleration API (VA API) is a library ("libVA") and API specification which enables and provides access to graphics hardware (GPU) acceleration for video processing on Linux and UNIX based operating systems. Accelerated processing includes video decoding, video encoding, subpicture blending and rendering. The specification was originally designed by Intel for its GMA (Graphics Media Accelerator) series of GPU hardware, the API is however not limited to GPUs or Intel specific hardware, as other hardware and manufacturers can also freely use this API for hardware accelerated video decoding. . This package provides the libva-wayland library. Original-Maintainer: Debian Multimedia Maintainers Package: libva-x11-2 Source: libva Version: 2.13.0-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 58 Depends: libc6 (>= 2.2.5), libdrm2 (>= 2.3.1), libva2 (>= 2.13.0), libva2 (<< 2.13.0.1), libx11-6 (>= 2:1.4.99.1), libxext6, libxfixes3 Multi-Arch: same Homepage: https://01.org/linuxmedia/vaapi Priority: optional Section: libs Filename: pool/ahs/libv/libva/libva-x11-2_2.13.0-1~mx21ahs+1_amd64.deb Size: 24808 SHA256: 97cd8707a374c4d85b4ed2a965f21bae675692a03ee8ec79aa2626921280c4c2 SHA1: 1684f7f6c1a799b7890c2d9551ac7db000236ac6 MD5sum: cc81cc5380c1dd35db4ee42c2c4d5da4 Description: Video Acceleration (VA) API for Linux -- X11 runtime Video Acceleration API (VA API) is a library ("libVA") and API specification which enables and provides access to graphics hardware (GPU) acceleration for video processing on Linux and UNIX based operating systems. Accelerated processing includes video decoding, video encoding, subpicture blending and rendering. The specification was originally designed by Intel for its GMA (Graphics Media Accelerator) series of GPU hardware, the API is however not limited to GPUs or Intel specific hardware, as other hardware and manufacturers can also freely use this API for hardware accelerated video decoding. . This package provides the libva-x11 library. Original-Maintainer: Debian Multimedia Maintainers Package: libva2 Source: libva Version: 2.13.0-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 209 Depends: libc6 (>= 2.7) Recommends: va-driver-all | va-driver Provides: libva-driver-abi-1.0, libva-driver-abi-1.1, libva-driver-abi-1.10, libva-driver-abi-1.11, libva-driver-abi-1.12, libva-driver-abi-1.13, libva-driver-abi-1.2, libva-driver-abi-1.3, libva-driver-abi-1.4, libva-driver-abi-1.5, libva-driver-abi-1.6, libva-driver-abi-1.7, libva-driver-abi-1.8, libva-driver-abi-1.9 Multi-Arch: same Homepage: https://01.org/linuxmedia/vaapi Priority: optional Section: libs Filename: pool/ahs/libv/libva/libva2_2.13.0-1~mx21ahs+1_amd64.deb Size: 70224 SHA256: ce3eaffea688893af025e52df1763b3a97fddefc69a6fc34ac8e98c7f9a7e673 SHA1: 8b2d19af5c1cbe063d02444a8da900326c81267f MD5sum: 611ff82a7d6e02127db9b07924455432 Description: Video Acceleration (VA) API for Linux -- runtime Video Acceleration API (VA API) is a library ("libVA") and API specification which enables and provides access to graphics hardware (GPU) acceleration for video processing on Linux and UNIX based operating systems. Accelerated processing includes video decoding, video encoding, subpicture blending and rendering. The specification was originally designed by Intel for its GMA (Graphics Media Accelerator) series of GPU hardware, the API is however not limited to GPUs or Intel specific hardware, as other hardware and manufacturers can also freely use this API for hardware accelerated video decoding. . This package provides the main libva library. Original-Maintainer: Debian Multimedia Maintainers Package: libvulkan-dev Source: vulkan-loader Version: 1.2.189.0-2~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 12973 Depends: libvulkan1 (= 1.2.189.0-2~mx21ahs+1) Breaks: vulkan-headers, vulkan-sdk-headers Replaces: vulkan-headers, vulkan-sdk-headers Multi-Arch: same Homepage: https://github.com/KhronosGroup/Vulkan-Loader Priority: optional Section: libdevel Filename: pool/ahs/v/vulkan-loader/libvulkan-dev_1.2.189.0-2~mx21ahs+1_amd64.deb Size: 783464 SHA256: b90368d639a0125d166d0b743ac40cd041d9ae27e42c6cd0a11d20786e5e9418 SHA1: 060f7d28f82a7a937d4aa03eec8e6324589408c2 MD5sum: 2d0aa2a2639cc4048aad428036ed14fc Description: Vulkan loader library -- development files The Loader implements the main VK library. It handles layer management and driver management. The loader fully supports multi-gpu operation. As part of this, it dispatches API calls to the correct driver, and to the correct layers, based on the GPU object selected by the application. . This package includes files needed for development. Original-Maintainer: Debian X Strike Force Package: libvulkan1 Source: vulkan-loader Version: 1.2.189.0-2~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 436 Depends: libc6 (>= 2.29) Recommends: mesa-vulkan-drivers | vulkan-icd Breaks: libvulkan-dev (<< 1.1.70+dfsg1-2), vulkan-loader Replaces: libvulkan-dev (<< 1.1.70+dfsg1-2), vulkan-loader Multi-Arch: same Homepage: https://github.com/KhronosGroup/Vulkan-Loader Priority: optional Section: libs Filename: pool/ahs/v/vulkan-loader/libvulkan1_1.2.189.0-2~mx21ahs+1_amd64.deb Size: 104760 SHA256: bbe17fe670d92a296fcff9b96ad87421ccf2f2994d8ffb8e171e9c4d35a5cb95 SHA1: 4c6367eb9fe121e25625fdd0555a0b1973d2b72e MD5sum: 827f33da9e83b17ea80517ddb93b5e9f Description: Vulkan loader library The Loader implements the main VK library. It handles layer management and driver management. The loader fully supports multi-gpu operation. As part of this, it dispatches API calls to the correct driver, and to the correct layers, based on the GPU object selected by the application. . This package includes the loader library. Original-Maintainer: Debian X Strike Force Package: libwayland-egl1-mesa Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 71 Depends: libegl1, libwayland-egl1 Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: oldlibs Filename: pool/ahs/m/mesa/libwayland-egl1-mesa_21.2.5-1~mx21ahs+1_amd64.deb Size: 54164 SHA256: 20835127a591f785262c8436f450a1ae491e5383ba975b12013f1d4525208e6a SHA1: fcc59fbe83ccdacb02c918ca3d50cc3413120ef6 MD5sum: 960b3d4b58f90f92751df0c37647cebf Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: libx11-6 Source: libx11 Version: 2:1.7.2-2~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 1580 Depends: libc6 (>= 2.26), libxcb1 (>= 1.11.1), libx11-data Breaks: libx11-xcb1 (<< 2:1.7.0-2) Multi-Arch: same Priority: optional Section: libs Filename: pool/ahs/libx/libx11/libx11-6_1.7.2-2~mx21ahs+1_amd64.deb Size: 771176 SHA256: be43c0a23cd81c07d91c1521ca64d79f215c08e3e73865d0deec676532dde886 SHA1: 99d30c1cfbe4a61eb259e610162151eb7106c6fc MD5sum: 2fb953c44ab986fba8617612ee4cf175 Description: X11 client-side library This package provides a client interface to the X Window System, otherwise known as 'Xlib'. It provides a complete API for the basic functions of the window system. . More information about X.Org can be found at: . This module can be found at https://gitlab.freedesktop.org/xorg/lib/libX11 Original-Maintainer: Debian X Strike Force Package: libx11-data Source: libx11 Version: 2:1.7.2-2~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 1661 Breaks: libx11-6 (<< 2:1.4.1) Multi-Arch: foreign Priority: optional Section: x11 Filename: pool/ahs/libx/libx11/libx11-data_1.7.2-2~mx21ahs+1_all.deb Size: 307020 SHA256: 7f57e44c9fe0aab2eb24aeb4f6d9f71a11e660168d57c249d5ac385b8eb2b3b3 SHA1: ac255a07583d87e116f7c0de3dfdd5cc97eeedad MD5sum: b72954eba77ff1e42f857a862a5728a3 Description: X11 client-side library This package provides the locale data files for libx11. . More information about X.Org can be found at: . This module can be found at https://gitlab.freedesktop.org/xorg/lib/libX11 Original-Maintainer: Debian X Strike Force Package: libx11-dev Source: libx11 Version: 2:1.7.2-2~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 2655 Depends: libx11-6 (= 2:1.7.2-2~mx21ahs+1), libxau-dev (>= 1:1.0.0-1), libxdmcp-dev (>= 1:1.0.0-1), x11proto-dev (>= 2019.2-1), xtrans-dev, libxcb1-dev Suggests: libx11-doc Replaces: x11proto-dev (<< 2019.2) Multi-Arch: same Priority: optional Section: libdevel Filename: pool/ahs/libx/libx11/libx11-dev_1.7.2-2~mx21ahs+1_amd64.deb Size: 842768 SHA256: 6746c215d006cd57b3fff1c31b9a24515f45f3f321b5aeab05bb80cc3c031871 SHA1: 31b56d76f12d6d6666638fc21b64664829a4eba8 MD5sum: cdeb1c5c42f94ac04a0ab33a802fed64 Description: X11 client-side library (development headers) This package provides a client interface to the X Window System, otherwise known as 'Xlib'. It provides a complete API for the basic functions of the window system. . This package contains the development headers for the library found in libx11-6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at https://gitlab.freedesktop.org/xorg/lib/libX11 Original-Maintainer: Debian X Strike Force Package: libx11-doc Source: libx11 Version: 2:1.7.2-2~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 10386 Breaks: libx11-dev (<< 2:1.4.4-3) Replaces: libx11-dev (<< 2:1.4.4-3) Multi-Arch: foreign Priority: optional Section: doc Filename: pool/ahs/libx/libx11/libx11-doc_1.7.2-2~mx21ahs+1_all.deb Size: 2193120 SHA256: 66c24c6db5a8e7ed06c39fb97cb215ca4670243e34285184eaf5655eaaa4c962 SHA1: 7dfa4196b4419dec340cd904722f50fe04113c9d MD5sum: 23b9377123efb2ff52985909b19848b2 Description: X11 client-side library (development documentation) This package provides a client interface to the X Window System, otherwise known as 'Xlib'. It provides a complete API for the basic functions of the window system. . This package contains supplemental documentation for the library found in libx11-6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at https://gitlab.freedesktop.org/xorg/lib/libX11 Original-Maintainer: Debian X Strike Force Package: libx11-xcb-dev Source: libx11 Version: 2:1.7.2-2~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 259 Depends: libx11-xcb1 (= 2:1.7.2-2~mx21ahs+1), libxcb1-dev (>= 1.11.1), libx11-dev Multi-Arch: same Priority: optional Section: libdevel Filename: pool/ahs/libx/libx11/libx11-xcb-dev_1.7.2-2~mx21ahs+1_amd64.deb Size: 205584 SHA256: 6517ef0122ba6f85693c7c72eff6e5862a03fd83f33bdc8e7e2e66e76f8ac57e SHA1: 2e08e982833d07a213894ab3fbbb25a665d4dffe MD5sum: 5c6f977cf1ec9dbec78abf13badc6799 Description: Xlib/XCB interface library (development headers) libX11-xcb provides functions needed by clients which take advantage of Xlib/XCB to mix calls to both Xlib and XCB over the same X connection. . This package contains the development headers for the library found in libx11-xcb1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . More information about XCB can be found at: . This module can be found at https://gitlab.freedesktop.org/xorg/lib/libX11 Original-Maintainer: Debian X Strike Force Package: libx11-xcb1 Source: libx11 Version: 2:1.7.2-2~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 262 Depends: libx11-6 (= 2:1.7.2-2~mx21ahs+1) Multi-Arch: same Priority: optional Section: libs Filename: pool/ahs/libx/libx11/libx11-xcb1_1.7.2-2~mx21ahs+1_amd64.deb Size: 203276 SHA256: a685cadc5382e78b4a2475a54905264d3cc196710e6008133e89a90810befeb9 SHA1: fd22e24437411962cb46b78b7475416b65cc8fe5 MD5sum: 427c1aa1356b8129eb999c1792a8443a Description: Xlib/XCB interface library libX11-xcb provides functions needed by clients which take advantage of Xlib/XCB to mix calls to both Xlib and XCB over the same X connection. . More information about X.Org can be found at: . More information about XCB can be found at: . This module can be found at https://gitlab.freedesktop.org/xorg/lib/libX11 Original-Maintainer: Debian X Strike Force Package: libxatracker-dev Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 93 Depends: libxatracker2 (= 21.2.5-1~mx21ahs+1) Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: libdevel Filename: pool/ahs/m/mesa/libxatracker-dev_21.2.5-1~mx21ahs+1_amd64.deb Size: 57652 SHA256: 6b470f958e83e0cc06a1cfd8615fd79714c8808499f99aabc0afba34e42e4310 SHA1: a04c9e26f415684ccd231a1d8344f42ce75c522a MD5sum: 8c0e09ae31528590d2717df3593be90d Description: X acceleration library -- development files This package contains the XA (X acceleration) library. It is used exclusively by the X server to do render, copy and video acceleration. . XA is intended to be used by the vmware driver for virtualized X acceleration. . This package provides the development environment for compiling programs against the xatracker library. Original-Maintainer: Debian X Strike Force Package: libxatracker2 Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 7918 Depends: libc6 (>= 2.29), libdrm-nouveau2 (>= 2.4.66), libdrm2 (>= 2.4.75), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.4), libllvm12, libstdc++6 (>= 5.2), libzstd1 (>= 1.4.0), zlib1g (>= 1:1.1.4) Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: libs Filename: pool/ahs/m/mesa/libxatracker2_21.2.5-1~mx21ahs+1_amd64.deb Size: 1781940 SHA256: 1479fe65d988525b7846cf2818caf6885fb460fd189e7d09236eaecbbcf736e9 SHA1: a9fc6fe79a045acb45add85f3a733663ba105e8b MD5sum: 87ee748dc761489e20ef2a9df45680da Description: X acceleration library -- runtime This package contains the XA (X acceleration) library. It is used exclusively by the X server to do render, copy and video acceleration. . XA is intended to be used by the vmware driver for virtualized X acceleration. Original-Maintainer: Debian X Strike Force Package: libxext-dev Source: libxext Version: 2:1.3.4-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 332 Depends: libxext6 (= 2:1.3.4-1~mx21ahs+1), x11proto-dev, libx11-dev Suggests: libxext-doc Multi-Arch: same Priority: optional Section: libdevel Filename: pool/ahs/libx/libxext/libxext-dev_1.3.4-1~mx21ahs+1_amd64.deb Size: 107256 SHA256: fca1f1fa0ea8a8c69c2bde15149108eacd75ac867b283c49ca7b651d7b88467a SHA1: 510b0c6ccffae9b01de1ab98d7208df2fffeb2e1 MD5sum: 76d93f71c2820f610337789a50d6fcf2 Description: X11 miscellaneous extensions library (development headers) libXext provides an X Window System client interface to several extensions to the X protocol. . The supported protocol extensions are: - DOUBLE-BUFFER (DBE), the Double Buffer extension; - DPMS, the VESA Display Power Management System extension; - Extended-Visual-Information (EVI), an extension for gathering extra information about the X server's visuals; - LBX, the Low Bandwidth X extension; - MIT-SHM, the MIT X client/server shared memory extension; - MIT-SUNDRY-NONSTANDARD, a miscellaneous extension by MIT; - Multi-Buffering, the multi-buffering and stereo display extension; - SECURITY, the X security extension; - SHAPE, the non-rectangular shaped window extension; - SYNC, the X synchronization extension; - TOG-CUP, the Open Group's Colormap Utilization extension; - XC-APPGROUP, the X Consortium's Application Group extension; - XC-MISC, the X Consortium's resource ID querying extension; - XTEST, the X test extension (this is one of two client-side implementations; the other is in the libXtst library, provided by the libxtst6 package); . libXext also provides a small set of utility functions to aid authors of client APIs for X protocol extensions. . This package contains the development headers for the library found in libxext6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXext Original-Maintainer: Debian X Strike Force Package: libxext-doc Source: libxext Version: 2:1.3.4-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 245 Breaks: libxext-dev (<< 2:1.3.1-2) Replaces: libxext-dev (<< 2:1.3.1-2) Multi-Arch: foreign Priority: optional Section: doc Filename: pool/ahs/libx/libxext/libxext-doc_1.3.4-1~mx21ahs+1_all.deb Size: 79892 SHA256: 4b1acdf4af20e112e38b7d034fadfb22c9d07481ee7ab2dcc4322a76097f1f8c SHA1: b639579c2dcc9f8b0d82eca5a00d4bdd907e1b5b MD5sum: 413674e23a7fc08ab05eba8d6d3644cb Description: X11 miscellaneous extensions library (documentation) libXext provides an X Window System client interface to several extensions to the X protocol. . The supported protocol extensions are: - DOUBLE-BUFFER (DBE), the Double Buffer extension; - DPMS, the VESA Display Power Management System extension; - Extended-Visual-Information (EVI), an extension for gathering extra information about the X server's visuals; - LBX, the Low Bandwidth X extension; - MIT-SHM, the MIT X client/server shared memory extension; - MIT-SUNDRY-NONSTANDARD, a miscellaneous extension by MIT; - Multi-Buffering, the multi-buffering and stereo display extension; - SECURITY, the X security extension; - SHAPE, the non-rectangular shaped window extension; - SYNC, the X synchronization extension; - TOG-CUP, the Open Group's Colormap Utilization extension; - XC-APPGROUP, the X Consortium's Application Group extension; - XC-MISC, the X Consortium's resource ID querying extension; - XTEST, the X test extension (this is one of two client-side implementations; the other is in the libXtst library, provided by the libxtst6 package); . libXext also provides a small set of utility functions to aid authors of client APIs for X protocol extensions. . This package contains the documentation for the included protocol extension libraries. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXext Original-Maintainer: Debian X Strike Force Package: libxext6 Source: libxext Version: 2:1.3.4-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 131 Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.6.0) Multi-Arch: same Priority: optional Section: libs Filename: pool/ahs/libx/libxext/libxext6_1.3.4-1~mx21ahs+1_amd64.deb Size: 53028 SHA256: 6c52f020e6c444aea97bc214bf482a3439b1e0829f28c634d9ac61a448dee309 SHA1: b14bd2868c38cb07fa392be25ea05ed047896b41 MD5sum: 03732507ce29188fd87ddd6c4e6387d0 Description: X11 miscellaneous extension library libXext provides an X Window System client interface to several extensions to the X protocol. . The supported protocol extensions are: - DOUBLE-BUFFER (DBE), the Double Buffer extension; - DPMS, the VESA Display Power Management System extension; - Extended-Visual-Information (EVI), an extension for gathering extra information about the X server's visuals; - LBX, the Low Bandwidth X extension; - MIT-SHM, the MIT X client/server shared memory extension; - MIT-SUNDRY-NONSTANDARD, a miscellaneous extension by MIT; - Multi-Buffering, the multi-buffering and stereo display extension; - SECURITY, the X security extension; - SHAPE, the non-rectangular shaped window extension; - SYNC, the X synchronization extension; - TOG-CUP, the Open Group's Colormap Utilization extension; - XC-APPGROUP, the X Consortium's Application Group extension; - XC-MISC, the X Consortium's resource ID querying extension; - XTEST, the X test extension (this is one of two client-side implementations; the other is in the libXtst library, provided by the libxtst6 package); . libXext also provides a small set of utility functions to aid authors of client APIs for X protocol extensions. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXext Original-Maintainer: Debian X Strike Force Package: libxi-dev Source: libxi Version: 2:1.8-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 747 Depends: libxi6 (= 2:1.8-1~mx21ahs+1), libx11-dev, libxext-dev, libxfixes-dev, x11proto-dev (>= 2021.5), xorg-sgml-doctools (>= 1:1.5) Replaces: x11proto-input-dev (<< 1.9.99) Multi-Arch: same Homepage: https://www.x.org/ Priority: optional Section: libdevel Filename: pool/ahs/libx/libxi/libxi-dev_1.8-1~mx21ahs+1_amd64.deb Size: 245424 SHA256: 677afd2d13cb409bf28dbf55df8a40fe570750bccc931a031cee46c767b783bf SHA1: ca2102f1acd01c04e3ab877bcf7d7329d51bd4f5 MD5sum: fb61e12074a6b634d86af93e9206816e Description: X11 Input extension library (development headers) libXi provides an X Window System client interface to the XINPUT extension to the X protocol. . The Input extension allows setup and configuration of multiple input devices, and hotplugging of input devices (to be added and removed on the fly). . This package contains the development headers for the library found in libxi6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXi Original-Maintainer: Debian X Strike Force Package: libxi6 Source: libxi Version: 2:1.8-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 148 Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.6.0), libxext6 Multi-Arch: same Homepage: https://www.x.org/ Priority: optional Section: libs Filename: pool/ahs/libx/libxi/libxi6_1.8-1~mx21ahs+1_amd64.deb Size: 84048 SHA256: 920ada32ce869ab168aa2f51fbf0e9edc90b075a3ccf2f4d12f139ea3307003f SHA1: 00d873fc5cba0660d5d3e5a51740e400137dea7f MD5sum: bf77a494cb70ac95f89440cd7845a807 Description: X11 Input extension library libXi provides an X Window System client interface to the XINPUT extension to the X protocol. . The Input extension allows setup and configuration of multiple input devices, and hotplugging of input devices (to be added and removed on the fly). . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXi Original-Maintainer: Debian X Strike Force Package: libxi6-dbgsym Source: libxi Version: 2:1.8-1~mx21ahs+1 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 132 Depends: libxi6 (= 2:1.8-1~mx21ahs+1) Breaks: libxi6-dbg (<< 2:1.7.8-1~) Replaces: libxi6-dbg (<< 2:1.7.8-1~) Multi-Arch: same Priority: optional Section: debug Filename: pool/ahs/libx/libxi/libxi6-dbgsym_1.8-1~mx21ahs+1_amd64.deb Size: 115640 SHA256: a973c8394e2b0110244e9998d5c13302cf43c045a778d8b6ad188a63899894fc SHA1: 01777787ecb606ab6b8155f65f5b4bb6f843095d MD5sum: 1c5b2081023baa81c59d9ece8816ccd2 Description: debug symbols for libxi6 Build-Ids: 9a8e88f826507a8e32796c9b99aefc6b34a3c716 Original-Maintainer: Debian X Strike Force Package: libxkbcommon-dev Source: libxkbcommon Version: 1.3.0-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 337 Depends: libxkbcommon0 (= 1.3.0-1~mx21ahs+1) Multi-Arch: same Homepage: http://www.xkbcommon.org/ Priority: optional Section: libdevel Filename: pool/ahs/libx/libxkbcommon/libxkbcommon-dev_1.3.0-1~mx21ahs+1_amd64.deb Size: 52992 SHA256: 5eeceb95e7853a82512a1e8ce23c8255bd1edd4234ff25090fc07f8640929365 SHA1: 36b1b8487cde6e4467535d7327e2320fba6705fa MD5sum: 834791d18d9e74e5adec6987d78d3787 Description: library interface to the XKB compiler - development files xkbcommon is a library to handle keyboard descriptions, including loading them from disk, parsing them and handling their state. It's mainly meant for client toolkits, window systems, and other system applications; currently that includes Wayland, kmscon, GTK+, Clutter, and more. . This package contains the development headers for the library found in libxkbcommon0. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at https://github.com/xkbcommon/libxkbcommon.git Original-Maintainer: Debian X Strike Force Package: libxkbcommon-doc Source: libxkbcommon Version: 1.3.0-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 1188 Multi-Arch: foreign Homepage: http://www.xkbcommon.org/ Priority: optional Section: doc Filename: pool/ahs/libx/libxkbcommon/libxkbcommon-doc_1.3.0-1~mx21ahs+1_all.deb Size: 227772 SHA256: 95411733dd0c9497731c1efc05033683345cba16cb65299d853423433385fe80 SHA1: 5c2dfb860ecbbfdb1bedfe290d9c124e6b96c965 MD5sum: 7f289fd9a971d312bca557f52ac75398 Description: library interface to the XKB compiler - documentation xkbcommon is a library to handle keyboard descriptions, including loading them from disk, parsing them and handling their state. It's mainly meant for client toolkits, window systems, and other system applications; currently that includes Wayland, kmscon, GTK+, Clutter, and more. . This package contains the documentation files for the library found in libxkbcommon0. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at https://github.com/xkbcommon/libxkbcommon.git Original-Maintainer: Debian X Strike Force Package: libxkbcommon-tools Source: libxkbcommon Version: 1.3.0-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 175 Depends: libc6 (>= 2.14), libwayland-client0 (>= 1.9.91), libxcb-xkb1, libxcb1, libxkbcommon-x11-0 (>= 0.5.0), libxkbcommon0 (>= 1.0.0), libxkbregistry0 (>= 1.0.0) Multi-Arch: foreign Homepage: http://www.xkbcommon.org/ Priority: optional Section: graphics Filename: pool/ahs/libx/libxkbcommon/libxkbcommon-tools_1.3.0-1~mx21ahs+1_amd64.deb Size: 36668 SHA256: 6f7bc9a26621b740d432ec38afb96df8ee716448689f33725f5639876af700af SHA1: d8e0ffe2e06136e1e40d6a98410be0c7f126579b MD5sum: 7321cc9815c9c93c9fd4f3c5c6106abb Description: library interface to the XKB compiler - tools xkbcommon is a library to handle keyboard descriptions, including loading them from disk, parsing them and handling their state. It's mainly meant for client toolkits, window systems, and other system applications; currently that includes Wayland, kmscon, GTK+, Clutter, and more. . This package contains the xkbcli tool to interact with XKB keymaps. . More information about X.Org can be found at: . This module can be found at https://github.com/xkbcommon/libxkbcommon.git Original-Maintainer: Debian X Strike Force Package: libxkbcommon-x11-0 Source: libxkbcommon Version: 1.3.0-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 59 Depends: libxkbcommon0 (= 1.3.0-1~mx21ahs+1), libc6 (>= 2.17), libxcb-xkb1, libxcb1 Multi-Arch: same Homepage: http://www.xkbcommon.org/ Priority: optional Section: libs Filename: pool/ahs/libx/libxkbcommon/libxkbcommon-x11-0_1.3.0-1~mx21ahs+1_amd64.deb Size: 17488 SHA256: 49d28000341ac138a24e0ebea832a23661721bd2c0d9f6538ede6bcc01e81bf8 SHA1: d8286a19a84f41e7fc123fd86a6b4f8a3f7c0e72 MD5sum: 078e5689741e622042bc39d4f51d4cee Description: library to create keymaps with the XKB X11 protocol This package provides an add-on library called xkbcommon-x11, to support creating keymaps with the XKB X11 protocol, by querying the X server directly. . More information about X.Org can be found at: . This module can be found at https://github.com/xkbcommon/libxkbcommon.git Original-Maintainer: Debian X Strike Force Package: libxkbcommon-x11-dev Source: libxkbcommon Version: 1.3.0-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 30 Depends: libxkbcommon-x11-0 (= 1.3.0-1~mx21ahs+1), libxkbcommon-dev (= 1.3.0-1~mx21ahs+1), libxcb1-dev, libxcb-xkb-dev Multi-Arch: same Homepage: http://www.xkbcommon.org/ Priority: optional Section: libdevel Filename: pool/ahs/libx/libxkbcommon/libxkbcommon-x11-dev_1.3.0-1~mx21ahs+1_amd64.deb Size: 9080 SHA256: 2f46d206e40ed267a18ff81ce5cb841d4ef2af439c291d65b64691e28ea080b7 SHA1: c5cd7909e6357d17a5135fdcbd8bbc1429948c82 MD5sum: 42a202dc8389a4cc09207cc281f561b4 Description: library to create keymaps with the XKB X11 protocol - development files This package provides an add-on library called xkbcommon-x11, to support creating keymaps with the XKB X11 protocol, by querying the X server directly. . This package contains the development headers for the library found in libxkbcommon-x11-0. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at https://github.com/xkbcommon/libxkbcommon.git Original-Maintainer: Debian X Strike Force Package: libxkbcommon0 Source: libxkbcommon Version: 1.3.0-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 302 Depends: xkb-data, libc6 (>= 2.17) Multi-Arch: same Homepage: http://www.xkbcommon.org/ Priority: optional Section: libs Filename: pool/ahs/libx/libxkbcommon/libxkbcommon0_1.3.0-1~mx21ahs+1_amd64.deb Size: 108664 SHA256: 57f20bda2a1a0125d89361c60d7687774ffe759d6bb24fb0d253cf1ea4c610eb SHA1: 9f550b0f012c398a744f646fe29ed1f955d32e47 MD5sum: 628716d90dc194f68d0aa39b2eb8f960 Description: library interface to the XKB compiler - shared library This package provides a library to handle keyboard descriptions, including loading them from disk, parsing them and handling their state. It's mainly meant for client toolkits, window systems, and other system applications; currently that includes Wayland, kmscon, GTK+, Clutter, and more. . More information about X.Org can be found at: . This module can be found at https://github.com/xkbcommon/libxkbcommon.git Original-Maintainer: Debian X Strike Force Package: libxkbregistry-dev Source: libxkbcommon Version: 1.3.0-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 45 Depends: libxkbcommon-dev (= 1.3.0-1~mx21ahs+1), libxkbregistry0 (= 1.3.0-1~mx21ahs+1), libxml2-dev Multi-Arch: same Homepage: http://www.xkbcommon.org/ Priority: optional Section: libdevel Filename: pool/ahs/libx/libxkbcommon/libxkbregistry-dev_1.3.0-1~mx21ahs+1_amd64.deb Size: 11360 SHA256: 943e064d5cb4b3141de7f91f1c5496d3aed9e329428e388bfaea97d836cf2764 SHA1: 07878f24a007d41c0575bea6dd29ded0c73b5ab1 MD5sum: 6e571a831154a2e9f5dec4ce0ebbcd12 Description: library to query available RMLVO - development files This package provides an add-on library called xkbregistry, which is used to query the available RMLVO instead of parsing evdev.xml directly. . This package contains the development headers for the library found in libxkbregistry0. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at https://github.com/xkbcommon/libxkbcommon.git Original-Maintainer: Debian X Strike Force Package: libxkbregistry0 Source: libxkbcommon Version: 1.3.0-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 53 Depends: libxkbcommon0 (= 1.3.0-1~mx21ahs+1), libc6 (>= 2.17), libxml2 (>= 2.7.4) Multi-Arch: same Homepage: http://www.xkbcommon.org/ Priority: optional Section: libs Filename: pool/ahs/libx/libxkbcommon/libxkbregistry0_1.3.0-1~mx21ahs+1_amd64.deb Size: 16536 SHA256: 27e53af7dc42601e01b5df59b82b7b3cb229743374bf0946b2b6dc4b5cbe9b96 SHA1: c3de6943a7fdc92f5ed62041568640a6cf1b6d8a MD5sum: 6321885c0b615b8ba5c359c0078a0774 Description: library to query available RMLVO This package provides an add-on library called xkbregistry, which is used to query available RMLVO instead of parsing evdev.xml directly. . More information about X.Org can be found at: . This module can be found at https://github.com/xkbcommon/libxkbcommon.git Original-Maintainer: Debian X Strike Force Package: libxnvctrl-dev Source: nvidia-settings Version: 470.74-0.1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 445 Depends: libx11-dev, libxnvctrl0 (= 470.74-0.1~mx21+1) Multi-Arch: same Homepage: https://download.nvidia.com/XFree86/nvidia-settings/ Priority: optional Section: libdevel Filename: pool/ahs/n/nvidia-settings/libxnvctrl-dev_470.74-0.1~mx21+1_amd64.deb Size: 88628 SHA256: ff2f029970d11e4dd805ac1d53ae9fba9f891c38e1360621d327a4b2d51321a6 SHA1: 75c147ac96a211ce4929fb88c1994decb1033f97 MD5sum: ef741741b24b4e4d89591051504e0e85 Description: NV-CONTROL X extension (development files) The NV-CONTROL X extension provides a mechanism for X clients to query and set configuration parameters of the NVIDIA X driver. State set by the NV-CONTROL X extension is assumed to be persistent only for the current server generation. Original-Maintainer: Debian NVIDIA Maintainers Package: libxnvctrl0 Source: nvidia-settings Version: 470.74-0.1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 65 Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.4.99.1), libxext6 Multi-Arch: same Homepage: https://download.nvidia.com/XFree86/nvidia-settings/ Priority: optional Section: libs Filename: pool/ahs/n/nvidia-settings/libxnvctrl0_470.74-0.1~mx21+1_amd64.deb Size: 27172 SHA256: 8dfbd2bfacde0a4170a1d790c3cb7b0bd5672790d0d689115d79e476ec821e15 SHA1: 37261eac91bb21866865cdd03bb20bafc5abc000 MD5sum: dae8b2b038ad8e5e777fa3a9402bcd4d Description: NV-CONTROL X extension (runtime library) The NV-CONTROL X extension provides a mechanism for X clients to query and set configuration parameters of the NVIDIA X driver. State set by the NV-CONTROL X extension is assumed to be persistent only for the current server generation. . This package contains the shared library. Original-Maintainer: Debian NVIDIA Maintainers Package: libxrandr-dev Source: libxrandr Version: 2:1.5.2-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 148 Depends: libxrandr2 (= 2:1.5.2-1~mx21ahs+1), libx11-dev, libxext-dev, x11proto-dev, libxrender-dev Multi-Arch: same Priority: optional Section: libdevel Filename: pool/ahs/libx/libxrandr/libxrandr-dev_1.5.2-1~mx21ahs+1_amd64.deb Size: 46252 SHA256: 73a144795a5ccd8a38b55a6a66d526cb50bf7a01f894780de671e13dc6c95ef3 SHA1: 05595d3ecd080c652d43178e907edd010d222932 MD5sum: 5f66b32a97c1a3f75cd87353ab85f9b0 Description: X11 RandR extension library (development headers) libXrandr provides an X Window System client interface to the RandR extension to the X protocol. . The RandR extension allows for run-time configuration of display attributes such as resolution, rotation, and reflection. . This package contains the development headers for the library found in libxrandr2. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXrandr Original-Maintainer: Debian X Strike Force Package: libxrandr2 Source: libxrandr Version: 2:1.5.2-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 86 Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.6.0), libxext6, libxrender1 Multi-Arch: same Priority: optional Section: libs Filename: pool/ahs/libx/libxrandr/libxrandr2_1.5.2-1~mx21ahs+1_amd64.deb Size: 38312 SHA256: e9844dace8d75d02c9c85cd48f13c923ad9d124a4267e87c0520adf3780e484c SHA1: 6cb449b6c1ff0e8e4087e03c17227921be22cebf MD5sum: b17c196b2b533e62915d5de2ea172612 Description: X11 RandR extension library libXrandr provides an X Window System client interface to the RandR extension to the X protocol. . The RandR extension allows for run-time configuration of display attributes such as resolution, rotation, and reflection. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXrandr Original-Maintainer: Debian X Strike Force Package: libzimg-dev Source: zimg Version: 3.0.3+ds1-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 1938 Depends: libzimg2 (= 3.0.3+ds1-1~mx21+1) Multi-Arch: same Homepage: https://github.com/sekrit-twc/zimg Priority: optional Section: libdevel Filename: pool/ahs/z/zimg/libzimg-dev_3.0.3+ds1-1~mx21+1_amd64.deb Size: 319640 SHA256: b72c79ea3e763999fd14a4c706553c91ce07ac709a3ad31a21eb0378027182ed SHA1: 99543c1c82c2d5ce3f31837735d52251809fbd92 MD5sum: e2ee03fcb216fba3ef38a2cf310e66b0 Description: scaling, colorspace, depth conversion library (development files) The "z" library implements the commonly required image processing basics of scaling, colorspace conversion, and depth conversion. A simple API enables conversion between any supported formats to operate with minimal knowledge from the programmer. . This package contains development files. Original-Maintainer: Debian Multimedia Maintainers Package: libzimg2 Source: zimg Version: 3.0.3+ds1-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 852 Depends: libc6 (>= 2.27), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2) Multi-Arch: same Homepage: https://github.com/sekrit-twc/zimg Priority: optional Section: libs Filename: pool/ahs/z/zimg/libzimg2_3.0.3+ds1-1~mx21+1_amd64.deb Size: 233228 SHA256: 0f0229da9bb81d8e4630ed80a78cba629f6b02d6494356b13b7257fb3173bb13 SHA1: 48f7e11bf9b5def025a6adf5e25d273acadc2f05 MD5sum: a568c4cf26c320afc5bd7512403b4960 Description: scaling, colorspace, depth conversion library (shared library) The "z" library implements the commonly required image processing basics of scaling, colorspace conversion, and depth conversion. A simple API enables conversion between any supported formats to operate with minimal knowledge from the programmer. . This package constains the shared library. Original-Maintainer: Debian Multimedia Maintainers Package: linux-compiler-gcc-10-x86 Source: linux Version: 5.14.16-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 375 Depends: gcc-10 Multi-Arch: foreign Homepage: https://www.kernel.org/ Priority: optional Section: kernel Filename: pool/ahs/l/linux/linux-compiler-gcc-10-x86_5.14.16-1~mx21+1_amd64.deb Size: 369804 SHA256: 9d9f449af288de074dadd6a74ff3bcac9f4bc56a20c68711f31b5e25e17a916d SHA1: 45fba775c0ec9323c1070b3ec959468f18358b3f MD5sum: fa372576e89449d2e025ca3459a97ce4 Description: Compiler for Linux on x86 (meta-package) This package depends on GCC of the appropriate version and architecture for Linux on amd64, i386 and x32. Original-Maintainer: Debian Kernel Team Package: linux-config-5.14 Source: linux Version: 5.14.16-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 451 Recommends: linux-source-5.14 Multi-Arch: same Homepage: https://www.kernel.org/ Priority: optional Section: kernel Filename: pool/ahs/l/linux/linux-config-5.14_5.14.16-1~mx21+1_amd64.deb Size: 444776 SHA256: 35ebebafd028176af4d2cc43bfce5acdf09be6a239f79247e573681130fa0b82 SHA1: e33aad3abbffe190dd70593c5f875a9ea839a755 MD5sum: f49289d273f63e44d9cd2afb53f457aa Description: Debian kernel configurations for Linux 5.14 This package contains the configuration files used to build the official Debian kernel files, but without references to Debian's signing certificates. . These can be used as a basis for configuring custom kernels. Original-Maintainer: Debian Kernel Team Package: linux-cpupower Source: linux Version: 5.14.16-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 704 Depends: libc6 (>= 2.17), libcap2 (>= 1:2.10), libcpupower1 (>= 5.13.9-1~exp1), libpci3 (>= 1:3.5.1) Homepage: https://www.kernel.org/ Priority: optional Section: admin Filename: pool/ahs/l/linux/linux-cpupower_5.14.16-1~mx21+1_amd64.deb Size: 477588 SHA256: 29414155efc4614e1898cf5c92b966cf9775523dfe63f3840fa34cfa087cda20 SHA1: 981cd1cb48b1bd8295c6a565f72c265e81ede2a6 MD5sum: ab8e4a5e94e6b8dfcd2a16765b324bc0 Description: CPU power management tools for Linux The cpupower command allows inspection and control of cpufreq and cpuidle tunables for hardware that supports these features. It replaces "cpufreq-info" and "cpufreq-set" in cpufrequtils. . The turbostat command reports topology, frequency, idle power-state statistics, temperature and power consumption information as provided by the CPU. . The x86_energy_perf_policy command sets a general policy on some Intel CPU models for the relative importance of performance versus energy savings. Original-Maintainer: Debian Kernel Team Package: linux-doc Source: linux Version: 5.14.16-1~mx21+1 Architecture: all Maintainer: Steven Pusser Installed-Size: 10 Depends: linux-doc-5.14 (= 5.14.16-1~mx21+1) Homepage: https://www.kernel.org/ Priority: optional Section: doc Filename: pool/ahs/l/linux/linux-doc_5.14.16-1~mx21+1_all.deb Size: 1136 SHA256: 12ca75bc9a47baa792de7e23de19caea50478232d1e80a2d200f8b95e9796246 SHA1: 76a610ce516e0af5ed44bfaae74e6d9fcb5bf80e MD5sum: 8e183258ab25be57beb08c6c6f8be83e Description: Linux kernel specific documentation (meta-package) This package depends on the package containing the documentation for the latest Linux kernel. Original-Maintainer: Debian Kernel Team Package: linux-doc-5.14 Source: linux Version: 5.14.16-1~mx21+1 Architecture: all Maintainer: Steven Pusser Installed-Size: 169043 Multi-Arch: foreign Homepage: https://www.kernel.org/ Priority: optional Section: doc Filename: pool/ahs/l/linux/linux-doc-5.14_5.14.16-1~mx21+1_all.deb Size: 31971824 SHA256: 88606ca5b1bc54985ffd197a98c7ec3ad559ee4574cc1a58f14b8a6394549f2e SHA1: 41474ef853d72f5c6d6a6f8f63e148f3179da899 MD5sum: 3cccd9a611c425ca0d6d517a1c45c0e0 Description: Linux kernel specific documentation for version 5.14 This package provides the various README files and HTML documentation for the Linux kernel version 5.14. Plenty of information, including the descriptions of various kernel subsystems, filesystems, driver-specific notes and the like. An index to the documentation is installed as /usr/share/doc/linux-doc-5.14/html/index.html. Original-Maintainer: Debian Kernel Team Package: linux-headers-5.14.0-17.1-liquorix-amd64 Source: linux-liquorix Version: 5.14-22~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 73802 Depends: libbabeltrace1 (>= 1.5.4), libc6 (>= 2.30), libcap2 (>= 1:2.10), libdw1 (>= 0.158), libelf1 (>= 0.144), liblzma5 (>= 5.1.1alpha+20120614), libnuma1 (>= 2.0.11), libpci3 (>= 1:3.5.1), libperl5.32 (>= 5.32.0~rc1), libpython3.9 (>= 3.9.1), libslang2 (>= 2.2.4), libssl1.1 (>= 1.1.0), libunwind8, zlib1g (>= 1:1.2.3.3), libelf-dev, gcc Conflicts: r8168-dkms Homepage: http://www.liquorix.net/ Priority: optional Section: kernel Filename: pool/ahs/l/linux-liquorix/linux-headers-5.14.0-17.1-liquorix-amd64_5.14-22~mx21+1_amd64.deb Size: 11732052 SHA256: 002cbb9271828f9ff1cf626caeaec13cdf0de8f46843f4c71b744a1ebe692bdc SHA1: 794e6f9d7958a5953cc36192cdf92c1b4cc4e3c6 MD5sum: ccca325f7f7c860b263dfb489c68afc7 Description: Header files for Linux 5.14.0-17.1-liquorix-amd64 This package provides the architecture-specific kernel header files for Linux kernel 5.14.0-17.1-liquorix-amd64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.14.0-17.1-liquorix-amd64, and can be used for building modules that load into the kernel provided by the linux-image-5.14.0-17.1-liquorix-amd64 package. Original-Maintainer: Steven Barrett Package: linux-headers-5.14.0-3mx-amd64 Source: linux Version: 5.14.12-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 2699 Depends: linux-headers-5.14.0-3mx-common (= 5.14.12-1~mx21+1), linux-kbuild-5.14 (>= 5.14.12-1~mx21+1), linux-compiler-gcc-10-x86 Homepage: https://www.kernel.org/ Priority: optional Section: kernel Filename: pool/ahs/l/linux/linux-headers-5.14.0-3mx-amd64_5.14.12-1~mx21+1_amd64.deb Size: 873136 SHA256: e4541fbe9b1999e07bb591332de4681c9d587f8e45093d10f2919d260316ad9a SHA1: fda6a46639ecc41eb5c7e484d93fb90ae472dbce MD5sum: 1a81cc82e2c5b9e6c3c32abb62729786 Description: Header files for Linux 5.14.0-3mx-amd64 This package provides the architecture-specific kernel header files for Linux kernel 5.14.0-3mx-amd64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.14.0-3mx-amd64, and can be used for building modules that load into the kernel provided by the linux-image-5.14.0-3mx-amd64 package. Original-Maintainer: Debian Kernel Team Package: linux-headers-5.14.0-3mx-cloud-amd64 Source: linux Version: 5.14.12-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 1616 Depends: linux-headers-5.14.0-3mx-common (= 5.14.12-1~mx21+1), linux-kbuild-5.14 (>= 5.14.12-1~mx21+1), linux-compiler-gcc-10-x86 Homepage: https://www.kernel.org/ Priority: optional Section: kernel Filename: pool/ahs/l/linux/linux-headers-5.14.0-3mx-cloud-amd64_5.14.12-1~mx21+1_amd64.deb Size: 629616 SHA256: d487f254f6d9ca3df9aff0067901df6ee3544e8c7ade679fdabdf472a12d4004 SHA1: b8cf052cafd036bda3574168381b16adc907e2fe MD5sum: 971d6151f9467d827da90b193ddf7241 Description: Header files for Linux 5.14.0-3mx-cloud-amd64 This package provides the architecture-specific kernel header files for Linux kernel 5.14.0-3mx-cloud-amd64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.14.0-3mx-cloud-amd64, and can be used for building modules that load into the kernel provided by the linux-image-5.14.0-3mx-cloud-amd64 package. Original-Maintainer: Debian Kernel Team Package: linux-headers-5.14.0-3mx-common Source: linux Version: 5.14.12-1~mx21+1 Architecture: all Maintainer: Steven Pusser Installed-Size: 52975 Multi-Arch: foreign Homepage: https://www.kernel.org/ Priority: optional Section: kernel Filename: pool/ahs/l/linux/linux-headers-5.14.0-3mx-common_5.14.12-1~mx21+1_all.deb Size: 9059552 SHA256: 7a791cd17db837c5fbf03e85b9f3b127600ff2512ff2dbfe169240e25b46114d SHA1: ff875b3c8bf07cb331f94fb78397e6277622dbac MD5sum: aa99b294451ddd78e700a367bc9727b9 Description: Common header files for Linux 5.14.0-3mx This package provides the common kernel header files for Linux kernel version 5.14.0-3mx, generally used for building out-of-tree kernel modules. To obtain a complete set of headers you also need to install the linux-headers-5.14.0-3mx-(flavour) package, matching the flavour of the kernel you intend the build for. Original-Maintainer: Debian Kernel Team Package: linux-headers-5.14.0-4mx-amd64 Source: linux Version: 5.14.16-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 2707 Depends: linux-headers-5.14.0-4mx-common (= 5.14.16-1~mx21+1), linux-kbuild-5.14 (>= 5.14.16-1~mx21+1), linux-compiler-gcc-10-x86 Homepage: https://www.kernel.org/ Priority: optional Section: kernel Filename: pool/ahs/l/linux/linux-headers-5.14.0-4mx-amd64_5.14.16-1~mx21+1_amd64.deb Size: 881612 SHA256: 2624686ae6e33c823eab90d7b3e63bac65410a5969d5c6772c16feab0299da09 SHA1: 29d77d034db8cf5ff11e0d518ad071812b91aaeb MD5sum: c0240c8ff404fdb339d9a78933c4088f Description: Header files for Linux 5.14.0-4mx-amd64 This package provides the architecture-specific kernel header files for Linux kernel 5.14.0-4mx-amd64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.14.0-4mx-amd64, and can be used for building modules that load into the kernel provided by the linux-image-5.14.0-4mx-amd64 package. Original-Maintainer: Debian Kernel Team Package: linux-headers-5.14.0-4mx-cloud-amd64 Source: linux Version: 5.14.16-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 1624 Depends: linux-headers-5.14.0-4mx-common (= 5.14.16-1~mx21+1), linux-kbuild-5.14 (>= 5.14.16-1~mx21+1), linux-compiler-gcc-10-x86 Homepage: https://www.kernel.org/ Priority: optional Section: kernel Filename: pool/ahs/l/linux/linux-headers-5.14.0-4mx-cloud-amd64_5.14.16-1~mx21+1_amd64.deb Size: 638324 SHA256: 7b4239fe417b971afc50cbbfcdd21b21b6a29aea86b4bea020ee085166edb0da SHA1: d798af40e358153ae9ca25cdbdbf608ecfa0a450 MD5sum: 7269a37ef96be9e23fd4ae655c9eeddf Description: Header files for Linux 5.14.0-4mx-cloud-amd64 This package provides the architecture-specific kernel header files for Linux kernel 5.14.0-4mx-cloud-amd64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.14.0-4mx-cloud-amd64, and can be used for building modules that load into the kernel provided by the linux-image-5.14.0-4mx-cloud-amd64 package. Original-Maintainer: Debian Kernel Team Package: linux-headers-5.14.0-4mx-common Source: linux Version: 5.14.16-1~mx21+1 Architecture: all Maintainer: Steven Pusser Installed-Size: 52986 Multi-Arch: foreign Homepage: https://www.kernel.org/ Priority: optional Section: kernel Filename: pool/ahs/l/linux/linux-headers-5.14.0-4mx-common_5.14.16-1~mx21+1_all.deb Size: 9068424 SHA256: 90a1c7c2b6fef89b7a1c7ad0c238794de4c86c3db75aade6ed160151f382a3b2 SHA1: 0d8290ef6f938cf62b2dcbe8a661b3be68fef4d0 MD5sum: 7b76b5111ecd06e20234fa5d05900c8f Description: Common header files for Linux 5.14.0-4mx This package provides the common kernel header files for Linux kernel version 5.14.0-4mx, generally used for building out-of-tree kernel modules. To obtain a complete set of headers you also need to install the linux-headers-5.14.0-4mx-(flavour) package, matching the flavour of the kernel you intend the build for. Original-Maintainer: Debian Kernel Team Package: linux-headers-5.15.0-3.1-liquorix-amd64 Source: linux-liquorix Version: 5.15-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 74730 Depends: libbabeltrace1 (>= 1.5.4), libc6 (>= 2.30), libcap2 (>= 1:2.10), libdw1 (>= 0.158), libelf1 (>= 0.144), liblzma5 (>= 5.1.1alpha+20120614), libnuma1 (>= 2.0.11), libpci3 (>= 1:3.5.1), libperl5.32 (>= 5.32.0~rc1), libpython3.9 (>= 3.9.1), libslang2 (>= 2.2.4), libssl1.1 (>= 1.1.0), libunwind8, zlib1g (>= 1:1.2.3.3), libelf-dev, gcc Conflicts: r8168-dkms Homepage: http://www.liquorix.net/ Priority: optional Section: kernel Filename: pool/ahs/l/linux-liquorix/linux-headers-5.15.0-3.1-liquorix-amd64_5.15-1~mx21+1_amd64.deb Size: 11829580 SHA256: 32b3f897be41673bbbb827238552b196a133bac2f0978b4e4eb73c87ede74063 SHA1: 0fe4f9af39ba1d07903fab1017b264ba71776719 MD5sum: 325d5e9b21cfe08484fb27fc33fafc04 Description: Header files for Linux 5.15.0-3.1-liquorix-amd64 This package provides the architecture-specific kernel header files for Linux kernel 5.15.0-3.1-liquorix-amd64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.15.0-3.1-liquorix-amd64, and can be used for building modules that load into the kernel provided by the linux-image-5.15.0-3.1-liquorix-amd64 package. Original-Maintainer: Steven Barrett Package: linux-headers-liquorix-amd64 Source: linux-liquorix Version: 5.15-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 169 Depends: linux-headers-5.15.0-3.1-liquorix-amd64 (= 5.15-1~mx21+1) Provides: linux-headers Homepage: http://www.liquorix.net/ Priority: extra Section: metapackages Filename: pool/ahs/l/linux-liquorix/linux-headers-liquorix-amd64_5.15-1~mx21+1_amd64.deb Size: 166800 SHA256: cd9795a4971eed38647a9cf2e5166ee26758e17d8c3199149fbc31a7a1adf422 SHA1: 8b63cb0354876219e0a8ecfa062b4ea4b1ac9be6 MD5sum: d82fec4c4ba4af8796f33c8a6666e5c1 Description: Linux headers for liquorix on 64-bit PCs This metapackage depends on the latest binary image for Linux kernel on PCs with AMD64 or Intel 64 processors machines for liquorix. Original-Maintainer: Steven Barrett Package: linux-image-5.14.0-17.1-liquorix-amd64 Source: linux-liquorix Version: 5.14-22~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 339316 Depends: kmod, linux-base (>= 4.3~), initramfs-tools | linux-initramfs-tool Recommends: irqbalance, firmware-linux-free | linux-firmware, firmware-linux-nonfree | linux-firmware Suggests: linux-doc-5.14, crda, grub-pc | extlinux | grub-efi-amd64 Conflicts: hal, r8168-dkms Provides: wireguard-modules Homepage: http://www.liquorix.net/ Priority: optional Section: kernel Filename: pool/ahs/l/linux-liquorix/linux-image-5.14.0-17.1-liquorix-amd64_5.14-22~mx21+1_amd64.deb Size: 65938820 SHA256: e115956f4b08300df59d961a41dcb4f8cff1d307785e26f994ba41c36de6a7fe SHA1: 0d5be0b841e14754e5c5de5f1bae5b04cabf3d54 MD5sum: 29a80940bd67982d6a7ad9d5aced235b Description: Linux 5.14 for 64-bit PCs The Linux kernel 5.14 and modules for use on PCs with AMD64 or Intel 64 processors. Original-Maintainer: Steven Barrett Package: linux-image-5.14.0-3mx-amd64-unsigned Source: linux Version: 5.14.12-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 305158 Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: firmware-linux-free, apparmor Suggests: linux-doc-5.14, debian-kernel-handbook, grub-pc | grub-efi-amd64 | extlinux Conflicts: linux-image-5.14.0-3mx-amd64 Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~), xserver-xorg-input-vmmouse (<< 1:13.0.99) Replaces: linux-image-5.14.0-3mx-amd64 Homepage: https://www.kernel.org/ Priority: optional Section: kernel Filename: pool/ahs/l/linux/linux-image-5.14.0-3mx-amd64-unsigned_5.14.12-1~mx21+1_amd64.deb Size: 53510208 SHA256: a7f238191fb9502ec940123f1850fc8a760d8b83b18258dbc575b9e4d58ae5ea SHA1: 800b81828b600a581dcdc087e1755eb6d614b64f MD5sum: 810662da947caf4bfb74c517b60660ef Description: Linux 5.14 for 64-bit PCs The Linux kernel 5.14 and modules for use on PCs with AMD64, Intel 64 or VIA Nano processors. Original-Maintainer: Debian Kernel Team Package: linux-image-5.14.0-3mx-cloud-amd64-unsigned Source: linux Version: 5.14.12-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 81894 Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: firmware-linux-free, apparmor Suggests: linux-doc-5.14, debian-kernel-handbook, grub-pc | grub-efi-amd64 | extlinux Conflicts: linux-image-5.14.0-3mx-cloud-amd64 Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~), xserver-xorg-input-vmmouse (<< 1:13.0.99) Replaces: linux-image-5.14.0-3mx-cloud-amd64 Homepage: https://www.kernel.org/ Priority: optional Section: kernel Filename: pool/ahs/l/linux/linux-image-5.14.0-3mx-cloud-amd64-unsigned_5.14.12-1~mx21+1_amd64.deb Size: 19653652 SHA256: abc134eda173c45e6a789f4ec324e032a68e61b64707b99878a8606fc474f211 SHA1: 7456a7a3e9502e8dfe5cb3b9cb0a5b3ae0a6d192 MD5sum: 3b41f6c21450249e5c76bd512b372da5 Description: Linux 5.14 for x86-64 cloud The Linux kernel 5.14 and modules for use on cloud platforms including Amazon EC2, Microsoft Azure, and Google Compute Engine. Original-Maintainer: Debian Kernel Team Package: linux-image-5.14.0-4mx-amd64-unsigned Source: linux Version: 5.14.16-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 305186 Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: firmware-linux-free, apparmor Suggests: linux-doc-5.14, debian-kernel-handbook, grub-pc | grub-efi-amd64 | extlinux Conflicts: linux-image-5.14.0-4mx-amd64 Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~), xserver-xorg-input-vmmouse (<< 1:13.0.99) Replaces: linux-image-5.14.0-4mx-amd64 Homepage: https://www.kernel.org/ Priority: optional Section: kernel Filename: pool/ahs/l/linux/linux-image-5.14.0-4mx-amd64-unsigned_5.14.16-1~mx21+1_amd64.deb Size: 53550492 SHA256: 0e8afb0c429d76b2ca81863dd6a4f9338956876c0b3ac993f22de0e3e263a1ad SHA1: 8274e6df9110bc06219643d6a091cf6e3ed001b2 MD5sum: d3fca3583fcc8d73c7d75551d2f43cd6 Description: Linux 5.14 for 64-bit PCs The Linux kernel 5.14 and modules for use on PCs with AMD64, Intel 64 or VIA Nano processors. Original-Maintainer: Debian Kernel Team Package: linux-image-5.14.0-4mx-cloud-amd64-unsigned Source: linux Version: 5.14.16-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 81906 Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: firmware-linux-free, apparmor Suggests: linux-doc-5.14, debian-kernel-handbook, grub-pc | grub-efi-amd64 | extlinux Conflicts: linux-image-5.14.0-4mx-cloud-amd64 Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~), xserver-xorg-input-vmmouse (<< 1:13.0.99) Replaces: linux-image-5.14.0-4mx-cloud-amd64 Homepage: https://www.kernel.org/ Priority: optional Section: kernel Filename: pool/ahs/l/linux/linux-image-5.14.0-4mx-cloud-amd64-unsigned_5.14.16-1~mx21+1_amd64.deb Size: 19664964 SHA256: df07f0b27f704cc739d4a571937192bb5ae97d5005ec783a7f8b960214ed706e SHA1: a365d3e09ab1f4651cd8925445ce5bcd87def4d6 MD5sum: c0ba9d98504eee1c333cc3495cbddefc Description: Linux 5.14 for x86-64 cloud The Linux kernel 5.14 and modules for use on cloud platforms including Amazon EC2, Microsoft Azure, and Google Compute Engine. Original-Maintainer: Debian Kernel Team Package: linux-image-5.15.0-3.1-liquorix-amd64 Source: linux-liquorix Version: 5.15-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 340037 Depends: kmod, linux-base (>= 4.3~), initramfs-tools | linux-initramfs-tool Recommends: irqbalance, firmware-linux-free | linux-firmware, firmware-linux-nonfree | linux-firmware Suggests: linux-doc-5.15, crda, grub-pc | extlinux | grub-efi-amd64 Conflicts: hal, r8168-dkms Provides: wireguard-modules Homepage: http://www.liquorix.net/ Priority: optional Section: kernel Filename: pool/ahs/l/linux-liquorix/linux-image-5.15.0-3.1-liquorix-amd64_5.15-1~mx21+1_amd64.deb Size: 64014700 SHA256: aefca8e6408463ff39ddb6d58f761720ccbc88ad91f6f5b5556b2f2c04da8771 SHA1: ce1916575387b9cf26b3036c3600726d25eb4596 MD5sum: 7c83863e7b22062ead49db10079c5124 Description: Linux 5.15 for 64-bit PCs The Linux kernel 5.15 and modules for use on PCs with AMD64 or Intel 64 processors. Original-Maintainer: Steven Barrett Package: linux-image-amd64-signed-template Source: linux Version: 5.14.16-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 1969 Depends: dpkg-dev Homepage: https://www.kernel.org/ Priority: optional Section: kernel Filename: pool/ahs/l/linux/linux-image-amd64-signed-template_5.14.16-1~mx21+1_amd64.deb Size: 688064 SHA256: 4abb87fdbf896870aeebbb598b78da439cf939e1ebe0a15f10e875de3011b1ef SHA1: 96f4bd41a1bed13426c377a8d9f8dc1e2a55bfbe MD5sum: e05a9098cff378f3a65a7b4a2629d906 Description: Template for signed linux-image packages for amd64 This package is used to control code signing by the Debian signing service. Original-Maintainer: Debian Kernel Team Package: linux-image-liquorix-amd64 Source: linux-liquorix Version: 5.15-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 169 Depends: linux-image-5.15.0-3.1-liquorix-amd64 (= 5.15-1~mx21+1) Recommends: linux-headers-liquorix-amd64 (= 5.15-1~mx21+1) Homepage: http://www.liquorix.net/ Priority: extra Section: metapackages Filename: pool/ahs/l/linux-liquorix/linux-image-liquorix-amd64_5.15-1~mx21+1_amd64.deb Size: 166800 SHA256: a9a2b9f578791c6abc2284fb0ad95caca536473109211450d2ecdfed5ff7a909 SHA1: 3d58bdf06f6c5b00b8299c73f3f4068ef8e5af0f MD5sum: 2833738718d12a835575d4b0e0c207b2 Description: Linux image for liquorix on 64-bit PCs This metapackage depends on the latest binary image for Linux kernel on PCs with AMD64 or Intel 64 processors machines for liquorix. Original-Maintainer: Steven Barrett Package: linux-kbuild-5.14 Source: linux Version: 5.14.16-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 1476 Depends: libc6 (>= 2.14), libelf1 (>= 0.142), libssl1.1 (>= 1.1.0) Multi-Arch: foreign Homepage: https://www.kernel.org/ Priority: optional Section: kernel Filename: pool/ahs/l/linux/linux-kbuild-5.14_5.14.16-1~mx21+1_amd64.deb Size: 614208 SHA256: bfaef2c47910324d8bffb825c666f4b6237cc0424a9f50d292a6d30a098e0023 SHA1: ea81887c164e4b32d9587eff58003c1fa24db9d1 MD5sum: 8ad9c1597534acf0d90730e8ab30136a Description: Kbuild infrastructure for Linux 5.14 This package provides the kbuild infrastructure for the headers packages for Linux kernel version 5.14. Original-Maintainer: Debian Kernel Team Package: linux-libc-dev Source: linux Version: 5.14.16-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 5889 Multi-Arch: same Homepage: https://www.kernel.org/ Priority: optional Section: devel Filename: pool/ahs/l/linux/linux-libc-dev_5.14.16-1~mx21+1_amd64.deb Size: 1442380 SHA256: 86af037ab3e7f34b216b3ae927496a05dbea8a929bf4399835d9cb1f58523c31 SHA1: 6e5cedcc42a3f641b4ae032eea9b3a93f0259cb9 MD5sum: c28a38b79eb8c4148d05270238b7a942 Description: Linux support headers for userspace development This package provides userspaces headers from the Linux kernel. These headers are used by the installed headers for GNU libc and other system libraries. Original-Maintainer: Debian Kernel Team Package: linux-perf Source: linux Version: 5.14.16-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 10 Depends: linux-perf-5.14 (= 5.14.16-1~mx21+1) Homepage: https://www.kernel.org/ Priority: optional Section: kernel Filename: pool/ahs/l/linux/linux-perf_5.14.16-1~mx21+1_amd64.deb Size: 1160 SHA256: e545ffb76f6d3fd18b17577bd91296d6fcaee4a7d5d07bd9197793d123245c3d SHA1: 772a9c5f7655c726ed79d5fc78156b4d8eb7cf3a MD5sum: 66f6e623445401552296724d5afc1881 Description: Performance analysis tools for Linux (meta-package) This package depends on the package containing the 'perf' performance analysis tools for the latest Linux kernel. Original-Maintainer: Debian Kernel Team Package: linux-perf-5.14 Source: linux Version: 5.14.16-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 9897 Depends: libbabeltrace1 (>= 1.5.4), libc6 (>= 2.28), libcap2 (>= 1:2.10), libdw1 (>= 0.157), libelf1 (>= 0.144), liblzma5 (>= 5.1.1alpha+20120614), libnuma1 (>= 2.0.11), libperl5.32 (>= 5.32.0~rc1), libpython3.9 (>= 3.9.1), libslang2 (>= 2.2.4), libunwind8, zlib1g (>= 1:1.2.3.3), perl:any, python3:any Recommends: linux-base Suggests: linux-doc-5.14 Conflicts: linux-tools-5.14 Replaces: linux-tools-5.14 Provides: linux-tools-5.14 Homepage: https://www.kernel.org/ Priority: optional Section: devel Filename: pool/ahs/l/linux/linux-perf-5.14_5.14.16-1~mx21+1_amd64.deb Size: 2247280 SHA256: 7f581b6999212933374ddc2ef6b15828713d2802646402957e996631f32c312d SHA1: 0bd0cbe30a87414085eeb4bd3d0f2848b47b6c6c MD5sum: 057934982e5e174af076decb06caa9ab Description: Performance analysis tools for Linux 5.14 This package contains the 'perf' performance analysis tools for Linux kernel version 5.14. . The linux-base package contains a 'perf' command which will invoke the appropriate version for the running kernel. Original-Maintainer: Debian Kernel Team Package: linux-source Source: linux Version: 5.14.16-1~mx21+1 Architecture: all Maintainer: Steven Pusser Installed-Size: 10 Depends: linux-source-5.14 (= 5.14.16-1~mx21+1) Homepage: https://www.kernel.org/ Priority: optional Section: kernel Filename: pool/ahs/l/linux/linux-source_5.14.16-1~mx21+1_all.deb Size: 1128 SHA256: aeedca0c07531453395f965e232e72987dee31cf2e2e2aa9875a429a377f4ad7 SHA1: d1b2fe81ba32d856aa09020b2a57719f3514c007 MD5sum: 005b9573acf346cd7058d65b1520c7b0 Description: Linux kernel source (meta-package) This package depends on packages containing the sources of the latest Linux kernel. Original-Maintainer: Debian Kernel Team Package: linux-source-5.14 Source: linux Version: 5.14.16-1~mx21+1 Architecture: all Maintainer: Steven Pusser Installed-Size: 122153 Depends: binutils, xz-utils Recommends: libc6-dev | libc-dev, gcc, make, bc, bison, flex, linux-config-5.14 Suggests: libncurses-dev | ncurses-dev, qtbase5-dev, pkg-config Multi-Arch: foreign Homepage: https://www.kernel.org/ Priority: optional Section: kernel Filename: pool/ahs/l/linux/linux-source-5.14_5.14.16-1~mx21+1_all.deb Size: 125107490 SHA256: 6f4df3c4c05d78ffcc17ae9cc1ebf25d49973d69c337811284766b50a31dfba8 SHA1: d3ffeb0ee9d22a8ffadbcfd55b4e013b3eb34edb MD5sum: 63dfc3ac83b21f7aa62d3de6c5950255 Description: Linux kernel source for version 5.14 with Debian patches This package provides source code for the Linux kernel version 5.14. This source closely tracks official Linux kernel releases. Debian's modifications to that source consist of security fixes, bug fixes, and features that have already been (or are believed to be) accepted by the upstream maintainers. Original-Maintainer: Debian Kernel Team Package: linux-support-5.14.0-3mx Source: linux Version: 5.14.12-1~mx21+1 Architecture: all Maintainer: Steven Pusser Installed-Size: 1429 Depends: python3:any Multi-Arch: foreign Homepage: https://www.kernel.org/ Priority: optional Section: devel Filename: pool/ahs/l/linux/linux-support-5.14.0-3mx_5.14.12-1~mx21+1_all.deb Size: 409228 SHA256: df8e91c9bb998a0ac66e2d797945b76a26a2b7fb2e2c8419ad30a23d6e0a3ead SHA1: 7468bb339315223b78da45b5fafb3fb29671b176 MD5sum: 935495f8db6c27ab35acb040eee0fb13 Description: Support files for Linux 5.14 This package provides support files for the Linux kernel build, e.g. scripts to handle ABI information and for generation of build system meta data. Original-Maintainer: Debian Kernel Team Package: linux-support-5.14.0-4mx Source: linux Version: 5.14.16-1~mx21+1 Architecture: all Maintainer: Steven Pusser Installed-Size: 1437 Depends: python3:any Multi-Arch: foreign Homepage: https://www.kernel.org/ Priority: optional Section: devel Filename: pool/ahs/l/linux/linux-support-5.14.0-4mx_5.14.16-1~mx21+1_all.deb Size: 417076 SHA256: 861ddb858afce0d08f3c50a32a54c1a31723ec7dc9b39101fa9670246e3e8343 SHA1: 25c2ce58a1d09b0ef4cdaba28b9071bfce615e29 MD5sum: 4338b1d3664f7aad94244af8fda64b54 Description: Support files for Linux 5.14 This package provides support files for the Linux kernel build, e.g. scripts to handle ABI information and for generation of build system meta data. Original-Maintainer: Debian Kernel Team Package: lld-12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 5164 Depends: libatomic1 (>= 4.8), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libllvm12 (= 1:12.0.1-8~mx21ahs+1), libstdc++6 (>= 6) Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/ahs/l/llvm-toolchain-12/lld-12_12.0.1-8~mx21ahs+1_amd64.deb Size: 1255824 SHA256: d7d544764cd61a15705fb21a2ea15164b69260ec9bb8b5b9022c6475612ed111 SHA1: a4a0ba41e6775022159f6b77ee8f1442f94e20ab MD5sum: 66e67a87e1104083096a6a78e7777952 Description: LLVM-based linker LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. Package: lldb-12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 3424 Depends: libc6 (>= 2.30), libclang-cpp12 (>= 1:12.0.1), libedit2 (>= 3.1-20140620-0), libgcc-s1 (>= 3.0), liblldb-12, libllvm12 (= 1:12.0.1-8~mx21ahs+1), libncurses6 (>= 6), libstdc++6 (>= 9), libtinfo6 (>= 6), libxml2 (>= 2.6.27), llvm-12-dev, python3-lldb-12 Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/ahs/l/llvm-toolchain-12/lldb-12_12.0.1-8~mx21ahs+1_amd64.deb Size: 994808 SHA256: 21899c0dd8ac7cd01e862b76e5255bd73f2d592d4e112eee6f0e8da3563750ae SHA1: c46e15da98eed782a4b6a19ece5198d572f12c93 MD5sum: 7c88f72cf931c0210545d6b02b3917a9 Description: Next generation, high-performance debugger LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. Package: llvm-12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 41880 Depends: llvm-12-runtime (= 1:12.0.1-8~mx21ahs+1), llvm-12-linker-tools (= 1:12.0.1-8~mx21ahs+1), libc6 (>= 2.29), libgcc-s1 (>= 3.3), libllvm12, libpfm4, libstdc++6 (>= 9), libtinfo6 (>= 6), libz3-4 (>= 4.8.10), zlib1g (>= 1:1.2.0) Recommends: llvm-12-dev Suggests: llvm-12-doc Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/ahs/l/llvm-toolchain-12/llvm-12_12.0.1-8~mx21ahs+1_amd64.deb Size: 10463120 SHA256: 28cfd81c8b9dcac70f55a336a6f01b9f03af126063fb00a3de933475a57d5a44 SHA1: 4b3488154634696de6e3d84858fcbe6dc9a9951d MD5sum: bb2a3193d659c5a35e0b5b527ecd0e22 Description: Modular compiler and toolchain technologies LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . The strengths of the LLVM infrastructure are its extremely simple design (which makes it easy to understand and use), source-language independence, powerful mid-level optimizer, automated compiler debugging support, extensibility, and its stability and reliability. LLVM is currently being used to host a wide variety of academic research projects and commercial projects. LLVM includes C and C++ front-ends, a front-end for a Forth-like language (Stacker), a young scheme front-end, and Java support is in development. LLVM can generate code for X96, SparcV10, PowerPC or many other architectures. Package: llvm-12-dev Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 228152 Depends: libc6 (>= 2.2.5), libgcc-s1 (>= 3.0), libllvm12 (= 1:12.0.1-8~mx21ahs+1), libstdc++6 (>= 4.1.1), libffi-dev, llvm-12 (= 1:12.0.1-8~mx21ahs+1), libtinfo-dev, llvm-12-tools (= 1:12.0.1-8~mx21ahs+1), libclang-cpp12 (= 1:12.0.1-8~mx21ahs+1), libz3-dev, libxml2-dev Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/ahs/l/llvm-toolchain-12/llvm-12-dev_12.0.1-8~mx21ahs+1_amd64.deb Size: 28623056 SHA256: f905d9c3bcc4d3bf910679e8d42ea9c8af9f40592c96d5b9e13a566f7190529a SHA1: 2c6bb50e7c198a52abb7f714e4c0e38e2c69a7f5 MD5sum: 924e4de068ec74dc2e5bd0fb0b03f983 Description: Modular compiler and toolchain technologies, libraries and headers LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the libraries and headers to develop applications using llvm. Package: llvm-12-doc Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 32463 Depends: libjs-jquery, libjs-underscore Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/ahs/l/llvm-toolchain-12/llvm-12-doc_12.0.1-8~mx21ahs+1_all.deb Size: 4351360 SHA256: 260d141e9272f373a030f6ada031b643856f41b7fa459af0dffe342709335663 SHA1: d1bc0dc8b1aebcc39d9d5a961f6a5e8565b91a46 MD5sum: 67f475c0854f4524c2cf92e5d76d4e83 Description: Modular compiler and toolchain technologies, documentation LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package contains all documentation (extensive). Package: llvm-12-examples Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 551 Depends: llvm-12-dev (>= 1:12.0.1-8~mx21ahs+1), llvm-12-dev (<< 1:12.0.1-8~mx21ahs+1+c~) Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/ahs/l/llvm-toolchain-12/llvm-12-examples_12.0.1-8~mx21ahs+1_all.deb Size: 288968 SHA256: a7490ed561a214fbe055ca2ae2cefa038d4b001affe43b864f1e0fe1f3727599 SHA1: 9eef366849889edb1c63e15f399063274628f734 MD5sum: 9e42d25f26696b9e9bfdda5bb78da1a1 Description: Modular compiler and toolchain technologies, examples LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package contains examples for using LLVM, both in developing extensions to LLVM and in using it to compile code. Package: llvm-12-linker-tools Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 4017 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libllvm12, libstdc++6 (>= 9) Breaks: clang-12 (<< 1:12.0.0-2), llvm-12-dev (<< 1:12.0.0-2) Replaces: clang-12 (<< 1:12.0.0-2), llvm-12-dev (<< 1:12.0.0-2) Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/ahs/l/llvm-toolchain-12/llvm-12-linker-tools_12.0.1-8~mx21ahs+1_amd64.deb Size: 1206396 SHA256: e8645382f6d4f18fc236f0a848437d27e389302b9413707ea28cbb776ae9836d SHA1: 05a323ee4fec088ca35ed64df9b5a0ccd47b5588 MD5sum: 9eaa27c5ea3791ac85b1a7651394bc36 Description: Modular compiler and toolchain technologies - Plugins LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . This package contains the LLVMgold and LLVMPolly linker plugins. Package: llvm-12-runtime Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 683 Depends: libc6 (>= 2.15), libgcc-s1 (>= 3.3), libllvm12, libstdc++6 (>= 9), libtinfo6 (>= 6), libz3-4 (>= 4.8.10), zlib1g (>= 1:1.1.4) Recommends: binfmt-support Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/ahs/l/llvm-toolchain-12/llvm-12-runtime_12.0.1-8~mx21ahs+1_amd64.deb Size: 224232 SHA256: c7ab65ed6ceeabe11b35c8d8a547996048122e51755546e3ed972339318733a3 SHA1: 6b35ebcde5c7e76693418298cd88f4131c7fb528 MD5sum: 7ea6943c05979396864ae9ff4a0bfb8f Description: Modular compiler and toolchain technologies, IR interpreter LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the minimal required to execute programs in LLVM format. Package: llvm-12-tools Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 1740 Depends: libc6 (>= 2.15), libgcc-s1 (>= 3.3), libllvm12, libstdc++6 (>= 5.2), libtinfo6 (>= 6), libz3-4 (>= 4.8.10), zlib1g (>= 1:1.1.4), python3, python3-pygments, python3-yaml Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/ahs/l/llvm-toolchain-12/llvm-12-tools_12.0.1-8~mx21ahs+1_amd64.deb Size: 394656 SHA256: 17417bd8470760f6b8726f5158635e5f3efef004a5e8d33dd99950a3682ca9de SHA1: 374d52d0112e7bdd8f2a9760eec45942ac5e8ef8 MD5sum: 7d59ab1372de8c509163ce06f6812ddc Description: Modular compiler and toolchain technologies, tools LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides tools for testing. Package: mesa-common-dev Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 2151 Depends: libgl-dev, libglx-dev, libx11-dev, libdrm-dev (>= 2.4.95) Breaks: libegl1-mesa-dev (<< 18.2.5-2) Replaces: libegl1-mesa-dev (<< 18.2.5-2) Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: libdevel Filename: pool/ahs/m/mesa/mesa-common-dev_21.2.5-1~mx21ahs+1_amd64.deb Size: 1546736 SHA256: eb4f9654445aafa0851d98074dc41b7f8d16665d6329ea9d4cf441ecc7489659 SHA1: 21ba6e0c0dd7911d0f39b7682b6e660466874c8d MD5sum: 48be7dcb0c4a89d687ed41b21a8b9485 Description: Developer documentation for Mesa This package includes the specifications for the Mesa-specific OpenGL extensions, the complete set of release notes and the development header files common to all Mesa packages. Original-Maintainer: Debian X Strike Force Package: mesa-opencl-icd Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 51150 Depends: libclc-12, ocl-icd-libopencl1 | libopencl1, libc6 (>= 2.29), libclang-cpp12 (>= 1:12.0.1), libdrm-amdgpu1 (>= 2.4.105), libdrm-nouveau2 (>= 2.4.66), libdrm-radeon1 (>= 2.4.31), libdrm2 (>= 2.4.75), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.4), libllvm12, libstdc++6 (>= 9), libzstd1 (>= 1.4.0), zlib1g (>= 1:1.1.4) Provides: opencl-icd Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: libs Filename: pool/ahs/m/mesa/mesa-opencl-icd_21.2.5-1~mx21ahs+1_amd64.deb Size: 8592872 SHA256: 79107ce763f7967966841efad5974498ca64ec204aead0a8527fd61c6a79b73f SHA1: af070ee9812cd8b63fc308a0a22bbe7439f2b597 MD5sum: cb96946982a8f1b2ebf879264ad6eb49 Description: free implementation of the OpenCL API -- ICD runtime This package contains the mesa implementation of the OpenCL (Open Compute Language) library, which is intended for use with an ICD loader. OpenCL provides a standardized interface for computational analysis on graphical processing units. Original-Maintainer: Debian X Strike Force Package: mesa-va-drivers Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 11648 Depends: libc6 (>= 2.29), libdrm-amdgpu1 (>= 2.4.105), libdrm-nouveau2 (>= 2.4.66), libdrm-radeon1 (>= 2.4.31), libdrm2 (>= 2.4.75), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.4), libllvm12, libstdc++6 (>= 5.2), libx11-xcb1 (>= 2:1.7.2), libxcb-dri2-0 (>= 1.8), libxcb-dri3-0, libxcb-present0, libxcb-sync1, libxcb-xfixes0, libxcb1 (>= 1.9.2), libxshmfence1, libzstd1 (>= 1.4.0), zlib1g (>= 1:1.1.4) Enhances: libva2 Breaks: vdpau-va-driver (<< 0.7.4-5) Replaces: vdpau-va-driver (<< 0.7.4-5) Provides: va-driver Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: libs Filename: pool/ahs/m/mesa/mesa-va-drivers_21.2.5-1~mx21ahs+1_amd64.deb Size: 2884308 SHA256: c8846167d28a5d52c767d0a6c5f30400581ef8aacc23a7d614b9dcac57abe119 SHA1: ede75a1b4fe35615d506e938661fd4e42bc2ed04 MD5sum: 8c0d512b9ca6eac546d36734681df466 Description: Mesa VA-API video acceleration drivers These libraries provide the Video Acceleration API (VA-API) for Unix. They provide accelerated video playback (incl. H.264) and video post-processing for the supported graphics cards. . This package enables support for VA-API for some gallium drivers. Original-Maintainer: Debian X Strike Force Package: mesa-vdpau-drivers Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 11960 Depends: libvdpau1, libc6 (>= 2.29), libdrm-amdgpu1 (>= 2.4.105), libdrm-nouveau2 (>= 2.4.66), libdrm-radeon1 (>= 2.4.31), libdrm2 (>= 2.4.75), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.4), libllvm12, libstdc++6 (>= 5.2), libx11-xcb1 (>= 2:1.7.2), libxcb-dri2-0 (>= 1.8), libxcb-dri3-0, libxcb-present0, libxcb-sync1, libxcb-xfixes0, libxcb1 (>= 1.9.2), libxshmfence1, libzstd1 (>= 1.4.0), zlib1g (>= 1:1.1.4) Enhances: libvdpau1 Provides: vdpau-driver Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: libs Filename: pool/ahs/m/mesa/mesa-vdpau-drivers_21.2.5-1~mx21ahs+1_amd64.deb Size: 3007532 SHA256: 99f845f073fac2bbe2f757d1fa38c0979d9aec51db2f40b1b0a903424b458975 SHA1: 41f24fb7e556726e89ce4e00ddfe679edbda2916 MD5sum: 6e9912d99aab58035ce8213fae1053d2 Description: Mesa VDPAU video acceleration drivers These libraries provide the Video Decode and Presentation API for Unix. They provide accelerated video playback (incl. H.264) and video post-processing for the supported graphics cards. . This package enables support for VDPAU for some gallium drivers. Original-Maintainer: Debian X Strike Force Package: mesa-vulkan-drivers Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 27310 Depends: libvulkan1, libc6 (>= 2.29), libdrm-amdgpu1 (>= 2.4.105), libdrm2 (>= 2.4.89), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.4), libllvm12, libstdc++6 (>= 5.2), libwayland-client0 (>= 1.15.0), libx11-xcb1 (>= 2:1.7.2), libxcb-dri3-0 (>= 1.13), libxcb-present0, libxcb-randr0 (>= 1.13), libxcb-sync1, libxcb1 (>= 1.9.2), libxshmfence1, libzstd1 (>= 1.4.0), zlib1g (>= 1:1.1.4) Provides: vulkan-icd Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: libs Filename: pool/ahs/m/mesa/mesa-vulkan-drivers_21.2.5-1~mx21ahs+1_amd64.deb Size: 5494332 SHA256: 37eeb443cdfdd4af876502e1bf7f8151e0501cad97582baa207bbbb06c79c2d5 SHA1: b1db58bb75d43d57abefa638ac4b01571b7e5d10 MD5sum: c8a92377b02e944cd6701371ba538352 Description: Mesa Vulkan graphics drivers Vulkan is a low-overhead 3D graphics and compute API. This package includes Vulkan drivers provided by the Mesa project. Original-Maintainer: Debian X Strike Force Package: nv-codec-headers Version: 11.1.5.0-3~mx21ahs+1 Architecture: all Maintainer: Steven Pusser Installed-Size: 380 Homepage: https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git Priority: optional Section: libdevel Filename: pool/ahs/n/nv-codec-headers/nv-codec-headers_11.1.5.0-3~mx21ahs+1_all.deb Size: 59988 SHA256: efa95e27046dc8b47dd41c05c41c272710ca52581aa5a47e156117287ffcaf57 SHA1: 652b0af64ac58e5da5edd819acd357f0d159ab8a MD5sum: 674bd8eca277a587c506c812dba96e3b Description: FFmpeg version of headers for Nvidias codec APIs FFmpeg version of headers required to interface with Nvidias codec APIs. . Minimum required driver versions: 470.57.02 or newer. Original-Maintainer: Christian Marillat Package: nvidia-alternative Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 275 Pre-Depends: dpkg (>= 1.17.21), nvidia-legacy-check (>= 396) Depends: glx-alternative-nvidia (>= 1.2) Conflicts: libegl1-glvnd-nvidia, libgl1-glvnd-nvidia-glx, libgles1-glvnd-nvidia, libgles2-glvnd-nvidia, libglvnd0-nvidia, libglx0-glvnd-nvidia, libopengl0-glvnd-nvidia Breaks: nvidia-tesla-alternative (>> 0) Provides: nvidia-alternative--kmod-alias Multi-Arch: foreign Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/nvidia-alternative_470.63.01-1~mx21+1_amd64.deb Size: 237532 SHA256: 91fd73be71807965fb32852b58f443f4236d9721aa6571891e46b7dd5cae3a52 SHA1: 3f2bea151d56387c63f8fd7093302c37aa9c6800 MD5sum: 684ae8a3512f7e4280457bad5e19be8a Description: allows the selection of NVIDIA as GLX provider In setups with several NVIDIA driver versions installed (e.g. current and legacy) this metapackage registers an alternative to allow easy switching between the different versions. . Use 'update-glx --config nvidia' to select a version. . This package does not depend on the corresponding NVIDIA libraries. In order to install the NVIDIA driver and libraries, install the nvidia-driver package instead. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-cuda-mps Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 324 Depends: libc6 (>= 2.3.2) Homepage: https://www.nvidia.com Priority: optional Section: non-free/utils Filename: pool/ahs/n/nvidia-graphics-drivers/nvidia-cuda-mps_470.63.01-1~mx21+1_amd64.deb Size: 257256 SHA256: 3059af2fc1e4a9a4c4a9c3e80c57915e2d485b6ff9992050f2a6acc9a2e8fdf2 SHA1: 91fd237bdb399763427ac92391c8b1b6526a0eab MD5sum: 49895fb96f90cc4b9c69bd8eb57151b8 Description: NVIDIA CUDA Multi Process Service (MPS) The Compute Unified Device Architecture (CUDA) enables NVIDIA graphics processing units (GPUs) to be used for massively parallel general purpose computation. . CUDA MPS is a feature that allows multiple CUDA processes to share a single GPU context. CUDA MPS should be transparent to CUDA programs. . CUDA MPS requires a device that supports Unified Virtual Address (UVA) and has compute capability SM 3.5 or higher. Pre-CUDA 4.0 APIs are not supported under CUDA MPS. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-detect Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 312 Depends: pciutils Homepage: https://www.nvidia.com Priority: optional Section: non-free/x11 Filename: pool/ahs/n/nvidia-graphics-drivers/nvidia-detect_470.63.01-1~mx21+1_amd64.deb Size: 239536 SHA256: 897f259861ceaebfec2c96154f45ae088a7fefaf297b81e629e72b229f75c3b1 SHA1: 05c89a2a56f382607d06aca1be198b1ff834e715 MD5sum: b22b7cd86ff8b28fb4ea1db838d2994e Description: NVIDIA GPU detection utility The 'nvidia-detect' script in this package checks for an NVIDIA GPU in the system and recommends one of the non-free accelerated driver meta-packages (nvidia-driver, nvidia-legacy-390xx-driver, nvidia-tesla-450-driver, nvidia-tesla-440-driver, or nvidia-tesla-418-driver) for installation. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-driver Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 1381 Pre-Depends: nvidia-installer-cleanup, nvidia-legacy-check (>= 396) Depends: nvidia-support, xserver-xorg-video-nvidia (= 470.63.01-1~mx21+1), nvidia-kernel-dkms (= 470.63.01-1~mx21+1) | nvidia-kernel-470.63.01, nvidia-alternative (= 470.63.01-1~mx21+1), nvidia-driver-bin (= 470.63.01-1~mx21+1), nvidia-driver-libs (= 470.63.01-1~mx21+1), nvidia-vdpau-driver (= 470.63.01-1~mx21+1) Recommends: libnvidia-cfg1 (= 470.63.01-1~mx21+1), nvidia-persistenced, nvidia-settings (>= 470) Suggests: nvidia-kernel-dkms (>= 470.63.01) | nvidia-kernel-source (>= 470.63.01) Provides: nvidia-driver-any, nvidia-glx-any Homepage: https://www.nvidia.com Priority: optional Section: non-free/x11 Filename: pool/ahs/n/nvidia-graphics-drivers/nvidia-driver_470.63.01-1~mx21+1_amd64.deb Size: 575872 SHA256: 47b6136afc0b287f12449fc5cb45112454bf120ed651eba2e5a3758f90cb668b SHA1: 662b38bfd41f0e950b08039492ba7148a5719aee MD5sum: 0749557aaab37b7107b5ad78dc83f79f Description: NVIDIA metapackage This metapackage depends on the NVIDIA binary driver and libraries that provide optimized hardware acceleration of OpenGL/GLX/EGL/GLES/Vulkan applications via a direct-rendering X Server. . Please see the nvidia-kernel-dkms or nvidia-kernel-source packages for building the kernel module required by this package. This will provide nvidia-kernel-470.63.01. . This version only supports GeForce, Quadro, NVS, Tesla, ... GPUs based on the Kepler (desktop cards only), Maxwell, Volta, Turing, or newer architectures. Look at the legacy packages for older cards. . See /usr/share/doc/nvidia-driver/README.txt.gz for a complete list of supported GPUs and PCI IDs. . Building the kernel module has been tested up to Linux 5.14. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-driver-bin Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 556 Depends: nvidia-alternative (= 470.63.01-1~mx21+1), libc6 (>= 2.2.5), libnvidia-ml1 (>= 319) | libnvidia-ml.so.1 (>= 319) Recommends: nvidia-driver Conflicts: nvidia-driver-bin-470.63.01 Provides: nvidia-driver-bin-470.63.01 Homepage: https://www.nvidia.com Priority: optional Section: non-free/x11 Filename: pool/ahs/n/nvidia-graphics-drivers/nvidia-driver-bin_470.63.01-1~mx21+1_amd64.deb Size: 325900 SHA256: cddc1d62e1e4710cd3d89fa8cc764571cf50a6c3cf080670835f56d91ea4be37 SHA1: 4133034f3ee6eeee558e46259b34f420ee1ecf35 MD5sum: 635af9fdd9b725d0a3dbe342b1b10650 Description: NVIDIA driver support binaries The NVIDIA binary driver provides optimized hardware acceleration of OpenGL/GLX/EGL/GLES applications via a direct-rendering X Server for graphics cards using NVIDIA chip sets. . This package contains supporting binaries for the driver. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-driver-libs Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 253 Depends: libgl1-nvidia-glvnd-glx (= 470.63.01-1~mx21+1), nvidia-egl-icd (= 470.63.01-1~mx21+1) Recommends: libnvidia-cfg1 (= 470.63.01-1~mx21+1), libnvidia-encode1 (= 470.63.01-1~mx21+1), libgles-nvidia1 (= 470.63.01-1~mx21+1), libgles-nvidia2 (= 470.63.01-1~mx21+1), libglx-nvidia0 (= 470.63.01-1~mx21+1), libopengl0 | libopengl0-glvnd-nvidia, nvidia-driver-libs:i386 (= 470.63.01-1~mx21+1), nvidia-vulkan-icd (= 470.63.01-1~mx21+1) Conflicts: libegl1-glvnd-nvidia, libgl1-glvnd-nvidia-glx, libgl1-nvidia-glx-i386, libgles1-glvnd-nvidia, libgles2-glvnd-nvidia, libglvnd0-nvidia, libglx0-glvnd-nvidia, libopengl0-glvnd-nvidia Breaks: libegl1-nvidia, libgl1-nvidia-glx, nvidia-driver-libs-nonglvnd, nvidia-nonglvnd-vulkan-icd Provides: nvidia-driver-libs-any Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/nvidia-driver-libs_470.63.01-1~mx21+1_amd64.deb Size: 235924 SHA256: c022739af96738e61e4ac3759d9ab93604ba907613fa3cb7784d410be67386d9 SHA1: 791da2e90fa687577c9c3c2712b3a52197d97f77 MD5sum: cd0405a48218351972262cb765584b3d Description: NVIDIA metapackage (OpenGL/GLX/EGL/GLES libraries) This metapackage depends on the NVIDIA binary libraries that provide optimized hardware acceleration of OpenGL/GLX/EGL/GLES applications via a direct-rendering X Server. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-egl-common Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 255 Suggests: libegl-nvidia0 | libegl-nvidia-tesla-450-0 | libegl-nvidia-tesla-440-0 | libegl-nvidia-tesla-418-0 | libegl-nvidia-legacy-390xx0 Multi-Arch: foreign Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/nvidia-egl-common_470.63.01-1~mx21+1_amd64.deb Size: 235884 SHA256: 87ea6cf959e3dc2906d4bfbc48ae758d5d68684b7c331e21883c65a9b6243a1d SHA1: d2c8bb0947f450e7b9be820ed640a344e3af05b3 MD5sum: 68494642a76301f465f829997bed92e1 Description: NVIDIA binary EGL driver - common files EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES. . This package provides the common files for the NVIDIA installable client driver (ICD) for EGL via GLVND. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-egl-icd Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 249 Depends: libegl-nvidia0 (= 470.63.01-1~mx21+1), libegl1 (>= 0.2.999) | libegl1-glvnd-nvidia, nvidia-egl-common Enhances: libegl1 Provides: egl-icd, libegl-vendor Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/nvidia-egl-icd_470.63.01-1~mx21+1_amd64.deb Size: 235592 SHA256: f264e530ab46a7f85a343d630770433564e2948550f0259ae4a02e0a145cf978 SHA1: a942add9e7239c82feab6eaa2358dc43eccc5452 MD5sum: 21617d75734a617489da2f78c0bfab45 Description: NVIDIA EGL installable client driver (ICD) EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES. . This metapackage provides the NVIDIA installable client driver (ICD) for EGL via GLVND which supports NVIDIA GPUs. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-kernel-dkms Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 49006 Pre-Depends: nvidia-installer-cleanup Depends: dkms (>= 2.1.0.0), nvidia-firmware-470.63.01, nvidia-kernel-support--v1 Recommends: nvidia-driver (>= 470.63.01) | libcuda1 (>= 470.63.01) Provides: nvidia-kernel-470.63.01 Multi-Arch: foreign Homepage: https://www.nvidia.com Priority: optional Section: non-free/kernel Filename: pool/ahs/n/nvidia-graphics-drivers/nvidia-kernel-dkms_470.63.01-1~mx21+1_amd64.deb Size: 25532772 SHA256: 17a24ffee7ca10138ce827619272b7bd12b975cb0a8dd96585ef11f5e0dac03e SHA1: 7a9a426a2ef1bb89c0cca0ec5e78bc2eff134c10 MD5sum: 58790889af6df751b062cea9ac135cba Description: NVIDIA binary kernel module DKMS source This package builds the NVIDIA Xorg binary kernel module needed by nvidia-driver, using DKMS. Provided that you have the kernel header packages installed, the kernel module will be built for your running kernel and automatically rebuilt for any new kernel headers that are installed. . The NVIDIA binary driver provides optimized hardware acceleration of OpenGL/GLX/EGL/GLES applications via a direct-rendering X Server for graphics cards using NVIDIA chip sets. . This version only supports GeForce, Quadro, NVS, Tesla, ... GPUs based on the Kepler (desktop cards only), Maxwell, Volta, Turing, or newer architectures. Look at the legacy packages for older cards. . See /usr/share/doc/nvidia-kernel-dkms/README.txt.gz for a complete list of supported GPUs and PCI IDs. . This package contains the blobs for building kernel modules for the amd64 architecture. Building the kernel modules has been tested up to Linux 5.14. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-kernel-source Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 25018 Depends: debhelper-compat (= 13), make:any, quilt, xz-utils Recommends: module-assistant | kernel-package, nvidia-kernel-support Suggests: nvidia-driver (>= 470.63.01) Homepage: https://www.nvidia.com Priority: optional Section: non-free/kernel Filename: pool/ahs/n/nvidia-graphics-drivers/nvidia-kernel-source_470.63.01-1~mx21+1_amd64.deb Size: 25598664 SHA256: e0fb237975f2ebb920ef2e210d5edac8cd68a4f22d7719c7a3bb8d5eaa6c905c SHA1: fe26ecdeb73d71c6830c9e96f579fae20e6b77f7 MD5sum: ee8605b9f4651dcf0efa25bd468de495 Description: NVIDIA binary kernel module source This package provides the source for the NVIDIA Xorg binary kernel module needed by nvidia-driver in a form suitable for use by module-assistant or kernel-package. . The NVIDIA binary driver provides optimized hardware acceleration of OpenGL/GLX/EGL/GLES applications via a direct-rendering X Server for graphics cards using NVIDIA chip sets. . PLEASE read /usr/share/doc/nvidia-kernel-source/README.Debian.gz for building information. If you want the kernel module to be automatically installed via DKMS, install nvidia-kernel-dkms instead. . This version only supports GeForce, Quadro, NVS, Tesla, ... GPUs based on the Kepler (desktop cards only), Maxwell, Volta, Turing, or newer architectures. Look at the legacy packages for older cards. . See /usr/share/doc/nvidia-kernel-source/README.txt.gz for a complete list of supported GPUs and PCI IDs. . This package contains the blobs for building kernel modules for the amd64 architecture. Building the kernel modules has been tested up to Linux 5.14. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-kernel-support Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 35405 Depends: nvidia-kernel-common (>= 20151021), nvidia-modprobe (>= 470), nvidia-alternative (= 470.63.01-1~mx21+1), nvidia-alternative--kmod-alias Conflicts: nvidia-firmware-470.63.01 Provides: nvidia-firmware-470.63.01, nvidia-kernel-support--v1, nvidia-kernel-support-any Multi-Arch: foreign Homepage: https://www.nvidia.com Priority: optional Section: non-free/kernel Filename: pool/ahs/n/nvidia-graphics-drivers/nvidia-kernel-support_470.63.01-1~mx21+1_amd64.deb Size: 16705172 SHA256: 46984c4a27cd08d6185c711ff12fb490adb1d0ce986048918ee8c7bf16c4ff38 SHA1: 56809815744441b5a1733b103a9c39663b031899 MD5sum: 1cae82eaba6f8a014219a710e2d17d37 Description: NVIDIA binary kernel module support files The NVIDIA binary driver provides optimized hardware acceleration of OpenGL/GLX/EGL/GLES applications via a direct-rendering X Server for graphics cards using NVIDIA chip sets. . This package provides supporting configuration for the kernel module. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-legacy-check Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 268 Pre-Depends: debconf | debconf-2.0, nvidia-installer-cleanup (>= 20151021), pciutils Depends: debconf (>= 0.5) | debconf-2.0 Multi-Arch: foreign Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/nvidia-legacy-check_470.63.01-1~mx21+1_amd64.deb Size: 240688 SHA256: 902967a09af25a94eaa9193276aac23c401e3be08cd39a0040f6c0f55d3345e7 SHA1: 2859029badc90b92b5b0375304f9cc05d85a7c55 MD5sum: b3a204023ad8a2e460cfb2bbc4fcf25f Description: check for NVIDIA GPUs requiring a legacy driver This package checks whether the system contains NVIDIA GPUs that are no longer supported by the main driver line and require a legacy driver. . If such hardware is present, a (preseedable) debconf question will be asked to confirm the installation of the current driver line. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-libopencl1 Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 294 Depends: libc6 (>= 2.2.5) Recommends: nvidia-opencl-icd | opencl-icd Conflicts: libopencl1 Replaces: libopencl1 Provides: libopencl-1.1-1, libopencl-1.2-1, libopencl-2.0-1, libopencl-2.1-1, libopencl-2.2-1, libopencl-3.0-1, libopencl1 Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/nvidia-libopencl1_470.63.01-1~mx21+1_amd64.deb Size: 244856 SHA256: 1f41745a968f20033d0c6a1c1571e6c270f135dd7269d9f365983f9f7b5b1c4d SHA1: 08a7f14816b67a064e3acf4d326d02353784e0b3 MD5sum: 3d70ff3102bbb9f2a232c6ace98e0e2c Description: NVIDIA OpenCL ICD Loader library OpenCL (Open Computing Language) is a multivendor open standard for general-purpose parallel programming of heterogeneous systems that include CPUs, GPUs and other processors. . The OpenCL installable client driver loader (ICD Loader) acts as a dispatcher between an OpenCL application and one (or more) installable client drivers (ICD) that can be from any vendor. At least one ICD (and the corresponding hardware) is required to run OpenCL applications. . This package contains the ICD Loader library provided by NVIDIA. This library supports OpenCL 1.x and 2.0 only. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-modprobe Version: 470.74-0.1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 65 Depends: libc6 (>= 2.14) Multi-Arch: foreign Homepage: https://github.com/NVIDIA/nvidia-modprobe Priority: optional Section: contrib/utils Filename: pool/ahs/n/nvidia-modprobe/nvidia-modprobe_470.74-0.1~mx21+1_amd64.deb Size: 20444 SHA256: 0a59c543da13395b4f6847ea220a37d15f26a459818d5fa64b6b97197ee35f4e SHA1: bbef1810d2284534612d68ea462deeaa8913e3dc MD5sum: 1e4983fe2203105f0bc1c4065af8fd3c Description: utility to load NVIDIA kernel modules and create device nodes This setuid program is used to create NVIDIA Linux device files and load the NVIDIA kernel module, on behalf of NVIDIA Linux driver components which may not have sufficient privileges to perform these actions on their own. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-nonglvnd-vulkan-common Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 255 Suggests: nvidia-tesla-418-nonglvnd-vulkan-icd | nvidia-legacy-390xx-nonglvnd-vulkan-icd Conflicts: libgl1-nvidia-glvnd-glx, libgl1-nvidia-legacy-390xx-glvnd-glx, libgl1-nvidia-tesla-418-glvnd-glx, libgl1-nvidia-tesla-440-glvnd-glx, libgl1-nvidia-tesla-450-glvnd-glx, nvidia-vulkan-common Multi-Arch: foreign Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/nvidia-nonglvnd-vulkan-common_470.63.01-1~mx21+1_amd64.deb Size: 235880 SHA256: 83449716af8b9bb5141e81f8cdd07cd779c08f97d0ce7be573549dd6e4b1d690 SHA1: de304ec0153ba1cf142538e02668215491302b14 MD5sum: ca116a938729c068e5ba5b986186dcf7 Description: NVIDIA Vulkan driver - common files (non-GLVND variant) Vulkan is a multivendor open standard by the Khronos Group for 3D graphics. . This package provides the common files for the NVIDIA installable client driver (ICD) for Vulkan (non-GLVND variant). Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-opencl-common Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 257 Suggests: nvidia-opencl-icd | nvidia-tesla-450-opencl-icd | nvidia-tesla-440-opencl-icd | nvidia-tesla-418-opencl-icd | nvidia-legacy-390xx-opencl-icd Multi-Arch: foreign Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/nvidia-opencl-common_470.63.01-1~mx21+1_amd64.deb Size: 235840 SHA256: dd9b5a6723d5f07e15a73550100f7838b248623b480ac9373092e5e6bdc69a43 SHA1: d1426a89c5a3fb4a357b58b27a06cb135214986f MD5sum: 58f8d78460e3615c7f735316e7c67152 Description: NVIDIA OpenCL driver - common files OpenCL (Open Computing Language) is a multivendor open standard for general-purpose parallel programming of heterogeneous systems that include CPUs, GPUs and other processors. . This package provides the common files for the NVIDIA installable client driver (ICD) for OpenCL. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-opencl-icd Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 19198 Depends: libnvidia-compiler (= 470.63.01-1~mx21+1), nvidia-opencl-common, ocl-icd-libopencl1 | nvidia-libopencl1 | libopencl1, libcuda1 (= 470.63.01-1~mx21+1), nvidia-alternative (= 470.63.01-1~mx21+1), libc6 (>= 2.7) Enhances: libopencl1 Provides: opencl-icd Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/nvidia-opencl-icd_470.63.01-1~mx21+1_amd64.deb Size: 2554508 SHA256: 236b8204d33101ba33e78590a15d961226f051d6e976d85300d1533bfe32788b SHA1: 8ee84903a3cd20bf03203931a2d6bff724124ad7 MD5sum: c17e97d8301ec03193833424af42102e Description: NVIDIA OpenCL installable client driver (ICD) OpenCL (Open Computing Language) is a multivendor open standard for general-purpose parallel programming of heterogeneous systems that include CPUs, GPUs and other processors. . This package provides the NVIDIA installable client driver (ICD) for OpenCL which supports NVIDIA GPUs. This ICD supports OpenCL 1.x only. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-settings Version: 470.74-0.1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 1688 Pre-Depends: nvidia-installer-cleanup Depends: libxnvctrl0 (= 470.74-0.1~mx21+1), nvidia-alternative, libc6 (>= 2.29), libcairo2 (>= 1.2.4), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.16.0), libgtk-3-0 (>= 3.0.0), libjansson4 (>= 2.3), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libx11-6, libxxf86vm1 Recommends: libnvidia-ml1, libgl1-nvidia-glvnd-glx, nvidia-vdpau-driver Conflicts: nvidia-settings-gtk-470.74 Provides: nvidia-settings-gtk-470.74 Homepage: https://download.nvidia.com/XFree86/nvidia-settings/ Priority: optional Section: contrib/x11 Filename: pool/ahs/n/nvidia-settings/nvidia-settings_470.74-0.1~mx21+1_amd64.deb Size: 794328 SHA256: 1a3f61856c45732978fbc4a0f76163a69ae0ca6106e08cd4084a0ab35831d564 SHA1: 7356fabd4979b43f06bf4cdd0fab1fac3e09d4d2 MD5sum: 80fb87e2a1d66501291c7de1cdb4dfa7 Description: tool for configuring the NVIDIA graphics driver The nvidia-settings utility is a tool for configuring the NVIDIA Linux graphics driver. It operates by communicating with the NVIDIA X driver, querying and updating state as appropriate. This communication is done with the NV-CONTROL X extension. . Values such as brightness and gamma, XVideo attributes, temperature, and OpenGL settings can be queried and configured via nvidia-settings. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-settings-tesla-470 Version: 470.74-0.1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 1722 Pre-Depends: nvidia-installer-cleanup Depends: nvidia-tesla-470-alternative, libc6 (>= 2.29), libcairo2 (>= 1.2.4), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.16.0), libgtk-3-0 (>= 3.0.0), libjansson4 (>= 2.3), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libx11-6 (>= 2:1.4.99.1), libxext6, libxxf86vm1 Recommends: libnvidia-tesla-470-ml1, libgl1-nvidia-tesla-470-glvnd-glx, nvidia-tesla-470-vdpau-driver Conflicts: nvidia-settings-gtk-470.74 Provides: nvidia-settings-gtk-470.74 Homepage: https://download.nvidia.com/XFree86/nvidia-settings/ Priority: optional Section: contrib/x11 Filename: pool/ahs/n/nvidia-settings-tesla-470/nvidia-settings-tesla-470_470.74-0.1~mx21+1_amd64.deb Size: 813436 SHA256: 3555e68ee2894fe81c664f8a89c0cbe13a9838518661745709d0bc2937b0aa5a SHA1: 598bbe48b3eab7ecfd1f7e7cb2d31c999f05c602 MD5sum: 92ea8028d7674201c8e417934ca39f48 Description: tool for configuring the NVIDIA graphics driver (Tesla 470 version) The nvidia-settings utility is a tool for configuring the NVIDIA Linux graphics driver. It operates by communicating with the NVIDIA X driver, querying and updating state as appropriate. This communication is done with the NV-CONTROL X extension. . Values such as brightness and gamma, XVideo attributes, temperature, and OpenGL settings can be queried and configured via nvidia-settings. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-smi Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 941 Depends: libnvidia-ml1 (= 470.63.01-1~mx21+1), nvidia-alternative (= 470.63.01-1~mx21+1), libc6 (>= 2.7) Recommends: nvidia-kernel-dkms (= 470.63.01-1~mx21+1) | nvidia-kernel-470.63.01 Suggests: nvidia-kernel-dkms (>= 470.63.01) | nvidia-kernel-source (>= 470.63.01) Homepage: https://www.nvidia.com Priority: optional Section: non-free/utils Filename: pool/ahs/n/nvidia-graphics-drivers/nvidia-smi_470.63.01-1~mx21+1_amd64.deb Size: 459332 SHA256: 7a881a214d69f907920f6e77d2c31ae007f5ee4eddaf9d8803ec909b4f17af21 SHA1: 355b8838f847a98728c56c01c9f2b6789b4a36b1 MD5sum: e0e20dc0b3eacb7d159c8d6bde0f4b7a Description: NVIDIA System Management Interface The NVIDIA Management Library (NVML) provides a monitoring and management API. The application "nvidia-smi" is the NVIDIA System Management Interface (NVSMI) and provides a command line interface to this functionality. . See the output from the --help command line option for supported models and further information. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-tesla-470-alternative Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 276 Pre-Depends: dpkg (>= 1.17.21) Depends: glx-alternative-nvidia (>= 1.2) Conflicts: libegl1-glvnd-nvidia, libgl1-glvnd-nvidia-glx, libgles1-glvnd-nvidia, libgles2-glvnd-nvidia, libglvnd0-nvidia, libglx0-glvnd-nvidia, libopengl0-glvnd-nvidia Breaks: nvidia-tesla-alternative (>> 0) Provides: nvidia-tesla-470-alternative--kmod-alias Multi-Arch: foreign Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/nvidia-tesla-470-alternative_470.57.02-2~mx21+1_amd64.deb Size: 238496 SHA256: 480d998cf55b87e0177070ecbf23d9851fea9fe109070d763d3d944b59fe2525 SHA1: add758e2e44dee2ede00c91160a5f970586ee9a9 MD5sum: dfeb23a18e175c748d8310f68b8ff26a Description: allows the selection of NVIDIA as GLX provider (Tesla 470 version) In setups with several NVIDIA driver versions installed (e.g. current and legacy) this metapackage registers an alternative to allow easy switching between the different versions. . Use 'update-glx --config nvidia' to select a version. . This package does not depend on the corresponding NVIDIA libraries. In order to install the NVIDIA driver and libraries, install the nvidia-tesla-470-driver package instead. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-tesla-470-driver Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 1382 Pre-Depends: nvidia-installer-cleanup Depends: nvidia-support, xserver-xorg-video-nvidia-tesla-470 (= 470.57.02-2~mx21+1), nvidia-tesla-470-kernel-dkms (= 470.57.02-2~mx21+1) | nvidia-tesla-470-kernel-470.57.02, nvidia-tesla-470-alternative (= 470.57.02-2~mx21+1), nvidia-tesla-470-driver-bin (= 470.57.02-2~mx21+1), nvidia-tesla-470-driver-libs (= 470.57.02-2~mx21+1), nvidia-tesla-470-vdpau-driver (= 470.57.02-2~mx21+1) Recommends: libnvidia-tesla-470-cfg1 (= 470.57.02-2~mx21+1), nvidia-persistenced, nvidia-settings-tesla-470 Suggests: nvidia-tesla-470-kernel-dkms (>= 470.57.02) | nvidia-tesla-470-kernel-source (>= 470.57.02) Provides: nvidia-driver-any, nvidia-glx-any Homepage: https://www.nvidia.com Priority: optional Section: non-free/x11 Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/nvidia-tesla-470-driver_470.57.02-2~mx21+1_amd64.deb Size: 576924 SHA256: 51cd99df8a1d91bdf7d05d19aeecb7589b2e1ec07a354aa6b6525d67b22b1607 SHA1: 0e5aa9c86d4a55e3e7962de01974732bcdb03921 MD5sum: c5b149fe8a901312a681d32cd6da6a4c Description: NVIDIA metapackage (Tesla 470 version) This metapackage depends on the NVIDIA binary driver and libraries that provide optimized hardware acceleration of OpenGL/GLX/EGL/GLES/Vulkan applications via a direct-rendering X Server. . Please see the nvidia-tesla-470-kernel-dkms or nvidia-tesla-470-kernel-source packages for building the kernel module required by this package. This will provide nvidia-tesla-470-kernel-470.57.02. . This version only supports GeForce, Quadro, NVS, Tesla, ... GPUs based on the Kepler (desktop cards only), Maxwell, Volta, Turing, or newer architectures. Look at the legacy packages for older cards. . See /usr/share/doc/nvidia-tesla-470-driver/README.txt.gz for a complete list of supported GPUs and PCI IDs. . Building the kernel module has been tested up to Linux 5.14. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-tesla-470-driver-bin Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 557 Depends: nvidia-tesla-470-alternative (= 470.57.02-2~mx21+1), libc6 (>= 2.2.5), libnvidia-tesla-470-ml1 (>= 319) | libnvidia-ml.so.1 (>= 319) Recommends: nvidia-tesla-470-driver Conflicts: nvidia-driver-bin-470.57.02 Provides: nvidia-driver-bin-470.57.02 Homepage: https://www.nvidia.com Priority: optional Section: non-free/x11 Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/nvidia-tesla-470-driver-bin_470.57.02-2~mx21+1_amd64.deb Size: 330336 SHA256: c3a700d45e6fd58a9b10c1094e3be0bff7cf39dbe9369a23dbe1c6950d57b3e1 SHA1: 2ed273948969aff54029a9d2cb9abbf910c5c98d MD5sum: f303f1b0026a7c33a62b559e5ccc3bb1 Description: NVIDIA driver support binaries (Tesla 470 version) The NVIDIA binary driver provides optimized hardware acceleration of OpenGL/GLX/EGL/GLES applications via a direct-rendering X Server for graphics cards using NVIDIA chip sets. . This package contains supporting binaries for the driver. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-tesla-470-driver-libs Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 254 Depends: libgl1-nvidia-tesla-470-glvnd-glx (= 470.57.02-2~mx21+1), nvidia-tesla-470-egl-icd (= 470.57.02-2~mx21+1) Recommends: libnvidia-tesla-470-cfg1 (= 470.57.02-2~mx21+1), libnvidia-tesla-470-encode1 (= 470.57.02-2~mx21+1), libgles-nvidia-tesla-470-1 (= 470.57.02-2~mx21+1), libgles-nvidia-tesla-470-2 (= 470.57.02-2~mx21+1), libglx-nvidia-tesla-470-0 (= 470.57.02-2~mx21+1), libopengl0 | libopengl0-glvnd-nvidia, nvidia-tesla-470-driver-libs:i386 (= 470.57.02-2~mx21+1), nvidia-tesla-470-vulkan-icd (= 470.57.02-2~mx21+1) Conflicts: libegl1-glvnd-nvidia, libgl1-glvnd-nvidia-glx, libgl1-nvidia-tesla-470-glx-i386, libgles1-glvnd-nvidia, libgles2-glvnd-nvidia, libglvnd0-nvidia, libglx0-glvnd-nvidia, libopengl0-glvnd-nvidia Breaks: libegl1-nvidia-tesla-470, libgl1-nvidia-tesla-470-glx, nvidia-tesla-470-driver-libs-nonglvnd, nvidia-tesla-470-nonglvnd-vulkan-icd Provides: nvidia-driver-libs-any Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/nvidia-tesla-470-driver-libs_470.57.02-2~mx21+1_amd64.deb Size: 236900 SHA256: 67686b44ec6910982b2e73e02713432163803d80c14ba0caf2f2c7d17b2b9ea8 SHA1: 167b6c3689745af3a7bca3125c4d5325b8ff22ec MD5sum: 8c66458d4f353993580bfc5078060834 Description: NVIDIA metapackage (OpenGL/GLX/EGL/GLES libraries) (Tesla 470 version) This metapackage depends on the NVIDIA binary libraries that provide optimized hardware acceleration of OpenGL/GLX/EGL/GLES applications via a direct-rendering X Server. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-tesla-470-egl-icd Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 250 Depends: libegl-nvidia-tesla-470-0 (= 470.57.02-2~mx21+1), libegl1 (>= 0.2.999) | libegl1-glvnd-nvidia, nvidia-egl-common Enhances: libegl1 Provides: egl-icd, libegl-vendor Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/nvidia-tesla-470-egl-icd_470.57.02-2~mx21+1_amd64.deb Size: 236552 SHA256: 2b7cf5cbe6af20199873591f23c9855577b36e9b37132a7f6df11c3c63150abf SHA1: e5687c57a473ca63e998a5624840ad06b037fdbf MD5sum: 931889dd152b53ef447b0ad0d3de2198 Description: NVIDIA EGL installable client driver (ICD) EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES. . This metapackage provides the NVIDIA installable client driver (ICD) for EGL via GLVND which supports NVIDIA GPUs. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-tesla-470-kernel-dkms Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 49004 Pre-Depends: nvidia-installer-cleanup Depends: dkms (>= 2.1.0.0), nvidia-firmware-470.57.02, nvidia-tesla-470-kernel-support--v1 Recommends: nvidia-tesla-470-driver (>= 470.57.02) | libnvidia-tesla-470-cuda1 (>= 470.57.02) Provides: nvidia-tesla-470-kernel-470.57.02 Multi-Arch: foreign Homepage: https://www.nvidia.com Priority: optional Section: non-free/kernel Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/nvidia-tesla-470-kernel-dkms_470.57.02-2~mx21+1_amd64.deb Size: 25514532 SHA256: a19a5e30dbdee6fb2a19f31f10e862c8366c40d30e388197558c63cf5ad28835 SHA1: fb4e22f424e79617bb59a356cc466917af11ae17 MD5sum: 46d2dcbfdb954208379ffafce5c32245 Description: NVIDIA binary kernel module DKMS source (Tesla 470 version) This package builds the NVIDIA Xorg binary kernel module needed by nvidia-tesla-470-driver, using DKMS. Provided that you have the kernel header packages installed, the kernel module will be built for your running kernel and automatically rebuilt for any new kernel headers that are installed. . The NVIDIA binary driver provides optimized hardware acceleration of OpenGL/GLX/EGL/GLES applications via a direct-rendering X Server for graphics cards using NVIDIA chip sets. . This version only supports GeForce, Quadro, NVS, Tesla, ... GPUs based on the Kepler (desktop cards only), Maxwell, Volta, Turing, or newer architectures. Look at the legacy packages for older cards. . See /usr/share/doc/nvidia-tesla-470-kernel-dkms/README.txt.gz for a complete list of supported GPUs and PCI IDs. . This package contains the blobs for building kernel modules for the amd64 architecture. Building the kernel modules has been tested up to Linux 5.14. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-tesla-470-kernel-source Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 25002 Depends: debhelper-compat (= 13), make:any, quilt, xz-utils Recommends: module-assistant | kernel-package, nvidia-tesla-470-kernel-support Suggests: nvidia-tesla-470-driver (>= 470.57.02) Homepage: https://www.nvidia.com Priority: optional Section: non-free/kernel Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/nvidia-tesla-470-kernel-source_470.57.02-2~mx21+1_amd64.deb Size: 25582364 SHA256: 505a45a5e475f37df0fc9713741d5f85a9ded9af36d48663dc913b85a270bebc SHA1: 08a04e1f4d951552ffac7c24ec8b5a7223825534 MD5sum: 105fcc4fb7a28f5fc449190909301952 Description: NVIDIA binary kernel module source (Tesla 470 version) This package provides the source for the NVIDIA Xorg binary kernel module needed by nvidia-tesla-470-driver in a form suitable for use by module-assistant or kernel-package. . The NVIDIA binary driver provides optimized hardware acceleration of OpenGL/GLX/EGL/GLES applications via a direct-rendering X Server for graphics cards using NVIDIA chip sets. . PLEASE read /usr/share/doc/nvidia-tesla-470-kernel-source/README.Debian.gz for building information. If you want the kernel module to be automatically installed via DKMS, install nvidia-tesla-470-kernel-dkms instead. . This version only supports GeForce, Quadro, NVS, Tesla, ... GPUs based on the Kepler (desktop cards only), Maxwell, Volta, Turing, or newer architectures. Look at the legacy packages for older cards. . See /usr/share/doc/nvidia-tesla-470-kernel-source/README.txt.gz for a complete list of supported GPUs and PCI IDs. . This package contains the blobs for building kernel modules for the amd64 architecture. Building the kernel modules has been tested up to Linux 5.14. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-tesla-470-kernel-support Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 35405 Depends: nvidia-kernel-common (>= 20151021), nvidia-modprobe (>= 470), nvidia-tesla-470-alternative (= 470.57.02-2~mx21+1), nvidia-tesla-470-alternative--kmod-alias Conflicts: nvidia-firmware-470.57.02 Provides: nvidia-firmware-470.57.02, nvidia-kernel-support-any, nvidia-tesla-470-kernel-support--v1 Multi-Arch: foreign Homepage: https://www.nvidia.com Priority: optional Section: non-free/kernel Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/nvidia-tesla-470-kernel-support_470.57.02-2~mx21+1_amd64.deb Size: 16708216 SHA256: addacba06c8de077ff33a1a445d5ecb8caeb71feebd36cbe68bb0e4f396c9208 SHA1: 04326b11cdaa8cc11066cfa4df8645a21a4dbe3a MD5sum: a2295204c62c95e4a0d75c63fc402560 Description: NVIDIA binary kernel module support files (Tesla 470 version) The NVIDIA binary driver provides optimized hardware acceleration of OpenGL/GLX/EGL/GLES applications via a direct-rendering X Server for graphics cards using NVIDIA chip sets. . This package provides supporting configuration for the kernel module. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-tesla-470-opencl-icd Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 18059 Depends: libnvidia-tesla-470-compiler (= 470.57.02-2~mx21+1), nvidia-opencl-common, ocl-icd-libopencl1 | nvidia-libopencl1 | libopencl1, libnvidia-tesla-470-cuda1 (= 470.57.02-2~mx21+1), nvidia-tesla-470-alternative (= 470.57.02-2~mx21+1), libc6 (>= 2.7) Enhances: libopencl1 Provides: opencl-icd Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/nvidia-tesla-470-opencl-icd_470.57.02-2~mx21+1_amd64.deb Size: 2553012 SHA256: 575513f8419167e1957625db30957509a3e62829d4face7621ff9bab17c0a69b SHA1: c1dab6522c69608a50d9f8300c0dc0bf51977285 MD5sum: 655690f0acc3d626366e33d5a4b148f0 Description: NVIDIA OpenCL installable client driver (ICD) (Tesla 470 version) OpenCL (Open Computing Language) is a multivendor open standard for general-purpose parallel programming of heterogeneous systems that include CPUs, GPUs and other processors. . This package provides the NVIDIA installable client driver (ICD) for OpenCL which supports NVIDIA GPUs. This ICD supports OpenCL 1.x only. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-tesla-470-smi Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 942 Depends: libnvidia-tesla-470-ml1 (= 470.57.02-2~mx21+1), nvidia-tesla-470-alternative (= 470.57.02-2~mx21+1), libc6 (>= 2.7) Recommends: nvidia-tesla-470-kernel-dkms (= 470.57.02-2~mx21+1) | nvidia-tesla-470-kernel-470.57.02 Suggests: nvidia-tesla-470-kernel-dkms (>= 470.57.02) | nvidia-tesla-470-kernel-source (>= 470.57.02) Homepage: https://www.nvidia.com Priority: optional Section: non-free/utils Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/nvidia-tesla-470-smi_470.57.02-2~mx21+1_amd64.deb Size: 460208 SHA256: ad2f578f1b6acf1cab98e41d2d615b7cf0018105e8eeb62fe7c8b9003c3fa88a SHA1: a6ffc69ad4642a37219fad988c8d60ed639399d8 MD5sum: 4ee0b55fc1254fbca8d3264804f70c1c Description: NVIDIA System Management Interface (Tesla 470 version) The NVIDIA Management Library (NVML) provides a monitoring and management API. The application "nvidia-smi" is the NVIDIA System Management Interface (NVSMI) and provides a command line interface to this functionality. . See the output from the --help command line option for supported models and further information. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-tesla-470-vdpau-driver Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 1119 Pre-Depends: nvidia-installer-cleanup Depends: libvdpau1 (>= 0.9), nvidia-tesla-470-alternative (= 470.57.02-2~mx21+1), libc6 (>= 2.7), libx11-6, libxext6 Recommends: nvidia-tesla-470-kernel-dkms (= 470.57.02-2~mx21+1) | nvidia-tesla-470-kernel-470.57.02 Suggests: nvidia-tesla-470-kernel-dkms (>= 470.57.02) | nvidia-tesla-470-kernel-source (>= 470.57.02) Enhances: libvdpau1 Provides: vdpau-driver Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/video Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/nvidia-tesla-470-vdpau-driver_470.57.02-2~mx21+1_amd64.deb Size: 734044 SHA256: 6afdbfe42230df785749f2215baa9ad39c4773abfa395ea80cc3539a528106a1 SHA1: c0acce2aa409c80db15fe9cc02f1d3b7612aba77 MD5sum: c3d00c8a3df9eb01df22389d6daa357d Description: Video Decode and Presentation API for Unix - NVIDIA driver (Tesla 470) These libraries provide the Video Decode and Presentation API for Unix. They provide accelerated video playback (incl. H.264) for the supported graphics cards. . This package contains the NVIDIA VDPAU driver. . See /usr/share/doc/nvidia-tesla-470-vdpau-driver/README.txt.gz for more information. . Please see the nvidia-tesla-470-kernel-dkms or nvidia-tesla-470-kernel-source packages for building the kernel module required by this package. This will provide nvidia-tesla-470-kernel-470.57.02. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-tesla-470-vulkan-icd Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 250 Depends: libnvidia-tesla-470-glvkspirv (= 470.57.02-2~mx21+1), libglx-nvidia-tesla-470-0 (= 470.57.02-2~mx21+1), libvulkan1 (>= 1.0.42), nvidia-vulkan-common Recommends: libnvidia-tesla-470-cbl (= 470.57.02-2~mx21+1), libnvidia-tesla-470-rtcore (= 470.57.02-2~mx21+1) Suggests: vulkan-utils Enhances: libvulkan1 Conflicts: nvidia-tesla-470-nonglvnd-vulkan-icd Provides: nvidia-vulkan-icd-any, vulkan-icd Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/nvidia-tesla-470-vulkan-icd_470.57.02-2~mx21+1_amd64.deb Size: 236592 SHA256: e418bb1589bd1dfcf5001042cb3cfb3d98ede086beeb4d68e0de029e31800fc2 SHA1: dfd0e734ee206845e275a8079fe327a42e6c160a MD5sum: 8b98200edb625456711bc6bec9c1a9b0 Description: NVIDIA Vulkan installable client driver (ICD) (Tesla 470 version) Vulkan is a multivendor open standard by the Khronos Group for 3D graphics. . This metapackage provides the NVIDIA installable client driver (ICD) for Vulkan (GLVND variant) which supports NVIDIA GPUs. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-vdpau-driver Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 1118 Pre-Depends: nvidia-installer-cleanup, nvidia-legacy-check (>= 396) Depends: libvdpau1 (>= 0.9), nvidia-alternative (= 470.63.01-1~mx21+1), libc6 (>= 2.7), libx11-6, libxext6 Recommends: nvidia-kernel-dkms (= 470.63.01-1~mx21+1) | nvidia-kernel-470.63.01 Suggests: nvidia-kernel-dkms (>= 470.63.01) | nvidia-kernel-source (>= 470.63.01) Enhances: libvdpau1 Provides: vdpau-driver Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/video Filename: pool/ahs/n/nvidia-graphics-drivers/nvidia-vdpau-driver_470.63.01-1~mx21+1_amd64.deb Size: 733132 SHA256: f907b55083614bc4c5a86f4ea47aa3ffa26e638f7a57a4fa90c39c1fe7ed7f35 SHA1: ea139d0420053ace53819e93f7de25c4d39d15bf MD5sum: 4c813a54d22c8852dfe5886ff04af779 Description: Video Decode and Presentation API for Unix - NVIDIA driver These libraries provide the Video Decode and Presentation API for Unix. They provide accelerated video playback (incl. H.264) for the supported graphics cards. . This package contains the NVIDIA VDPAU driver. . See /usr/share/doc/nvidia-vdpau-driver/README.txt.gz for more information. . Please see the nvidia-kernel-dkms or nvidia-kernel-source packages for building the kernel module required by this package. This will provide nvidia-kernel-470.63.01. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-vulkan-common Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 257 Suggests: nvidia-vulkan-icd | nvidia-tesla-450-vulkan-icd | nvidia-tesla-440-vulkan-icd | nvidia-tesla-418-vulkan-icd | nvidia-legacy-390xx-vulkan-icd Conflicts: libgl1-nvidia-glx, libgl1-nvidia-legacy-390xx-glx, libgl1-nvidia-tesla-418-glx, nvidia-nonglvnd-vulkan-common Multi-Arch: foreign Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/nvidia-vulkan-common_470.63.01-1~mx21+1_amd64.deb Size: 236172 SHA256: 3de1d5d897e7da602d1040c4174a7063e1ac1078f85158b52c564e72b671ca40 SHA1: 3255739f89edf642d166a785534064f493b38490 MD5sum: d52930641dccfdac22e9837219c304e6 Description: NVIDIA Vulkan driver - common files Vulkan is a multivendor open standard by the Khronos Group for 3D graphics. . This package provides the common files for the NVIDIA installable client driver (ICD) for Vulkan (GLVND variant). Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-vulkan-icd Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 249 Depends: libnvidia-glvkspirv (= 470.63.01-1~mx21+1), libglx-nvidia0 (= 470.63.01-1~mx21+1), libvulkan1 (>= 1.0.42), nvidia-vulkan-common Recommends: libnvidia-cbl (= 470.63.01-1~mx21+1), libnvidia-rtcore (= 470.63.01-1~mx21+1) Suggests: vulkan-utils Enhances: libvulkan1 Conflicts: nvidia-nonglvnd-vulkan-icd Provides: nvidia-vulkan-icd-any, vulkan-icd Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/nvidia-vulkan-icd_470.63.01-1~mx21+1_amd64.deb Size: 235612 SHA256: f2bdff4da50f2f1f86a2c435b62a88ad4fab2daafecbe37bbfbfa6bbc920185c SHA1: 13d5866a79d891566c36d203182d283701666f13 MD5sum: 2098074b37e355628616f85bb0585cf5 Description: NVIDIA Vulkan installable client driver (ICD) Vulkan is a multivendor open standard by the Khronos Group for 3D graphics. . This metapackage provides the NVIDIA installable client driver (ICD) for Vulkan (GLVND variant) which supports NVIDIA GPUs. Original-Maintainer: Debian NVIDIA Maintainers Package: pci.ids Version: 0.0~2021.08.22-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 1267 Breaks: pciutils (<< 1:3.6.2-4~) Replaces: pciutils (<< 1:3.6.2-4~) Multi-Arch: foreign Homepage: https://pci-ids.ucw.cz/ Priority: optional Section: admin Filename: pool/ahs/p/pci.ids/pci.ids_0.0~2021.08.22-1~mx21ahs+1_all.deb Size: 229776 SHA256: 69283a90514cb6c15505c54a97c8abc6daf9e896136bdea4180a45def45d2d25 SHA1: 4a327c5dcd58321aeb1ee690e98ff3346efad4d4 MD5sum: 06c6f8431c4c70459b749a8e108f3c0d Description: PCI ID Repository This package contains the pci.ids file, a public repository of all known ID's used in PCI devices: ID's of vendors, devices, subsystems and device classes. It is used in various programs to display full human-readable names instead of cryptic numeric codes. Original-Maintainer: Guillem Jover Package: python3-clang-12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 187 Depends: python3, libclang-12-dev Conflicts: python-clang-x.y Replaces: python-clang-x.y Provides: python-clang-x.y Homepage: https://www.llvm.org/ Priority: optional Section: python Filename: pool/ahs/l/llvm-toolchain-12/python3-clang-12_12.0.1-8~mx21ahs+1_amd64.deb Size: 72536 SHA256: cf8850cae73d8ab38a150f734af775613a6794aca64da816552a23e519aab07a SHA1: 695d91687ce63c6c805ba62b82182568d4bcf500 MD5sum: f4b8aebf272a75b92d1f6c1ff787349e Description: Clang Python Bindings Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This binding package provides access to the Clang compiler and libraries. Package: python3-lldb-12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 758 Depends: liblldb-12 (= 1:12.0.1-8~mx21ahs+1), python3-six Conflicts: python3-lldb-x.y Replaces: python3-lldb-x.y Provides: python3-lldb-x.y Homepage: https://www.llvm.org/ Priority: optional Section: python Filename: pool/ahs/l/llvm-toolchain-12/python3-lldb-12_12.0.1-8~mx21ahs+1_amd64.deb Size: 139296 SHA256: 091e1033b6ae9fd577d08b6c77d1bc1781361bb8952ea1d40bed2e23837a5570 SHA1: 2200e839ce160fca8b1b13fce7ab08928b618d7a MD5sum: 37a14b484db89cf80010064197a674da Description: Next generation, high-performance debugger, python3 lib LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This binding package provides access to lldb. Package: spirv-cross Version: 2021.01.15-3~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 2668 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2) Homepage: https://github.com/KhronosGroup/SPIRV-Cross Priority: optional Section: utils Filename: pool/ahs/s/spirv-cross/spirv-cross_2021.01.15-3~mx21ahs+1_amd64.deb Size: 757132 SHA256: 3f79725587ca2c1d222eeb3b0f2668b5c29f0f1d962690fb6890feb452218302 SHA1: 4f2291f606d45fb9c72657e16ffd7eab10e5a865 MD5sum: edb16c52da3a0e7fea23871809d8f149 Description: tool designed for parsing and converting SPIR-V to other shader languages SPIRV-Cross is a tool designed for parsing and converting SPIR-V to other shader languages: * Convert SPIR-V to readable, usable and efficient GLSL * Convert SPIR-V to readable, usable and efficient MSL * Convert SPIR-V to readable, usable and efficient HLSL * Reflection API to simplify the creation of Vulkan pipeline layouts * Reflection API to modify and tweak OpDecorations * Supports "all" of vertex, fragment, tessellation, geometry and compute shaders Original-Maintainer: Debian X Strike Force Package: spirv-headers Version: 1.5.4+rt3-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 2582 Multi-Arch: foreign Homepage: https://github.com/KhronosGroup/SPIRV-Headers Priority: optional Section: libdevel Filename: pool/ahs/s/spirv-headers/spirv-headers_1.5.4+rt3-1~mx21ahs+1_all.deb Size: 97152 SHA256: f08ab6f28b97f7ac1d815bf834102d00fd6e0412491e525cc642dd0537383c99 SHA1: 74569c3d14611c91592a140513d6fefa8b5c58c6 MD5sum: 103ea44a36821663222cf378dce48233 Description: Machine-readable files for the SPIR-V Registry This package includes: - Header files for various languages - JSON files describing the grammar for the SPIR-V core instruction set and the extended instruction sets. - The XML registry file. . For more info, see https://github.com/KhronosGroup/SPIRV-Headers Original-Maintainer: Debian X Strike Force Package: spirv-tools Version: 2021.2+git20210818-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 31727 Depends: libc6 (>= 2.29), libstdc++6 (>= 9) Homepage: https://github.com/KhronosGroup/SPIRV-Tools Priority: optional Section: libdevel Filename: pool/ahs/s/spirv-tools/spirv-tools_2021.2+git20210818-1~mx21ahs+1_amd64.deb Size: 9835720 SHA256: 110a745a75b655dd919d28102f1d20b80ef9d0b235b986ea37a063e64a28665c SHA1: b5839e12942df48c278f4d76c59ba4ff55624436 MD5sum: f406eac35512681fc081cd8fbd43d47c Description: API and commands for processing SPIR-V modules The project includes an assembler, binary module parser, disassembler, validator, and optimizer for SPIR-V. Except for the optimizer, all are based on a common static library. The library contains all of the implementation details, and is used in the standalone tools whilst also enabling integration into other code bases directly. The optimizer implementation resides in its own library, which depends on the core library. Original-Maintainer: Debian X Strike Force Package: usb.ids Version: 2021.07.19-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 711 Breaks: usbutils (<< 1:008-1) Replaces: usbutils (<< 1:008-1) Multi-Arch: foreign Homepage: http://www.linux-usb.org/usb-ids.html Priority: optional Section: admin Filename: pool/ahs/u/usb.ids/usb.ids_2021.07.19-1~mx21ahs+1_all.deb Size: 203976 SHA256: dd2f9b93a7d96434feb49498f9c2ce223c3e84a60ab65eb3e271e3c9bd3e2e94 SHA1: ec0b892e04aae69fb7b150ba5b7e8a4b82929741 MD5sum: cee473b524591471e64a7d732235be17 Description: USB ID Repository This package contains the usb.ids file, a public repository of all known ID's used in USB devices: ID's of vendors, devices, subsystems and device classes. It is used in various programs to display full human-readable names instead of cryptic numeric codes. Original-Maintainer: Aurelien Jarno Package: usbip Source: linux (5.14.16-1~mx21+1) Version: 2.0+5.14.16-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 523 Depends: usb.ids, libc6 (>= 2.7), libudev1 (>= 183), libwrap0 (>= 7.6-4~) Homepage: https://www.kernel.org/ Priority: optional Section: admin Filename: pool/ahs/l/linux/usbip_2.0+5.14.16-1~mx21+1_amd64.deb Size: 410980 SHA256: 1160ea2cd289c6cc03db4f2aede0406c669955668cec204ecc159c59e79fe835 SHA1: 7b3d30882c9dcc38eadc810b3e9cb134df2c4cd1 MD5sum: a6ce4639a404fda2cf27c3f6d2d9c0ac Description: USB device sharing system over IP network USB/IP is a system for sharing USB devices over the network. . To share USB devices between computers with their full functionality, USB/IP encapsulates "USB requests" into IP packets and transmits them between computers. . Original USB device drivers and applications can be used for remote USB devices without any modification of them. A computer can use remote USB devices as if they were directly attached. . Currently USB/IP provides no access control or encryption. It should only be used in trusted environments. . This package provides the server component 'usbipd' and the client tool 'usbip'. Original-Maintainer: Debian Kernel Team Package: va-driver-all Source: libva Version: 2.13.0-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 25 Depends: i965-va-driver | i965-va-driver-shaders, intel-media-va-driver | intel-media-va-driver-non-free, mesa-va-drivers Multi-Arch: same Homepage: https://01.org/linuxmedia/vaapi Priority: optional Section: video Filename: pool/ahs/libv/libva/va-driver-all_2.13.0-1~mx21ahs+1_amd64.deb Size: 16172 SHA256: a901cea54b935dd0632003f2c9403101568caae357b4f860325a803303258132 SHA1: 7e64929a8dfed99249e1fbca16667d806d6da565 MD5sum: 7c19c60d5f0b2c45a57abeedd56cc198 Description: Video Acceleration (VA) API -- driver metapackage This package depends on the full suite of drivers for the Video Acceleration API (VA API). It does not provide any drivers itself, and may be removed if you wish to only have certain drivers installed. Original-Maintainer: Debian Multimedia Maintainers Package: virtualbox Version: 6.1.26-dfsg-3~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 111799 Depends: adduser, iproute2, procps, virtualbox-dkms (>= 6.1.26-dfsg-3~mx21+1) | virtualbox-source (>= 6.1.26-dfsg-3~mx21+1) | virtualbox-modules, python3 (<< 3.10), python3 (>= 3.9~), python3.9, python3:any, libc6 (>= 2.29), libcurl3-gnutls (>= 7.16.2), libdevmapper1.02.1 (>= 2:1.02.97), libgcc-s1 (>= 3.0), libgl1, libgsoap-2.8.104, liblzf1 (>= 1.5), libopus0 (>= 1.1), libpng16-16 (>= 1.6.2-1), libpython3.9 (>= 3.9.1), libsdl1.2debian (>= 1.2.11), libssl1.1 (>= 1.1.1), libstdc++6 (>= 5.2), libvncserver1 (>= 0.9.10), libvpx6 (>= 1.6.0), libx11-6, libxcursor1 (>> 1.1.2), libxml2 (>= 2.7.4), libxt6, zlib1g (>= 1:1.1.4), virtualbox-qt (= 6.1.26-dfsg-3~mx21+1), virtualbox-guest-additions-iso Recommends: libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5opengl5 (>= 5.0.2), libqt5widgets5 (>= 5.0.2), libxcb1, libxext6 Suggests: vde2 Conflicts: virtualbox-2.0, virtualbox-2.1, virtualbox-2.2, virtualbox-3.0, virtualbox-3.1, virtualbox-3.2, virtualbox-4.0, virtualbox-4.1, virtualbox-4.2, virtualbox-4.3, virtualbox-5.0, virtualbox-5.1, virtualbox-5.2, virtualbox-6.0, virtualbox-6.1 Homepage: https://www.virtualbox.org Priority: optional Section: contrib/misc Filename: pool/ahs/v/virtualbox/virtualbox_6.1.26-dfsg-3~mx21+1_amd64.deb Size: 25998788 SHA256: 8f04450f55d1cc13da344444d3d8c2201acc0f11dd9991730e317662a6139ae1 SHA1: fd4e8bb8b8f19b4da39f21e060a91543f9757e88 MD5sum: 100fec34ae29a27d3d38a8a7568e39c3 Description: x86 virtualization solution - base binaries VirtualBox is a free x86 virtualization solution allowing a wide range of x86 operating systems such as Windows, DOS, BSD or Linux to run on a Linux system. . This package provides the binaries for VirtualBox. Either the virtualbox-dkms or the virtualbox-source package is also required in order to compile the kernel modules needed for virtualbox. A graphical user interface for VirtualBox is provided by the package virtualbox-qt. Original-Maintainer: Debian Virtualbox Team Package: virtualbox-dkms Source: virtualbox Version: 6.1.26-dfsg-3~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 5566 Depends: dkms (>= 2.1.0.0) Recommends: virtualbox (>= 6.1.26-dfsg-3~mx21+1) Provides: virtualbox-modules Homepage: https://www.virtualbox.org Priority: optional Section: contrib/kernel Filename: pool/ahs/v/virtualbox/virtualbox-dkms_6.1.26-dfsg-3~mx21+1_amd64.deb Size: 726448 SHA256: 28115effc4e0f5ce45152dc021505527d284fa7220c327be79fef5135b14d273 SHA1: 93c49474b4a0e33c7c9dbac6306f76ef166c89d2 MD5sum: 6ec40a3e6a66ed16a05c46d48afbeef9 Description: x86 virtualization solution - kernel module sources for dkms VirtualBox is a free x86 virtualization solution allowing a wide range of x86 operating systems such as Windows, DOS, BSD or Linux to run on a Linux system. . This package provides the source code for the virtualbox kernel module to be build with dkms. Kernel sources or headers are required to compile this module. Original-Maintainer: Debian Virtualbox Team Package: virtualbox-ext-pack Version: 6.1.26-1~mx21+1 Architecture: all Maintainer: Steven Pusser Installed-Size: 139 Pre-Depends: debconf Depends: virtualbox (<< 6.1.26-dfsg-z) | virtualbox-6.1, virtualbox (>= 6.1.26-dfsg-0~) | virtualbox-6.1, wget, debconf (>= 0.5) | debconf-2.0 Homepage: https://www.virtualbox.org Priority: optional Section: contrib/misc Filename: pool/ahs/v/virtualbox-ext-pack/virtualbox-ext-pack_6.1.26-1~mx21+1_all.deb Size: 13816 SHA256: cfbbc1967a4252f324b6016fa301403bc13185731b70b197f15b520bb34ebf7b SHA1: faba3dcf83832fba9ee07e474c46c596b35b10b4 MD5sum: 07f9fd2a4bce644d8cff9011ec447b0b Description: extra capabilities for VirtualBox, downloader. VirtualBox requires an extension pack to provide support for Remote Desktop Protocol, USB 2.0, PXE booting for Intel network cards, etc. This PUEL-licensed extension pack is free for personal use. . This package downloads the extension pack from internet during install. Original-Maintainer: Debian Virtualbox Team Package: virtualbox-guest-additions-iso Version: 6.1.26-1~mx21+1 Architecture: all Maintainer: Steven Pusser Installed-Size: 59665 Recommends: virtualbox (>= 6.1.26) Conflicts: virtualbox-2.0, virtualbox-2.1, virtualbox-2.2, virtualbox-3.0, virtualbox-3.1, virtualbox-3.2, virtualbox-4.0, virtualbox-4.1, virtualbox-4.2, virtualbox-4.3, virtualbox-5.0, virtualbox-5.1, virtualbox-5.2, virtualbox-6.0 Homepage: https://www.virtualbox.org Priority: optional Section: non-free/misc Filename: pool/ahs/v/virtualbox-guest-additions-iso/virtualbox-guest-additions-iso_6.1.26-1~mx21+1_all.deb Size: 44826836 SHA256: 260bd2b74f5eef66753159b10ce673fa6a4d825c291406cddac1b4f2e6ef69ee SHA1: 3ef0d5c599f8ed3b9b5d86071b591ee5c4479ccb MD5sum: 4d117b308b75594b27bc1753bb0d29e7 Description: guest additions iso image for VirtualBox VirtualBox is a free x86 virtualization solution allowing a wide range of x86 operating systems such as Windows, DOS, BSD or Linux to run on a Linux system. . This package provides an iso image which contains the guest additions for Linux, Solaris and Windows to be installed on the host system. The guest systems then can mount the iso and install the guest additions from there. Original-Maintainer: Debian Virtualbox Team Package: virtualbox-guest-utils Source: virtualbox Version: 6.1.26-dfsg-3~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 6009 Depends: adduser, pciutils, libc6 (>= 2.17), libpam0g (>= 0.99.7.1), zlib1g (>= 1:1.1.4) Suggests: virtualbox-guest-x11 (= 6.1.26-dfsg-3~mx21+1) Homepage: https://www.virtualbox.org Priority: optional Section: contrib/misc Filename: pool/ahs/v/virtualbox/virtualbox-guest-utils_6.1.26-dfsg-3~mx21+1_amd64.deb Size: 1114208 SHA256: 644e27556ed0316c6bc243a38ccc193b046a2e236eb8c613e259dd3612ca6666 SHA1: 30ca101b6b51624c861b0f7eda297104586a0de8 MD5sum: f619f922bfcb0f9dcfcff3fea4019d38 Description: x86 virtualization solution - non-X11 guest utilities VirtualBox is a free x86 virtualization solution allowing a wide range of x86 operating systems such as Windows, DOS, BSD or Linux to run on a Linux system. . This package provides the non-X11 guest utilities for VirtualBox. These utilities are meant to be run inside the virtual machine. They provide closer integration and allow to share data through shared folders between the host system and the virtual machine. . Either the virtualbox-guest-dkms or the virtualbox-guest-source package is also required in order to compile the kernel modules needed for virtualbox-guest-utils. Original-Maintainer: Debian Virtualbox Team Package: virtualbox-guest-x11 Source: virtualbox Version: 6.1.26-dfsg-3~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 2041 Depends: libnotify-bin, virtualbox-guest-utils (= 6.1.26-dfsg-3~mx21+1), x11-xserver-utils, libc6 (>= 2.17), libx11-6 (>= 2:1.4.99.1), libxext6, libxmu6, libxt6, xorg-video-abi-24, xserver-xorg-core (>= 2:1.18.99.901) Provides: xorg-driver-video Homepage: https://www.virtualbox.org Priority: optional Section: contrib/x11 Filename: pool/ahs/v/virtualbox/virtualbox-guest-x11_6.1.26-dfsg-3~mx21+1_amd64.deb Size: 591216 SHA256: 1b9abaf2ebb30a7a9126a6c452d76af62fe4d199c1c7ee494790b74e35dc0c0d SHA1: 4f6c2afeb0c0c4078d2508c0d3e37930dc0f39fc MD5sum: c3ef10a06d57a73da367c54cdf4837aa Description: x86 virtualization solution - X11 guest utilities VirtualBox is a free x86 virtualization solution allowing a wide range of x86 operating systems such as Windows, DOS, BSD or Linux to run on a Linux system. . This package provides the X11 guest utilities for VirtualBox. These utilities are meant to be run inside the virtual machine. They provide closer integration and improve the interactive performance. Original-Maintainer: Debian Virtualbox Team Package: virtualbox-qt Source: virtualbox Version: 6.1.26-dfsg-3~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 60621 Depends: virtualbox (= 6.1.26-dfsg-3~mx21+1), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgl1, libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5opengl5 (>= 5.0.2), libqt5printsupport5 (>= 5.0.2), libqt5widgets5 (>= 5.15.1), libqt5x11extras5 (>= 5.6.0), libstdc++6 (>= 5.2), libx11-6, libxcb1, libxext6 Breaks: virtualbox (<< 4.1.6-dfsg-2~) Replaces: virtualbox (<< 4.1.6-dfsg-2~) Homepage: https://www.virtualbox.org Priority: optional Section: contrib/misc Filename: pool/ahs/v/virtualbox/virtualbox-qt_6.1.26-dfsg-3~mx21+1_amd64.deb Size: 25138256 SHA256: 821b4be71aa9a911c00873e6778845abb26279ecc33b3776b7399ffc185ba271 SHA1: 7e7f9a42b158d779d81911456b000c34447e6e9f MD5sum: 5321fa45f67686c74e20d1b46b30afcd Description: x86 virtualization solution - Qt based user interface VirtualBox is a free x86 virtualization solution allowing a wide range of x86 operating systems such as Windows, DOS, BSD or Linux to run on a Linux system. . This package provides the Qt based graphical user interface for VirtualBox. Original-Maintainer: Debian Virtualbox Team Package: virtualbox-source Source: virtualbox Version: 6.1.26-dfsg-3~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 908 Depends: build-essential, bzip2, debhelper-compat (= 12), kbuild, module-assistant Recommends: virtualbox (>= 6.1.26-dfsg-3~mx21+1) Homepage: https://www.virtualbox.org Priority: optional Section: contrib/kernel Filename: pool/ahs/v/virtualbox/virtualbox-source_6.1.26-dfsg-3~mx21+1_amd64.deb Size: 861224 SHA256: a6b916056867d7bb5d31b6a2d2a25a99e66c6932429c967a6cf11a89855d8e33 SHA1: 5e0e546c19dfb7e94fb4913190edb1ade4784adb MD5sum: 262276aafdc2cbcf49fbba2bee07d549 Description: x86 virtualization solution - kernel module source VirtualBox is a free x86 virtualization solution allowing a wide range of x86 operating systems such as Windows, DOS, BSD or Linux to run on a Linux system. . This package provides the source code for the virtualbox kernel module. The virtualbox package is also required in order to make use of these modules. Kernel sources or headers are required to compile this module. . The source is placed under /usr/src, and after decompression it can be built to produce a virtualbox-modules-_KVERS_ providing "virtualbox-modules" package. Original-Maintainer: Debian Virtualbox Team Package: vulkan-tools Version: 1.2.189.0+dfsg1-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 1158 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), libvulkan1 (>= 1.2.189.0), libwayland-client0 (>= 1.9.91), libx11-6, libxcb1 Breaks: vulkan-sdk-runtime Replaces: vulkan-sdk-runtime Homepage: https://github.com/KhronosGroup/Vulkan-Tools Priority: optional Section: graphics Filename: pool/ahs/v/vulkan-tools/vulkan-tools_1.2.189.0+dfsg1-1~mx21ahs+1_amd64.deb Size: 264800 SHA256: e2ae5daac779fef2688bdf23b6c3b4d20089baeec030898ae89050455aa3a06a SHA1: 12848485f6e4f6ef29f57a7a4e324ae074e26b55 MD5sum: c7c77932abbcb26cdb602d61af27e2e1 Description: Miscellaneous Vulkan utilities This package provides utilities for Vulkan, including vulkaninfo. Original-Maintainer: Debian X Strike Force Package: vulkan-validationlayers Version: 1.2.189.0-1.1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 29527 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.4), libstdc++6 (>= 9) Breaks: libvulkan1 (<< 1.1.82.0), vulkan-loader Replaces: libvulkan1 (<< 1.1.82.0), vulkan-loader Multi-Arch: same Homepage: https://github.com/KhronosGroup/Vulkan-ValidationLayers Priority: optional Section: libs Filename: pool/ahs/v/vulkan-validationlayers/vulkan-validationlayers_1.2.189.0-1.1~mx21ahs+1_amd64.deb Size: 3690692 SHA256: 03ef9e3598872d5e9ac5f3f9094da7b32ee52e385dca03fbebd3eb616385f849 SHA1: a438904789a9c99ef20f5c0ee27a8fbcf1873772 MD5sum: a3aac70e4cb1ea2d8ab2f85d5fed8f7f Description: Vulkan validation layers This project provides the Khronos official Vulkan validation layers. . This package includes the loader library. Original-Maintainer: Debian X Strike Force Package: vulkan-validationlayers-dev Source: vulkan-validationlayers Version: 1.2.189.0-1.1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 3820 Depends: vulkan-validationlayers (= 1.2.189.0-1.1~mx21ahs+1), libxxhash-dev Breaks: libvulkan-dev (<< 1.1.82.0) Replaces: libvulkan-dev (<< 1.1.82.0) Multi-Arch: same Homepage: https://github.com/KhronosGroup/Vulkan-ValidationLayers Priority: optional Section: libdevel Filename: pool/ahs/v/vulkan-validationlayers/vulkan-validationlayers-dev_1.2.189.0-1.1~mx21ahs+1_amd64.deb Size: 275464 SHA256: 1872f264e0e8fe05cd55e3e01f08d9483ac6d74d5ce6ecd51012f1bc484f1f78 SHA1: 9d40dd401947bc8117ac0f691a8ba766089477b6 MD5sum: c07b061ce49ed0d59b0f539dc2880b40 Description: Vulkan validation layers -- development files This project provides the Khronos official Vulkan validation layers. . This package includes files needed for development. Original-Maintainer: Debian X Strike Force Package: x11proto-core-dev Source: xorgproto Version: 2021.5-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 11 Depends: x11proto-dev Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: oldlibs Filename: pool/ahs/x/xorgproto/x11proto-core-dev_2021.5-1~mx21ahs+1_all.deb Size: 3628 SHA256: 0e44f45a6b8d140fda6b022834c18b5d4259acb55c4cdc4ec1ac2dcbbf46878a SHA1: f4d7f1bbaf5b43c3e340ba2181a8f5e5bc660486 MD5sum: b051428907c3eb9c55034a991418fde0 Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: x11proto-dev Source: xorgproto Version: 2021.5-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 1673 Depends: xorg-sgml-doctools (>= 1:1.5) Breaks: x11proto-core-dev (<< 2018.3), x11proto-dri2-dev (<< 2018.3), x11proto-fonts-dev (<< 2018.3), x11proto-gl-dev (<< 2018.3), x11proto-input-dev (<< 2018.3), x11proto-kb-dev (<< 2018.3), x11proto-present-dev (<< 2018.3), x11proto-randr-dev (<< 2018.3), x11proto-record-dev (<< 2018.3), x11proto-render-dev (<< 2:2018.3), x11proto-scrnsaver-dev (<< 2018.3), x11proto-video-dev (<< 2018.3), x11proto-xext-dev (<< 2018.3), x11proto-xf86dga-dev (<< 2018.3), x11proto-xf86dri-dev (<< 2018.3), x11proto-xf86vidmode-dev (<< 2018.3), x11proto-xinerama-dev (<< 2018.3) Replaces: x11proto-core-dev (<< 2018.3), x11proto-dri2-dev (<< 2018.3), x11proto-fonts-dev (<< 2018.3), x11proto-gl-dev (<< 2018.3), x11proto-input-dev (<< 2018.3), x11proto-kb-dev (<< 2018.3), x11proto-present-dev (<< 2018.3), x11proto-randr-dev (<< 2018.3), x11proto-record-dev (<< 2018.3), x11proto-render-dev (<< 2:2018.3), x11proto-scrnsaver-dev (<< 2018.3), x11proto-video-dev (<< 2018.3), x11proto-xext-dev (<< 2018.3), x11proto-xf86dga-dev (<< 2018.3), x11proto-xf86dri-dev (<< 2018.3), x11proto-xf86vidmode-dev (<< 2018.3), x11proto-xinerama-dev (<< 2018.3) Provides: x11proto-core-dev (= 2021.5-1~mx21ahs+1), x11proto-dri2-dev (= 2021.5-1~mx21ahs+1), x11proto-fonts-dev (= 2021.5-1~mx21ahs+1), x11proto-gl-dev (= 2021.5-1~mx21ahs+1), x11proto-input-dev (= 2021.5-1~mx21ahs+1), x11proto-kb-dev (= 2021.5-1~mx21ahs+1), x11proto-present-dev (= 2021.5-1~mx21ahs+1), x11proto-randr-dev (= 2021.5-1~mx21ahs+1), x11proto-record-dev (= 2021.5-1~mx21ahs+1), x11proto-render-dev (= 2021.5-1~mx21ahs+1), x11proto-scrnsaver-dev (= 2021.5-1~mx21ahs+1), x11proto-video-dev (= 2021.5-1~mx21ahs+1), x11proto-xext-dev (= 2021.5-1~mx21ahs+1), x11proto-xf86dga-dev (= 2021.5-1~mx21ahs+1), x11proto-xf86dri-dev (= 2021.5-1~mx21ahs+1), x11proto-xf86vidmode-dev (= 2021.5-1~mx21ahs+1), x11proto-xinerama-dev (= 2021.5-1~mx21ahs+1) Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: x11 Filename: pool/ahs/x/xorgproto/x11proto-dev_2021.5-1~mx21ahs+1_all.deb Size: 590408 SHA256: 83c88e2e27c99a5c7b4e97e7c8b7bb39f96af2670eb8c7a86edd49c687557c59 SHA1: 48fb918d87c60b43dd083ba23c0917e1131401e4 MD5sum: 5dffaa9fb4291c6444a6228ff23dcf51 Description: X11 extension protocols and auxiliary headers This package provides development headers describing the wire protocol for the X11 core and extension protocols, and also provides a number of utility headers, used to abstract OS-specific functions. . More information about X.Org can be found at: . This package is built from the X.org xorgproto module. Original-Maintainer: Debian X Strike Force Package: x11proto-dri2-dev Source: xorgproto Version: 2021.5-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 11 Depends: x11proto-dev Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: oldlibs Filename: pool/ahs/x/xorgproto/x11proto-dri2-dev_2021.5-1~mx21ahs+1_all.deb Size: 3628 SHA256: 1f9e2dc6b1b9462a6df59a68aa95b34ee96d63f133fa9454351ba6a8a798dd42 SHA1: 1b6153309de13b2e1009a552457ac5cc5310ae88 MD5sum: 21c7d381c9dbb0e8e317e790abd14a2e Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: x11proto-fonts-dev Source: xorgproto Version: 2021.5-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 11 Depends: x11proto-dev Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: oldlibs Filename: pool/ahs/x/xorgproto/x11proto-fonts-dev_2021.5-1~mx21ahs+1_all.deb Size: 3628 SHA256: 6ea6a35201ca5f71993bad28f0cbf314584a45ca2786a505385e8b62e1ace910 SHA1: 70a20ab02ae81e4cb58e3483250163721a8889cb MD5sum: f34c8d08cacf9f99084e4ceb3c3e2c4c Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: x11proto-gl-dev Source: xorgproto Version: 2021.5-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 11 Depends: x11proto-dev Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: oldlibs Filename: pool/ahs/x/xorgproto/x11proto-gl-dev_2021.5-1~mx21ahs+1_all.deb Size: 3628 SHA256: 66ef0f7665956857dabd7b79ed3b26004b61b269e2b0b8a888bc31abcd5a4365 SHA1: c8d7cf654c9f55356016a0efed93228d3866a125 MD5sum: b92d7eb8c6e8bd42fa549170142da261 Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: x11proto-input-dev Source: xorgproto Version: 2021.5-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 11 Depends: x11proto-dev Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: oldlibs Filename: pool/ahs/x/xorgproto/x11proto-input-dev_2021.5-1~mx21ahs+1_all.deb Size: 3628 SHA256: b4a81b6b2995a4b8472cd1e2214a2cee21efaebb66c6a313a0904ad0ff15b4fa SHA1: 31a5d4343def0150a003a12e8d08f2800f95d07d MD5sum: 5d6cd21824d01d097e8c6ead4f554511 Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: x11proto-kb-dev Source: xorgproto Version: 2021.5-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 11 Depends: x11proto-dev Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: oldlibs Filename: pool/ahs/x/xorgproto/x11proto-kb-dev_2021.5-1~mx21ahs+1_all.deb Size: 3628 SHA256: 96a5af8e9de1107adbce68ab88879ec72adf07efb54eadd4abcc05fa417993cc SHA1: 77742a2aa7d27c560130e1dc28e003eb8dc3f354 MD5sum: 9a904ee145905e238ea31161fe6fcf9b Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: x11proto-present-dev Source: xorgproto Version: 2021.5-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 11 Depends: x11proto-dev Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: oldlibs Filename: pool/ahs/x/xorgproto/x11proto-present-dev_2021.5-1~mx21ahs+1_all.deb Size: 3636 SHA256: 2c4efcfde65a1016cb8361f417ed7acf8e9a4f5975616d00c037c4677a466845 SHA1: 3040a3be53bad1ae210ec40758fa4432022740f8 MD5sum: 6ee2c63e44391890d5a7977d05f0f734 Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: x11proto-randr-dev Source: xorgproto Version: 2021.5-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 11 Depends: x11proto-dev Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: oldlibs Filename: pool/ahs/x/xorgproto/x11proto-randr-dev_2021.5-1~mx21ahs+1_all.deb Size: 3632 SHA256: 50305ea1c1b347f544c7b276e622eea709b3544af81e706c6e5f1a3fa36c68eb SHA1: 1a087ab8229bc701a2a77198828e00f7097aa402 MD5sum: dfcd59a7dcf5c37408e3dd2775aeee0c Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: x11proto-record-dev Source: xorgproto Version: 2021.5-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 11 Depends: x11proto-dev Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: oldlibs Filename: pool/ahs/x/xorgproto/x11proto-record-dev_2021.5-1~mx21ahs+1_all.deb Size: 3636 SHA256: 8ef4d26aeed2325dde0e664529d8ab90032255b9f9b87fa089ed21958d462003 SHA1: 32100b6d687198ffe69461ac1de4a42599af144b MD5sum: 5a4f122e2ff7610cb2a3232895037d53 Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: x11proto-render-dev Source: xorgproto (2021.5-1~mx21ahs+1) Version: 2:2021.5-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 11 Depends: x11proto-dev Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: oldlibs Filename: pool/ahs/x/xorgproto/x11proto-render-dev_2021.5-1~mx21ahs+1_all.deb Size: 3636 SHA256: 83f59aba60ea0ebce65440e1f0cbd79416c16e9490274424bf7c3f47c1088337 SHA1: b015574803cfe9a71420ea2d1bba4f8a012daac3 MD5sum: 602ab212b2ce0b755f27280f554338a9 Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: x11proto-scrnsaver-dev Source: xorgproto Version: 2021.5-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 11 Depends: x11proto-dev Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: oldlibs Filename: pool/ahs/x/xorgproto/x11proto-scrnsaver-dev_2021.5-1~mx21ahs+1_all.deb Size: 3636 SHA256: 243f55aec3dbac16440dff97d5714f8c0769c33d1bc49cb98ac43f2c2fa25399 SHA1: ab459563b06a81b038941f1c7c7b1782e300b339 MD5sum: 317f7a4430369ce7b8257f265493eb4e Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: x11proto-video-dev Source: xorgproto Version: 2021.5-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 11 Depends: x11proto-dev Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: oldlibs Filename: pool/ahs/x/xorgproto/x11proto-video-dev_2021.5-1~mx21ahs+1_all.deb Size: 3632 SHA256: 95c3afbf8fb6bebf47ecb084de15d37bcc1e41b7660da8f0be4eb8d1bae1df9a SHA1: dccb58455373d6b63ad85ff2f08ab5e082d90d73 MD5sum: cfbdbb2609dc12ea24fd66e6e92a2b1e Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: x11proto-xext-dev Source: xorgproto Version: 2021.5-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 11 Depends: x11proto-dev Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: oldlibs Filename: pool/ahs/x/xorgproto/x11proto-xext-dev_2021.5-1~mx21ahs+1_all.deb Size: 3628 SHA256: a24ffce7e65d11051bd8b08e98cd4f2b655ba098392b0daac776de9f9e3b970c SHA1: 7c1b21e7646fb10ce6e0cf301283d08b5d1dec01 MD5sum: 9367935c33d43f343b50f24ad7b99d64 Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: x11proto-xf86dga-dev Source: xorgproto Version: 2021.5-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 11 Depends: x11proto-dev Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: oldlibs Filename: pool/ahs/x/xorgproto/x11proto-xf86dga-dev_2021.5-1~mx21ahs+1_all.deb Size: 3636 SHA256: 1841f1b2b5d64848eeba6dc773588c6e775780d21968e2f68b1f91918b084033 SHA1: 0aacd9150c1c002cb69fb26c9ad211019eaacd53 MD5sum: f561e162de5a9e2c5f4e6d8073aaa99a Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: x11proto-xf86dri-dev Source: xorgproto Version: 2021.5-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 11 Depends: x11proto-dev Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: oldlibs Filename: pool/ahs/x/xorgproto/x11proto-xf86dri-dev_2021.5-1~mx21ahs+1_all.deb Size: 3636 SHA256: 34500e08a88e7769963f85f4070527e54d031ed51e616d13308033b25d392532 SHA1: 01173d89a046f118464e28aa7d78faed9727a5c3 MD5sum: eb0f88030c1a01709928d0185cc0ff49 Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: x11proto-xf86vidmode-dev Source: xorgproto Version: 2021.5-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 11 Depends: x11proto-dev Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: oldlibs Filename: pool/ahs/x/xorgproto/x11proto-xf86vidmode-dev_2021.5-1~mx21ahs+1_all.deb Size: 3640 SHA256: 84b4411c2ea4b3caf6251c6f826c4402d595890cc50f65f089e8bdc59ff32bce SHA1: a7e7fdd8a0b1347ad4f98bbaa59669da65325238 MD5sum: 4d017058794c7af0b68316d4418437df Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: x11proto-xinerama-dev Source: xorgproto Version: 2021.5-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 11 Depends: x11proto-dev Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: oldlibs Filename: pool/ahs/x/xorgproto/x11proto-xinerama-dev_2021.5-1~mx21ahs+1_all.deb Size: 3636 SHA256: 474831aae233e0a33538323603d472a3dc40b404584808588961d107481c5abb SHA1: 52e2d4b909b82cbd44237582e361b4542e20abff MD5sum: 958bbdd5f51539f2a2c8611203728997 Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: xdmx Source: xorg-server Version: 2:1.20.13-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 4289 Depends: xserver-common (>= 2:1.20.13-1~mx21ahs+1), libaudit1 (>= 1:2.2.1), libbsd0 (>= 0.7.0), libc6 (>= 2.29), libgcrypt20 (>= 1.8.0), libpixman-1-0 (>= 0.30.0), libselinux1 (>= 3.1~), libsystemd0, libunwind8, libx11-6 (>= 2:1.6.0), libxau6 (>= 1:1.0.9), libxdmcp6, libxext6, libxfixes3, libxfont2 (>= 1:2.0.1), libxi6, libxmuu1, libxrender1 Homepage: https://www.x.org/ Priority: optional Section: x11 Filename: pool/ahs/x/xorg-server/xdmx_1.20.13-1~mx21ahs+1_amd64.deb Size: 3065736 SHA256: 2ed43ca0e0dc98d84dc9ef02fe4bc6d42b8db165db9bc5ed16eca5c224c6f9f0 SHA1: 4cb51e6ca84acc2867cf2c2c534c87ef085abe33 MD5sum: e197b047e034bf5f8d08861783715500 Description: distributed multihead X server Xdmx is a proxy X server that uses one or more other X servers as its display device(s). It provides multi-head X functionality for displays that might be located on different machines. Xdmx functions as a front-end X server that acts as a proxy to a set of back-end X servers. All of the visible rendering is passed to the back-end X servers. Clients connect to the Xdmx front-end, and everything appears as it would in a regular multi-head configuration. If Xinerama is enabled (e.g., with +xinerama on the command line), the clients see a single large screen. . More information about X.Org can be found at: . This package is built from the X.org xserver module. Original-Maintainer: Debian X Strike Force Package: xdmx-tools Source: xorg-server Version: 2:1.20.13-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 2609 Depends: xdmx, libc6 (>= 2.14), libdmx1 (>= 1:1.1.4), libx11-6, libxaw7, libxt6 Homepage: https://www.x.org/ Priority: optional Section: x11 Filename: pool/ahs/x/xorg-server/xdmx-tools_1.20.13-1~mx21ahs+1_amd64.deb Size: 2332964 SHA256: 0f5f260ac2eca9c5925c6922c60d3d94662556dd9c74c419287b31c867f4c4ac SHA1: 45510ca3d9a9b439bd2a39c38ebe87e67833eece MD5sum: bcfd5466a773503c6713b6f47a09129f Description: Distributed Multihead X tools This package provides a collection of tools used for administration of the Xdmx server; see the xdmx package for more information. . More information about X.Org can be found at: . This package is built from the X.org xserver module. Original-Maintainer: Debian X Strike Force Package: xnest Source: xorg-server Version: 2:1.20.13-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 3891 Depends: xserver-common (>= 2:1.20.13-1~mx21ahs+1), libaudit1 (>= 1:2.2.1), libbsd0 (>= 0.7.0), libc6 (>= 2.29), libgcrypt20 (>= 1.8.0), libpixman-1-0 (>= 0.13.2), libselinux1 (>= 3.1~), libsystemd0, libunwind8, libx11-6, libxau6 (>= 1:1.0.9), libxdmcp6, libxext6, libxfont2 (>= 1:2.0.1) Recommends: libgl1-mesa-dri (>= 7.1~rc1) Provides: xserver Homepage: https://www.x.org/ Priority: optional Section: x11 Filename: pool/ahs/x/xorg-server/xnest_1.20.13-1~mx21ahs+1_amd64.deb Size: 2913300 SHA256: 45505993ac6e7451ce8e3dea6aebe231526c5e2ac5ecefab96e24542174b2fd5 SHA1: 2ebab98e02aed2b2640e988582a2772c3bbfa867 MD5sum: d28fe7db6118af136e273bc10e6e08b2 Description: Nested X server Xnest is a nested X server that simply relays all its requests to another X server, where it runs as a client. This means that it appears as another window in your current X session. Xnest relies upon its parent X server for font services. . Use of the Xephyr X server instead of Xnest is recommended. . More information about X.Org can be found at: . This package is built from the X.org xserver module. Original-Maintainer: Debian X Strike Force Package: xorg-server-source Source: xorg-server Version: 2:1.20.13-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 7408 Homepage: https://www.x.org/ Priority: optional Section: x11 Filename: pool/ahs/x/xorg-server/xorg-server-source_1.20.13-1~mx21ahs+1_all.deb Size: 7494236 SHA256: da5a6ce9e6546947efb8b6efd05ccaec6ba18e794cbaa92058b184a88342e8df SHA1: 866946aeee4cdfa200b712afda190aa3e9b11db7 MD5sum: 69fb456983387a97f854ad8ea4b9da31 Description: Xorg X server - source files This package provides original Debian (with Debian patches already applied, and autotools files updated) sources for the X.Org ('Xorg') X server shipped in a tarball. This enables other projects re-using X server codebase (e.g. VNC servers) to (re-)use officially Debian-supported version of the X xserver for their builds. . Unless you are building a software product using X server sources, you probably want xserver-xorg and/or xserver-xorg-core instead. Original-Maintainer: Debian X Strike Force Package: xserver-common Source: xorg-server Version: 2:1.20.13-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 2352 Depends: x11-common, xkb-data, x11-xkb-utils Recommends: xfonts-base, xauth Replaces: xserver-xorg-core (<< 2:1.5.2) Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: x11 Filename: pool/ahs/x/xorg-server/xserver-common_1.20.13-1~mx21ahs+1_all.deb Size: 2288616 SHA256: 68aab75ee8b96d09c81f26f861a063de2ab4c964a192c2d538b125899462600a SHA1: 0271618a9068c58c815caa19380c02112ab6b929 MD5sum: 65381f7165368f91861d0bfc539d7814 Description: common files used by various X servers This package provides files necessary for all X.Org based X servers. Original-Maintainer: Debian X Strike Force Package: xserver-xephyr Source: xorg-server Version: 2:1.20.13-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 4690 Depends: xserver-common (>= 2:1.20.13-1~mx21ahs+1), libaudit1 (>= 1:2.2.1), libbsd0 (>= 0.7.0), libc6 (>= 2.29), libepoxy0 (>= 1.0), libgcrypt20 (>= 1.8.0), libgl1, libpixman-1-0 (>= 0.30.0), libselinux1 (>= 3.1~), libsystemd0, libudev1 (>= 183), libunwind8, libx11-6, libx11-xcb1 (>= 2:1.7.2), libxau6 (>= 1:1.0.9), libxcb-icccm4 (>= 0.4.1), libxcb-image0 (>= 0.2.1), libxcb-keysyms1 (>= 0.4.0), libxcb-randr0 (>= 1.1), libxcb-render-util0, libxcb-render0, libxcb-shape0, libxcb-shm0 (>= 1.10), libxcb-util1 (>= 0.4.0), libxcb-xkb1, libxcb-xv0 (>= 1.2), libxcb1 (>= 1.8), libxdmcp6, libxfont2 (>= 1:2.0.1), libxshmfence1 Recommends: libgl1-mesa-dri (>= 7.1~rc1) Provides: xserver Homepage: https://www.x.org/ Priority: optional Section: x11 Filename: pool/ahs/x/xorg-server/xserver-xephyr_1.20.13-1~mx21ahs+1_amd64.deb Size: 3184708 SHA256: eca0bf50c3608299d19741116df7ef804bda4917de8a8080ad249741141073e6 SHA1: dcc04f3d56546a8b6395e88006c9c9bac35c2d6a MD5sum: a8dd8c3c74d243fce062eb7d4ee259ee Description: nested X server Xephyr is an X server that can be run inside another X server, much like Xnest. It is based on the kdrive X server, and as a result it supports newer extensions than Xnest, including render and composite. . More information about X.Org can be found at: . This package is built from the X.org xserver module. Original-Maintainer: Debian X Strike Force Package: xserver-xorg-core Source: xorg-server Version: 2:1.20.13-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 6101 Depends: xserver-common (>= 2:1.20.13-1~mx21ahs+1), keyboard-configuration, udev (>= 149), libegl1, libaudit1 (>= 1:2.2.1), libbsd0 (>= 0.7.0), libc6 (>= 2.29), libdbus-1-3 (>= 1.9.14), libdrm2 (>= 2.4.66), libepoxy0 (>= 1.5.4), libgbm1 (>= 17.1.0~rc2), libgcrypt20 (>= 1.8.0), libgl1, libpciaccess0 (>= 0.12.902), libpixman-1-0 (>= 0.30.0), libselinux1 (>= 3.1~), libsystemd0, libudev1 (>= 183), libunwind8, libxau6 (>= 1:1.0.9), libxdmcp6, libxfont2 (>= 1:2.0.1), libxshmfence1 Recommends: libgl1-mesa-dri (>= 7.10.2-4), default-logind | logind Suggests: xfonts-100dpi | xfonts-75dpi, xfonts-scalable Conflicts: xserver-xorg-input-evtouch, xserver-xorg-video-modesetting Breaks: libgl1-mesa-dri (<< 18.0.5), systemd (<< 226-4~), xserver-xorg (<< 1:7.7+10~) Replaces: xserver-xorg (<< 1:7.7+10~), xserver-xorg-video-modesetting Provides: xorg-input-abi-24, xorg-video-abi-24, xserver-xorg-video-modesetting Homepage: https://www.x.org/ Priority: optional Section: x11 Filename: pool/ahs/x/xorg-server/xserver-xorg-core_1.20.13-1~mx21ahs+1_amd64.deb Size: 3654724 SHA256: 66ea020b1889a6d197a29fa7ff80bee4caa9436601687b661485b3af7fa04f21 SHA1: 2fe1318dfba53051d263bd7dd14b5b8f1c1e4ab6 MD5sum: 50f7286afc1a2748d61a501d61a290af Description: Xorg X server - core server The Xorg X server is an X server for several architectures and operating systems, which is derived from the XFree86 4.x series of X servers. . The Xorg server supports most modern graphics hardware from most vendors, and supersedes all XFree86 X servers. . More information about X.Org can be found at: . This package is built from the X.org xserver module. Original-Maintainer: Debian X Strike Force Package: xserver-xorg-dev Source: xorg-server Version: 2:1.20.13-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 3554 Depends: libpixman-1-dev (>= 0.27.2), x11proto-dev (>= 2018.4), libxfont-dev, libxkbfile-dev, libpciaccess-dev, mesa-common-dev Homepage: https://www.x.org/ Priority: optional Section: x11 Filename: pool/ahs/x/xorg-server/xserver-xorg-dev_1.20.13-1~mx21ahs+1_amd64.deb Size: 2462768 SHA256: 9656342d08eb82a57700f68019b7f2a7f639fce740f7a901f7a0cf882efcc766 SHA1: 2ed5bd4bc5995eea47ec5fcb6085aa3825de09ee MD5sum: 02242b54addbc3281f3291b205b505ee Description: Xorg X server - development files This package provides development files for the X.Org ('Xorg') X server. This is not quite the same as the DDK (Driver Development Kit) from the XFree86 4.x and X.Org 6.7, 6.8 and 6.9 series of servers; it provides headers and a pkg-config file for drivers using autotools to build against. . Unless you are developing or building a driver, you probably want xserver-xorg and/or xserver-xorg-core instead. . More information about X.Org can be found at: . This package is built from the X.org xserver module. Original-Maintainer: Debian X Strike Force Package: xserver-xorg-input-libinput Version: 1.1.0-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 137 Depends: libc6 (>= 2.7), libinput10 (>= 1.15.1), xorg-input-abi-24, xserver-xorg-core (>= 2:1.18.99.901) Provides: xorg-driver-input Homepage: https://www.x.org Priority: optional Section: x11 Filename: pool/ahs/x/xserver-xorg-input-libinput/xserver-xorg-input-libinput_1.1.0-1~mx21ahs+1_amd64.deb Size: 63396 SHA256: f5aed728409dbad9f444aaeafc7bdfa624477c74eb213c40adc02551d3f4604d SHA1: 6f033062bb168a9ce4942c4fcee0136c27c00102 MD5sum: ee7307201ec093d2584d92991c25e718 Description: X.Org X server -- libinput input driver This package provides the driver for input devices using libinput library. It can handle keyboards, mice and touchpads, and essentially replaces the separate -evdev and -synaptics drivers. . This package is built from the X.org xf86-input-libinput driver module. Original-Maintainer: Debian X Strike Force Package: xserver-xorg-input-libinput-dev Source: xserver-xorg-input-libinput Version: 1.1.0-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 53 Homepage: https://www.x.org Priority: optional Section: libdevel Filename: pool/ahs/x/xserver-xorg-input-libinput/xserver-xorg-input-libinput-dev_1.1.0-1~mx21ahs+1_all.deb Size: 33424 SHA256: 304af2a336990e0a0f1e39b75155552f0d141d3740da99758a56eaa3777b2b1d SHA1: d7edbc93104c86670dc4863f44432f0506b64761 MD5sum: 25df51b68ea27d69244230c188805d03 Description: X.Org X server -- libinput input driver (development headers) This package provides the development headers for the libinput input driver found in xserver-xorg-input-libinput. Non-developers likely have little use for this package. . This package is built from the X.org xf86-input-libinput driver module. Original-Maintainer: Debian X Strike Force Package: xserver-xorg-legacy Source: xorg-server Version: 2:1.20.13-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 2383 Depends: xserver-common (>= 2:1.20.13-1~mx21ahs+1), libc6 (>= 2.3.4), debconf (>= 0.5) | debconf-2.0 Breaks: x11-common (<< 1:7.7+10~), xserver-xorg-core (<< 2:1.17.2-3~) Replaces: x11-common (<< 1:7.7+10~), xserver-xorg-core (<< 2:1.17.2-3~) Homepage: https://www.x.org/ Priority: optional Section: x11 Filename: pool/ahs/x/xorg-server/xserver-xorg-legacy_1.20.13-1~mx21ahs+1_amd64.deb Size: 2294016 SHA256: 2e05a07ee6612943dfdeb79a10a58164a8a2f84cf921ff139859a9b17c3192c8 SHA1: 02c39c27c8d27b1f4dde8ba2237e95b463f42cd3 MD5sum: 59682e834e3a86e6b34b2f0031ebe2ac Description: setuid root Xorg server wrapper This package provides a wrapper for the Xorg X server, which is necessary for legacy drivers and non-Linux kernels. Original-Maintainer: Debian X Strike Force Package: xserver-xorg-video-amdgpu Version: 21.0.0-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 252 Depends: libc6 (>= 2.17), libdrm-amdgpu1 (>= 2.4.73), libgbm1 (>= 8.1~0), libudev1 (>= 183), xorg-video-abi-24, xserver-xorg-core (>= 2:1.18.99.901) Suggests: firmware-amd-graphics Provides: xorg-driver-video Priority: optional Section: x11 Filename: pool/ahs/x/xserver-xorg-video-amdgpu/xserver-xorg-video-amdgpu_21.0.0-1~mx21ahs+1_amd64.deb Size: 136032 SHA256: 0ce326dd034ab046cbe3670b8da097af319f6976fe079652a07ac50d0354bc50 SHA1: 005a16ed0c844e620bc4817005ae9dfabd75f872 MD5sum: 2b0b8f2a8b1a6c3f3e7542e9c0fbe4b6 Description: X.Org X server -- AMDGPU display driver This package provides the 'amdgpu' driver for the AMD Radeon cards. The following chip families should be supported: Bonaire, Hawaii, Kaveri, Kabini Mullins, Iceland, Tonga, Carrizo, Fiji, Stoney. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-amdgpu driver module. Original-Maintainer: Debian X Strike Force Package: xserver-xorg-video-nvidia Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 19100 Pre-Depends: nvidia-installer-cleanup, nvidia-legacy-check (>= 396) Depends: nvidia-support, xorg-video-abi-24 | xorg-video-abi-23 | xorg-video-abi-20 | xorg-video-abi-19 | xorg-video-abi-18 | xorg-video-abi-15 | xorg-video-abi-14 | xorg-video-abi-13 | xorg-video-abi-12 | xorg-video-abi-11 | xorg-video-abi-10 | xorg-video-abi-8 | xorg-video-abi-6.0, xserver-xorg-core (<< 2:1.20.99), nvidia-alternative (= 470.63.01-1~mx21+1), libc6 (>= 2.7), libnvidia-glcore (= 470.63.01-1~mx21+1) Recommends: nvidia-settings (>= 470), nvidia-kernel-dkms (= 470.63.01-1~mx21+1) | nvidia-kernel-470.63.01, nvidia-driver (>= 470.63.01), nvidia-vdpau-driver (>= 470.63.01) Suggests: nvidia-kernel-dkms (>= 470.63.01) | nvidia-kernel-source (>= 470.63.01) Provides: xorg-driver-video, xserver-xorg-video-nvidia-any Homepage: https://www.nvidia.com Priority: optional Section: non-free/x11 Filename: pool/ahs/n/nvidia-graphics-drivers/xserver-xorg-video-nvidia_470.63.01-1~mx21+1_amd64.deb Size: 2455316 SHA256: b15c9465761c222a7f788c76c108dfbd318e8bf960eb2060a872016ff680765f SHA1: 8d564b7289ed1a29cc6f2fff2725e6d6db74f045 MD5sum: 305526b7c46a674e3f7e02b4a04717c7 Description: NVIDIA binary Xorg driver The NVIDIA binary driver provides optimized hardware acceleration of OpenGL/GLX/EGL/GLES applications via a direct-rendering X Server for graphics cards using NVIDIA chip sets. . Please see the nvidia-kernel-dkms or nvidia-kernel-source packages for building the kernel module required by this package. This will provide nvidia-kernel-470.63.01. . This version only supports GeForce, Quadro, NVS, Tesla, ... GPUs based on the Kepler (desktop cards only), Maxwell, Volta, Turing, or newer architectures. Look at the legacy packages for older cards. . See /usr/share/doc/nvidia-driver/README.txt.gz for a complete list of supported GPUs and PCI IDs. Original-Maintainer: Debian NVIDIA Maintainers Package: xserver-xorg-video-nvidia-tesla-470 Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: amd64 Maintainer: Steven Pusser Installed-Size: 19101 Pre-Depends: nvidia-installer-cleanup Depends: nvidia-support, xorg-video-abi-24 | xorg-video-abi-23 | xorg-video-abi-20 | xorg-video-abi-19 | xorg-video-abi-18 | xorg-video-abi-15 | xorg-video-abi-14 | xorg-video-abi-13 | xorg-video-abi-12 | xorg-video-abi-11 | xorg-video-abi-10 | xorg-video-abi-8 | xorg-video-abi-6.0, xserver-xorg-core (<< 2:1.20.99), nvidia-tesla-470-alternative (= 470.57.02-2~mx21+1), libc6 (>= 2.7), libnvidia-tesla-470-glcore (= 470.57.02-2~mx21+1) Recommends: nvidia-settings-tesla-470, nvidia-tesla-470-kernel-dkms (= 470.57.02-2~mx21+1) | nvidia-tesla-470-kernel-470.57.02, nvidia-tesla-470-driver (>= 470.57.02), nvidia-tesla-470-vdpau-driver (>= 470.57.02) Suggests: nvidia-tesla-470-kernel-dkms (>= 470.57.02) | nvidia-tesla-470-kernel-source (>= 470.57.02) Provides: xorg-driver-video, xserver-xorg-video-nvidia-any Homepage: https://www.nvidia.com Priority: optional Section: non-free/x11 Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/xserver-xorg-video-nvidia-tesla-470_470.57.02-2~mx21+1_amd64.deb Size: 2425340 SHA256: 3ed0c93d402272478e264873fa5ccef28868413c2f358be4961e5ce356f2fbc2 SHA1: db2e6b9108b178e70caff3da62abd7e64d7cf18e MD5sum: fd18e859a0da87d1538dd67e320a91bc Description: NVIDIA binary Xorg driver (Tesla 470 version) The NVIDIA binary driver provides optimized hardware acceleration of OpenGL/GLX/EGL/GLES applications via a direct-rendering X Server for graphics cards using NVIDIA chip sets. . Please see the nvidia-tesla-470-kernel-dkms or nvidia-tesla-470-kernel-source packages for building the kernel module required by this package. This will provide nvidia-tesla-470-kernel-470.57.02. . This version only supports GeForce, Quadro, NVS, Tesla, ... GPUs based on the Kepler (desktop cards only), Maxwell, Volta, Turing, or newer architectures. Look at the legacy packages for older cards. . See /usr/share/doc/nvidia-tesla-470-driver/README.txt.gz for a complete list of supported GPUs and PCI IDs. Original-Maintainer: Debian NVIDIA Maintainers Package: xvfb Source: xorg-server Version: 2:1.20.13-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 4331 Depends: xserver-common (>= 2:1.20.13-1~mx21ahs+1), libaudit1 (>= 1:2.2.1), libbsd0 (>= 0.7.0), libc6 (>= 2.29), libgcrypt20 (>= 1.8.0), libgl1, libpixman-1-0 (>= 0.30.0), libselinux1 (>= 3.1~), libsystemd0, libunwind8, libxau6 (>= 1:1.0.9), libxdmcp6, libxfont2 (>= 1:2.0.1) Recommends: xauth Provides: xserver Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: x11 Filename: pool/ahs/x/xorg-server/xvfb_1.20.13-1~mx21ahs+1_amd64.deb Size: 3048852 SHA256: 613eea3a1f758f2812bf12f5cbc1060fa149be441288325702ac9dc000245224 SHA1: 4d14e377c280e411b1c9c7520bd0d15181d61b86 MD5sum: dbe1bb8de36adaf91892e58b4206c546 Description: Virtual Framebuffer 'fake' X server Xvfb provides an X server that can run on machines with no display hardware and no physical input devices. It emulates a dumb framebuffer using virtual memory. The primary use of this server was intended to be server testing, but other novel uses for it have been found, including testing clients against unusual depths and screen configurations, doing batch processing with Xvfb as a background rendering engine, load testing, as an aid to porting the X server to a new platform, and providing an unobtrusive way to run applications that don't really need an X server but insist on having one anyway. . This package also contains a convenience script called xvfb-run which simplifies the automated execution of X clients in a virtual server environment. This convenience script requires the use of the xauth program. . More information about X.Org can be found at: . This package is built from the X.org xserver module. Original-Maintainer: Debian X Strike Force Package: xwayland Source: xorg-server Version: 2:1.20.13-1~mx21ahs+1 Architecture: amd64 Maintainer: SwampRabbit Installed-Size: 4578 Depends: xserver-common (>= 2:1.20.13-1~mx21ahs+1), libaudit1 (>= 1:2.2.1), libbsd0 (>= 0.7.0), libc6 (>= 2.29), libdrm2 (>= 2.4.75), libepoxy0 (>= 1.0), libgbm1 (>= 17.1.0~rc2), libgcrypt20 (>= 1.8.0), libgl1, libpixman-1-0 (>= 0.30.0), libselinux1 (>= 3.1~), libsystemd0, libunwind8, libwayland-client0 (>= 1.9.91), libxau6 (>= 1:1.0.9), libxdmcp6, libxfont2 (>= 1:2.0.1), libxshmfence1 Homepage: https://www.x.org/ Priority: optional Section: x11 Filename: pool/ahs/x/xorg-server/xwayland_1.20.13-1~mx21ahs+1_amd64.deb Size: 3137260 SHA256: 661c79e3ac7f82dc515c99e2c9d009c221a6c9bf2268c3b606d8b8c475339575 SHA1: a7475f4bb48564fd91880aa2314f0a0883f82347 MD5sum: 400373c295bcbfa13bca3dfee4a09a96 Description: Xwayland X server This package provides an X server running on top of wayland, using wayland input devices for input and forwarding either the root window or individual top-level windows as wayland surfaces. Original-Maintainer: Debian X Strike Force