File: AgsAudio.conf.in

package info (click to toggle)
gsequencer 8.2.9-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 74,272 kB
  • sloc: ansic: 1,195,333; xml: 31,048; cpp: 9,749; sh: 5,798; makefile: 4,024; perl: 536; sed: 16; python: 11
file content (35 lines) | stat: -rw-r--r-- 995 bytes parent folder | download | duplicates (3)
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
30
31
32
33
34
35
[library]
version = "@VERSION@"
description = "Advanced Gtk+ Sequencer Audio"
authors = "AGS Development Team"
license = "GPL-3-or-later"
browse_url = "https://git.savannah.nongnu.org/cgit/gsequencer.git"
repository_url = "https://git.savannah.nongnu.org/cgit/gsequencer.git"
website_url = "https://nongnu.org/gsequencer"
logo_url = "ags.svg"
dependencies = [
  "GObject-2.0",
  "Libsoup-3.0",
  "Ags-5.0",
]
devhelp = true
search_index = true

[source-location]
# The base URL for the web UI
base_url = "https://git.savannah.nongnu.org/cgit/gsequencer.git/tree"

[dependencies."GObject-2.0"]
name = "GObject"
description = "The base type system library"
docs_url = "https://docs.gtk.org/gobject/"

[dependencies."Libsoup-3.0"]
name = "Libsoup"
description = "HTTP client/server library for GNOME"
docs_url = "https://libsoup.gnome.org/libsoup-3.0/index.html"

[dependencies."Ags-5.0"]
name = "Ags"
description = "Advanced Gtk+ Sequencer"
docs_url = "https://nongnu.org/gsequencer/docs/Ags-5.0"