Commit Graph

15 Commits

Author SHA1 Message Date
R. Ryantm
8e63be10f9 turbovnc: 3.1.1 -> 3.1.2 2024-08-09 03:07:16 +00:00
Martin Weinelt
2096642430
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/os-specific/windows/mingw-w64/default.nix
2024-06-23 19:09:00 +02:00
K900
f9723bc4de treewide: get rid of ~all mesa.{drivers,osmesa,libdrm} references
mesa.drivers is basically an implementation detail and should never be used
as a dependency of other expressions. It also no longer exists on Darwin.

mesa.osmesa is very niche and should generally be avoided.

mesa.libdrm is used in exactly one place and it's irrelevant there.
2024-06-15 11:07:14 +03:00
R. Ryantm
0bc465130d turbovnc: 3.1 -> 3.1.1 2024-01-28 15:00:49 +00:00
R. Ryantm
4a8c4be398 turbovnc: 3.0.3 -> 3.1 2023-12-09 23:44:39 +00:00
Niklas Hambüchen
e470bc2b48 turbovnc: 3.0.1 -> 3.0.3
* The DRI related variables were changed in 3.0.2:
  c58cdb2b7f

Co-Authored-By: Alexander Koval <kovalidis@gmail.com>
2023-07-01 18:17:04 +02:00
Daniel Nagy
cfce957d4f
treewide: more meta changelog urls and mainPrograms (#200062)
* turbovnc: add changelog url

* memray: add changelog url

* ddcutil: add changelog url

* jc: add changelog url

* zed: add changelog url

* lua: use https homepage

* sil: use https url

* the-powder-toy: use https homepage

* tldr: add changelog url

* openjpeg: add changelog url

* scheme48: use https homepage

* bubblewrap: set meta.mainProgram

* zbar: set meta.mainProgram

* qpdf: add changelog url

* nvtop: set meta.mainProgram

* squashfs: add meta.mainProgram
2022-11-09 16:41:13 +01:00
R. Ryantm
97c85468a0 turbovnc: 3.0 -> 3.0.1 2022-08-16 07:33:05 +00:00
Markus S. Wamser
891df4eec9 turbovnc: 2.2.7 -> 3.0, unvendor libs 2022-05-27 08:08:30 +02:00
R. Ryantm
922e73e2b2 turbovnc: 2.2.6 -> 2.2.7 2021-12-24 02:14:20 +00:00
Niklas Hambüchen
b7dd636f24 turbovnc: Fix that setting JAVA_HOME breaks vncviewer. Fixes #129582 2021-07-08 02:22:15 +02:00
Niklas Hambüchen
296c47d7b2
Merge pull request #116282 from nh2/programs-turbovnc
turbovnc: Add programs.turbovnc, add test for headless software OpenGL
2021-03-19 01:12:33 +01:00
Niklas Hambüchen
b46f6cba79 turbovnc: Add programs.turbovnc, add test for headless software OpenGL 2021-03-14 06:27:43 +01:00
R. RyanTM
7368caaacb turbovnc: 2.2.5 -> 2.2.6 2021-03-10 01:41:22 +00:00
Niklas Hambüchen
c834c60ff9 turbovnc: init at 2.2.5
I started out by copying the `tigervnc` derivation, which
does things like re-using `xorg.xorgserver.buildInputs`
(given that these VNC servers are all forks of Xorg),
but then removed that and all the dependencies that did not
appear to be needed or checked for in the CMake output.
2021-02-28 03:36:25 +01:00