Commit Graph

21 Commits

Author SHA1 Message Date
Hythera
c9e7b7c1e9 exiftool: 13.58 -> 13.59
changelog: https://exiftool.org/history.html

diff: https://github.com/exiftool/exiftool/compare/13.58...13.59
2026-05-29 13:33:05 +02:00
Hythera
d6bd52239b exiftool: 13.52 -> 13.58
changelog: https://exiftool.org/history.html

diff: https://github.com/exiftool/exiftool/compare/13.52...13.58
2026-05-10 14:15:28 +02:00
Anthony Roussel
fd3c362e96 exiftool: 13.39 -> 13.52
Diff: https://github.com/exiftool/exiftool/compare/13.39...13.52

Changelog: https://exiftool.org/history.html
2026-02-27 20:33:48 +01:00
Marcin Serwin
cacc96fdeb maintainers: drop kiloreux
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
2026-02-03 18:28:08 +01:00
K900
b0bc7140be Merge remote-tracking branch 'origin/staging-next' into staging 2025-11-16 15:57:28 +03:00
polyfloyd
2e2fd31065 various: Stop using shortenPerlShebang 2025-11-15 19:34:47 +01:00
Anthony ROUSSEL
ab00384006 exiftool: add missing dependencies 2025-10-30 19:39:26 +01:00
Robert Schütz
b58cb912e3 perlPackages.ImageExifTool: use versionCheckHook 2025-10-23 17:20:00 -07:00
Robert Schütz
fc85cd7682 perlPackages.ImageExifTool: 13.25 -> 13.39
Diff: https://github.com/exiftool/exiftool/compare/13.25...13.39

Changelog: https://github.com/exiftool/exiftool/blob/13.39/Changes
2025-10-23 17:17:32 -07:00
Manuel Mendez
acc8a468c3 exiftool: 13.00 -> 13.25
Missed an intermediate "production release" (13.10), see changelog for
list of changes:
https://github.com/exiftool/exiftool/blob/13.25/Changes#L7-L347
2025-03-23 18:30:51 -04:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Anthony ROUSSEL
b41355ddf6 exiftool: 12.84 -> 13.00
https://github.com/exiftool/exiftool/compare/12.84..13.00
2024-11-13 22:50:12 +01:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Anthony Roussel
ce523511ce exiftool: format with nixfmt-rfc-style 2024-05-07 16:00:09 +02:00
Anthony Roussel
2a83113cc0 exiftool: 12.82 -> 12.84
https://github.com/exiftool/exiftool/compare/12.82...12.84
2024-05-07 15:57:10 +02:00
Anthony Roussel
9d42d7b645 exiftool: 12.80 -> 12.82
https://github.com/exiftool/exiftool/compare/12.80...12.82
2024-04-08 14:40:32 +02:00
Anthony Roussel
e5dc7872aa exiftool: 12.70 -> 12.80
https://github.com/exiftool/exiftool/compare/12.70...12.80
2024-03-20 10:33:28 +01:00
Anthony Roussel
0dfa686474 exiftool: add passthru.tests.version 2024-03-20 10:32:54 +01:00
Anthony Roussel
74194ca563 exiftool: add passthru.updateScript 2024-03-20 10:32:54 +01:00
Anthony Roussel
9e0b98c309 exiftool: move to pkgs/development/perl-modules 2024-03-20 10:32:51 +01:00