about summary refs log tree commit diff
path: root/pkgs/applications/audio/renoise
AgeCommit message (Collapse)AuthorFilesLines
2024-04-05treewide: throw on unsupported system src accessannalee1-1/+1
2023-12-16renoise: 3.3.2 → 3.4.3uakci1-24/+54
2023-10-06treewide: fix typo instalation -> installationMarkus S. Wamser1-1/+1
2023-01-21treewide: remove global with lib; in pkgs/{audio,blockchain,editors}Shawn89011-4/+2
2022-06-23treewide/applications: add `sourceType` `binaryNativeCode` for many packagesRobert Scott1-0/+1
2021-06-10Change all alsaLib references to alsa-libAndersonTorres1-2/+2
2021-05-31renoise: 3.3.1 -> 3.3.2InternetUnexplorer1-2/+2
2021-03-17renoise: fix installationThomas Churchman1-1/+3
Mistake was introduced in 3d703d6307647339ed936ca04bdd4aec17f0ef61
2021-03-16renoise: Add desktop item (#115606)Marek Fajkus1-1/+12
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-04renoise: 3.2.2 -> 3.3.1Marek Fajkus1-2/+2
2021-01-18Merge pull request #98794 from tomcur/fix-renoise-audiopluginserverSandro1-2/+7
renoise: patch audio plugin server
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-10/+10
2020-09-25renoise: patch audio plugin serverThomas Churchman1-2/+7
2020-08-29renoise: 3.2.1 -> 3.2.2R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-28renoise: 3.2.0 -> 3.2.1R. RyanTM1-2/+2
2019-12-13renoise: 3.1.0 -> 3.2.0Timothée Haudebourg1-17/+11
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-04-29treewide: Remove usage of isNullDaniel Schaefer1-2/+2
isNull "is deprecated; just write e == null instead" says the Nix manual
2018-11-27renoise: needs only mpg123 libraryRenaud1-6/+9
Moved in postFixup because fixup phase shrinks RPATH
2018-11-25renoise: add mpg123 to runtime depsJean Potier1-2/+5
* renoise: add mpg123 to runtime deps (#47435) * renoise: split native build inputs
2018-08-30reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson1-2/+2
It is deprecated and will be removed after 18.09.
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger1-1/+1
* treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
2018-05-25renoise: srcVersion -> urlVersionYegor Timoshenko1-6/+8
2018-05-25renoise: add platforms, derive src version from proper version stringYegor Timoshenko1-9/+15
2018-05-25treewide: add version to packagesMatthew Bauer1-1/+1
Lots of packages are missing versions in their name. This adds them where appropriate. These were found with this command: $ nix-env -qa -f. | grep -v '\-[0-9A-Za-z.-_+]*$' | grep -v '^hook$' See issue #41007.
2017-08-22renoise: 3.0.1 -> 3.1.0 (#28380)Sean Parsons1-20/+19
Replaced demo parameter with releasePath parameter.
2016-06-20Captialize meta.description of all packagesBjørn Forsman1-1/+1
In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
2016-05-01replace ${stdenv.cc.cc}/lib occurencesNikolay Amiantov1-1/+1
2016-02-27renoise: Don't use builtins.currentSystemTuomas Tynkkynen1-2/+2
stdenv.system should be almost always used instead of builtins.currentSystem or cross-evaluation (e.g. evaluating a i686 NixOS system on a 64-bit nix) will be subtly broken.
2015-10-28renoise: fix the file name and the hashFlorian Paul Schmidt1-2/+2
2015-09-16add renoise to nixpkgskarsten gebbert1-0/+61