···6464 '';65656666 meta = with lib; {6767- broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;6767+ broken = true;6868 description = "An open source crypto-currency focused on fast private transactions";6969 longDescription = ''7070 PIVX is an MIT licensed, open source, blockchain-based cryptocurrency with
···1414, SDL2_gfx1515, SDL2_mixer1616, SDL2_net, SDL2_ttf1717-, ffmpeg1717+, ffmpeg_41818, sqlite1919, zlib2020, libX11···2626 sharedLibs = [2727 pcre portaudio freetype2828 SDL2 SDL2_image SDL2_gfx SDL2_mixer SDL2_net SDL2_ttf2929- sqlite lua zlib libX11 libGLU libGL ffmpeg2929+ sqlite lua zlib libX11 libGLU libGL ffmpeg_43030 ];31313232in stdenv.mkDerivation rec {···48484949 # ultrastardx binds to libffmpeg (and sublibs), specifying a very restrictive5050 # upper bounds on the minor versions of .so files.5151- # We can assume ffmpeg won’t break any major ABI compatibility, since their5252- # patch version seems to always stay at 100,5353- # and their minor version changes quite frequently.5151+ # We can assume ffmpeg_4 won’t break any major ABI compatibility, since it's5252+ # effectively EOL5453 sed \5554 -e 's/^ LIBAVCODEC_MAX_VERSION_MINOR.*$/ LIBAVCODEC_MAX_VERSION_MINOR = 1000;/' \5655 -i src/lib/ffmpeg-4.0/avcodec.pas
···1987019870 # update to ffmpeg1987119871 # Packages which use ffmpeg as a library, should pin to the relevant major1987219872 # version number which the upstream support.1987319873- ffmpeg = ffmpeg_4;1987419874- ffmpeg-headless = ffmpeg_4-headless;1987519875- ffmpeg-full = ffmpeg_4-full;1987319873+ ffmpeg = ffmpeg_5;1987419874+ ffmpeg-headless = ffmpeg_5-headless;1987519875+ ffmpeg-full = ffmpeg_5-full;19876198761987719877 ffmpegthumbnailer = callPackage ../development/libraries/ffmpegthumbnailer { };1987819878