about summary refs log tree commit diff
path: root/pkgs/applications/audio/dirt
AgeCommit message (Collapse)AuthorFilesLines
2022-05-12dirt: pull fix pending upstream inclusion for -fno-common toolchainsSergei Trofimovich1-1/+10
Without the change build fails on -fno-common toolchains like upstream gcc-10: ld: audio.o:/home/slyfox/dev/git/Dirt/audio.h:55: multiple definition of `delays'; dirt.o:/home/slyfox/dev/git/Dirt/audio.h:55: first defined here
2021-06-30application/development: /s/name/pname&version/Felix Buehler1-1/+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-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-28treewide: remove redundant recvolth1-1/+1
2018-01-01dirt: export PREFIX as makeFlags insteadJörg Thalheim1-3/+1
2018-01-01dirt: 2015-04-28 -> 2018-01-01Brian McKenna1-5/+6
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-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2015-06-27Convert all jack references to libjack2William A. Kennington III1-2/+2
2015-06-08dirt: include sound samples (close #8179)Anders Papitto1-2/+10
also add self as maintainer
2015-06-04fix: add missing versionsArseniy Seroka1-1/+1
2015-04-28package DirtAnders Papitto1-0/+21
Dirt is used with the Tidal audio programming library (already packaged). I tested by building and running locally.