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
Vladimír Čunát
7cfdfda910
audacity: minor update, prefer system-wide libs
...
- Using system-wide libs where we have them (except for portaudio, which
I couldn't make work).
- Add the soxr library (now the preferred way of audio resampling).
2013-06-04 11:37:43 +02:00
Rok Garbas
0ef727ba74
audacity: update to 2.0.2
2012-12-13 08:04:49 +01:00
Mathijs Kwik
a6c996735c
audacity: upgraded to 2.0.0
...
I took out some dependencies and compile flags that didn't seem
needed. If this breaks something please give a shout.
svn path=/nixpkgs/trunk/; revision=33605
2012-04-05 08:22:38 +00:00
Michael Raskin
bca9330f6d
Update Audacity
...
svn path=/nixpkgs/trunk/; revision=26948
2011-04-24 13:13:57 +00:00
Lluís Batlle i Rossell
16d91fa949
Tell hydra to build audacity.
...
svn path=/nixpkgs/trunk/; revision=25780
2011-02-05 21:08:12 +00:00