Commit Graph

117994 Commits

Author SHA1 Message Date
Nick Cao
039d3eb6fb
Merge pull request #280280 from katexochen/k9s/0-31-4
k9s: 0.31.1 -> 0.31.5
2024-01-14 12:21:11 -05:00
Nick Cao
528a4bb0ac
Merge pull request #280857 from orivej/roomeqwizard
roomeqwizard: 5.20.13 -> 5.30.4
2024-01-14 12:14:32 -05:00
Nick Cao
bbeff329cf
Merge pull request #280832 from trofi/mikmod-stack-smash
mikmod: fix startup crash on `_FORTIFY_SOURCE=3`
2024-01-14 11:34:17 -05:00
Nick Cao
0c741cd9fb
Merge pull request #280819 from kirillrdy/ldtk
ldtk: 1.4.1 -> 1.5.2
2024-01-14 11:30:24 -05:00
Martin Weinelt
e71aeb0f03
Merge pull request #280571 from r-ryantm/auto-update/ausweisapp
ausweisapp: 2.0.1 -> 2.0.2
2024-01-14 15:50:59 +01:00
Jörg Thalheim
d1f5807b86
Merge pull request #280933 from bobby285271/fix/xed-plugins
xed-editor: Fix typelib path
2024-01-14 14:51:01 +01:00
Felix Bühler
5be07a5ef3
Merge pull request #280524 from arthsmn/skrooge-update
skrooge: 1.28.0 -> 1.31.0
2024-01-14 14:50:41 +01:00
7c6f434c
e2a3f40a75
Merge pull request #280754 from trofi/readstat-gcc-13-fix
readstat: fix `gcc-13` build failure
2024-01-14 13:42:41 +00:00
7c6f434c
21c6a516b6
Merge pull request #280768 from trofi/seq66-gcc-13-fix
seq66: fix build against `gcc-13`
2024-01-14 13:42:06 +00:00
Bobby Rong
8ec878066c
Merge pull request #273060 from FedericoSchonborn/libpeas-pygobject3
libpeas, libpeas2: Fix Python loader
2024-01-14 21:22:08 +08:00
Bobby Rong
bfb58157d5
xed-editor: Fix typelib path
We patch gobject-introspection and meson to store absolute paths to libraries in
typelibs but that requires the install_dir is an absolute path.

ref: 1b2a061c87
2024-01-14 21:15:23 +08:00
Guillaume Girol
d0f337d181
Merge pull request #278432 from tomodachi94/update/craftos-pc/2.8
craftos-pc: 2.7.5 -> 2.8
2024-01-14 14:13:46 +01:00
Felix Bühler
e0fe5361fd
Merge pull request #279367 from Stunkymonkey/sip4-normalize
python311Packages.sip4: rename from sip_4
2024-01-14 13:16:56 +01:00
Felix Bühler
214925a2d3
Merge pull request #279395 from Stunkymonkey/pyqt5-sip-normalize
python311Packages.pyqt5-sip: rename from pyqt5_sip
2024-01-14 13:11:06 +01:00
Niklas Hambüchen
ec9f051a48
Merge pull request #273948 from imincik/pdal-2.6.2
pdal: 2.5.6 -> 2.6.2
2024-01-14 12:43:51 +01:00
Guillaume Girol
46cf5e9bf1
Merge pull request #278987 from khaneliman/wttrbar
wttrbar: 0.7.0 -> 0.7.1
2024-01-14 11:04:57 +01:00
Guillaume Girol
0580b0793f
Merge pull request #278991 from onemoresuza/wallust-theme-feature
wallust: add imagemagick dependency
2024-01-14 11:00:47 +01:00
wackbyte
bd76d59d0e
typst-lsp: 0.12.0 -> 0.12.1 2024-01-13 23:27:07 -05:00
Orivej Desh
61f3d730c4 roomeqwizard: 5.20.13 -> 5.30.4 2024-01-14 03:28:09 +00:00
Pavol Rusnak
e704803861
Merge pull request #280818 from r-ryantm/auto-update/fulcrum
fulcrum: 1.9.7 -> 1.9.8
2024-01-13 21:21:04 -05:00
Federico Damián Schonborn
0729a314c5
xplayer: Patch dbus-python into plugin directly, remove pythonenv
Signed-off-by: Federico Damián Schonborn <fdschonborn@gmail.com>
2024-01-13 22:35:34 -03:00
Federico Damián Schonborn
9172370874
liferea: Do not set PYTHONPATH
Signed-off-by: Federico Damián Schonborn <fdschonborn@gmail.com>
2024-01-13 22:35:29 -03:00
Federico Damián Schonborn
8bb04333fa
astroid: Remove pygobject3 from PYTHONPATH
Signed-off-by: Federico Damián Schonborn <fdschonborn@gmail.com>
2024-01-13 21:39:27 -03:00
Federico Damián Schonborn
6faa06862f
gnome-builder: Do not set PYTHONPATH
Signed-off-by: Federico Damián Schonborn <fdschonborn@gmail.com>
2024-01-13 21:39:27 -03:00
Federico Damián Schonborn
678d82c7b5
rhythmbox: Remove pygobject3 from PYTHONPATH
Signed-off-by: Federico Damián Schonborn <fdschonborn@gmail.com>
2024-01-13 21:39:26 -03:00
Yt
c66f8f59c0
Merge pull request #280788 from aikooo7/update-solana-cli
solana-cli: 1.14.23 → 1.16.27
2024-01-14 01:27:01 +01:00
Adam C. Stephens
c13348cde7
Merge pull request #279493 from adamcstephens/squeezelite/1465
squeezelite: 1.9.9.1463 -> 2.0.0.1465, RPI GPIO support
2024-01-13 18:02:24 -05:00
Sergei Trofimovich
d6d5c923f6 mikmod: fix startup crash on _FORTIFY_SOURCE=3
Without the change `mikmod` crashes at startup as:

    $ nix run nixpkgs#mikmod
    *** buffer overflow detected ***: terminated
    Aborted (core dumped)

The change fixes `snprintf()` buffer size accounting by picking patch
proposed for upstream inclusion:

    https://sourceforge.net/p/mikmod/patches/17/
2024-01-13 22:51:53 +00:00
Peder Bergebakken Sundt
f27977ae29
Merge pull request #275529 from moni-dz/contour
contour: 0.3.12.262 -> 0.4.0.6245
2024-01-13 23:46:45 +01:00
Peder Bergebakken Sundt
ab83c53373
Merge pull request #273404 from fedeinthemix/wip-fasthenry
fasthenry: init at 3.0.1
2024-01-13 23:37:50 +01:00
Peder Bergebakken Sundt
c32c076885
Merge pull request #253056 from PowerUser64/plugdata
plugdata: init at 0.8.0
2024-01-13 23:16:09 +01:00
Sergei Trofimovich
50a49047e1 seq66: enable Qt wrapper to fix plugin loading
Without the change `qseq66` fails to load as:

    $ qseq66
    qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
    This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

While at it added `mainProgram`.
2024-01-13 22:00:56 +00:00
Kirill Radzikhovskyy
1f47dd3b9d ldtk: 1.4.1 -> 1.5.2 2024-01-14 07:00:11 +09:00
R. Ryantm
5bfbad2f67 fulcrum: 1.9.7 -> 1.9.8 2024-01-13 21:52:20 +00:00
Christian Kögler
d431d30e0b
Merge pull request #280671 from ck3d/xineliboutput-2.3.0
vdrPlugins.xineliboutput: 2.2.0 -> 2.3.0
2024-01-13 22:15:25 +01:00
Sergei Trofimovich
10697291cc readstat: backport "use-after-free" fix 2024-01-13 19:40:46 +00:00
aikooo7
b3189792a6
solana-cli: 1.14.23 → 1.16.27 2024-01-13 19:19:26 +00:00
Yt
16b9142e46
Merge pull request #280655 from r-ryantm/auto-update/op-geth
op-geth: 1.101304.2 -> 1.101305.0
2024-01-13 20:13:44 +01:00
Paul Meyer
8d13307c75 k9s: 0.31.4 -> 0.31.5 2024-01-13 19:03:28 +01:00
Artturi
e16081ffc8
Merge pull request #280737 from Kranzes/discord-updates 2024-01-13 19:25:50 +02:00
Sergei Trofimovich
5f9b9b9fea seq66: fix build against gcc-13
Without the chnage build fails on `master` as:

    In file included from os/daemonize.cpp:64:
    ../include/os/daemonize.hpp:58:8: error: 'uint32_t' does not name a type
       58 | extern uint32_t daemonize
          |        ^~~~~~~~
    ../include/os/daemonize.hpp:36:1: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
       35 | #include "seq66_platform_macros.h"      /* for detecting 32-bit builds      */
      +++ |+#include <cstdint>

As upstream changes are quite invasive for backport I am only injecting
missing headers.
2024-01-13 16:54:53 +00:00
Nick Cao
493e7e9621
Merge pull request #280699 from a-n-n-a-l-e-e/radiotray-ng-fix
radiotray-ng: fix gcc13 errors with upstream patch
2024-01-13 10:49:35 -05:00
Mario Rodas
a95f16dea7
Merge pull request #280669 from r-ryantm/auto-update/protonmail-bridge
protonmail-bridge: 3.7.1 -> 3.8.1
2024-01-13 10:37:32 -05:00
Nick Cao
5be044141b
Merge pull request #280635 from r-ryantm/auto-update/velero
velero: 1.12.2 -> 1.12.3
2024-01-13 10:30:02 -05:00
Nick Cao
485946eef1
Merge pull request #280640 from kirillrdy/tuckr
tuckr: de-vendor Cargo.lock
2024-01-13 10:28:59 -05:00
Nick Cao
910f87a913
Merge pull request #280641 from kirillrdy/owmods
owmods-cli: de-vendor Cargo.lock
2024-01-13 10:28:38 -05:00
Nick Cao
7c7a1b2804
Merge pull request #280618 from jansol/vsti-gcc13-fixes
surge-xt, zynaddsubfx: fix build
2024-01-13 10:26:50 -05:00
Nick Cao
46e6e1a2c6
Merge pull request #280660 from tracteurblinde/trilium_0.62.5
trilium-{desktop,server}: 0.62.3 -> 0.62.5
2024-01-13 10:24:16 -05:00
Nick Cao
310e6a8446
Merge pull request #280636 from kirillrdy/gnome-podcasts
gnome-podcasts: de-vendor Cargo.lock
2024-01-13 10:14:55 -05:00
Ilan Joselevich
be77be498d
discord-canary: 0.0.381 -> 0.0.394 2024-01-13 15:57:10 +02:00