Commit Graph

15 Commits

Author SHA1 Message Date
Martijn van Beurden d367d6fe92 Bump library version numbers and update ABI dumps 2024-09-27 15:24:19 +02:00
Martijn van Beurden 9b5165070b Add support for seeking in multiplexed chained streams 2024-09-27 15:24:19 +02:00
Martijn van Beurden b773157a59 Update 'distcheck' github action to Ubuntu 24.04 2024-06-27 08:33:31 +02:00
Martijn van Beurden 97d8cd19ce Add building of a tarball to github actions 2024-06-27 08:33:31 +02:00
Martijn van Beurden 5f6a352921
Update github action dependencies to latest versions (#682)
As described here:
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
2024-03-28 08:04:21 +01:00
Martijn van Beurden 8cf7e7fbb5 Update API version numbers and ABI dumps 2023-09-22 21:10:15 +02:00
Martijn van Beurden 0118be95f9 [CI] Also upload compat reports on failure 2023-09-22 21:10:15 +02:00
Martijn van Beurden c7fc1768e8
Fix library version numbers/sonames 2023-06-21 17:09:24 +02:00
Martijn van Beurden 08f8af0845
Improve on "Check for got_stream_info instead of samplerate being 0"
This improves on commit 6db29d1. It turns that commit broke some
parsing, this fixes it
2023-06-18 20:32:27 +02:00
Martijn van Beurden 4f9be8620b
Add github action to check against flac test files 2023-06-15 19:46:38 +02:00
Martijn van Beurden 1619af5a36
Update changelog and library version numbers 2023-05-30 07:41:35 +02:00
Martijn van Beurden 093b7f21dd
Upgrade github actions 2022-11-03 20:31:06 +01:00
Martijn van Beurden cd031fb7a9
Add ABI check to CI
This adds a dump of current ABIs (which will probably be released
as 1.4.0) to the test directory, and adds a comparison to current
ABIs to the distcheck
2022-08-22 16:07:25 +02:00
Martijn van Beurden 80d064e15d
Convert docbook to markdown
Currently, the man pages are converted from a docbook document, but
the conversion doesn't seem very reliable. Also, the man page is
more-or-less duplicated by the html documentation.

This commit moves all tool documentation to a markdown document which
is readable by itself and can be converted by pandoc to a man page
and can be used by Jekyll to populate the website.
2022-08-09 21:26:19 +02:00
Ralph Giles 91cb661e0b Github actions: add make distcheck job
Add a github action to build and verify the traditional distribution
source package with GNU Autotools, also known as `make distcheck`.

This helps catch errors propagating required file list changes.

Co-authored-by: Martijn van Beurden <mvanb1@gmail.com>
2022-05-30 20:32:03 -07:00