/[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 1953 by schoenebeck, Thu Jul 30 08:16:02 2009 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, 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 reading and modifying Gigasampler and DLS 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.   files and DLS (Downloadable Sounds) Level 1/2 files.
15   .   .
16   For more information visit   For more information visit
17   http://stud.fh-heilbronn.de/~cschoene/projects/libgig/   http://www.linuxsampler.org/libgig/
18   .   .
19   This package contains the header files needed for   This package contains the header files needed for
20   development with libgig. You will need this only if you   development with libgig. You will need this only if you
21   intend to compile programs that use this library.   intend to compile programs that use this library.
22    
23  Package: libgig  Package: libgig6
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  Conflicts: libgig3c2, libgig
28   libgig is a C++ library for loading Gigasampler files and  Replaces: libgig3c2, libgig
29   DLS (Downloadable Sounds) Level 1/2 files.  Description: library for reading and modifying Gigasampler and DLS files
30     libgig is a C++ library for reading, modifying and creating Gigasampler
31     files and DLS (Downloadable Sounds) Level 1/2 files.
32   .   .
33   For more information visit   For more information visit
34   http://stud.fh-heilbronn.de/~cschoene/projects/libgig/   http://www.linuxsampler.org/libgig/
35    
36  Package: gigtools  Package: gigtools
37  Section: utils  Section: utils
38  Architecture: any  Architecture: any
39  Depends: ${shlibs:Depends}, ${misc:Depends}, libaudiofile0 (>= 0.2.3)  Depends: ${shlibs:Depends}, ${misc:Depends}
40  Description: Command line tools for Gigasampler and DLS Level 1/2 files  Description: command line tools for Gigasampler and DLS Level 1/2 files
41     Raw file handling for audio sampler files based on DLS Level 1/2 and
42     Gigasampler.
43     These files are typically used in modern day audio waveform samplers.
44   This package contains the following command line tools:   This package contains the following command line tools:
45   .   .
46   * gigdump:   gigdump:
47     Prints out the content of a .gig file.     Prints out the content of a .gig file.
48   * gigextract:   gigextract:
49     Extracts samples from a .gig file.     Extracts samples from a .gig file.
50   * dlsdump:   dlsdump:
51     Prints out the content of a DLS file.     Prints out the content of a DLS file.
52   * rifftree:   rifftree:
53     Prints out the RIFF tree of an arbitrary RIFF file.     Prints out the RIFF tree of an arbitrary RIFF file.
54    

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

  ViewVC Help
Powered by ViewVC