/[svn]/libgig/trunk/debian/control
ViewVC logotype

Annotation of /libgig/trunk/debian/control

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4076 - (hide annotations) (download)
Fri Jan 26 15:59:01 2024 UTC (2 months, 3 weeks ago) by schoenebeck
File size: 4026 byte(s)
* Preparations for new release (4.4.0).
1 schoenebeck 186 Source: libgig
2     Section: devel
3     Priority: optional
4 schoenebeck 2865 Maintainer: LinuxSampler Developers <linuxsampler-devel@lists.sourceforge.net>
5 schoenebeck 1299 Build-Depends: debhelper (>= 4.0.0), pkg-config, libsndfile1-dev, doxygen, uuid-dev
6 schoenebeck 3351 Standards-Version: 4.0.0
7 schoenebeck 186
8     Package: libgig-dev
9     Section: libdevel
10     Architecture: any
11 schoenebeck 4076 Depends: libgig11 (= ${source:Version})
12 schoenebeck 3524 Description: library for accessing GigaStudio, DLS, SoundFont, KORG, AKAI files
13 schoenebeck 2495 libgig is a C++ library for reading, modifying and creating Gigasampler /
14 schoenebeck 2543 GigaStudio (.gig) files, DLS (Downloadable Sounds) Level 1/2 files, SoundFont
15     version 2 (.sf2) and KORG sound files (.KMP and .KSF). These files are
16     typically used in modern day audio waveform samplers and synthesizer keyboards.
17 schoenebeck 186 .
18 schoenebeck 2495 Since the Gigasampler / GigaStudio and DLS formats are based ontop of the
19     binary RIFF container format, this library also provides convenient access to
20     RIFF files in general.
21     .
22 schoenebeck 2572 This package also contains a Linux/POSIX ported version of libakai, which
23     provides support for reading Akai formated medias (CDRoms, HDs, Zip disks).
24     Currently Akai S1000, S01, S2000 and S3000 series are supported.
25     .
26 schoenebeck 186 For more information visit
27 schoenebeck 1406 http://www.linuxsampler.org/libgig/
28 schoenebeck 186 .
29 schoenebeck 2495 This package contains the header files needed for development with libgig.
30     You will need this only if you intend to compile programs that use this
31     library.
32 schoenebeck 186
33 schoenebeck 4076 Package: libgig11
34 schoenebeck 186 Section: libs
35     Architecture: any
36     Depends: ${shlibs:Depends}, ${misc:Depends}
37 schoenebeck 4076 Conflicts: libgig10, libgig9, libgig8, libgig7, libgig6, libgig3c2, libgig
38     Replaces: libgig10, libgig9, libgig8, libgig7, libgig6, libgig3c2, libgig
39 schoenebeck 3524 Description: library for accessing GigaStudio, DLS, SoundFont, KORG, AKAI files
40 schoenebeck 2495 libgig is a C++ library for reading, modifying and creating Gigasampler /
41 schoenebeck 2543 GigaStudio (.gig) files, DLS (Downloadable Sounds) Level 1/2 files, SoundFont
42     version 2 (.sf2) files and KORG sound files (.KMP and .KSF). These files are
43     typically used in modern day audio waveform samplers and synthesizer keyboards.
44 schoenebeck 186 .
45 schoenebeck 2495 Since the Gigasampler / GigaStudio and DLS formats are based ontop of the
46     binary RIFF container format, this library also provides convenient access to
47     RIFF files in general.
48     .
49 schoenebeck 2572 This package also contains a Linux/POSIX ported version of libakai, which
50     provides support for reading Akai formated medias (CDRoms, HDs, Zip disks).
51     Currently Akai S1000, S01, S2000 and S3000 series are supported.
52     .
53 schoenebeck 186 For more information visit
54 schoenebeck 1406 http://www.linuxsampler.org/libgig/
55 schoenebeck 186
56     Package: gigtools
57     Section: utils
58     Architecture: any
59 schoenebeck 547 Depends: ${shlibs:Depends}, ${misc:Depends}
60 schoenebeck 3524 Description: command line tools for GigaStudio, SF2, DLS, KORG and AKAI files
61 schoenebeck 2495 Raw file handling for audio sampler files based on either DLS Level 1/2,
62 schoenebeck 2543 Gigasampler / GigaStudio, SoundFont version 2 and KORG sound format (.KSF and
63     .KMP). These files are typically used in modern day audio waveform samplers
64     and synthesizer keyboards.
65 schoenebeck 2495 .
66 schoenebeck 2572 There are also tools for reading Akai formated medias (CDRoms, HDs, Zip disks).
67     Currently Akai S1000, S01, S2000 and S3000 series are supported.
68     .
69 schoenebeck 186 This package contains the following command line tools:
70     .
71 flax 440 gigdump:
72 schoenebeck 186 Prints out the content of a .gig file.
73 flax 440 gigextract:
74 schoenebeck 2495 Extracts audio samples from a .gig file.
75 schoenebeck 2486 gigmerge:
76     Combines multiple .gig files to one .gig file.
77     gig2mono:
78 schoenebeck 2495 Converts .gig files from stereo to mono.
79 schoenebeck 2785 gig2stereo:
80     Converts .gig files to true interleaved stereo sounds.
81 schoenebeck 3984 wav2gig:
82     Creates .gig file from a set of .wav files.
83 flax 440 dlsdump:
84 schoenebeck 186 Prints out the content of a DLS file.
85 flax 440 rifftree:
86 schoenebeck 2495 Prints out the RIFF tree of an arbitrary RIFF container file.
87     sf2dump:
88     Prints out the content of a .sf2 file.
89 schoenebeck 2785 sf2extract:
90     Extracts audio samples from a .sf2 file.
91 schoenebeck 2543 korgdump:
92     Prints out the content of KORG sound files (.KSF, .KMP).
93     korg2gig:
94     Converts KORG (.KSF, .KMP) sound files to GigaStudio (.gig) files.
95 schoenebeck 2572 akaidump:
96     Dump an AKAI media i.e. from a CDROM drive as disk image file to your HD.
97     akaiextract:
98     Extracts audio samples from an AKAI media or from an AKAI disk image file.

  ViewVC Help
Powered by ViewVC