1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Source: hyprgraphics
Section: libs
Priority: optional
Maintainer: Debian Hyprland Maintainers <team+hyprland@tracker.debian.org>
Uploaders:
Carl Keinath <carl.keinath@gmail.com>,
Chow Loong Jin <hyperair@debian.org>,
Alan M Varghese (NyxTrail) <alan@digistorm.in>,
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
cmake,
pkgconf,
libpixman-1-dev,
libcairo2-dev,
libpango1.0-dev,
libhyprutils-dev (>= 0.2.2),
libjpeg-dev,
libwebp-dev,
libmagic-dev,
libspng-dev,
librsvg2-dev,
libjxl-dev,
libheif-dev,
Standards-Version: 4.7.2
Homepage: https://github.com/hyprwm/hyprgraphics
Vcs-Browser: https://salsa.debian.org/hyprland-team/hyprgraphics
Vcs-Git: https://salsa.debian.org/hyprland-team/hyprgraphics.git
Description: C++ graphics utility library for Hyprland
Hyprgraphics is a small C++ library with graphics / resource related utilities
used across the hypr* ecosystem.
Package: libhyprgraphics-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libhyprgraphics3 (= ${binary:Version}),
${misc:Depends},
Description: ${source:Synopsis} - development files
${source:Extended-Description}
Package: libhyprgraphics3
Architecture: any
Multi-Arch: same
Depends:
${shlibs:Depends},
${misc:Depends},
Description: ${source:Synopsis} - library
${source:Extended-Description}
|