`nifskope` v2 contains a lot of new features and a new, QT5-based UI
(see https://github.com/niftools/nifskope/releases). Additionally the
2.0 sourcetree exists for quite a while and after some short user tests
it seems fairly stable.
The following aspects have been changed:
* Use QT 5.9 rather than QT4 (see #33248).
* GCC7 support from upstream (gcc6 patch not needed anymore, build on
GCC7 works fine), disabled `-Werror=format-security` can be used again
as compiler flag.
* Patched broken paths in `NifSkope_targets.pri` to point to the proper
dependencies (otherwise `<gli.hpp>` and `qhull` couldn't be found).
* Patched paths in `NifSkope.pro` to `lupdate` and `lrelease` (default
`QT_*` paths point to `libsForQt5x.qtbase` which doesn't contain the
needed binaries, instead they need to point to `libsForQt5x.qttools`).
* Added myself as maintainer.
In particular, this contains Firefox-related and libgcrypt updates.
Other larger rebuilds would apparently need lots of time to catch up
on Hydra, due to nontrivial rebuilds in other branches than staging.
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/bibutils/versions.
These checks were done:
- built on NixOS
- /nix/store/cxpy0qdlx26bpkwfvxp77hjj89lkcg0n-bibutils-6.5/bin/bib2xml passed the binary check.
- /nix/store/cxpy0qdlx26bpkwfvxp77hjj89lkcg0n-bibutils-6.5/bin/biblatex2xml passed the binary check.
- /nix/store/cxpy0qdlx26bpkwfvxp77hjj89lkcg0n-bibutils-6.5/bin/copac2xml passed the binary check.
- /nix/store/cxpy0qdlx26bpkwfvxp77hjj89lkcg0n-bibutils-6.5/bin/end2xml passed the binary check.
- /nix/store/cxpy0qdlx26bpkwfvxp77hjj89lkcg0n-bibutils-6.5/bin/endx2xml passed the binary check.
- /nix/store/cxpy0qdlx26bpkwfvxp77hjj89lkcg0n-bibutils-6.5/bin/isi2xml passed the binary check.
- /nix/store/cxpy0qdlx26bpkwfvxp77hjj89lkcg0n-bibutils-6.5/bin/med2xml passed the binary check.
- /nix/store/cxpy0qdlx26bpkwfvxp77hjj89lkcg0n-bibutils-6.5/bin/nbib2xml passed the binary check.
- /nix/store/cxpy0qdlx26bpkwfvxp77hjj89lkcg0n-bibutils-6.5/bin/ris2xml passed the binary check.
- /nix/store/cxpy0qdlx26bpkwfvxp77hjj89lkcg0n-bibutils-6.5/bin/ebi2xml passed the binary check.
- /nix/store/cxpy0qdlx26bpkwfvxp77hjj89lkcg0n-bibutils-6.5/bin/wordbib2xml passed the binary check.
- /nix/store/cxpy0qdlx26bpkwfvxp77hjj89lkcg0n-bibutils-6.5/bin/xml2ads passed the binary check.
- /nix/store/cxpy0qdlx26bpkwfvxp77hjj89lkcg0n-bibutils-6.5/bin/xml2bib passed the binary check.
- /nix/store/cxpy0qdlx26bpkwfvxp77hjj89lkcg0n-bibutils-6.5/bin/xml2end passed the binary check.
- /nix/store/cxpy0qdlx26bpkwfvxp77hjj89lkcg0n-bibutils-6.5/bin/xml2isi passed the binary check.
- /nix/store/cxpy0qdlx26bpkwfvxp77hjj89lkcg0n-bibutils-6.5/bin/xml2ris passed the binary check.
- /nix/store/cxpy0qdlx26bpkwfvxp77hjj89lkcg0n-bibutils-6.5/bin/xml2wordbib passed the binary check.
- /nix/store/cxpy0qdlx26bpkwfvxp77hjj89lkcg0n-bibutils-6.5/bin/modsclean passed the binary check.
- 18 of 18 passed binary check by having a zero exit code.
- 0 of 18 passed binary check by having the new version present in output.
- found 6.5 with grep in /nix/store/cxpy0qdlx26bpkwfvxp77hjj89lkcg0n-bibutils-6.5
- directory tree listing: https://gist.github.com/7adb4b0732974e1615ff601aa185fe77
- du listing: https://gist.github.com/87e8d1fe8d3ee6c61fc25435cc5c5c54
The prebuilt was previously broken in building GMP. We add a
--disable-assembly flag to put get GMP to avoid pulling in assembly
stuff that breaks.
/cc @ericson2314