Commit graph

65 commits

Author SHA1 Message Date
Daniel Ethridge 49cfef8c69 Switch to the simple patching of wxWidgets approach 2021-05-04 07:45:38 -04:00
Daniel Ethridge d1605b4538 Add back an updated version of the XDG-config paths patch 2021-05-03 22:06:51 -04:00
Daniel Ethridge 126b5f5990 Start drafting an update for audacity: 2.4.2 -> 3.0.2
The XGD-config patch is removed since it conflicts with the new version of audacity, as it was not merged upstream.

Audacity now requires their own fork of wxWidgets, according to https://wiki.audacityteam.org/wiki/Building_On_Linux - this is the cause of current trouble since I am new to nix and unsure how to integrate it. I copied the current 3.1.4 nixpkgs version of wxWidgets found at pkgs/development/libraries/wxwidgets/3.1/default.nix and modified it to retrieve the forked version, but that's it so far.
2021-05-03 14:40:20 -04:00
Anton Kindestam ef15936953 audacity: change meta.platforms to platforms.linux
This seems to build fine now on at least aarch64 (tested on PineBook
Pro), let's try having it on all Linux platforms.
2021-03-06 07:43:13 +01:00
Peter Hoeg 249db9f8a7 audacity: 2.4.1 -> 2.4.2
A few other things:
 - prep for transition to gtk3 when audacity recommends it
 - we drop the runtime linking with lame as audacity is picking it up on
   its own
 - on linux, add a number of missing dependencies.
 - use a newer (recommended) wxwidgets
 - add a patch (merged upstream) that makes audacity follow XDG for file locations
2021-01-16 18:27:31 +08:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Tobias Happ de1d520b58 audacity: switch to cmake to fix missing plug-ins 2020-12-24 12:57:54 +01:00
Konrad Borowski 053910590d audacity: update homepage URL 2020-08-31 12:27:36 +02:00
Vladimír Čunát 6866904fdb
Revert #93761: "audacity: 2.4.1 -> 2.4.2"
This reverts commit 20872cb0ad.
Otherwise it crashes on startup: #94865.
2020-08-08 14:08:07 +02:00
Arnout Engelen 20872cb0ad
audacity: 2.4.1 -> 2.4.2 2020-07-24 12:58:42 +02:00
Doron Behar 01d4e2fe33 treewide: use ffmpeg_3 explicitly if not wanted otherwise
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that
used `ffmpeg` without requiring a specific version now use ffmpeg_3
explicitly so they shouldn't change.
2020-06-12 11:55:31 -07:00
Linus Heckemann 656468f428 audacity, isync: add self to maintainers 2020-06-07 14:07:20 +02:00
Atemu 19c762bdd8 audacity: 2.4.0 -> 2.4.1 2020-05-22 12:42:03 +02:00
R. RyanTM d32d97b720 audacity: 2.3.3 -> 2.4.0 2020-05-17 01:04:47 +00:00
Jörg Thalheim 887295fd2d
treewide: remove the-kenny from maintainers
@the-kenny did a good job in the past and is set as maintainer in many package,
however since 2017-2018 he stopped contributing. To create less confusion
in pull requests when people try to request his feedback, I removed him as
maintainer from all packages.
2020-05-09 10:28:57 +01:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Robin Gloster ab0cfd9e03
treewide: NIX_*_COMPILE -> string 2019-12-31 00:10:18 +01:00
R. RyanTM 2d66c823b0 audacity: 2.3.2 -> 2.3.3 2019-11-25 09:28:09 -08:00
Renaud ba98027547
audacity: use fetchzip on GH archive
+ move build-time deps to nativeBuildInputs
+ restrict to x86 Linux platforms (fails on ARM)
2019-11-13 10:45:21 +01:00
Sheng Wang 967d29418b audacity: use gtk version passed through wxwidgets
Make possible to build against gtk3, which is useful for HiDPI displays.
(#73055)
2019-11-13 10:01:51 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Will Dietz ff884c8371
audacity: 2.3.1 -> 2.3.2
https://www.audacityteam.org/audacity-2-3-2-released/
2019-05-17 03:52:32 -05:00
R. RyanTM 348b734806 audacity: 2.3.0 -> 2.3.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/audacity/versions
2019-03-09 19:55:21 -08:00
R. RyanTM c9c9f18f93 audacity: 2.2.2 -> 2.3.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/audacity/versions
2018-10-03 15:45:54 -07:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Ryan Mulligan 6f5edbc410 audacity: 2.2.1 -> 2.2.2
Semi-automatic update; builds on NixOS
2018-02-24 18:54:37 -08:00
adisbladis c06f2ef6b0
audacity: 2.2.0 -> 2.2.1 2018-01-08 05:48:00 +08:00
Orivej Desh 737080f4b3 audacity: delete dead patch
It was obsoleted by 2.2.0.
2017-11-13 18:17:23 +00:00
adisbladis 50ad5f1c36
audacity: 2.1.3 -> 2.2.0 2017-11-04 12:46:00 +08:00
John Ericson ed14223f8c treewide: Manual fix more pkg-config build-inputs 2017-09-21 15:49:54 -04:00
Matthias Beyer fd1e362205 audacity: 2.1.2 -> 2.1.3
* Remove gcc-6 patch to make it compile
* Add autoreconf call in preConfigure phase
  Inspired by
  https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/audacity

Suggested-by: Moritz Ulrich <moritz@tarn-vedra.de>
2017-09-10 13:33:24 +02:00
Vladimír Čunát d2a571aacd
audacity: fixup build also with default gcc
and enableParallelBuilding.
2017-02-04 20:58:18 +01:00
Robin Gloster 45f1a914e8
audacity: fix build with gcc 6 2017-01-25 20:12:37 +01:00
Peter Hoeg 858f8f27fa audacity: fix library path using NIX_LDFLAGS 2017-01-02 20:24:12 +08:00
Bart Brouns d525f2062f audacity: add jack and lv2 capabilities 2016-11-01 02:03:41 +01:00
Kirill Boltaev bccd75094f treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
Nikolay Amiantov 3c4f861200 audacity: 2.1.1 -> 2.1.2 2016-04-24 05:52:04 +03:00
Vladimír Čunát 716aac2519 Merge branch 'staging' into closure-size 2016-01-19 09:55:31 +01:00
Vladimír Čunát 0b7e17e5a5 audacity: apply Arch patch to avoid vulnerable ffmpeg
Now it builds with the latest branch. /cc #12437.
2016-01-17 10:25:46 +01:00
Luca Bruno a412927924 Merge remote-tracking branch 'origin/master' into closure-size 2015-11-25 21:37:30 +01:00
Peter Simons e71a080488 Merge pull request #9252 from FRidh/audacity
audacity: 2.0.5 -> 2.1.1
2015-11-16 11:38:46 +01:00
William A. Kennington III 6602f49495 Revert "Revert "Merge pull request #9543 from NixOS/staging.post-15.06""
This reverts commit 741bf840da.

This reverts the fallout from reverting the major changes.
2015-11-14 12:32:51 -08:00
Vladimír Čunát a3c07f5e9e audacity: fix build with gcc-5
It would be probably better to actually update the package.
/cc maintainer @the-kenny.
2015-10-13 20:18:57 +02:00
Eelco Dolstra 741bf840da Revert "Merge pull request #9543 from NixOS/staging.post-15.06"
This reverts commit f61176c539, reversing
changes made to a27ca029ee.

Conflicts:
	pkgs/development/libraries/ncurses/default.nix
2015-10-06 15:24:20 +02:00
Martin Sturm 63e3ec8ce1 audacity: Use soundtouch
This enables change pitch (without changing tempo) and change tempo
(without changing pitch) effects.
2015-10-02 00:36:27 +02:00
Frederik Rietdijk ddcbf5bae2 audacity: 2.0.5 -> 2.1.1
Audacity 2.0.6 and later supports FFmpeg 1.2 to 2.3.x (or libav 0.8 to 0.10.x)
2015-08-15 09:04:49 +02:00
Moritz Ulrich 30e577cdfe audacity: Fix nyquist support. 2015-03-17 23:44:03 +01:00
Mateusz Kowalczyk 7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
Moritz Ulrich 5c59c84bcb audacity: update from 2.0.4 to 2.0.5 2013-12-09 00:24:16 +00:00
Mathijs Kwik 556e69e98f audacity: upgrade to 2.0.4 2013-09-22 20:03:27 +02:00