1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-18 08:10:29 +02:00
Commit Graph

8 Commits

Author SHA1 Message Date
Liliana Marie Prikler
4240ee75d1 gnu: audacity: Update to 3.7.3.
* gnu/packages/audio.scm (audacity): Update to 3.7.3.
* gnu/packages/patches/audacity-ffmpeg-fallback.patch: Adjust accordingly.
2025-05-25 10:30:16 -07:00
Leo Famulari
56a374aa79 gnu: Audacity: Downgrade to 3.5.1.
The update to Audacity 3.6.0 broke the ability to lookup FFmpeg and open
a variety of file types

This problem was raised in the patch ticket but ignored for some reason.

See further discussion in the patch ticket:

https://issues.guix.gnu.org/75200

This reverts commits 8a4d05501f and
af85cfa45e806d9ed3cea9c3d30ac782d3914e1d.

Change-Id: Iff388431180874db198154b2e8b126e473b757b0
2025-03-02 12:53:58 -05:00
Artyom V. Poptsov
5cc893ffa9 gnu: audacity: Update to 3.6.0.
* gnu/packages/audio.scm (audacity): Update to 3.6.0.
[patches]: Remove "audacity-ffmpeg-fallback.patch".
* gnu/packages/patches/audacity-ffmpeg-fallback.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): De-register it.

Change-Id: I411af73bfddf68b5fdbd52272b6253a91e2afd07
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-02-09 18:20:41 +01:00
Kaelyn Takata
0e5e032d12 gnu: audacity: Re-add fallback to locate ffmpeg via pkg-config.
This reintroduces the patch that was deleted by
cf5f7a8bf9, 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 <ludo@gnu.org>
2024-05-31 13:55:42 +02:00
Andy Tai
cf5f7a8bf9 gnu: audacity: update to 3.5.1.
* 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 <liliana.prikler@gmail.com>
2024-05-09 06:47:09 +02:00
Marius Bakke
ae64c4ac89 gnu: audacity: Update to 3.2.1.
* 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-11-27 21:19:49 +01:00
Leo Famulari
04cd0ece62 gnu: audacity: Help Audacity find FFmpeg, for real.
This is a followup to commit 6589966b97,
and fixes <https://issues.guix.gnu.org/53591>.

* gnu/packages/patches/audacity-ffmpeg-fallback.patch: Fix typo.
2022-02-04 18:46:43 -05:00
Liliana Marie Prikler
6589966b97 gnu: audacity: Add fallback to locate ffmpeg via pkg-config.
* 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.
2022-01-30 08:11:00 +01:00