Commit Graph

97 Commits

Author SHA1 Message Date
Mica Semrick
0c80e969ad darktable: bump minimum SDK version for darwin x86. 2024-04-22 13:04:24 -07:00
R. Ryantm
9549489ed6 darktable: 4.6.0 -> 4.6.1 2024-02-17 19:21:14 +00:00
Weijia Wang
9270b0b4e0 darktable: migrate to llvm 16 2024-01-03 02:45:00 +01:00
R. Ryantm
a8464accca darktable: 4.4.2 -> 4.6.0 2023-12-22 03:57:00 +00:00
Weijia Wang
c1e96b94e2 darktable: fix build on darwin 2023-10-07 00:06:58 +02:00
Freya Arbjerg
7e14cda157 Darktable: 4.4.1 -> 4.4.2 2023-07-24 17:18:50 +02:00
Freya Arbjerg
88a717c5c0 maintainers: add freyacodes 2023-07-06 13:01:59 +02:00
Freya Arbjerg
10247a1e16 Darktable: 4.4.0 -> 4.4.1 2023-07-06 12:59:17 +02:00
Freya Arbjerg
008dc89220
Darktable: 4.2.1 -> 4.4.0 2023-06-21 21:27:07 +02:00
Freya Arbjerg
2759dddde7 Darktable: 4.2.0 -> 4.2.1
https://github.com/darktable-org/darktable/releases/tag/release-4.2.1
2023-04-30 17:50:38 +02:00
Mica Semrick
754a44d85b darktable: 4.0.0 -> 4.2.0 2023-01-05 17:29:11 -08:00
Leiser Fernández Gallo
468d2bdcf1
darktable: 3.8.1 -> 4.0.0 (#180012) 2022-07-03 16:19:42 -03:00
Dhananjay Balan
905fad4c4b darktable: add glib-networking dependency
This is needed for "mapping" functionality to work, which is broken in master.
2022-04-19 13:49:24 +02:00
Mica Semrick
f441e459a0 darktable: 3.8.0 -> 3.8.1 2022-02-11 12:55:16 -08:00
Mica Semrick
36bea6f5f8 darktable: set lua version in all-packages.nix 2022-01-28 11:53:56 +01:00
Mica Semrick
a97f7f700e darktable: run nixpkgs-fmt 2022-01-01 13:32:28 -08:00
Mica Semrick
a3786f99a2 darktable: 3.6.1 -> 3.8.0 2022-01-01 13:31:44 -08:00
R. RyanTM
435c70c3f2 darktable: 3.6.0 -> 3.6.1 2021-09-16 06:28:36 +00:00
Mica Semrick
46f213b36d darktable: add some optional packages 2021-07-10 23:46:32 -07:00
Johannes May
3f2a44978b darktable: 3.4.1 -> 3.6.0
Release information: https://www.darktable.org/2021/07/darktable-360-released/
2021-07-03 17:02:25 +02:00
Jan Tojnar
468cb5980b gnome: rename from gnome3
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
R. RyanTM
47a7676eba darktable: 3.4.0 -> 3.4.1 2021-02-07 04:08:21 +00:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Ben Siraphob
badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +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
Johannes May
15ff43f8d3 darktable: 3.2.1 -> 3.4.0
Release information: https://www.darktable.org/2020/12/darktable-340-released/
2020-12-27 11:53:22 +00:00
Lancelot SIX
76de83ab87
darktable: 3.0.2 -> 3.2.1
Release information: https://www.darktable.org/2020/08/darktable-3-2/
2020-08-12 07:45:59 +01:00
Vladimír Čunát
4244b73917
Merge branch 'master' into staging 2020-07-18 17:50:23 +02:00
Daniël de Kok
b5e5800a0b
Merge pull request #93281 from danieldk/darktable-opencl
darktable: fix OpenCL support
2020-07-17 06:55:44 +02:00
Daniël de Kok
0aef146cdd darktable: fix OpenCL support
The OpenCL compiler does not properly support -I flags to include the
kernel paths, breaking relative includes. Simply replace the included
files by absolute paths.

OpenCL kernels verified to compile and work on an RX 580.

Credits for the fix go to nixos-rocm.
2020-07-16 17:57:09 +02:00
Jan Tojnar
812d124fbc
Revert "darktable: Remove $out/share/doc"
This reverts commit 5d7cbc659e.
2020-07-16 04:38:08 +02:00
adisbladis
5d7cbc659e
darktable: Remove $out/share/doc
This is a very common path that often collides with other packages.
2020-07-14 22:03:14 +02:00
Alyssa Ross
10bb0637e4 Revert "darktable: Remove doc directory from output"
This reverts commit 730133e130.

multiple-outputs.sh has been fixed, so documentation is now
corrrrectly installed under $out/share/doc/darktable.

Fixes: https://github.com/NixOS/nixpkgs/pull/72160
Fixes: https://github.com/NixOS/nixpkgs/pull/83248
2020-06-29 13:56:27 +00:00
adisbladis
730133e130
darktable: Remove doc directory from output
It puts very generic file names in the store like
`$out/share/doc/README.md` which has a high risk of collisions.
2020-05-15 10:38:39 +01:00
Dmitry Olyenyov
c7f9151479 darktable: 3.0.1 -> 3.0.2 2020-04-29 23:45:11 +03:00
R. RyanTM
eb3690c462 darktable: 3.0.0 -> 3.0.1 2020-03-20 21:51:56 +00:00
Hamish Mackenzie
db60032141
darktable: Add openmp when cc.isClang to fix macos 2019-12-26 00:02:35 -07:00
AmineChikhaoui
db14939ea3
darktable: remove darwin from the supported platforms 2019-12-25 11:35:05 -05:00
AmineChikhaoui
6bff3d8be5
darktable: 2.6.3 -> 3.0.0 2019-12-25 05:34:29 -05:00
Mica Semrick
2084e15fb8 darktable 2.6.2 -> 2.6.3
Updating to newest minor version
2019-10-23 15:08:36 +02:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Rickard Nilsson
225e412edb Remove myself as maintainer of some packages. 2019-08-20 15:24:01 +02:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM
e0e66153df darktable: 2.6.1 -> 2.6.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/darktable/versions
2019-04-14 06:10:43 -07:00
R. RyanTM
2e53b1ddaf darktable: 2.6.0 -> 2.6.1 (#57224)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/darktable/versions
2019-03-15 23:10:28 +01:00
Johannes Frankenau
7788e5d536 darktable: 2.4.4 -> 2.6.0 2019-01-14 22:41:16 +02:00
Michael Hoang
61cbf57300 darktable: Fix compilation on macOS
Only compile X11 and other components on Linux. Use DYLD_LIBRARY_PATH on
macOS instead of LD_LIBRARY_PATH.
2018-08-14 13:59:44 +10:00
tim put
36e15996c4 darktable: add opencl support 2018-06-26 19:01:46 -06:00
R. RyanTM
46f0320009 darktable: 2.4.3 -> 2.4.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/darktable/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/darktable had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/darktable-rs-identify had a zero exit code or showed the expected version
- /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/darktable-cltest passed the binary check.
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/darktable-cli had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/darktable-generate-cache had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/darktable-cmstest had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/darktable-chart had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/.darktable-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/.darktable-rs-identify-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/.darktable-cltest-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/.darktable-cli-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/.darktable-generate-cache-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/.darktable-cmstest-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4/bin/.darktable-chart-wrapped had a zero exit code or showed the expected version
- 1 of 14 passed binary check by having a zero exit code.
- 0 of 14 passed binary check by having the new version present in output.
- found 2.4.4 with grep in /nix/store/jgj8pvq3axhdwb75mjz3pv6a0fricl5s-darktable-2.4.4
- directory tree listing: https://gist.github.com/5bf935d4e34e2708e7c6c17628c7ee7b
- du listing: https://gist.github.com/b5ad3482552e5573dfaea42499dc0fb2
2018-06-08 10:44:43 -07:00
R. RyanTM
5a62cfe4d3 darktable: 2.4.2 -> 2.4.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/darktable/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/9c4h87rp848ik02prxawwi85qzidjkmz-darktable-2.4.3/bin/darktable-cltest help’ got 0 exit code
- ran ‘/nix/store/9c4h87rp848ik02prxawwi85qzidjkmz-darktable-2.4.3/bin/darktable-cmstest -h’ got 0 exit code
- ran ‘/nix/store/9c4h87rp848ik02prxawwi85qzidjkmz-darktable-2.4.3/bin/darktable-cmstest --help’ got 0 exit code
- ran ‘/nix/store/9c4h87rp848ik02prxawwi85qzidjkmz-darktable-2.4.3/bin/darktable-cmstest help’ got 0 exit code
- ran ‘/nix/store/9c4h87rp848ik02prxawwi85qzidjkmz-darktable-2.4.3/bin/.darktable-cmstest-wrapped -h’ got 0 exit code
- ran ‘/nix/store/9c4h87rp848ik02prxawwi85qzidjkmz-darktable-2.4.3/bin/.darktable-cmstest-wrapped --help’ got 0 exit code
- ran ‘/nix/store/9c4h87rp848ik02prxawwi85qzidjkmz-darktable-2.4.3/bin/.darktable-cmstest-wrapped help’ got 0 exit code
- found 2.4.3 with grep in /nix/store/9c4h87rp848ik02prxawwi85qzidjkmz-darktable-2.4.3
- directory tree listing: https://gist.github.com/70f09e7ec3ef4b1bba88d54f066cf9df
2018-04-26 06:55:28 -07:00