/[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 2784 by schoenebeck, Thu May 22 12:14:04 2014 UTC revision 2785 by schoenebeck, Tue Jul 14 13:19:11 2015 UTC
# Line 8  Standards-Version: 3.7.2 Line 8  Standards-Version: 3.7.2
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, KORG, AKAI 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
# Line 30  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, KORG, AKAI 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
# Line 76  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:

Legend:
Removed from v.2784  
changed lines
  Added in v.2785

  ViewVC Help
Powered by ViewVC