about summary refs log tree commit diff
path: root/pkgs/applications/video/natron
AgeCommit message (Collapse)AuthorFilesLines
2024-02-10natron: fix `gcc-13` buildSergei Trofimovich1-0/+18
Without the change the build fails on` master as https://hydra.nixos.org/build/247702188: ../Global/GlobalDefines.h:69:14: error: no type named 'uint32_t' in namespace 'std'
2023-06-14natron: cleanupWeijia Wang1-8/+9
2023-03-20natron: add missing dependencies mentioned in warningsBrian McKenna1-5/+7
2023-03-20natron: 2.3.15 -> 2.5.0Brian McKenna2-124/+46
And unmark as broken. This removes the OpenFX plugins which are needed for most built-in nodes. Ideally there should be a "natron-with-plugins" function anyway, so let's create that later and have the OpenFX plugins packaged separately. Fixes #103029
2023-01-05openimageio: default to openimageio2, rename 1.x to openimageio_1Robert Scott1-2/+2
keep a couple of packages "using" openimageio_1 - both are broken anyway, but as such we have no evidence that they work with 2.x. all are liable to get removed in the near future anyway.
2022-03-24ffmpeg_3: dropajs1241-2/+3
2021-06-23opencolorio: Replace with 2.xMaxwell Beck1-3/+3
All applications besides Blender have been pinned to 1.x
2021-03-05natron: fix build and update to 2.3.15Vojtěch Káně1-22/+32
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob1-4/+4
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-1/+1
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-06-12treewide: use ffmpeg_3 explicitly if not wanted otherwiseDoron Behar1-2/+2
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that used `ffmpeg` without requiring a specific version now use ffmpeg_3 explicitly so they shouldn't change.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-4/+4
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-04-22treewide: Change URLs to HTTPSDaniel Schaefer1-1/+1
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-02-24treewide: transition from mesa_noglu to libGLAlexander V. Nikolaev1-3/+3
2017-10-02Merge branch 'master' into stagingOrivej Desh1-0/+1
* master: (271 commits) pysmbc: clarify license pysmbc: fix license bazel: 0.5.4 -> 0.6.0 (#29990) googler: init at 3.3 go: declare support for aarch64 firefox-beta-bin: 56.0b5 -> 57.0b4 spotify: 1.0.64.401.g9d720389-21 -> 1.0.64.407.g9bd02c2d-26 gogs: 0.11.19 -> 0.11.29 grafana: 4.5.1 -> 4.5.2 mopidy-iris: 3.4.1 -> 3.4.9 nextcloud: 12.0.2 -> 12.0.3 haskell-json-autotype: jailbreak to fix build within LTS 9.x kore: fix up kore: init at 2.0.0 glusterfs service: fix issues with useRpcbind tig: 2.2.2 -> 2.3.0 haskell-hspec-core: enable test suite again hackage-packages.nix: automatic Haskell package set update librsvg: fix thumbnailer path awscli: 1.11.108 -> 1.11.162 ...
2017-10-01treewide: mark a bunch of failing builds as brokenRobin Gloster1-0/+1
(cherry picked from commit 23fdbaa37599f490435056b9865023870656571b) [dezgeg: Un-mark shotcut, tokei & uchiwa that do build on master]
2017-09-21treewide: Manual fix more pkg-config build-inputsJohn Ericson1-7/+9
2017-01-06natron: init at 2.1.9Brian McKenna2-0/+146