/[svn]/libgig/trunk/debian/control
ViewVC logotype

Annotation of /libgig/trunk/debian/control

Parent Directory Parent Directory | Revision Log Revision Log


Revision 854 - (hide annotations) (download)
Fri Apr 28 17:51:27 2006 UTC (17 years, 11 months ago) by schoenebeck
File size: 1724 byte(s)
* preparations for release 3.0.0

1 schoenebeck 186 Source: libgig
2     Section: devel
3     Priority: optional
4 flax 440 Maintainer: Matt Flax <flatmax@pgb.unsw.edu.au>
5 flax 572 Build-Depends: debhelper (>= 4.0.0), pkg-config, libsndfile1-dev, doxygen
6 schoenebeck 190 Standards-Version: 3.6.1
7 schoenebeck 186
8     Package: libgig-dev
9     Section: libdevel
10     Architecture: any
11     Depends: libgig (= ${Source-Version})
12 schoenebeck 854 Description: library for loading and modifying Gigasampler and DLS files
13     libgig is a C++ library for loading, modifying and creating Gigasampler
14     files and DLS (Downloadable Sounds) Level 1/2 files.
15 schoenebeck 186 .
16     For more information visit
17     http://stud.fh-heilbronn.de/~cschoene/projects/libgig/
18     .
19     This package contains the header files needed for
20     development with libgig. You will need this only if you
21     intend to compile programs that use this library.
22    
23     Package: libgig
24     Section: libs
25     Architecture: any
26     Depends: ${shlibs:Depends}, ${misc:Depends}
27 schoenebeck 854 Description: library for loading and modifying Gigasampler and DLS files
28     libgig is a C++ library for loading, modifying and creating Gigasampler
29     files and DLS (Downloadable Sounds) Level 1/2 files.
30 schoenebeck 186 .
31     For more information visit
32     http://stud.fh-heilbronn.de/~cschoene/projects/libgig/
33    
34     Package: gigtools
35     Section: utils
36     Architecture: any
37 schoenebeck 547 Depends: ${shlibs:Depends}, ${misc:Depends}
38 flax 440 Description: command line tools for Gigasampler and DLS Level 1/2 files
39 flax 572 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 schoenebeck 186 This package contains the following command line tools:
43     .
44 flax 440 gigdump:
45 schoenebeck 186 Prints out the content of a .gig file.
46 flax 440 gigextract:
47 schoenebeck 186 Extracts samples from a .gig file.
48 flax 440 dlsdump:
49 schoenebeck 186 Prints out the content of a DLS file.
50 flax 440 rifftree:
51 schoenebeck 186 Prints out the RIFF tree of an arbitrary RIFF file.
52    

  ViewVC Help
Powered by ViewVC