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 53 54 55 56 57 58 59 60 61 62 63
  
     | 
    
      Source: adplug
Priority: optional
Maintainer: Yangfl <mmyangfl@gmail.com>
Build-Depends:
 debhelper-compat (= 13),
 libbinio-dev (>= 1.4+dfsg1-4.1),
 pkg-config,
Rules-Requires-Root: no
Standards-Version: 4.5.0
Section: libs
Homepage: https://adplug.github.io/
Vcs-Git: https://salsa.debian.org/yangfl-guest/adplug.git
Vcs-Browser: https://salsa.debian.org/yangfl-guest/adplug
Package: libadplug-2.3.3-0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: adplug-utils
Conflicts:
 libadplug-2.2.1-0,
 libadplug-2.2.1-0v5,
 libadplug-2.3.1-0,
 libadplug-2.3.2-0,
Replaces:
 libadplug-2.2.1-0,
 libadplug-2.2.1-0v5,
 libadplug-2.3.1-0,
 libadplug-2.3.2-0,
Description: free AdLib sound library
 AdPlug is a free, cross-platform, hardware independent AdLib sound player
 library, mainly written in C++ and released under the LGPL. AdPlug plays
 sound data, originally created for the AdLib (OPL2) and Sound Blaster
 (Dual OPL2/OPL3) audio boards, directly from its original format on top
 of an emulator or by using the real hardware. No OPL chip is required
 for playback.
Package: libadplug-dev
Section: libdevel
Architecture: any
Depends: libadplug-2.3.3-0 (= ${binary:Version}), ${misc:Depends}, libbinio-dev
Description: free AdLib sound library (development)
 AdPlug is a free, cross-platform, hardware independent AdLib sound player
 library, mainly written in C++ and released under the LGPL. AdPlug plays
 sound data, originally created for the AdLib (OPL2) and Sound Blaster
 (Dual OPL2/OPL3) audio boards, directly from its original format on top
 of an emulator or by using the real hardware. No OPL chip is required
 for playback.
 .
 This package contains the development files.
Package: adplug-utils
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: free AdLib sound library (utils)
 AdPlug is a free, cross-platform, hardware independent AdLib sound player
 library, mainly written in C++ and released under the LGPL. AdPlug plays
 sound data, originally created for the AdLib (OPL2) and Sound Blaster
 (Dual OPL2/OPL3) audio boards, directly from its original format on top
 of an emulator or by using the real hardware. No OPL chip is required
 for playback.
 .
 This package contains additional utilities.
 
     |