about summary refs log tree commit diff
path: root/pkgs/games/ultrastardx
AgeCommit message (Collapse)AuthorFilesLines
2021-05-20ultrastardx: really don’t use ffmpeg_3Profpatsch1-2/+2
Due to a merge error, usdx didn’t actually switch to ffmpeg 4. This fixes that
2021-05-18ultrastardx: 2020.4.0 -> 2021-04-03Profpatsch1-11/+24
Not a lot has changed since last update, a few fixes were pushed to the master tree. We take the liberty to update to master for now. This updates the ffmpeg version from 2.x to 4.x, which seems to be supported upstream when we bend the minor version restriction a little. A simple karaoke song played just fine in my test.
2021-05-01ultrastardx: use ffmpeg_3 instead of ffmpeg_2Robert Schütz1-2/+2
2021-01-16pkgs/games: pkg-config -> pkgconfig (2)Ben Siraphob1-2/+2
2021-01-15pkgs/games: stdenv.lib -> libBen Siraphob1-1/+1
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-09-03fpc: 3.0.4 -> 3.2.0Timo Kaufmann1-4/+31
There was no 3.1 for some reason. The old sed-based path patching was broken and resulted in syntax errors since it was a bit over-eager. Instead of fixing it, I decided to replace it with a patch file which is easier to inspect and will fail in a more obvious way next time. The patch is now applied unconditionally, since it actually applies to all linux platforms. The changes are localized to linux-specific code, so it does not hurt to apply it on non-linux platforms as well. Hedgewars needs a small fix to work with the new version. Done in the same commit to avoid a broken commit.
2020-09-03ultrastardx: unstable-2019-01-07 -> 2020.4.0Timo Kaufmann1-3/+3
Might as well update it while I fix it up for the fpc update.
2020-06-03treewide: replace base64 encoded hashesDaiderd Jordan1-1/+1
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-01-12ultrastardx: 2017.8.0 -> 2019-01-07Matthieu Coudron1-5/+3
follow up of the fix provided in https://github.com/UltraStar-Deluxe/USDX/issues/462 to use pkg-config to find lua.
2019-11-18treewide: Get rid of libGLU_combinedadisbladis1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-03ultrastardx: fixup compilationVladimír Čunát1-1/+2
It starts for me now, so hopefully it's just OK.
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev1-2/+2
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-08-12ultrastardx: 1.1, 1.3-beta -> 2017.8.0Robin Gloster2-38/+4
2017-06-14Ultrastar (#26524)Profpatsch2-0/+49
* 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.
2017-03-30ultrastardx: mark as brokenRobin Gloster1-0/+1
2015-10-13SDL: split the dev output and fix referrersVladimír Čunát1-1/+1
2015-01-14rename all occurrences of stdenv.cc.gcc to stdenv.cc.ccEric Seidel1-1/+1
2014-12-26Change occurrences of gcc to the more general ccJohn Wiegley1-1/+1
This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2013-12-07Fixing ultrastardx linking with lua.Lluís Batlle i Rossell1-1/+1
Now it fails to start to me, due to some alsa problems.
2013-12-07Fix the ultrastardx makefile (the hard way).Lluís Batlle i Rossell1-0/+2
2010-12-28Trying to add ultrastardx. It fails for me in x86_64. I invite others to ↵Lluís Batlle i Rossell1-0/+29
test or fix it, as I know zero about fpc. svn path=/nixpkgs/trunk/; revision=25305