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

Diff of /libgig/trunk/debian/control

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2494 by schoenebeck, Tue Dec 31 01:06:52 2013 UTC revision 2495 by schoenebeck, Wed Jan 1 23:14:59 2014 UTC
# Line 9  Package: libgig-dev Line 9  Package: libgig-dev
9  Section: libdevel  Section: libdevel
10  Architecture: any  Architecture: any
11  Depends: libgig6 (= ${Source-Version})  Depends: libgig6 (= ${Source-Version})
12  Description: library for reading and modifying Gigasampler and DLS files  Description: library for accessing Gigasampler, DLS and SoundFont files
13   libgig is a C++ library for reading, modifying and creating Gigasampler   libgig is a C++ library for reading, modifying and creating Gigasampler /
14   files and DLS (Downloadable Sounds) Level 1/2 files.   GigaStudio (.gig) files, DLS (Downloadable Sounds) Level 1/2 files and
15     SoundFont version 2 (.sf2) files. These files are typically used in modern day
16     audio waveform samplers.
17     .
18     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   For more information visit   For more information visit
23   http://www.linuxsampler.org/libgig/   http://www.linuxsampler.org/libgig/
24   .   .
25   This package contains the header files needed for   This package contains the header files needed for development with libgig.
26   development with libgig. You will need this only if you   You will need this only if you intend to compile programs that use this
27   intend to compile programs that use this library.   library.
28    
29  Package: libgig6  Package: libgig6
30  Section: libs  Section: libs
# Line 26  Architecture: any Line 32  Architecture: any
32  Depends: ${shlibs:Depends}, ${misc:Depends}  Depends: ${shlibs:Depends}, ${misc:Depends}
33  Conflicts: libgig3c2, libgig  Conflicts: libgig3c2, libgig
34  Replaces: libgig3c2, libgig  Replaces: libgig3c2, libgig
35  Description: library for reading and modifying Gigasampler and DLS files  Description: library for accessing Gigasampler DLS and SoundFont files
36   libgig is a C++ library for reading, modifying and creating Gigasampler   libgig is a C++ library for reading, modifying and creating Gigasampler /
37   files and DLS (Downloadable Sounds) Level 1/2 files.   GigaStudio (.gig) files, DLS (Downloadable Sounds) Level 1/2 files and
38     SoundFont version 2 (.sf2) files. These files are typically used in modern day
39     audio waveform samplers.
40     .
41     Since the Gigasampler / GigaStudio and DLS formats are based ontop of the
42     binary RIFF container format, this library also provides convenient access to
43     RIFF files in general.
44   .   .
45   For more information visit   For more information visit
46   http://www.linuxsampler.org/libgig/   http://www.linuxsampler.org/libgig/
# Line 37  Package: gigtools Line 49  Package: gigtools
49  Section: utils  Section: utils
50  Architecture: any  Architecture: any
51  Depends: ${shlibs:Depends}, ${misc:Depends}  Depends: ${shlibs:Depends}, ${misc:Depends}
52  Description: command line tools for Gigasampler and DLS Level 1/2 files  Description: command line tools for Gigasampler, SF2 and DLS Level 1/2 files
53   Raw file handling for audio sampler files based on DLS Level 1/2 and   Raw file handling for audio sampler files based on either DLS Level 1/2,
54   Gigasampler.   Gigasampler / GigaStudio or SoundFont version 2. These files are typically
55   These files are typically used in modern day audio waveform samplers.   used in modern day audio waveform samplers.
56     .
57   This package contains the following command line tools:   This package contains the following command line tools:
58   .   .
59   gigdump:   gigdump:
60     Prints out the content of a .gig file.     Prints out the content of a .gig file.
61   gigextract:   gigextract:
62     Extracts samples from a .gig file.     Extracts audio samples from a .gig file.
63   gigmerge:   gigmerge:
64     Combines multiple .gig files to one .gig file.     Combines multiple .gig files to one .gig file.
65   gig2mono:   gig2mono:
66     Converts gig files from stereo to mono.     Converts .gig files from stereo to mono.
67   dlsdump:   dlsdump:
68     Prints out the content of a DLS file.     Prints out the content of a DLS file.
69   rifftree:   rifftree:
70     Prints out the RIFF tree of an arbitrary RIFF file.     Prints out the RIFF tree of an arbitrary RIFF container file.
71     sf2dump:
72       Prints out the content of a .sf2 file.
73    

Legend:
Removed from v.2494  
changed lines
  Added in v.2495

  ViewVC Help
Powered by ViewVC