1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
  
     | 
    
      Source: libopenaptx
Maintainer: Debian QA Group <packages@qa.debian.org>
Section: libs
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 help2man,
Standards-Version: 4.6.0
Homepage: https://github.com/pali/libopenaptx
Vcs-Browser: https://salsa.debian.org/debian/libopenaptx
Vcs-Git: https://salsa.debian.org/debian/libopenaptx.git
Rules-Requires-Root: no
Package: libopenaptx0
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Audio Processing Technology codec (aptX), shared libraries
 Support for aptX and aptX HD codec variants; they both operate on raw 24-bit
 signed stereo audio sample; at 6:1 fixed compress ratio for aptX; at 4:1 fixed
 compress ratio for aptX HD.
 .
 This package contains the shared libraries.
Package: libopenaptx-dev
Architecture: any
Section: libdevel
Depends:
 libopenaptx0 (= ${binary:Version}),
 ${misc:Depends},
Multi-Arch: same
Description: Audio Processing Technology codec (aptX), development headers
 Support for aptX and aptX HD codec variants; they both operate on raw 24-bit
 signed stereo audio sample; at 6:1 fixed compress ratio for aptX; at 4:1 fixed
 compress ratio for aptX HD.
 .
 This package contains the development headers.
Package: openaptx-utils
Architecture: any
Section: sound
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Audio Processing Technology codec (aptX), tools
 Support for aptX and aptX HD codec variants; they both operate on raw 24-bit
 signed stereo audio sample; at 6:1 fixed compress ratio for aptX; at 4:1 fixed
 compress ratio for aptX HD.
 .
 This package contains the simple openaptxenc and openaptxdec utilities.
 
     |