Source: gpu-viewer
Section: devel
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 libgdk-pixbuf-2.0-dev,
 libglib2.0-dev,
 libgl-dev,
 libgl1-mesa-dev,
 libgtk-4-dev,
 libjpeg62-turbo-dev | libjpeg-turbo8-dev,
 libjpeg-dev,
 libopencl-clang-15-dev,
 libopengl-dev,
 libtiff-dev,
 libvulkan-dev,
 mesa-opencl-icd,
 meson,
 ninja-build,
 ocl-icd-libopencl1,
 opencl-headers,
 pkgconf,
 pkg-config,
 python3,
 python3-gi,
 python3-setuptools,
Standards-Version: 4.6.2
Homepage: https://github.com/arunsivaramanneo/GPU-Viewer
Vcs-Browser: https://github.com/arunsivaramanneo/GPU-Viewer
Vcs-Git: https://github.com/arunsivaramanneo/GPU-Viewer.git

Package: gpu-viewer
Architecture: any
Depends: ${shlibs:Depends},
 ${misc:Depends},
 clinfo,
 libgl1,
 libgles1,
 libgles2,
 libgtk-4-1,
 libgtk-4-dev,
 libopengl0,
 ocl-icd-libopencl1,
 python3-gi,
 python3-gi-cairo,
 mesa-opencl-icd,
 mesa-utils,
 mesa-utils-extra,
 vdpauinfo,
 vulkan-tools,
Suggests: gtk3-nocsd,
Description: A front-end to glxinfo, vulkaninfo, clinfo and es2_info - Linux
 This project aims to capture all the important details of glxinfo, vulkaninfo and clinfo in a GUI. The project is being developed using python 3 pygobject with GTK4. All the important details are extracted using glxinfo/vulkaninfo/clinfo with the combination of grep, CAT , AWK commands and displayed in the front-end. There is no hard OpenGL Programming involved, until glxinfo, vulkaninfo and clinfo works the GPU-viewer will also work