File: nl.brixit.Setup.appdata.xml

package info (click to toggle)
pyatem 0.13.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,776 kB
  • sloc: python: 15,193; xml: 435; ansic: 256; sh: 26; makefile: 20
file content (98 lines) | stat: -rw-r--r-- 3,224 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2021 Martijn Braam -->
<component type="desktop-application">
  <id>nl.brixit.Setup</id>
  <metadata_license>CC0-1.0</metadata_license>
  <project_license>GPL-3.0</project_license>
  <name>Converter Setup</name>
  <summary>Setup application for the Blackmagic design Mini and Micro converters</summary>
  <description>
    <p>
      Implementation of the USB setup system for Blackmagic Design Mini and Microconverters
    </p>
  </description>
  <launchable type="desktop-id">nl.brixit.Setup.desktop</launchable>
  <provides>
    <binary>bmd-setup</binary>
  </provides>
  <screenshots>
    <screenshot type="default">
      <caption>OpenSwitcher connected to the Atem Mini Pro</caption>
      <image>https://brixitcdn.net/metainfo/openswitcher.png</image>
    </screenshot>
    <screenshot>
      <caption>OpenSwitcher audio page on a fairlight mixer</caption>
      <image>https://brixitcdn.net/metainfo/openswitcher-audio.png</image>
    </screenshot>
  </screenshots>
  <url type="homepage">https://sr.ht/~martijnbraam/pyatem</url>
  <url type="bugtracker">https://todo.sr.ht/~martijnbraam/OpenAtem</url>
  <content_rating type="oars-1.1"/>
  <releases>
    <release version="0.13.0" date="2025-08-20">
      <description>
        <ul>
          <li>Add support for the ATEM 2 M/E production studio 4k</li>
        </ul>
      </description>
    </release>
    <release version="0.12.0" date="2024-07-24">
      <description>
        <ul>
          <li>Support connecting to multiple converters at the same time</li>
        </ul>
      </description>
    </release>


    <release version="0.11.0" date="2024-06-06">
      <description>
        <ul>
          <li>Add the BMD Multiview 4</li>
          <li>Improvements to the Teranex Mini Converter HDM Ito SDI 12G support</li>
        </ul>
      </description>
    </release>

    <release version="0.10.0" date="2024-01-14">
      <description>
        <ul>
          <li>Add the BMD Micro Converter BiDirectional SDI/HDMI</li>
          <li>Add the BMD Micro Converter SDI to HDMI</li>
          <li>Add the BMD Mini Converter SDI to Audio</li>
          <li>Add the BMD Teranex AV (no configurable settings)</li>
          <li>Add the BMD Teranex Mini Converter HDMi to SDI 12G</li>
          <li>Add the BMD Teranex Mini Converter 12G-SDI to Quad SDI</li>
          <li>Add the BMD Teranex Mini Converter Quad SDI to 12G-SDI</li>
        </ul>
      </description>
    </release>

    <release version="0.8.2" date="2022-10-18">
      <description>
        <ul>
          <li>Fix deprecated spdx identifiers</li>
          <li>Fix paths for generated manpages</li>
        </ul>
      </description>
    </release>
    <release version="0.8.1" date="2022-10-15">
      <description>
        <ul>
          <li>Update desktop file metadata</li>
          <li>Update license metadata</li>
        </ul>
      </description>
    </release>
    <release version="0.1.0" date="2022-07-21">
      <description>
        <p>
          First release
        </p>
        <ul>
          <li>Support for the BiDirectional 12G converter</li>
        </ul>
      </description>
    </release>
  </releases>
</component>