summary refs log tree commit diff
path: root/pkgs/tools/misc/ultrastar-manager
Commit message (Collapse)AuthorAge
* ultrastar-manager: deprecate phasesFelix Buehler2021-07-20
|
* pkgs/tools: pkgconfig -> pkg-configBen Siraphob2021-01-16
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* ultastar-manager: use qt5's mkDerivationworldofpeace2019-10-08
|
* treewide: name -> pnamevolth2019-08-17
|
* ultrastar-manager: 2017-05-24 -> 2019-04-23Profpatsch2019-05-07
|
* maintainers: capitalize the Profpatsch attribute (vanity)Profpatsch2018-02-12
| | | | Since I’m already at it, this has been bothering me for a while.
* ultrastar-manager: remove makeQtWrapperJörg Thalheim2017-06-18
|
* qt: fix qmakeHook -> qmake in few packages.Gleb Peregud2017-06-18
| | | | This seem to have been broken in #26336.
* Ultrastar (#26524)Profpatsch2017-06-14
* 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.