/[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 440 by flax, Thu Mar 10 05:53:20 2005 UTC revision 2572 by schoenebeck, Thu May 22 12:14:04 2014 UTC
# Line 2  Source: libgig Line 2  Source: libgig
2  Section: devel  Section: devel
3  Priority: optional  Priority: optional
4  Maintainer: Matt Flax <flatmax@pgb.unsw.edu.au>  Maintainer: Matt Flax <flatmax@pgb.unsw.edu.au>
5  Build-Depends: debhelper (>= 4.0.0)  Build-Depends: debhelper (>= 4.0.0), pkg-config, libsndfile1-dev, doxygen, uuid-dev
6  Standards-Version: 3.6.1  Standards-Version: 3.7.2
7    
8  Package: libgig-dev  Package: libgig-dev
9  Section: libdevel  Section: libdevel
10  Architecture: any  Architecture: any
11  Depends: libgig (= ${Source-Version})  Depends: libgig6 (= ${Source-Version})
12  Description: library for loading Gigasampler files and DLS Level 1/2 files  Description: library for accessing Gigasampler, DLS, SoundFont, KORG, AKAI files
13   libgig is a C++ library for loading Gigasampler files and   libgig is a C++ library for reading, modifying and creating Gigasampler /
14   DLS (Downloadable Sounds) Level 1/2 files.   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     .
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     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   For more information visit   For more information visit
27   http://stud.fh-heilbronn.de/~cschoene/projects/libgig/   http://www.linuxsampler.org/libgig/
28   .   .
29   This package contains the header files needed for   This package contains the header files needed for development with libgig.
30   development with libgig. You will need this only if you   You will need this only if you intend to compile programs that use this
31   intend to compile programs that use this library.   library.
32    
33  Package: libgig  Package: libgig6
34  Section: libs  Section: libs
35  Architecture: any  Architecture: any
36  Depends: ${shlibs:Depends}, ${misc:Depends}  Depends: ${shlibs:Depends}, ${misc:Depends}
37  Description: library for loading Gigasampler files and DLS Level 1/2 files  Conflicts: libgig3c2, libgig
38   libgig is a C++ library for loading Gigasampler files and  Replaces: libgig3c2, libgig
39   DLS (Downloadable Sounds) Level 1/2 files.  Description: library for accessing Gigasampler, DLS, SoundFont, KORG, AKAI files
40     libgig is a C++ library for reading, modifying and creating Gigasampler /
41     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     .
45     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     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   For more information visit   For more information visit
54   http://stud.fh-heilbronn.de/~cschoene/projects/libgig/   http://www.linuxsampler.org/libgig/
55    
56  Package: gigtools  Package: gigtools
57  Section: utils  Section: utils
58  Architecture: any  Architecture: any
59  Depends: ${shlibs:Depends}, ${misc:Depends}, libaudiofile0 (>= 0.2.3)  Depends: ${shlibs:Depends}, ${misc:Depends}
60  Description: command line tools for Gigasampler and DLS Level 1/2 files  Description: command line tools for Gigasampler, SF2, DLS, KORG and AKAI files
61     Raw file handling for audio sampler files based on either DLS Level 1/2,
62     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     .
66     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   This package contains the following command line tools:   This package contains the following command line tools:
70   .   .
71   gigdump:   gigdump:
72     Prints out the content of a .gig file.     Prints out the content of a .gig file.
73   gigextract:   gigextract:
74     Extracts samples from a .gig file.     Extracts audio samples from a .gig file.
75     gigmerge:
76       Combines multiple .gig files to one .gig file.
77     gig2mono:
78       Converts .gig files from stereo to mono.
79   dlsdump:   dlsdump:
80     Prints out the content of a DLS file.     Prints out the content of a DLS file.
81   rifftree:   rifftree:
82     Prints out the RIFF tree of an arbitrary RIFF file.     Prints out the RIFF tree of an arbitrary RIFF container file.
83     sf2dump:
84       Prints out the content of a .sf2 file.
85     korgdump:
86       Prints out the content of KORG sound files (.KSF, .KMP).
87     korg2gig:
88       Converts KORG (.KSF, .KMP) sound files to GigaStudio (.gig) files.
89     akaidump:
90       Dump an AKAI media i.e. from a CDROM drive as disk image file to your HD.
91     akaiextract:
92       Extracts audio samples from an AKAI media or from an AKAI disk image file.

Legend:
Removed from v.440  
changed lines
  Added in v.2572

  ViewVC Help
Powered by ViewVC