about summary refs log tree commit diff
path: root/pkgs/applications/audio/fmit
AgeCommit message (Collapse)AuthorFilesLines
2023-12-02treewide: install missing desktopItemsh7x41-0/+11
2023-01-21treewide: remove global with lib; in pkgs/{audio,blockchain,editors}Shawn89011-9/+7
2021-07-20treewide: remove unnecessary enableParallelBuilding when using qmakeBen Siraphob1-2/+0
2021-06-10Change all alsaLib references to alsa-libAndersonTorres1-3/+3
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-2/+2
2020-08-31fmit: 1.2.13 -> 1.2.14R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-09-26fmit: 1.2.6 -> 1.2.13R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fmit/versions
2019-08-14fmit: 1.1.14 -> 1.2.6Jonathan Ringer1-8/+8
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-03-30fmit: 1.1.13 -> 1.1.14Ryan Mulligan1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. This update was made based on information from https://repology.org/metapackage/fmit/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 1.1.14 with grep in /nix/store/3n6m5ipvpy4wkxaagzq2gwx7w3zvk6m1-fmit-1.1.14 - directory tree listing: https://gist.github.com/1f691b378929e55b2019578fa597a792
2018-02-24treewide: transition from mesa_glu to libGLUAlexander V. Nikolaev1-1/+1
2018-01-16Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice1-1/+0
Goodbye, and thanks for all the Nix...
2017-12-08fmit: 1.1.11 -> 1.1.13Bart Brouns1-2/+2
2017-06-18qt5: rename qmakeHook to qmakeThomas Tuegel1-2/+2
2017-03-05fmit: 1.1.8 -> 1.1.11ndowens1-3/+4
2016-08-04fmit: 1.0.15 -> 1.1.8Tobias Geerinckx-Rice1-2/+2
2016-05-08fmit: 1.0.14 -> 1.0.15Tobias Geerinckx-Rice1-3/+7
Fix version number in about box. It turns out that sniffing your README.txt, at run-time, for a version string, at a specific line offset, is... fragile?
2016-05-08fmit: 1.0.13 -> 1.0.14Tobias Geerinckx-Rice1-9/+11
2016-04-25fmit: 1.0.8 -> 1.0.13Tobias Geerinckx-Rice1-2/+2
2016-04-20fmit: move to qmakeHookNikolay Amiantov1-10/+5
This reverts commit 97d89ad7eee9dcfd17b696ebd69b30d242c2d3cb.
2016-04-15fmit: Fix running of {pre,post}Configureaszlig1-0/+2
Commit 0055c6a introduced a new preConfigure hook that sets the right qmake path. Unfortunately the mkDerivation attributes of fmit override the whole configurePhase, so this hook isn't run at all. This doesn't fix the build of fmit, because it's unable to find GL/glu.h. However I think this isn't an issue of the fmit package but rather rooted in propagating the wrong output paths from freeglut. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-01-25Add version attribute where maintainers |= nckxTobias Geerinckx-Rice1-3/+2
This will probably be mandatory soon, and is a step in the right direction. Removes the deprecated meta.version, and move some meta sections to the end of the file where I should have put them in the first place.
2015-09-30fmit: correct stdenv.lib.{optional -> optionals}Tobias Geerinckx-Rice1-3/+3
2015-09-27fmit: build with Qt 5.5Thomas Tuegel1-2/+2
2015-08-31fmit: add portaudioSupport (off by default)Tobias Geerinckx-Rice1-2/+6
2015-08-31fmit: qt53Full -> modular qt5 (currently 5.4)Tobias Geerinckx-Rice1-5/+3
See https://github.com/NixOS/nixpkgs/pull/9560. "Native" Qt audio capture is now broken (patches/time welcome). ALSA should work just as well and is now enabled by default until Qt is fixed.
2015-08-14fmit: 1.0.7 -> 1.0.8Tobias Geerinckx-Rice1-6/+2
Updated mainly to remove the now unnecessary version patching. Your moment of zen: https://github.com/gillesdegottex/fmit/blob/HEAD/src/CustomInstrumentTunerForm.cpp#L1047
2015-08-13fmit: 1.0.6 -> 1.0.7Tobias Geerinckx-Rice1-9/+2
2015-08-11fmit: follow upstream installation guidelinesTobias Geerinckx-Rice1-8/+7
...now that they finally work.
2015-08-11fmit: 1.0.5 -> 1.0.6Tobias Geerinckx-Rice1-2/+2
2015-08-06fmit: make ALSA and JACK2 capture support optionalTobias Geerinckx-Rice1-3/+13
Both are off by default. The default (and already built-in) Qt capture source should just work.
2015-08-06fmit: 1.0.0 -> 1.0.5Tobias Geerinckx-Rice1-9/+28
Now with Qt 5 and a new build system. Who uses "make install" anyway?
2015-06-27Convert all jack references to libjack2William A. Kennington III1-2/+2
2015-06-15fmit -> 1.0.0Tobias Geerinckx-Rice1-11/+15
2015-05-28Don't use "with licenses;" for single licencesTobias Geerinckx-Rice1-1/+1
And don't use square brackets on such lines.
2015-01-11Add fmit: Free Musical Instrument TunerTobias Geerinckx-Rice1-0/+28