Alyssa Ross
729fb27ee8
cairo: fix cross
...
I accidentally left this commented out when I did the cairo update
that switched the build system to Meson.
Fixes: 2c0a4f46b9 ("cairo: 1.16.0 -> 1.18.0")
2023-10-25 19:50:44 +00:00
Alyssa Ross
2c0a4f46b9
cairo: 1.16.0 -> 1.18.0
...
- libiconv and expat are no longer used.
- libintl and xcbutil no longer appear to be used.
- The GL backend has been removed.
- We can no longer disable PDF support, since something always
propagates zlib.
- Not sure whether the Requires.private is still needed, so I've left
it.
2023-10-20 22:03:10 +00:00
Alyssa Ross
77d52cd3f1
wxSVG: add expat build input
...
Currently, this is propagated from cairo, but that will soon no longer
be the case.
2023-10-20 22:03:08 +00:00
Alyssa Ross
215518fbc0
wmfocus: add expat build input
...
Currently, this is propagated from cairo, but that will soon no longer
be the case.
2023-10-20 22:03:07 +00:00
Bobby Rong and Alyssa Ross
beb014d4ea
weston: Add missing libGL
...
Cairo will soon no longer propagate libGL.
Run-time dependency egl found: NO (tried pkgconfig and cmake)
2023-10-20 22:03:05 +00:00
Alyssa Ross
6bdb478d73
wayfire: add libGL build input
...
Currently, this is propagated from cairo, but that will soon no longer
be the case.
2023-10-20 22:03:04 +00:00
Alyssa Ross
cb414381c0
sway: add libGL build input
...
Currently, this is propagated from cairo, but that will soon no longer
be the case.
2023-10-20 22:03:03 +00:00
Bobby Rong and Alyssa Ross
8d5b9fc7c3
string-machine: Add missing libGL
...
Cairo will soon no longer propagate libGL. The DPF submodule needs this:
src/pugl/pugl.h:39:14: fatal error: GL/gl.h: No such file or directory
39 | # include <GL/gl.h>
| ^~~~~~~~~
compilation terminated.
2023-10-20 22:03:01 +00:00
Bobby Rong and Alyssa Ross
442b2e8c35
stone-phaser: Add missing libGL
...
Cairo will soon no longer propagate libGL. The DPF submodule needs this:
src/pugl/pugl.h:39:14: fatal error: GL/gl.h: No such file or directory
39 | # include <GL/gl.h>
| ^~~~~~~~~
compilation terminated.
(See also the fix for string-machine, which has the same build issue)
2023-10-20 22:03:00 +00:00
Alyssa Ross
c1ac656934
squeak: add libGL build input
...
Currently, this is propagated from cairo, but that will soon no longer
be the case.
2023-10-20 22:02:59 +00:00
Alyssa Ross
a1887ed539
rubyPackages.cairo-gobject: add expat build input
...
Currently, this is propagated from cairo, but that will soon no longer
be the case.
2023-10-20 22:02:58 +00:00
Bobby Rong and Alyssa Ross
3cd0eaf686
mission-center: Add missing libGL
...
Cairo will soon no longer propagate libGL.
ld: cannot find -lEGL: No such file or directory
2023-10-20 22:02:56 +00:00
Alyssa Ross
66a4fbe50a
kapitonov-plugins-pack: add xcbutil build input
...
Currently, this is propagated from cairo, but that will soon no longer
be the case.
2023-10-20 22:02:55 +00:00
Alyssa Ross
6308a17464
jay: add libGL build input
...
Currently, this is propagated from cairo, but that will soon no longer
be the case.
2023-10-20 22:02:53 +00:00
Alyssa Ross
c0ca495400
industrializer: add libGL build input
...
Currently, this is propagated from cairo, but that will soon no longer
be the case.
2023-10-20 22:02:52 +00:00
Alyssa Ross
69eeadcce6
i3lock-color: add xcbutil build input
...
Currently, this is propagated from cairo, but that will soon no longer
be the case.
2023-10-20 22:02:51 +00:00
Alyssa Ross
b5acdd6fa0
i3lock-blur: add libGL build input
...
Currently, this is propagated from cairo, but that will soon no longer
be the case.
2023-10-20 22:02:49 +00:00
Alyssa Ross
3f59b0a61b
i3lock: add xcbutil build input
...
Currently, this is propagated from cairo, but that will soon no longer
be the case.
2023-10-20 22:02:48 +00:00
Bobby Rong and Alyssa Ross
9c3a7f2ae8
hyprpicker: Add missing libGL
...
Cairo will soon no longer propagate libGL.
/build/source/src/debug/../includes.hpp:30:10: fatal error: GLES3/gl32.h: No such file or directory
30 | #include <GLES3/gl32.h>
| ^~~~~~~~~~~~~~
compilation terminated.
2023-10-20 22:02:47 +00:00
Bobby Rong and Alyssa Ross
53b550170d
hyprpaper: Add missing libGL
...
Cairo will soon no longer propagate libGL.
/build/source/src/events/../includes.hpp:31:10: fatal error: GLES3/gl32.h: No such file or directory
31 | #include <GLES3/gl32.h>
| ^~~~~~~~~~~~~~
compilation terminated.
2023-10-20 22:02:46 +00:00
Alyssa Ross
de928d3fd7
hyprland: add libGL build input
...
Currently, this is propagated from cairo, but that will soon no longer
be the case.
2023-10-20 22:02:44 +00:00
Alyssa Ross
c4e8f6072b
gwyddion: add libGL build input
...
Currently, this is propagated from cairo, but that will soon no longer
be the case.
2023-10-20 22:02:43 +00:00
Bobby Rong and Alyssa Ross
43df859d01
gst_all_1.gst-plugins-good: Add missing libGL
...
With cairo 1.18.0 bump, cairo-gl will be dropped, and cairo will no
longer propagate libGL, this leads to: Run-time dependency
gstreamer-gl-prototypes-1.0 found: NO
glesv2 is in gstreamer-gl-prototypes-1.0's Requires, so adding libGL.
2023-10-20 22:02:42 +00:00
Bobby Rong and Alyssa Ross
265d25a4fc
fcitx5: Add missing expat and xcbutil
...
These are direct dependencies for fcitx5, as listed in CMakeLists.txt.
When cairo is updated to 1.18.0, it will no longer propagates both.
2023-10-20 22:02:41 +00:00
Bobby Rong and Alyssa Ross
1136443434
fbida: Add missing libGL
...
Cairo will soon no longer propagate libGL.
Build dependencies missing for fbi and/or fbpdf.
fbi needs: freetype2 fontconfig libdrm libexif libpng libtiff-4 pixman-1
fbpdf needs: libdrm poppler-glib gbm egl epoxy pixman-1
While at it also explicitly add pixman.
2023-10-20 22:02:39 +00:00
Alyssa Ross
48f289e3e3
cogl: force linking against libGL if used
...
Otheriwse, if Cairo's GL backend is disabled, libGL doesn't end up in
cogl's rpath, so applications using cogl (like gthumb) will fail to
launch when they search for libGL and can't find it.
2023-10-20 22:02:38 +00:00
Alyssa Ross
287e4618a1
clapper: add libGL build input
...
Currently, this is propagated from cairo, but that will soon no longer
be the case.
2023-10-20 22:02:37 +00:00
Alyssa Ross
b8bdfe5752
celluloid: add libGL build input
...
Currently, this is propagated from cairo, but that will soon no longer
be the case.
2023-10-20 22:02:28 +00:00
github-actions[bot] and GitHub
0bcaa2f556
Merge master into staging-next
2023-10-19 18:00:54 +00:00
Yureka and Yaya
3f84dd89b8
electron_25: 25.9.0 -> 25.9.1
2023-10-19 19:52:10 +02:00
Yureka and Yaya
63ecd56469
electron_26: 26.3.0 -> 26.4.0
2023-10-19 19:52:10 +02:00
Yureka and Yaya
2b2804fe4a
electron-source.electron_28: 28.0.0-nightly.20231009 -> 28.0.0-alpha.2
2023-10-19 19:52:10 +02:00
Thiago Kenji Okada and GitHub
a00733f592
Merge pull request #261115 from con-f-use/master
...
writeShellApplication: exclude shell checks
2023-10-19 18:37:37 +01:00
Thiago Kenji Okada and GitHub
24a1589ebf
Merge pull request #251996 from surfaceflinger/microbin
...
microbin: add service
2023-10-19 18:36:02 +01:00
Thiago Kenji Okada and GitHub
383389d086
Merge pull request #254582 from oluceps/dae-fix-overr
...
nixos/dae: fix override existed config issue
2023-10-19 18:34:30 +01:00
Thiago Kenji Okada and GitHub
b96d352ec8
Merge pull request #258314 from eclairevoyant/openbangla-keyboard
...
openbangla-keyboard: 2.0.0 -> unstable-2023-07-21; add fcitx5 support
2023-10-19 18:23:14 +01:00
Bjørn Forsman
cc7791cfd9
nixos/lighttpd: add reload support
...
Allow reloading the webserver, which is useful when e.g there are new
certificates available that we want lighttpd to use, but don't want to
completely shut down the server.
2023-10-19 19:23:04 +02:00
Thiago Kenji Okada and GitHub
321b684c40
Merge pull request #259355 from hercules-ci/runc-output-closure-size
...
runc: Remove procps from wrapper
2023-10-19 18:19:02 +01:00
Thiago Kenji Okada and GitHub
b348656665
Merge pull request #259053 from flyingcircusio/percona-server-8.0
...
percona-server_8_0: init at 8.0.34
2023-10-19 18:17:59 +01:00
Thiago Kenji Okada and GitHub
58ef48dd33
Merge pull request #255225 from abscondment/kustomize_4
...
kustomize_4: init at 4.5.7
2023-10-19 18:15:26 +01:00
Thiago Kenji Okada and GitHub
4113272f8c
Merge pull request #258330 from Benjamin-L/iamb-man-pages
...
iamb: install manpages
2023-10-19 18:12:04 +01:00
Arian van Putten and GitHub
8caf3dcf34
Merge pull request #261505 from philiptaron/wlanConfig
...
systemd.network.netdev: add support for WLAN devices
2023-10-19 16:33:30 +00:00
Weijia Wang and GitHub
ff0a5a776b
Merge pull request #261915 from figsoda/fclones
...
fclones: 0.32.1 -> 0.32.2
2023-10-19 17:46:48 +02:00
Nikolay Korotkiy and GitHub
5c2160c1ec
Merge pull request #261400 from adamcstephens/miniflux/2.0.49
...
miniflux: 2.0.48 -> 2.0.49
2023-10-19 19:44:08 +04:00
Eelco Dolstra and GitHub
b1d6248d5b
Merge pull request #262064 from DeterminateSystems/colemickens/nix_2_13_6_master
...
nixVersions.nix_2_13: 2.13.5 -> 2.13.6
2023-10-19 17:35:50 +02:00
Weijia Wang and GitHub
99bb024726
Merge pull request #261950 from r-ryantm/auto-update/rt-tests
...
rt-tests: 2.5 -> 2.6
2023-10-19 17:35:30 +02:00
Robert Schütz and GitHub
9484e0a925
Merge pull request #261885 from dotlambda/ocrmypdf-15.2.0
...
python310Packages.ocrmypdf: 15.1.0 -> 15.2.0
2023-10-19 08:34:29 -07:00
markuskowa and GitHub
bab9ed9e26
Merge pull request #262058 from sheepforce/openmolcas
...
openmolcas: 23.06 -> 23.10
2023-10-19 17:25:11 +02:00
Robert Helgesson
8fd3a158bb
svtplay-dl: 4.25 -> 4.28.1
2023-10-19 16:30:09 +02:00
Weijia Wang and GitHub
7c9cc5a6e5
Merge pull request #260995 from fee1-dead-contrib/youtube-music-electron
...
youtube-music: use system electron
2023-10-19 15:55:26 +02:00