Commit graph

53 commits

Author SHA1 Message Date
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
Michael Raskin d2b277fbd5 Try fixing Audacity
svn path=/nixpkgs/trunk/; revision=25340
2011-01-02 17:13:34 +00:00
Michael Raskin 4bdeb83cf3 Reduced number of build errors in audacity. Still fails in the end complaining on not building part of itself
svn path=/nixpkgs/trunk/; revision=15558
2009-05-12 04:26:22 +00:00
Lluís Batlle i Rossell f031955f3c Updating audacity to 1.3.7 (I changed the builderDefs builder to stdenv's)
svn path=/nixpkgs/trunk/; revision=14770
2009-03-30 07:33:31 +00:00
Michael Raskin c5363217ad meta.function -> passthru.function, not killing other contents of passthru
svn path=/nixpkgs/trunk/; revision=13190
2008-11-04 21:24:10 +00:00
Michael Raskin 87ff8d6347 Changed builderDefs to use composedArgsAndFun, reduced number of nulls, made overrides in builderDefsPackage to work in an intuitive manner.
svn path=/nixpkgs/trunk/; revision=12655
2008-08-19 05:54:09 +00:00
Michael Raskin 71f8e0911a Added src to meta for builderDefs-based packages.
svn path=/nixpkgs/trunk/; revision=10913
2008-03-02 18:49:31 +00:00
Yury G. Kudryashov 81aac8d84d meta.homepage added to several packages
svn path=/nixpkgs/trunk/; revision=10417
2008-01-30 19:49:42 +00:00