about summary refs log tree commit diff
path: root/pkgs/tools/misc/ultrastar-creator
AgeCommit message (Collapse)AuthorFilesLines
2021-01-16pkgs/tools: pkgconfig -> pkg-configBen Siraphob1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-10-08ultrastar-creator: use qt5's mkDerivationworldofpeace1-4/+4
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-05-07ultrastar-creator: 2017-04-12 -> 2019-04-23Profpatsch1-3/+8
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-creator: 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/+41
* 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.