Commit graph

17 commits

Author SHA1 Message Date
github-actions[bot] f2ead7fbda
Merge master into staging-next 2023-03-24 12:01:43 +00:00
Vladimír Čunát 477de8d913
olive-editor: don't use the alias openimageio2
Otherwise evaluation won't work with allowAliases = false;
2023-03-24 09:12:57 +01:00
Vladimír Čunát 12dd95fbb1
Merge branch 'master' into staging-next 2023-03-24 09:07:41 +01:00
matthewcroughan b5519d6089 olive-editor: 1.2 -> 2023-03-20
Co-authored-by: Arnout Engelen <arnout@bzzt.net>
2023-03-23 15:11:17 +00:00
Atemu 9bd2506458 treewide: make ffmpeg_4-dependant packages depend on ffmpeg_4
These packages were identified as broken when ffmpeg = ffmpeg_5.

Tested _only_ by building them. If you are a maintainer of one of these
packages, please test whether your package still works.
2023-03-13 16:42:22 -06:00
Erin van der Veen 94b9bb2bc6 olive-editor: resolve missing QPainterPath issue
An update to the QT dependencies made is so that additional includes on
QPainterPath were required.
2022-12-28 21:07:47 +01:00
Rick van Schijndel 9833d56c24 treewide: mark packages broken that never built on PLATFORM
Done with the help of https://github.com/Mindavi/nixpkgs-mark-broken
Tool is still WIP but this is one of the first results.

I manually audited the results and removed some results that were not valid.

Note that some of these packages maybe should have more constrained platforms set
instead of broken set, but I think not being perfectly correct is better than
just keep trying to build all these things and never succeeding.

Some observations:

- Some darwin builds require XCode tools
- aarch64-linux builds sometimes suffer from using gcc9
  - gcc9 is getting older and misses some new libraries/features
- Sometimes tools try to do system detection or expect some explicit settings for
  platforms that are not x86_64-linux
2022-12-13 21:40:12 +01:00
Nguyễn Gia Phong 07d2943f1a
olive-editor: use qt514's overridden glibc++ 2022-07-17 02:26:11 +09:00
Maxwell Beck de8a4f1741
opencolorio: Replace with 2.x
All applications besides Blender have been pinned to 1.x
2021-06-23 19:43:44 -05:00
Ben Siraphob 5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ben Siraphob 108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
josephtheengineer 654d1ca4b9
olive-editor: use wrapQtAppsHook 2020-06-03 07:30:02 +10:00
Arnout Engelen f0d12bf4f7
olive-editor 0.1.1 -> 0.1.2 2020-04-08 17:23:22 +02:00
worldofpeace b0c2aea20b
treewide: drop adding hicolor-icon-theme where possible
This was either for the setup-hook to remove caches or added
even though the respective icon theme propagated it.
2019-09-18 22:47:26 +02:00
luz.paz aaad52ba7a olive-editor: 0.1.0 -> 0.1.1
Commit updated according to #65399
2019-08-30 21:18:37 -04:00
Alexander Bantyev 38c093e376 olive-editor: init at 0.0.1 (#57867)
* olive-editor: init at unstable-2019-03-18

* olive-editor: unstable-2019-03-18 -> 0.0.1
Upstream tagged a first alpha release
+ frei0r is now available on Darwin
2019-05-10 18:31:04 +02:00