diff options
author | MXEBot as Travis CI <mxebot@gmail.com> | 2017-11-18 07:30:27 (GMT) |
---|---|---|
committer | MXEBot as Travis CI <mxebot@gmail.com> | 2017-11-18 07:30:27 (GMT) |
commit | 97c26642b85cd5becae4104c8ced26c07926f6d6 (patch) | |
tree | 78b0476acb1f2630366ec5131ba475ad19a6097f /docs | |
parent | f515c687c82c2b00cb2732ceb30e9ae7a14249b3 (diff) | |
download | mxe-97c26642b85cd5becae4104c8ced26c07926f6d6.zip mxe-97c26642b85cd5becae4104c8ced26c07926f6d6.tar.gz mxe-97c26642b85cd5becae4104c8ced26c07926f6d6.tar.bz2 |
Update packages.json & build-matrix.html
Diffstat (limited to 'docs')
-rw-r--r-- | docs/build-matrix.html | 30 | ||||
-rw-r--r-- | docs/packages.json | 2 |
2 files changed, 27 insertions, 5 deletions
diff --git a/docs/build-matrix.html b/docs/build-matrix.html index 073b05e..3a353d7 100644 --- a/docs/build-matrix.html +++ b/docs/build-matrix.html @@ -2238,6 +2238,16 @@ feel free to submit a pull request. </tr> <tr> + <th class="row">libserialport</th> + <td>0.1.1</td> + <td class="supported">✓</td> + <td class="supported">✓</td> + <td class="supported">✓</td> + <td class="supported">✓</td> + <td class="unsupported">✗</td> + </tr> + +<tr> <th class="row">libshout</th> <td>2.4.1</td> <td class="supported">✓</td> @@ -2258,6 +2268,16 @@ feel free to submit a pull request. </tr> <tr> + <th class="row">libsigrok</th> + <td>0.5.0</td> + <td class="supported">✓</td> + <td class="supported">✓</td> + <td class="supported">✓</td> + <td class="supported">✓</td> + <td class="unsupported">✗</td> + </tr> + +<tr> <th class="row">libsndfile</th> <td>1.0.28</td> <td class="supported">✓</td> @@ -4599,14 +4619,14 @@ feel free to submit a pull request. <tr> <th class="row" colspan="2"> -Total: 443 +Total: 445 <br>(+8 virtual +5 native-only) </th> -<th>437</th> -<th>354</th> -<th>423</th> -<th>354</th> +<th>439</th> +<th>356</th> +<th>425</th> +<th>356</th> <th>26</th> </tr> </tbody> diff --git a/docs/packages.json b/docs/packages.json index cb082be..65ab6cf 100644 --- a/docs/packages.json +++ b/docs/packages.json @@ -219,8 +219,10 @@ "librsvg": {"version": "2.40.5", "website": "https://librsvg.sourceforge.io/", "description": ""}, "librtmp": {"version": "a107cef", "website": "https://rtmpdump.mplayerhq.hu/", "description": ""}, "libsamplerate": {"version": "0.1.9", "website": "http://www.mega-nerd.com/SRC/", "description": ""}, + "libserialport": {"version": "0.1.1", "website": "https://sigrok.org/wiki/Libserialport", "description": "libserialport"}, "libshout": {"version": "2.4.1", "website": "http://www.icecast.org/", "description": ""}, "libsigc++": {"version": "2.4.0", "website": "https://libsigc.sourceforge.io/", "description": ""}, + "libsigrok": {"version": "0.5.0", "website": "https://www.sigrok.org/wiki/Libsigrok", "description": "libsigrok"}, "libsndfile": {"version": "1.0.28", "website": "http://www.mega-nerd.com/libsndfile/", "description": ""}, "libsodium": {"version": "1.0.6", "website": "https://download.libsodium.org/doc/", "description": ""}, "libsoup": {"version": "2.57.1", "website": "https://github.com/GNOME/libsoup", "description": "HTTP client/server library for GNOME"}, |