/[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 190 by schoenebeck, Thu Jul 8 21:34:46 2004 UTC revision 572 by flax, Tue May 24 01:46:20 2005 UTC
# Line 1  Line 1 
1  Source: libgig  Source: libgig
2  Section: devel  Section: devel
3  Priority: optional  Priority: optional
4  Maintainer: Christian Schoenebeck <cuse@users.sourceforge.net>  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
6  Standards-Version: 3.6.1  Standards-Version: 3.6.1
7    
8  Package: libgig-dev  Package: libgig-dev
9  Section: libdevel  Section: libdevel
10  Architecture: any  Architecture: any
11  Depends: libgig (= ${Source-Version})  Depends: libgig (= ${Source-Version})
12  Description: Library for loading Gigasampler files and DLS Level 1/2 files  Description: library for loading Gigasampler files and DLS Level 1/2 files
13   libgig is a C++ library for loading Gigasampler files and   libgig is a C++ library for loading Gigasampler files and
14   DLS (Downloadable Sounds) Level 1/2 files.   DLS (Downloadable Sounds) Level 1/2 files.
15   .   .
# Line 24  Package: libgig Line 24  Package: libgig
24  Section: libs  Section: libs
25  Architecture: any  Architecture: any
26  Depends: ${shlibs:Depends}, ${misc:Depends}  Depends: ${shlibs:Depends}, ${misc:Depends}
27  Description: Library for loading Gigasampler files and DLS Level 1/2 files  Description: library for loading Gigasampler files and DLS Level 1/2 files
28   libgig is a C++ library for loading Gigasampler files and   libgig is a C++ library for loading Gigasampler files and
29   DLS (Downloadable Sounds) Level 1/2 files.   DLS (Downloadable Sounds) Level 1/2 files.
30   .   .
# Line 34  Description: Library for loading Gigasam Line 34  Description: Library for loading Gigasam
34  Package: gigtools  Package: gigtools
35  Section: utils  Section: utils
36  Architecture: any  Architecture: any
37  Depends: ${shlibs:Depends}, ${misc:Depends}, libaudiofile0 (>= 0.2.3)  Depends: ${shlibs:Depends}, ${misc:Depends}
38  Description: Command line tools for Gigasampler and DLS Level 1/2 files  Description: command line tools for Gigasampler and DLS Level 1/2 files
39     Raw file handling for audio sampler files based on DLS Level 1/2 and
40     Gigasampler.
41     These files are typically used in modern day audio waveform samplers.
42   This package contains the following command line tools:   This package contains the following command line tools:
43   .   .
44   * gigdump:   gigdump:
45     Prints out the content of a .gig file.     Prints out the content of a .gig file.
46   * gigextract:   gigextract:
47     Extracts samples from a .gig file.     Extracts samples from a .gig file.
48   * dlsdump:   dlsdump:
49     Prints out the content of a DLS file.     Prints out the content of a DLS file.
50   * rifftree:   rifftree:
51     Prints out the RIFF tree of an arbitrary RIFF file.     Prints out the RIFF tree of an arbitrary RIFF file.
52    

Legend:
Removed from v.190  
changed lines
  Added in v.572

  ViewVC Help
Powered by ViewVC