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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
|
Source: libgig
Section: devel
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders:
Paul Brossier <piem@debian.org>,
Free Ekanayaka <freee@debian.org>,
Alessio Treglia <alessio@debian.org>,
Jaromír Mikeš <mira.mikes@seznam.cz>
Build-Depends:
debhelper (>= 11~),
g++ (>= 4:5.1.1-20),
pkg-config,
libsndfile1-dev,
doxygen,
libtool,
uuid-dev,
automake,
Standards-Version: 4.1.3
Homepage: https://www.linuxsampler.org/libgig/
Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/libgig.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-multimedia/libgig.git
Package: libgig-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libgig8 (= ${binary:Version}),
libakai0 (= ${binary:Version}),
${misc:Depends}
Description: development files for libgig
libgig is a C++ library for loading, modifying and creating Gigasampler
files and DLS (Downloadable Sounds) Level 1/2 files.
.
Since the Gigasampler / GigaStudio and DLS formats are based ontop
of the binary RIFF container format, this library also provides
convenient access to RIFF files in general.
.
This package also contains a Linux/POSIX ported version of libakai,
which provides support for reading Akai formatted medias (CDRoms, HDs,
Zip disks).
Currently Akai S1000, S01, S2000 and S3000 series are supported.
.
This package contains the header files needed for development with
libgig. You will need this only if you intend to compile programs
that use this library.
Package: libgig8
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends}
Description: library for loading and modifying Gigasampler and DLS files
libgig is a C++ library for loading, modifying and creating Gigasampler
files and DLS (Downloadable Sounds) Level 1/2 files.
.
This package contains the shared library files.
Package: libakai0
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends}
Description: library for loading and modifying akai files
libakai is a C++ library for loading, modifying and creating
akai files.
.
This package contains the shared library files.
Package: gigtools
Section: utils
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: command line tools for Gigasampler and DLS Level 1/2 files
Raw file handling for audio sampler files based on DLS Level 1/2 and
Gigasampler.
These files are typically used in modern day audio waveform samplers.
This package contains the following command line tools:
.
gigdump:
Prints out the content of a .gig file.
gigextract:
Extracts samples from a .gig file.
dlsdump:
Prints out the content of a DLS file.
rifftree:
Prints out the RIFF tree of an arbitrary RIFF container file.
sf2dump:
Prints out the content of a .sf2 file.
sf2extract:
Extracts audio samples from a .sf2 file.
korgdump:
Prints out the content of KORG sound files (.KSF, .KMP).
korg2gig:
Converts KORG (.KSF, .KMP) sound files to GigaStudio (.gig) files.
akaidump:
Dump an AKAI media i.e. from a CDROM drive as disk image file to your HD.
akaiextract:
Extracts audio samples from an AKAI media or from an AKAI disk image file.
Package: libgig-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, libjs-jquery
Replaces: libgig-dev (<< 3.3.0-1)
Breaks: libgig-dev (<< 3.3.0-1)
Description: HTML documentation for libgig
libgig is a C++ library for loading, modifying and creating Gigasampler
files and DLS (Downloadable Sounds) Level 1/2 files.
.
This package contains exhaustive HTML documentation for the development with
libgig.
|