about summary refs log tree commit diff
path: root/pkgs/applications/audio/ladspa-sdk
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove the definite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2023-12-08ladspa-sdk: fix test when /tmp is not writableIsidor Zeuner1-0/+2
2023-01-27ladspa-sdk: fix cross and clean upAlyssa Ross1-2/+18
The mkdirhier sed is no longer necessary as this string does not appear in the current Makefile. The default Make target runs tests, so we need to move that to checkPhase so it's disabled when cross-compiling. Might as well take the opportunity to enable strictDeps, but it doesn't really matter since there are no dependencies.
2021-01-16treewide: stdenv.lib -> libBen Siraphob2-8/+8
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly2-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth2-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-23ladspah: 1.13 -> 1.15Bart Brouns1-2/+2
2019-07-23ladspa-sdk: 1.13 -> 1.15Bart Brouns1-4/+4
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger2-2/+2
* 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-12-08ladspa-sdk: change back mirror to original siteBart Brouns2-2/+2
2016-02-06Merge pull request #12844 from magnetophon/master-ladspaH-mirrorRobin Gloster1-13/+22
ladspaH: move src to mirror, please also merge in 15.09
2016-02-06ladspaH: move src to mirror, please also merge in 15.09Bart Brouns1-13/+22
2016-01-30ladspa-sdk: change source url to mirrorBart Brouns1-2/+2
ladspa.org has been down for a feew weeks, and I couldn't find info on a cause or a solution. Closes #12640. Signed-off-by: Franz Pletz <fpletz@fnordicwalking.de>
2015-05-13add ladspa-sdk, move ladspaHBart Brouns2-0/+45