/[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 2543 by schoenebeck, Sat May 10 02:06:58 2014 UTC revision 2865 by schoenebeck, Wed Apr 6 17:49:03 2016 UTC
# Line 1  Line 1 
1  Source: libgig  Source: libgig
2  Section: devel  Section: devel
3  Priority: optional  Priority: optional
4  Maintainer: Matt Flax <flatmax@pgb.unsw.edu.au>  Maintainer: LinuxSampler Developers <linuxsampler-devel@lists.sourceforge.net>
5  Build-Depends: debhelper (>= 4.0.0), pkg-config, libsndfile1-dev, doxygen, uuid-dev  Build-Depends: debhelper (>= 4.0.0), pkg-config, libsndfile1-dev, doxygen, uuid-dev
6  Standards-Version: 3.7.2  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: libgig6 (= ${Source-Version})  Depends: libgig7 (= ${Source-Version})
12  Description: library for accessing Gigasampler, DLS, SoundFont and KORG files  Description: library for accessing Gigasampler, DLS, SoundFont, KORG, AKAI 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   GigaStudio (.gig) files, DLS (Downloadable Sounds) Level 1/2 files, SoundFont   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   version 2 (.sf2) and KORG sound files (.KMP and .KSF). These files are
# Line 19  Description: library for accessing Gigas Line 19  Description: library for accessing Gigas
19   binary RIFF container format, this library also provides convenient access to   binary RIFF container format, this library also provides convenient access to
20   RIFF files in general.   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://www.linuxsampler.org/libgig/   http://www.linuxsampler.org/libgig/
28   .   .
# Line 26  Description: library for accessing Gigas Line 30  Description: library for accessing Gigas
30   You will need this only if you intend to compile programs that use this   You will need this only if you intend to compile programs that use this
31   library.   library.
32    
33  Package: libgig6  Package: libgig7
34  Section: libs  Section: libs
35  Architecture: any  Architecture: any
36  Depends: ${shlibs:Depends}, ${misc:Depends}  Depends: ${shlibs:Depends}, ${misc:Depends}
37  Conflicts: libgig3c2, libgig  Conflicts: libgig6, libgig3c2, libgig
38  Replaces: libgig3c2, libgig  Replaces: libgig6, libgig3c2, libgig
39  Description: library for accessing Gigasampler, DLS, SoundFont and KORG files  Description: library for accessing Gigasampler, DLS, SoundFont, KORG, AKAI files
40   libgig is a C++ library for reading, modifying and creating Gigasampler /   libgig is a C++ library for reading, modifying and creating Gigasampler /
41   GigaStudio (.gig) files, DLS (Downloadable Sounds) Level 1/2 files, SoundFont   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   version 2 (.sf2) files and KORG sound files (.KMP and .KSF). These files are
# Line 42  Description: library for accessing Gigas Line 46  Description: library for accessing Gigas
46   binary RIFF container format, this library also provides convenient access to   binary RIFF container format, this library also provides convenient access to
47   RIFF files in general.   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://www.linuxsampler.org/libgig/   http://www.linuxsampler.org/libgig/
55    
# Line 49  Package: gigtools Line 57  Package: gigtools
57  Section: utils  Section: utils
58  Architecture: any  Architecture: any
59  Depends: ${shlibs:Depends}, ${misc:Depends}  Depends: ${shlibs:Depends}, ${misc:Depends}
60  Description: command line tools for Gigasampler, SF2, DLS and KORG 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,   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   Gigasampler / GigaStudio, SoundFont version 2 and KORG sound format (.KSF and
63   .KMP). These files are typically used in modern day audio waveform samplers   .KMP). These files are typically used in modern day audio waveform samplers
64   and synthesizer keyboards.   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:
# Line 65  Description: command line tools for Giga Line 76  Description: command line tools for Giga
76     Combines multiple .gig files to one .gig file.     Combines multiple .gig files to one .gig file.
77   gig2mono:   gig2mono:
78     Converts .gig files from stereo to mono.     Converts .gig files from stereo to mono.
79     gig2stereo:
80       Converts .gig files to true interleaved stereo sounds.
81   dlsdump:   dlsdump:
82     Prints out the content of a DLS file.     Prints out the content of a DLS file.
83   rifftree:   rifftree:
84     Prints out the RIFF tree of an arbitrary RIFF container file.     Prints out the RIFF tree of an arbitrary RIFF container file.
85   sf2dump:   sf2dump:
86     Prints out the content of a .sf2 file.     Prints out the content of a .sf2 file.
87     sf2extract:
88       Extracts audio samples from a .sf2 file.
89   korgdump:   korgdump:
90     Prints out the content of KORG sound files (.KSF, .KMP).     Prints out the content of KORG sound files (.KSF, .KMP).
91   korg2gig:   korg2gig:
92     Converts KORG (.KSF, .KMP) sound files to GigaStudio (.gig) files.     Converts KORG (.KSF, .KMP) sound files to GigaStudio (.gig) files.
93     akaidump:
94       Dump an AKAI media i.e. from a CDROM drive as disk image file to your HD.
95     akaiextract:
96       Extracts audio samples from an AKAI media or from an AKAI disk image file.

Legend:
Removed from v.2543  
changed lines
  Added in v.2865

  ViewVC Help
Powered by ViewVC