/[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 1406 by schoenebeck, Fri Oct 12 12:05:15 2007 UTC revision 2486 by schoenebeck, Tue Dec 31 01:06:52 2013 UTC
# Line 3  Section: devel Line 3  Section: devel
3  Priority: optional  Priority: optional
4  Maintainer: Matt Flax <flatmax@pgb.unsw.edu.au>  Maintainer: Matt Flax <flatmax@pgb.unsw.edu.au>
5  Build-Depends: debhelper (>= 4.0.0), pkg-config, libsndfile1-dev, doxygen, uuid-dev  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 reading and modifying Gigasampler and DLS files  Description: library for reading and modifying Gigasampler and DLS files
13   libgig is a C++ library for reading, modifying and creating Gigasampler   libgig is a C++ library for reading, modifying and creating Gigasampler
14   files and DLS (Downloadable Sounds) Level 1/2 files.   files and DLS (Downloadable Sounds) Level 1/2 files.
# Line 20  Description: library for reading and mod Line 20  Description: library for reading and mod
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    Conflicts: libgig3c2, libgig
28    Replaces: libgig3c2, libgig
29  Description: library for reading and modifying Gigasampler and DLS files  Description: library for reading and modifying Gigasampler and DLS files
30   libgig is a C++ library for reading, modifying and creating Gigasampler   libgig is a C++ library for reading, modifying and creating Gigasampler
31   files and DLS (Downloadable Sounds) Level 1/2 files.   files and DLS (Downloadable Sounds) Level 1/2 files.
# Line 45  Description: command line tools for Giga Line 47  Description: command line tools for Giga
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     gigmerge:
51       Combines multiple .gig files to one .gig file.
52     gig2mono:
53       Converts gig files from stereo to mono.
54   dlsdump:   dlsdump:
55     Prints out the content of a DLS file.     Prints out the content of a DLS file.
56   rifftree:   rifftree:

Legend:
Removed from v.1406  
changed lines
  Added in v.2486

  ViewVC Help
Powered by ViewVC