File: control

package info (click to toggle)
aconnectgui 0.9.0rc2-1-11
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 320 kB
  • sloc: cpp: 1,232; makefile: 26
file content (29 lines) | stat: -rw-r--r-- 1,209 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: aconnectgui
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders: Paul Brossier <piem@debian.org>
Section: sound
Priority: optional
Build-Depends: debhelper-compat (= 13),
               docbook-to-man,
               libfltk1.3-dev,
               libasound2-dev
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/multimedia-team/aconnectgui
Vcs-Git: https://salsa.debian.org/multimedia-team/aconnectgui.git
Homepage: https://github.com/radiganm/aconnectgui
Rules-Requires-Root: no

Package: aconnectgui
Architecture: linux-any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: graphical ALSA sequencer connection manager
 aconnectgui is a graphical utility to connect and disconnect two existing
 ports on ALSA sequencer system. The ports with the arbitrary subscription
 permission, such as created by aseqview, can be connected to any (MIDI) device
 ports.
 .
 aconnectgui is a frontend for aconnect, written directly on top of the
 aconnect source, leaving the original source intact, only adding a couple of
 ifdefs, and some calls to the gui part. It provides exactly the same
 functionality, but with a graphical user interface.