bbc / audiowaveform

C++ program to generate waveform data and render waveform images from audio files
https://waveform.prototyping.bbc.co.uk
GNU General Public License v3.0
1.89k stars 241 forks source link

Provide a build for Ubuntu Mantic Minotaur? #189

Closed YannickGagnon closed 1 year ago

YannickGagnon commented 1 year ago

Hey @chrisn, what would it take to publish a version for Ubuntu Mantic?

Looking at https://github.com/bbc/audiowaveform/tree/master/ubuntu, it looks like it's pretty straight-forward, but is it something you already have a flow for?

chrisn commented 1 year ago

It feels a bit too early maybe? I'd typically wait until it's released https://wiki.ubuntu.com/Releases

YannickGagnon commented 1 year ago

We are already using it in production ahahah Is it something you could do?

chrisn commented 1 year ago

The script I use makes it easy to publish for all current Ubuntu versions when I make a new release. Harder is publishing an existing audiowaveform release for a new Ubuntu version, which is currently more of a manual (and fiddly) step, which does need automating.

YannickGagnon commented 1 year ago

I talked with a technology guy at work, and it seems to be an issue with GitHub actions, I'll try to figure it out. Thanks for your input

chrisn commented 1 year ago

Thank you. This is a good reminder anyway to improve that packaging script.