Commit Graph

148 Commits

Author SHA1 Message Date
Robert Schütz
eb05b2e481
immich: 1.116.2 -> 1.117.0 (#346127) 2024-10-04 23:06:05 -07:00
Leona Maroni
8ff1957e39
immersed-vr: 9.10 -> 10.5.0 (#343321) 2024-10-03 12:17:05 +02:00
Sefa Eyeoglu
76d0587be6
immich: 1.116.2 -> 1.117.0
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-10-03 11:48:56 +02:00
OTABI Tomoya
20bef6b1f0
imsprog: 1.4.3 -> 1.4.4 (#343972) 2024-09-30 21:59:00 +09:00
OTABI Tomoya
ac6b20ab4c
python312Packages.albucore: 0.0.15 -> 0.0.17 (#344765) 2024-09-29 11:01:10 +09:00
Robert Schütz
a394d78f61 immich-machine-learning: add passthru.tests 2024-09-28 16:02:29 -07:00
Robert Schütz
1e5c375325 immich-machine-learning: only add run time dependencies to PYTHONPATH 2024-09-28 16:01:29 -07:00
Robert Schütz
51a4c5aacc immich-machine-learning: fix albumentations override 2024-09-28 06:43:20 -07:00
Robert Schütz
ceb65273c9 immich: 1.115.0 -> 1.116.2
Diff: https://github.com/immich-app/immich/compare/v1.115.0...v1.116.2

Changelog: https://github.com/immich-app/immich/releases/tag/v1.116.0
           https://github.com/immich-app/immich/releases/tag/v1.116.1
           https://github.com/immich-app/immich/releases/tag/v1.116.2
2024-09-27 20:57:14 -07:00
Gavin John
032bd1e282
immersed-vr: 9.10 -> 10.5.0 2024-09-27 10:31:33 -07:00
Robert Schütz
c5d95d4999
immich: some improvements (#344237) 2024-09-26 07:14:52 -07: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
Robert Schütz
ce46c05311 immich-machine-learning: run tests 2024-09-24 11:05:13 -07:00
Robert Schütz
2b4480d161 immich-machine-learning: move from immich.machine-learning
A top-level attribute makes sure Hydra builds it (though that already
happens on Linux through the NixOS test) and that nixpkgs-review picks
it up.
2024-09-24 09:51:09 -07:00
Robert Schütz
797b7e1ce7 immich: clean up after update script 2024-09-24 08:57:31 -07:00
Robert Schütz
7c65974676 immich.machine-learning: drop packageOverrides argument
There is no need for it and it cannot be used to override the machine
learning component used by the immich package.
2024-09-24 08:55:12 -07:00
Yt
d026e3fa1a
immich: init at 1.115.0; nixos/immich: init module (#324127) 2024-09-24 05:56:12 -04:00
Jan van Brügge
f2ff5dc267
immich-cli: 2.2.15 -> 2.2.19 2024-09-23 22:38:01 +02:00
Jan van Brügge
2900bc2f17
immich,immich.machine-learning: init at 1.115.0 2024-09-23 22:38:00 +02:00
Ben Chand
1ab344b7e5 imgpkg: init at 0.43.1 2024-09-23 17:02:25 +02:00
R. Ryantm
ded7972d72 imsprog: 1.4.3 -> 1.4.4 2024-09-23 14:25:54 +00:00
pcasaretto
19c568f387
imhex: add support for darwin
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
2024-09-23 09:29:02 -03:00
R. Ryantm
08976e27fd impala: 0.2.1 -> 0.2.3 2024-09-04 00:40:27 +00:00
embr
173253179d imhex: 1.35.3 -> 1.35.4 2024-08-30 12:04:00 +02:00
R. Ryantm
1c17f11557 immich-go: 1.21.3 -> 0.22.0 2024-08-27 10:51:15 +00:00
R. Ryantm
b68e126c85 immich-go: 0.21.1 -> 1.21.3 2024-08-21 08:04:27 +00:00
renesat
be7c2ce57e
imgbrd-grabber: fix build 2024-08-08 20:21:40 +02:00
R. Ryantm
4df1f5f2b1 immich-go: 0.20.1 -> 0.21.1 2024-08-05 20:57:43 +00:00
Masum Reza
1318ddf6f3
Merge pull request #326385 from Pandapip1/init-nixos-immersed-vr
nixos/immersed-vr: init module
2024-08-02 11:30:57 +05:30
Christina Sæøåræånsæn
2b5b346090
Merge pull request #323501 from eclairevoyant/imhex-fix
imhex: 1.33.2 -> 1.35.3; fix RUNPATH and formatting
2024-07-29 07:40:53 +02:00
R. Ryantm
87b7b8c7bd imsprog: 1.4.2 -> 1.4.3 2024-07-26 15:27:37 +00:00
éclairevoyant
3728d33b72
imhex: nixfmt-rfc-style 2024-07-26 09:24:51 -04:00
éclairevoyant
1db62e6fb7
imhex: fix RUNPATH to find libGL and plugins 2024-07-26 09:24:51 -04:00
éclairevoyant
fe47a55fa3
imhex: 1.33.2 -> 1.35.3 2024-07-26 09:24:47 -04:00
R. Ryantm
01ecaadaf3 immich-go: 0.20 -> 0.20.1 2024-07-24 09:46:46 +00:00
Gavin John
82816bac61 immersed-vr: Add pandapip1 as maintainer 2024-07-23 10:07:35 +01:00
R. Ryantm
c393e12e5b imposm: 0.13.2 -> 0.14.0 2024-07-22 14:52:23 +00:00
nixpkgs-merge-bot[bot]
e3eaba6a75
Merge pull request #327245 from r-ryantm/auto-update/immich-go
immich-go: 0.19.1 -> 0.20
2024-07-16 21:36:13 +00:00
R. Ryantm
43cfffa4f1 immich-go: 0.19.1 -> 0.20 2024-07-16 15:40:30 +02:00
Weijia Wang
bf78abfda2
Merge pull request #325095 from emilazy/push-puzpnylvpmuw
imageworsener: modernize and fetch source from GitHub
2024-07-15 15:29:02 +02:00
lassulus
94c843e8f0
Merge pull request #325444 from kai-tub/pkgs/immich-go/0.19.1
immich-go: 0.18.2 -> 0.19.1
2024-07-13 19:58:02 +02:00
R. Ryantm
bf8265e3e9 imsprog: 1.4.1 -> 1.4.2 2024-07-12 02:28:21 +00:00
lassulus
6987cda22e
Merge pull request #312900 from wucke13/dev/add-stlink-tool
imsprog: init at 1.4.1
2024-07-11 16:11:32 +02:00
wucke13
d5315ba2fe imsprog: init at 1.4.1 2024-07-10 13:17:53 +02:00
Emily
8e484a4cd1 imageworsener: fix tests 2024-07-08 18:25:21 +01:00
Emily
db313ef39f imageworsener: fetch source from GitHub 2024-07-08 18:25:21 +01:00
Emily
fdb840f002 imageworsener: add longDescription 2024-07-08 18:25:21 +01:00
Emily
02083c79cf imageworsener: modernize 2024-07-08 18:25:21 +01:00
Kai Norman Clasen
2d06c51e57
immich-go: 0.18.2 -> 0.19.1
Diff: https://github.com/simulot/immich-go/compare/0.18.2...0.19.1

Changelog: https://github.com/simulot/immich-go/releases/tag/0.19.1
2024-07-08 08:47:33 +02:00
Emily
a023d4dff6 imageworsener: format with nixfmt-rfc-style 2024-07-06 16:24:46 +01:00
Emily
82ab3a870f imageworsener: move to pkgs/by-name 2024-07-06 16:24:46 +01:00
R. Ryantm
9fcc63f927 immich-go: 0.17.1 -> 0.18.2 2024-07-04 17:38:13 +00:00
Weijia Wang
432a2ac6f8
Merge pull request #323060 from r-ryantm/auto-update/impala
impala: 0.2 -> 0.2.1
2024-06-30 10:42:42 +02:00
éclairevoyant
243e565d75
treewide: fix name for appimages 2024-06-29 00:34:41 -04:00
R. Ryantm
13f7e04a95 impala: 0.2 -> 0.2.1 2024-06-28 01:13:29 +00:00
R. Ryantm
4f9b8e03b5 imposm: 0.12.0 -> 0.13.2 2024-06-20 13:33:00 +00:00
Nick Cao
5852620f96
Merge pull request #320661 from r-ryantm/auto-update/impala
impala: 0.1.1 -> 0.2
2024-06-18 16:32:16 -04:00
R. Ryantm
3461a67499 impala: 0.1.1 -> 0.2 2024-06-18 01:16:09 +00:00
Kai Norman Clasen
e130009366
immich-go: 0.17.0 -> 0.17.1
Diff: https://github.com/simulot/immich-go/compare/0.17.0...0.17.1

Changelog: https://github.com/simulot/immich-go/releases/tag/0.17.1
2024-06-16 08:50:10 +02:00
h7x4
c57102c8ec
Merge pull request #304701 from dotlambda/impression
impression: 3.1.0 -> 3.2.0
2024-06-15 17:16:11 +02:00
Weijia Wang
bb0ab7597a
Merge pull request #319603 from kai-tub/pkgs/immich-go/0.17.0
immich-go: 0.16.0 -> 0.17.0
2024-06-15 00:00:40 +02:00
Nydragon
5d195c6c2d
impala: init at 0.1.1
Impala is a TUI for managing wifi through iwd
2024-06-14 16:53:21 +09:00
Kai Norman Clasen
f0b47c2d52
immich-go: 0.16.0 -> 0.17.0
Changelog: https://github.com/simulot/immich-go/releases/tag/0.17.0
2024-06-13 18:08:35 +02: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
Kai Norman Clasen
03654dacae immich-go: 0.15.0 -> 0.16.0
Diff: https://github.com/simulot/immich-go/compare/0.15.0...0.16.0

Changelog: https://github.com/simulot/immich-go/releases/tag/0.16.0
2024-06-03 22:47:07 +02:00
Someone
7781c1a927
Merge pull request #303682 from SomeoneSerge/feat/imgui-cmake
imgui: ship vcpkg' (cmake) distribution info
2024-05-29 12:48:33 +00:00
Someone Serge
6156a117b1 imgui: stop using 'with lib;' 2024-05-28 19:58:03 +00:00
Someone Serge
5940b0974d implot.tests.implot-demos: don't build on Darwin or aarch64 2024-05-28 19:58:03 +00:00
Someone Serge
227e1e98b4 implot.tests: init 2024-05-28 19:58:02 +00:00
Someone Serge
e68afc9dc4 implot: init at 0.16 2024-05-28 19:58:02 +00:00
Someone Serge
f85b1c7faa imnodes: init at unstable 2024-05-28 19:58:02 +00:00
Kai Norman Clasen
da496b0c40 immich-go: 0.14.1 -> 0.15.0
Changelog: https://github.com/simulot/immich-go/releases/tag/0.15.0
2024-05-26 09:50:14 +02:00
Sigmanificient
cc8120d3ff pkgs/by-name: remove unuseed fetchpatch arguments 2024-05-24 02:49:58 +02:00
Sandro
dc2ac5f4ea
Merge pull request #312447 from luftmensch-luftmensch/imgbrd-grabber_7.12.2 2024-05-23 13:45:02 +02:00
luftmensch-luftmensch
31c78cbfe6
imgbrd-grabber: 7.10.0 -> 7.12.2 2024-05-22 00:15:50 +02:00
Kai Norman Clasen
5616e55b17 immich-go: refactor linker data
Follow upstream more closely and set `commit` and `date` metadata to
avoid confusion.

Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
2024-05-21 09:15:47 +02:00
Kai Norman Clasen
05cd6cddcb immich-go: 0.13.2 -> 0.14.1 2024-05-21 07:24:46 +02:00
Nikolay Korotkiy
60c34eeaeb
imposm: init at 0.12.0 2024-05-08 19:01:08 +04:00
Peder Bergebakken Sundt
985aa8174d treewide: unbreak appimageTools.wrapType2 builds
`appimageTools.wrapType2` no longer creates a binary `$out/bin/${name}` if `pname` and `version` is provided.
Derivations that have worked around this behavior with a `mv $out/bin/{${name},${pname}}` broke as a result.
This should fix most instances.

contex: #271071
2024-04-24 15:26:52 +02:00
kirillrdy
d52b358370
Merge pull request #303799 from kai-tub/pkgs/immich-go/init
immich-go: init at 0.13.2
2024-04-17 18:47:39 +10:00
Robert Schütz
0abce57578 impression: 3.1.0 -> 3.2.0
Diff: https://gitlab.com/adhami3310/Impression/-/compare/v3.1.0...v3.2.0
2024-04-16 19:58:29 -07:00
Kai Norman Clasen
fc0b0bde91 immich-go: init at 0.13.2
Link to latest release:
https://github.com/simulot/immich-go/releases/tag/0.13.2
2024-04-13 14:56:40 +02:00
Matthias Beyer
a945f3fda9
Merge pull request #302828 from Qubasa/master
Maintainer renamed: luis -> qubasa.
2024-04-12 15:46:39 +02:00
Qubasa
30756bb4ff Maintainer renamed: luis -> qubasa. Removed vacant package rmount 2024-04-09 19:16:15 +02:00
Faye Duxovni
d242920707 imhex: 1.32.2 -> 1.33.2 2024-04-05 14:21:49 -04:00
Weijia Wang
379e28944f
Merge pull request #290893 from pcasaretto/immersed-vr-darwin
immersed-vr: add support for darwin
2024-03-21 13:27:53 +01:00
Weijia Wang
6fc76199dc immersed-vr: cleanup 2024-03-18 16:11:16 +01:00
pcasaretto
ef812dcaac immersed-vr: add support for darwin
Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
2024-03-15 09:21:17 -03:00
Robert Schütz
87bd6c810c impression: 3.0.1 -> 3.1.0
Diff: https://gitlab.com/adhami3310/Impression/-/compare/v3.0.1...v3.1.0
2024-03-14 20:04:44 -07:00
Alyssa Ross
1d15da7369 imhex: unstable-2023-10-01 -> 1.32.2
Not compatible with LLVM 16.  We'll hopefully be bumping the default
to 17 soon on Linux anyway, but since this package seems to be
explicit about LLVM version required anyway.
2024-02-27 12:03:08 +01:00
Bruno Bigras
12d1a98a6f immersed-vr: 9.6 -> 9.10 2024-02-17 11:37:22 -05:00
Martino Fontana
beae87d564 appimage-run: add libthai 2023-11-30 12:50:44 +01:00
Robert Schütz
ae329c80c0 impression: 2.1 -> 3.0.1
Diff: https://gitlab.com/adhami3310/Impression/-/compare/v2.1...v3.0.1
2023-11-23 13:13:38 -08:00
haruki7049
d258a1c1f7 immersed-vr: init at 9.6 2023-10-12 15:29:17 +09:00
Robert Schütz
20cd4548b2
Merge pull request #258669 from dotlambda/impression-init
impression: init at 2.1
2023-10-07 23:14:30 +00:00
Christina Sørensen
0d917d1621
imhex: add cafkafk to maintainers
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-10-06 18:54:50 +02:00
Christina Sørensen
b2cb9c6fb9
imhex: move to pkgs/by-name
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-10-06 18:54:49 +02:00
Robert Schütz
5e99f75bb1 impression: init at 2.1 2023-10-03 09:36:11 -07:00