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

Annotation of /libgig/trunk/debian/control

Parent Directory Parent Directory | Revision Log Revision Log


Revision 186 - (hide annotations) (download)
Wed Jul 7 12:03:54 2004 UTC (19 years, 9 months ago) by schoenebeck
File size: 1510 byte(s)
* added support for generating Debian packages
* version of shared library can be set in configure.in

1 schoenebeck 186 Source: libgig
2     Section: devel
3     Priority: optional
4     Maintainer: Christian Schoenebeck <cuse@users.sourceforge.net>
5     Build-Depends: debhelper (>= 4.0.0)
6     Standards-Version: 3.6.0
7    
8     Package: libgig-dev
9     Section: libdevel
10     Architecture: any
11     Depends: libgig (= ${Source-Version})
12     Description: Library for loading Gigasampler files and DLS Level 1/2 files
13     libgig is a C++ library for loading Gigasampler files and
14     DLS (Downloadable Sounds) Level 1/2 files.
15     .
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     Description: Library for loading Gigasampler files and DLS Level 1/2 files
28     libgig is a C++ library for loading Gigasampler files and
29     DLS (Downloadable Sounds) Level 1/2 files.
30     .
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     Depends: ${shlibs:Depends}, ${misc:Depends}
38     Description: Command line tools for Gigasampler and DLS Level 1/2 files
39     This package contains the following command line tools:
40     .
41     * gigdump:
42     Prints out the content of a .gig file.
43     * gigextract:
44     Extracts samples from a .gig file.
45     * dlsdump:
46     Prints out the content of a DLS file.
47     * rifftree:
48     Prints out the RIFF tree of an arbitrary RIFF file.
49    

  ViewVC Help
Powered by ViewVC