Commit Graph
538820 Commits
Author SHA1 Message Date
Bobby RongandAlyssa 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 RongandAlyssa 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 RongandAlyssa 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 RongandAlyssa 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 RongandAlyssa 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 RongandAlyssa 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 RongandAlyssa 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 RongandAlyssa 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 RongandAlyssa 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]andGitHub 0bcaa2f556 Merge master into staging-next 2023-10-19 18:00:54 +00:00
YurekaandYaya 3f84dd89b8 electron_25: 25.9.0 -> 25.9.1 2023-10-19 19:52:10 +02:00
YurekaandYaya 63ecd56469 electron_26: 26.3.0 -> 26.4.0 2023-10-19 19:52:10 +02:00
YurekaandYaya 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 OkadaandGitHub a00733f592 Merge pull request #261115 from con-f-use/master
writeShellApplication: exclude shell checks
2023-10-19 18:37:37 +01:00
Thiago Kenji OkadaandGitHub 24a1589ebf Merge pull request #251996 from surfaceflinger/microbin
microbin: add service
2023-10-19 18:36:02 +01:00
Thiago Kenji OkadaandGitHub 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 OkadaandGitHub 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 OkadaandGitHub 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 OkadaandGitHub 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 OkadaandGitHub 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 OkadaandGitHub 4113272f8c Merge pull request #258330 from Benjamin-L/iamb-man-pages
iamb: install manpages
2023-10-19 18:12:04 +01:00
Arian van PuttenandGitHub 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 WangandGitHub ff0a5a776b Merge pull request #261915 from figsoda/fclones
fclones: 0.32.1 -> 0.32.2
2023-10-19 17:46:48 +02:00
Nikolay KorotkiyandGitHub 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 DolstraandGitHub 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 WangandGitHub 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ützandGitHub 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
markuskowaandGitHub 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 WangandGitHub 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
Nick CaoandGitHub 8e8f3e83b6 Merge pull request #261900 from fabaff/trufflehog-bump
trufflehog: 3.60.0 -> 3.60.1
2023-10-19 09:38:02 -04:00
Fabian AffolterandGitHub 7dd386181a Merge pull request #261984 from r-ryantm/auto-update/python311Packages.nbdev
python311Packages.nbdev: 2.3.12 -> 2.3.13
2023-10-19 15:37:51 +02:00
Nick CaoandGitHub 4068dd10bd Merge pull request #261902 from fabaff/aiowithings-bump
python311Packages.aiowithings: 0.3.0 -> 0.4.4
2023-10-19 09:37:34 -04:00
Cole Mickens a55511468d nix: drop unused patch-fix-aarch64-darwin-static patch 2023-10-19 15:37:28 +02:00