Alyssa Ross
a364ebd80b
weston: 12.0.1 -> 12.0.2
2023-08-08 09:21:39 +00:00
Alyssa Ross
fc4ffe5a7a
westonLite: disable JPEG and LCMS2 support
...
Neither of these features are so critical that the lite variant of the
package requires them.
2023-06-01 12:49:55 +00:00
Alyssa Ross
6abae5cbb5
xwayland: set meta.mainProgram
2023-05-27 15:00:40 +00:00
Alyssa Ross
88555d518d
weston: 11.0.2 -> 12.0.1
2023-05-27 13:21:15 +00:00
Alyssa Ross
11723f1a01
weston: adopt
2023-05-27 13:21:15 +00:00
Alyssa Ross
dcc7704356
weston: use proper option parameters
...
This will prevent mistakes like trying to enable features based on a
non-existent package, like the one I just fixed.
2023-05-27 13:21:15 +00:00
Alyssa Ross
f333927497
weston: remove unused dependencies
...
colord support is deprecated and disabled by default.
libGL is redundant with Mesa.
libXcursor is only required when Xwayland is enabled.
libunwind and mtdev is unused since Weston 4.
libxcb and udev are propagated.
pam is unused since Weston 11.
There's no "vaapi" package at all, and there never has been. This
presumably meant to refer to libva. This is a very good demonstration
of the problem with the "? null" pattern for optional dependencies!
As a result, VA-API support had been unintentionally disabled by
default this whole time.
2023-05-27 13:21:15 +00:00
Alyssa Ross
03494ecbf5
weston: 11.0.1 -> 11.0.2
2023-05-17 15:08:41 +00:00
rewine
955cf9d5dd
weston: 11.0.0 -> 11.0.1
2023-04-07 08:25:23 +00:00
rewine
6b655779b6
weston: add option to build demo-clients
2023-03-12 01:24:36 +08:00
Mika Tammi
3da83ed15a
weston: fix cross-compilation
...
Signed-off-by: Mika Tammi <mika.tammi@unikie.com>
2023-02-27 03:13:39 +02:00
Sergei Trofimovich
affff597fd
weston: use xorg.* packages directly instead of xlibsWrapper indirection
...
Validated as no change in `out` output with `diffoscope`.
2022-11-29 09:12:39 +00:00
Vladimír Čunát
d745231c77
weston: avoid removed alias libseat
...
Removed in commit d06207386d
(PR #192681 ).
2022-10-05 09:16:06 +02:00
Alyssa Ross
198b38f54d
weston: 10.0.1 -> 11.0.0
2022-10-02 08:56:36 +00:00
Alyssa Ross
41b7ca7767
weston: sort build inputs
2022-10-02 08:56:36 +00:00
Sandro Jäckel
699ac8cf81
weston: remove with lib over entire file
2022-08-01 23:02:57 +02:00
Michael Weiss
b2f65a3aff
weston: 10.0.0 -> 10.0.1
...
Release announcement:
https://lists.freedesktop.org/archives/wayland-devel/2022-June/042260.html
The URLs of the release tarballs did change as can be seen on the
website [0] (the old URL scheme doesn't work anymore).
[0]: https://wayland.freedesktop.org/releases.html
2022-07-17 15:16:00 +02:00
Ivan Nikolaenko
b084905057
weston: fix race condition in build system
...
Some source files have "linux-dmabuf-unstable-v1-server.h" header
included, but do not really need it. Thus, that sources do not
have a correctly configured dependency on that header, which is
dynamically generated during the build.
The fix for that error is to remove unneeded #include.
Signed-off-by: Ivan Nikolaenko <ivan.nikolaenko@unikie.com>
2022-07-04 15:30:33 +00:00
Michael Weiss
b7404f6d94
weston: 9.0.0 -> 10.0.0
...
Release announcement:
https://lists.freedesktop.org/archives/wayland-devel/2022-February/042103.html
Note: weston-launch was deprecated and is now disabled by default.
2022-02-04 22:40:34 +01:00
Michael Weiss
f7997354b7
wayland-scanner: use for nativeBuildInputs
...
This makes things more explicit (and less confusing) but only touches
the packages that I maintain.
2021-07-03 17:56:23 +02:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07:00
Michael Weiss
32a898bb15
weston: 8.0.0 -> 9.0.0 ( #95617 )
...
Announcement: https://lists.freedesktop.org/archives/wayland-devel/2020-September/041595.html
2020-09-05 00:44:34 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Michael Weiss
21ae4ae879
weston: 7.0.0 -> 8.0.0 ( #78464 )
...
Announcement:
https://lists.freedesktop.org/archives/wayland-devel/2020-January/041147.html
2020-01-25 13:37:06 +01:00
Michael Weiss
1a8ea5cead
weston: 6.0.1 -> 7.0.0
...
Announcement:
https://lists.freedesktop.org/archives/wayland-devel/2019-August/040812.html
2019-08-24 16:31:52 +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
Jan Tojnar
07d1d3ed68
Merge branch 'master' into staging
2019-06-25 18:06:43 +02:00
Michael Weiss
8c5147af79
weston: 6.0.0 -> 6.0.1
...
Announcement:
https://lists.freedesktop.org/archives/wayland-devel/2019-June/040661.html
2019-06-25 17:14:46 +02:00
Matthew Bauer
263f5891b6
treewide: mesa_noglu, mesa_drivers, libGL_driver -> mesa
...
Just use mesa for these to be more clear. Move these to aliases.nix
2019-06-17 14:43:18 -04:00
Will Dietz
3a26a1fe94
weston: 5.0.0 -> 6.0.0 ( #58522 )
...
https://lists.freedesktop.org/archives/wayland-devel/2019-March/040356.html
https://lists.freedesktop.org/archives/wayland-devel/2019-March/040334.html
* weston: use freerdp2 not legacy
* freerdp_legacy: drop as no longer needed (weston was last user)
Co-Authored-By: Michael Weiss <dev.primeos@gmail.com>
2019-05-31 22:59:50 +02:00
Jörg Thalheim
b5c1deca8a
treewide: remove wkennington as maintainer
...
He prefers to contribute to his own nixpkgs fork triton.
Since he is still marked as maintainer in many packages
this leaves the wrong impression he still maintains those.
2019-01-26 10:05:32 +00:00
R. RyanTM
54951b1bf8
weston: 4.0.0 -> 5.0.0 ( #45798 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
weston
2018-08-30 20:27:55 +02:00
Silvan Mosberger
57bccb3cb8
treewide: http -> https sources ( #42676 )
...
* treewide: http -> https sources
This updates the source urls of all top-level packages from http to
https where possible.
* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Ryan Mulligan
fce8f26af6
treewide: http -> https ( #42665 )
2018-06-27 22:12:57 +02:00
Matthew Justin Bauer
1bba16fe19
Merge pull request #38692 from r-ryantm/auto-update/weston
...
weston: 3.0.0 -> 4.0.0
2018-04-19 23:31:24 -05:00
R. RyanTM
f4b5e10458
weston: 3.0.0 -> 4.0.0
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/weston/versions .
These checks were done:
- built on NixOS
- ran ‘/nix/store/0354z3f09fdz91z0gypm630mwyyw9m6d-weston-4.0.0/bin/weston -h’ got 0 exit code
- ran ‘/nix/store/0354z3f09fdz91z0gypm630mwyyw9m6d-weston-4.0.0/bin/weston --help’ got 0 exit code
- ran ‘/nix/store/0354z3f09fdz91z0gypm630mwyyw9m6d-weston-4.0.0/bin/weston --version’ and found version 4.0.0
- ran ‘/nix/store/0354z3f09fdz91z0gypm630mwyyw9m6d-weston-4.0.0/bin/wcap-decode --help’ got 0 exit code
- found 4.0.0 with grep in /nix/store/0354z3f09fdz91z0gypm630mwyyw9m6d-weston-4.0.0
- directory tree listing: https://gist.github.com/01f9658faac9a7816ccf1ca44d11fe15
2018-04-10 09:53:04 -07:00
Nikolay Amiantov
7fec6c8cd3
weston: fix build
2018-03-28 16:25:14 +03:00
Silvan Mosberger
895b9967b1
weston: fix typo in configure flag
2018-03-08 01:04:09 +01:00
Alexander V. Nikolaev
0acec7e984
treewide: transition mesa to libGLU_combined
2018-02-24 17:06:49 +02:00
Joerg Thalheim
fc39418ad4
weston: 1.12.0 -> 3.0.0
2017-11-20 17:20:18 +00:00
Alexander Ried
9f3550e2ee
weston: 1.11.0 -> 1.12.0
2016-09-21 11:16:32 +02:00
Alexander Ried
eda20005ae
weston: 1.10.0 -> 1.11.0
2016-06-01 10:27:24 +02:00
Vladimír Čunát
30f14243c3
Merge branch 'master' into closure-size
...
Comparison to master evaluations on Hydra:
- 1255515 for nixos
- 1255502
for nixpkgs
2016-04-10 11:17:52 +02:00
Alexander Ried
c6a4bc4ae5
weston: 1.9.0 -> 1.10.0
2016-04-08 23:22:58 +02:00
Tuomas Tynkkynen
5dfcafb205
treewide: Mass replace 'xwayland}/bin' to refer the 'out' output
2016-02-01 20:46:27 +02:00
Vladimír Čunát
783c40eb68
dbus: split into multiple outputs and fix referrers
2015-10-13 20:19:01 +02:00
William A. Kennington III
d3f4ba9d6f
Merge branch 'master.upstream' into staging.upstream
2015-09-23 14:44:21 -07:00
William A. Kennington III
fdf2c3d130
weston: 1.8.0 -> 1.9.0
2015-09-22 14:30:16 -07:00
Vladimír Čunát
21e3ff658a
x11: replace its usage by xlibsWrapper directly
...
Scilab note: the parameters already had pointed to nonexistent dirs
before this set of refactoring. But that config wasn't even used by
default.
2015-09-15 12:08:24 +02:00
Luca Bruno
14d36053b1
weston: use version 1.8.0 instead of wayland version (ZHF)
2015-07-22 11:23:17 +02:00