aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
blob: ff5dcd8daad2df7c8cf167016bf6c61b0ca6a6c7 (about) (plain)
blob size (265KB) exceeds display size limit (100KB).
span>Nicolas Graves 2024-11-04gnu: indent: Remove uneeded arguments....* gnu/packages/code.scm (indent) [arguments]: Remove field. [native-inputs]: Remove automake. Nicolas Graves 2024-08-31gnu: global: Adjust order of phases....* gnu/packages/code.scm (global)[arguments]: Adjust the order of the phases so that they get read in the correct order. Change-Id: I149ccd249821c64aa5a508048d995e9963ea4c08 Efraim Flashner 2024-08-31gnu: code: Add 'bash' input for 'wrap-program'....It is required for cross-compilation. * gnu/packages/code.scm (cloc)[inputs]: Add 'bash-minimal'. (lcov)[inputs]: Likewise. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I54a60b1b9c6322132faf6f05939b24f1441bc49c Maxime Devos 2024-07-25gnu: scc: Update to 3.3.5....* gnu/packages/code.scm (scc): Update to 3.3.5. Change-Id: I17536f3de68bd124c07f1e1908607d248db75492 Sharlatan Hellseher 2024-07-03gnu: global: Update to 6.6.13....* gnu/packages/code.scm (global): Update to 6.6.13. Change-Id: I4a00f0853b9ad9dcd216f4a7e33a23df3c1caa13 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Andy Tai 2024-06-24gnu: astyle: Update to 3.5....* gnu/packages/code.scm (astyle): Update to 3.5. [source]: Change source archive file name to match the upstream. [arguments]: Remove "modules". Add "patch-makefile" phase to set the C++ compiler to version c++17 as it is required for the build. Simplify "install-more" file. Change-Id: I8777710d723d22320c288c331645f8d61d5e640e Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Artyom V. Poptsov 2024-04-07gnu: Remove withershins....This was only ever needed for powertabeditor. * gnu/packages/code.scm (withershins): Remove variable. Change-Id: I1c286073d1415cd2261ad58017855fedb7701b05 Ricardo Wurmus 2024-04-07gnu: automatic-component-toolkit: Swap to go-build-system....* gnu/packages/code.scm (automatic-component-toolkit): [build-system]: Swap to go-build-system to make the package more maintainable and build predictable. [arguments] <#:phases>: Swap to default 'build and 'install phases, revert 'configure phase. Add 'pretend-cmd-act phase to satisfy go-build-system. [native-inputs]: Remove go. Change-Id: Iba7bd4c87bdbbb91381f81a77c7811cb9f1f4943 Sharlatan Hellseher 2024-04-06gnu: packages: code: Add golang module back....Fix CI as seen in <https://ci.guix.gnu.org/eval/1229755>. * gnu/packages/code.scm: Add golang module back, required for automatic-component-toolkit. Change-Id: I5e099f769e7edf5735e2119e65fd37619fe4760e Sharlatan Hellseher 2024-04-06gnu: Add scc...* gnu/packages/code.scm (scc): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I90653554a6f0640718892622f76c0c1be138687c Fries 2024-03-21gnu: universal-ctags: Update to 6.1.20240317.0....* gnu/packages/code.scm (universal-ctags): Update to 6.1.20240317.0. Change-Id: I035bc73702fbe9951820e176f09bde16bd9049c6 Efraim Flashner 2024-03-21gnu: global: Update to 6.6.12....* gnu/packages/code.scm (global): Update to 6.6.12. Change-Id: If073f74f55199bfbc9f29b95e9e3db3a6cf00548 Efraim Flashner 2024-02-22gnu: universal-ctags: Update to 6.1.20240218.0....* gnu/packages/code.scm (universal-ctags): Update to 6.1.20240218.0. Change-Id: I3d4b19d0ba002d809cb5e659899965d3f62e8e1a Efraim Flashner