about summary refs log tree commit diff
path: root/pkgs/tools/misc/ultrastar-manager
AgeCommit message (Collapse)AuthorFilesLines
2021-07-20ultrastar-manager: deprecate phasesFelix Buehler1-1/+2
2021-01-16pkgs/tools: pkgconfig -> pkg-configBen Siraphob1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-10-08ultastar-manager: use qt5's mkDerivationworldofpeace1-6/+6
2019-08-17treewide: name -> pnamevolth1-1/+2
2019-05-07ultrastar-manager: 2017-05-24 -> 2019-04-23Profpatsch1-3/+3
2018-02-12maintainers: capitalize the Profpatsch attribute (vanity)Profpatsch1-1/+1
Since I’m already at it, this has been bothering me for a while.
2017-06-18ultrastar-manager: remove makeQtWrapperJörg Thalheim1-3/+2
2017-06-18qt: fix qmakeHook -> qmake in few packages.Gleb Peregud1-2/+2
This seem to have been broken in #26336.
2017-06-14Ultrastar (#26524)Profpatsch1-0/+121
* ultrastardx-beta: init at 1.3.5 * libbass, libbass_fx: init at 24 * ultrastar-creator: init at 2017-04-12 * buildSupport/plugins.nix: add diffPlugins Helper function to compare expected plugin lists to the found plugins. * ultrastar-manager: init at 2017-05-24 The plugins are built in their own derivations, speeding up (re-)compilation. The `diffPlugins` function from `beets` is reused to test for changes in the plugin list on updates. * beets: switch to diffPlugins The function is basically just extracted for better reusability.