aboutsummaryrefslogtreecommitdiffstats
path: root/media-sound/zrythm/metadata.xml
blob: 8edf88a2943b8caa3419714c09fb357f2a0999c6 (plain) (blame)
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="person">
    <name>la ninpre</name>
    <email>aaoth@aaoth.xyz</email>
  </maintainer>
  <longdescription>
    Zrythm is a digital audio workstation designed to be featureful and
    easy to use. It offers streamlined editing workflows with flexible
    tools, limitless automation capabilities, powerful mixing features,
    chord assistance and support for various plugin and file formats.

    Zrythm is free software written in C using the GTK4 toolkit and can
    be extended with user scripts written in Scheme or ECMAScript.
  </longdescription>
  <use>
    <flag name="X">compile with <pkg>x11-libs/libX11</pkg> support</flag>
    <flag name="alsa">compile with <pkg>media-libs/alsa-lib</pkg> support</flag>
    <flag name="bundled-plugins">build and install bundled plugins</flag>
    <flag name="carla">use <pkg>media-sound/carla</pkg> to wrap some plugins</flag>
    <flag name="man">build and install manpage</flag>
    <flag name="sdl">compile with <pkg>media-libs/libsdl2</pkg> backend support</flag>
    <flag name="graphviz">compile with <pkg>media-gfx/graphviz</pkg> support (for exporting graphs)</flag>
    <flag name="guile">build with <pkg>dev-scheme/guile</pkg> support for scripting</flag>
    <flag name="jack">compile with <pkg>virtual/jack</pkg> support</flag>
    <flag name="lsp-dsp">build with <pkg>media-libs/lsp-dsp-lib</pkg> support for optimized DSP</flag>
    <flag name="opus">OGG OPUS support</flag>
    <flag name="pulse">compile with <pkg>media-libs/libpulse</pkg> support</flag>
    <flag name="rtaudio">compile with <pkg>media-libs/rtaudio</pkg> support</flag>
    <flag name="rtmidi">compile with <pkg>media-libs/rtmidi</pkg> support</flag>
    <flag name="test">compile unit tests (not working now)</flag>
    <flag name="valgrind">use <pkg>dev-util/valgrind</pkg> for tests</flag>
  </use>
</pkgmetadata>