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

Annotation of /libgig/trunk/debian/control

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1953 - (hide annotations) (download)
Thu Jul 30 08:16:02 2009 UTC (14 years, 8 months ago) by schoenebeck
File size: 1755 byte(s)
* preparations for release 3.3.0

1 schoenebeck 186 Source: libgig
2     Section: devel
3     Priority: optional
4 flax 440 Maintainer: Matt Flax <flatmax@pgb.unsw.edu.au>
5 schoenebeck 1299 Build-Depends: debhelper (>= 4.0.0), pkg-config, libsndfile1-dev, doxygen, uuid-dev
6 schoenebeck 1953 Standards-Version: 3.7.2
7 schoenebeck 186
8     Package: libgig-dev
9     Section: libdevel
10     Architecture: any
11 schoenebeck 1953 Depends: libgig6 (= ${Source-Version})
12 schoenebeck 1299 Description: library for reading and modifying Gigasampler and DLS files
13     libgig is a C++ library for reading, modifying and creating Gigasampler
14 schoenebeck 854 files and DLS (Downloadable Sounds) Level 1/2 files.
15 schoenebeck 186 .
16     For more information visit
17 schoenebeck 1406 http://www.linuxsampler.org/libgig/
18 schoenebeck 186 .
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 schoenebeck 1953 Package: libgig6
24 schoenebeck 186 Section: libs
25     Architecture: any
26     Depends: ${shlibs:Depends}, ${misc:Depends}
27 schoenebeck 1953 Conflicts: libgig3c2, libgig
28     Replaces: libgig3c2, libgig
29 schoenebeck 1299 Description: library for reading and modifying Gigasampler and DLS files
30     libgig is a C++ library for reading, modifying and creating Gigasampler
31 schoenebeck 854 files and DLS (Downloadable Sounds) Level 1/2 files.
32 schoenebeck 186 .
33     For more information visit
34 schoenebeck 1406 http://www.linuxsampler.org/libgig/
35 schoenebeck 186
36     Package: gigtools
37     Section: utils
38     Architecture: any
39 schoenebeck 547 Depends: ${shlibs:Depends}, ${misc:Depends}
40 flax 440 Description: command line tools for Gigasampler and DLS Level 1/2 files
41 flax 572 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 schoenebeck 186 This package contains the following command line tools:
45     .
46 flax 440 gigdump:
47 schoenebeck 186 Prints out the content of a .gig file.
48 flax 440 gigextract:
49 schoenebeck 186 Extracts samples from a .gig file.
50 flax 440 dlsdump:
51 schoenebeck 186 Prints out the content of a DLS file.
52 flax 440 rifftree:
53 schoenebeck 186 Prints out the RIFF tree of an arbitrary RIFF file.
54    

  ViewVC Help
Powered by ViewVC