Source: pag
Section: libs
Priority: optional
Maintainer: renyg <renyg@localhost>
Build-Depends: debhelper-compat (= 12),
               cmake,
               ninja-build,
               pkg-config,
               build-essential,
               liblz4-dev,
               libfreetype-dev,
               libharfbuzz-dev,
               libjpeg-dev,
               libpng-dev,
               libwebp-dev,
               zlib1g-dev,
               librttr-dev,
               libflatbuffers-dev,
               libexpat1-dev,
               libavcodec-dev,
               libswscale-dev,
               qtbase5-dev,
               libqt5opengl5-dev,
               qtdeclarative5-dev,
               nodejs
Standards-Version: 4.5.0

Package: libffavc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Fast FFmpeg Audio/Video Codec
 A lightweight wrapper for audio and video codecs used by PAG.

Package: libffavc-dev
Architecture: any
Section: libdevel
Depends: libffavc (= ${binary:Version}), ${misc:Depends}
Description: Fast FFmpeg Audio/Video Codec (development files)
 A lightweight wrapper for audio and video codecs.

Package: libpag
Architecture: any
Depends: libffavc (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Portable Animated Graphics library
 Core animation rendering library.

Package: libpag-dev
Architecture: any
Section: libdevel
Depends: libpag (= ${binary:Version}), libffavc-dev (= ${binary:Version}), ${misc:Depends}
Description: Portable Animated Graphics library (development files)
 Core animation rendering library.


Package: libtgfx-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends}
Description: tgfx lightweight graphics library (static development files)
 Core 2D drawing and graphics library for PAG.
 This package provides the static library (libtgfx.a) and headers.
