root/trunk/debian/control

Revision 226, 2.4 KB (checked in by ath, 4 years ago)

Add the toplevel Debian package information directory.

Line 
1Source: freemix
2Section: unknown
3Priority: optional
4Maintainer: Alberto Botti <alberto.botti@yoda2000.net>
5Build-Depends: cdbs, debhelper (>= 4.1.0), libasound2-dev,
6 libsamplerate0-dev, libjack0.100.0-dev, libgstreamer0.10-dev,
7 libgstreamer-plugins-base0.10-dev
8Standards-Version: 3.7.2
9Version: 0.1-223
10
11Package: freemix
12Section: unknown
13Architecture: any
14Depends: librgc, fm-server, fm-gui
15Description: The RGC interprocess communication library
16 The FreeMix project aims to produce a series of programs for realtime audio
17 mixing and editing, suitable for live performance. Its structure is heavily
18 influenced by GDAM (the Geoff & Dave's Audio Mixer).
19
20Package: librgc-dev
21Section: libdevel
22Architecture: any
23Depends: librgc (= ${Source-Version}), libglib2.0-dev, ${shlibs:Depends}
24Description: The RGC library (development files)
25 RGC is an object-oriented library based on GLib which handles RPC communications
26 between a server and one or more clients, on local or remote machines. It uses
27 a simple binary protocol, RBP, to achieve good performance and low overhead
28 (the critical parts of the library are RT-safe). On the server side it can
29 support other protocols (as OSC and D-BUS) to better integrate with existing
30 programs.
31
32Package: librgc
33Section: libs
34Architecture: any
35Depends: ${shlibs:Depends}, ${misc:Depends}
36Description: The RGC interprocess communication library
37 RGC is an object-oriented library based on GLib which handles RPC communications
38 between a server and one or more clients, on local or remote machines. It uses
39 a simple binary protocol, RBP, to achieve good performance and low overhead
40 (the critical parts of the library are RT-safe). On the server side it can
41 support other protocols (as OSC and D-BUS) to better integrate with existing
42 programs.
43
44Package: fm-server
45Architecture: any
46Depends: ${shlibs:Depends}, ${misc:Depends}, librgc, libasound2, libsamplerate0,
47 libjack0.100.0-0, libgstreamer0.10-0, libgstreamer-plugins-base0.10-0
48Description: The FreeMix Server
49 The fm_server is the heart of FreeMix, as it handles audio stream and
50 applies effects to them. It's built on RGC and it has a completely
51 object-based architecture.
52
53Package: fm-gui
54Architecture: any
55Depends: ${shlibs:Depends}, ${misc:Depends}, librgc, libgtk2.0-0, libglade2-0
56Description: The FreeMix graphical user interace
57 fm_gui is the default graphical interface used with FreeMix.
Note: See TracBrowser for help on using the browser.