summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/audacity-ffmpeg-fallback.patch
AgeCommit message (Collapse)Author
2024-05-31gnu: audacity: Re-add fallback to locate ffmpeg via pkg-config.Kaelyn Takata
This reintroduces the patch that was deleted by cf5f7a8bf9ca2288700fcf351bbca0fc341ec969, adjusting file names. * gnu/packages/patches/audacity-ffmpeg-fallback.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it here. * gnu/packages/audio.scm (audacity)[patches]: Use it here. Change-Id: I848df8a9762216eb2b02afc3843e0e9806db14be Signed-off-by: Ludovic Courtès <[email protected]>
2024-05-09gnu: audacity: update to 3.5.1.Andy Tai
* gnu/packages/audio.scm (audacity): Update to 3.5.1. [inputs]: Add opusfile and rapidjson. * gnu/packages/patches/audacity-ffmpeg-fallback.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Unregister it. Change-Id: I4245ba1fa21bb54c6b647b001ae9b5cea846c774 Signed-off-by: Liliana Marie Prikler <[email protected]>
2022-11-27gnu: audacity: Update to 3.2.1.Marius Bakke
* gnu/packages/audio.scm (audacity): Update to 3.2.1. [source]: Switch to GIT-FETCH. [inputs]: Remove LIBMAD. Add MPG123 and WAVPACK. [arguments]: Add configure flag to prevent spurious dependency. Adjust fix-cmake-rpath phase. Delete obsolete phases. * gnu/packages/patches/audacity-ffmpeg-fallback.patch: Adjust for 3.2.1.
2022-02-04gnu: audacity: Help Audacity find FFmpeg, for real.Leo Famulari
This is a followup to commit 6589966b976764e2a197e2bf2b847592dc8715a7, and fixes <https://issues.guix.gnu.org/53591>. * gnu/packages/patches/audacity-ffmpeg-fallback.patch: Fix typo.
2022-01-30gnu: audacity: Add fallback to locate ffmpeg via pkg-config.Liliana Marie Prikler
* gnu/packages/patches/audacity-ffmpeg-fallback.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it here. * gnu/packages/audio.scm (audacity)[patches]: Use it here. [inputs]: Add back ffmpeg.