about summary refs log tree commit diff
path: root/pkgs/applications/audio/sonic-visualiser
AgeCommit message (Collapse)AuthorFilesLines
2023-03-19sonic-visualiser: 4.2 -> 4.5.1 (#217931)Sophie Tauchert1-10/+5
2021-06-10Change all alsaLib references to alsa-libAndersonTorres1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-08-31sonic-visualiser: 4.0.1 -> 4.2Orivej Desh1-10/+8
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-26vamp-plugin-sdk: rename from vamp.vampSDKOrivej Desh1-2/+2
2020-03-23lrdf: move from librdf librariesOrivej Desh1-2/+2
It was never called librdf and it is not a librdf.org project.
2020-02-16sonic-visualiser: 2.4.1 -> 4.0.1Jos van den Oever1-18/+18
The program is no longer broken.
2020-01-22treewide: fix redirected urlsPatrick Hilhorst1-1/+1
According to https://repology.org/repository/nix_unstable/problems, we have a lot of packages that have http links that redirect to https as their homepage. This commit updates all these packages to use the https links as their homepage. The following script was used to make these updates: ``` curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq '.[] | .problem' -r \ | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \ | sort | uniq > script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ```
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
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
2017-06-18qt5: remove makeQtWrapperThomas Tuegel1-3/+2
2017-06-18qt5: rename qmakeHook to qmakeThomas Tuegel1-4/+3
2016-05-09sonic-visualiser: mark brokenThomas Tuegel1-0/+1
2016-04-20sonic-visualiser: move to qmakeHookNikolay Amiantov1-6/+5
2015-10-30separate makeQtWrapper from qtbase setup-hookThomas Tuegel1-1/+3
2015-09-27sonic-visualiser: build with Qt 5.5Thomas Tuegel1-2/+3
2015-06-27Convert all jack references to libjack2William A. Kennington III1-2/+2
2015-06-10sonic-visualiser: fix buildPascal Wittmann1-2/+2
2015-05-29Use libpulseaudio instead of pulseaudioWilliam A. Kennington III1-2/+2
2015-05-10fix evals /cc @ttuegelDomen Kožar1-1/+1
2014-11-30Update sonic-visualiser 2.3 -> 2.4.1 and fix attribute nameCillian de Róiste1-4/+3
2014-07-31Revert "Remove obsolete jackaudio version 1."Bjørn Forsman1-2/+2
This reverts commit bdb77826d98544ab37741f740dd3516023924b27. Jack1 is not obsolete and neither jack1 nor jack2 is called 'jackaudio'. Q: What's the difference between Jack1 and Jack2? A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
2014-07-28Remove obsolete jackaudio version 1.Peter Simons1-2/+2
2014-07-23jack: change package and attr names to 'jack1' and 'jack2'Bjørn Forsman1-2/+2
Currently, we have a 'jack' package with attrname 'jack1d' and a 'jackdbus' package with attrname 'jackaudio'. Make it consistent 'jack1' and 'jack2' in both package name and attrname. This aligns the naming with what can be found on the JACK homepage. Q: what's the difference between jack1 and jack2? A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
2014-02-19sonic-visualiser: upgrade from 1.9 to 2.3Cillian de Róiste1-23/+16
remove obsolete patch, add new inputs
2013-08-29sonic_visualizer: fix build on newer gcc via a Gentoo patchVladimír Čunát1-0/+5
2012-06-24Tidy upCillian de Róiste1-6/+9
2012-06-24Upgrading sonic-visualiser to 1.9 and adding pkgconfig so that it finds ↵Cillian de Róiste1-5/+7
rasqal.h successfully
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-1/+1
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2011-08-10Remove unused sonic-visualizer/ subdir, rename.Yury G. Kudryashov1-2/+2
Also move "qt=qt4" to default.nix svn path=/nixpkgs/trunk/; revision=28474
2011-05-05Wrapping sonic-visualiser so that it finds libX11.soCillian de Roiste1-6/+4
svn path=/nixpkgs/trunk/; revision=27167
2011-05-04Updating Sonic Visualiser, it isn't getting wrapped correctly, but otherwise ↵Cillian de Roiste1-0/+55
it compiles and works svn path=/nixpkgs/trunk/; revision=27154