about summary refs log tree commit diff
path: root/pkgs/applications/audio/sooperlooper
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2023-01-13sooperlooper: 1.7.4 -> 1.7.8Weijia Wang1-6/+15
2022-12-03treewide: drop wxGTK30-gtk2Weijia Wang1-2/+2
2022-11-09sooperlooper: migrate to wxGTK30-gtk3Weijia Wang1-4/+10
2021-06-10Change all alsaLib references to alsa-libAndersonTorres1-2/+2
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
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-07-28sooperlooper: 2019-09-30 -> 1.7.4Orivej Desh1-3/+5
2020-05-02sooperlooper: unstable-2016-07-19 -> unstable-2019-09-30Pavol Rusnak1-15/+38
added alsaLib and fftw dependencies
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-09-08treewide: remove redundant quotesvolth1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2016-08-09sooperlooper: use autconf correctlyMatthew1-4/+12
2016-07-19sooperlooper: git version fixes build. (#17095)Bart Brouns1-9/+12
see: https://github.com/essej/sooperlooper/pull/6
2015-06-27Convert all jack references to libjack2William A. Kennington III1-2/+2
2015-01-27# This is a combination of 2 commits.Bart Brouns1-7/+6
# The first commit's message is: add sooperlooper # The 2nd commit message will be skipped: # add sooperlooper
2015-01-24add sooperlooperBart Brouns1-0/+35