Commit graph

53800 commits

Author SHA1 Message Date
Ryan Mulligan faf0031868
Merge pull request #210612 from ryantm/rtm-1-13-libversion
libversion: 3.0.2 -> 3.0.3
2023-01-18 19:56:56 -08:00
Sandro 4bf4c083dc
Merge pull request #211264 from willcohen/bwidget 2023-01-18 23:12:41 +01:00
Ian-Woo Kim 62ee07482e
ogdf: 2020.02 -> 2022.02 (#205164) 2023-01-18 14:39:20 -05:00
Anderson Torres 1d72880e16
Merge pull request #211387 from ovlach/datovka
datovka 4.15.6 -> 4.21.1
2023-01-18 13:33:42 -03:00
Ondrej Vlach ab4f0e71e8 libdatovka: init at 0.2.1
datovka application now depends on libdatovka(https://gitlab.nic.cz/datovka/datovka/-/blob/v4.16.0/ChangeLog).
2023-01-18 15:20:19 +01:00
Sandro 47c0bb83c7
Merge pull request #209789 from wegank/classads-darwin
classads: unbreak on aarch64-darwin
2023-01-18 14:33:33 +01:00
Sandro 15eb39e56f
Merge pull request #209224 from wegank/qbittorrent-darwin
qbittorrent: add darwin support
2023-01-18 14:32:04 +01:00
Sandro 028d747628
Merge pull request #209003 from wegank/libbde-bump
libbde: 20220121 -> 20221031
2023-01-18 14:31:21 +01:00
Alyssa Ross 1a355ae751 libcddb: broaden platforms
Builds fine for FreeBSD and NetBSD, and the website explicitly calls
out Cygwin support.
2023-01-18 12:16:51 +00:00
Alyssa Ross e8b42ea1ca libcddb: depend on libiconv unconditionally
libiconv is already defined per-platform.  The actual libiconv library
won't be built on platforms like Linux where it doesn't need to be, so
there's no need to maintain a separate platform list here.

Required to build for FreeBSD.
2023-01-18 12:16:51 +00:00
Jan Tojnar 23d3b62ee8
Merge pull request #209877 from dotlambda/libadwaita-1.2.1
libadwaita: 1.2.0 -> 1.2.1
2023-01-18 11:26:35 +01:00
markuskowa 312e9042eb
Merge pull request #202873 from bzizou/libfabric
libfabric: 1.15.1 -> 1.17.0 and opx activation
2023-01-18 11:04:14 +01:00
Bobby Rong 809fe35f8b
Merge pull request #211182 from bobby285271/upd/gtkspell2-enchant2
gtkspell2: Build with enchant2
2023-01-18 12:18:24 +08:00
Sergei Trofimovich 25f57d5b23
Merge pull request #211150 from trofi/SDL_gfx-propagate-SDL
SDL_gfx: propagate SDL to -dev outputs
2023-01-18 00:07:23 +00:00
Nick Cao 9f3998d62f
Merge pull request #204724 from wegank/qtpbfimageplugin
qt6, python3Packages.pyqt6: unbreak on darwin
2023-01-18 07:36:26 +08:00
Jonas Heinrich dc5e0f6a22
Merge pull request #211222 from r-ryantm/auto-update/tinygltf
tinygltf: 2.8.0 -> 2.8.2
2023-01-17 22:38:37 +01:00
Ryan Burns 5d9415ec71
Merge pull request #211008 from r-burns/aws-bumps
AWS C library bumps
2023-01-17 10:48:21 -08:00
Will Cohen b9a3871c3d bwidget: 1.9.14 -> 1.9.16 2023-01-17 13:36:08 -05:00
markuskowa 0ac476fae0
libfabric: resort inputs 2023-01-17 15:30:58 +01:00
R. Ryantm eba97aa5b1 tinygltf: 2.8.0 -> 2.8.2 2023-01-17 11:10:30 +00:00
Naïm Favier 682381bf3f
Merge pull request #210405 from ncfavier/cubical-cleanup 2023-01-17 10:36:02 +01:00
Vladimír Čunát 978d992880
Merge #210961: libepoxy: disable more cgl tests on x86_64-darwin 2023-01-17 08:16:40 +01:00
Bobby Rong 802c7a0caf
gtkspell2: Build with enchant2
We want to remove enchant1 when possible.
2023-01-17 12:55:45 +08:00
Nick Cao ce42eec42f
Merge pull request #209550 from SuperSandro2000/opencolorio-cmake
opencolorio: move cmake file to correct place
2023-01-17 10:37:30 +08:00
Nick Cao 2ff3858323
Merge pull request #209773 from lorenz/fix-librest
librest_1_0: pick up crash fix with libsoup 3
2023-01-17 10:31:12 +08:00
Nick Cao cdbe04353d
Merge pull request #210648 from wegank/pinocchio-bump
pinocchio: 2.6.12 -> 2.6.14
2023-01-17 10:22:30 +08:00
Alyssa Ross f5cbe5d803 libunwind: broaden platforms
Upstream helpfully spells out exactly which platforms are supported,
so let's just use that list.  Notably, this change allows libunwind to
be built for FreeBSD.
2023-01-17 02:05:05 +00:00
Sandro 341aa70d1e
Merge pull request #209163 from SuperSandro2000/libbaseencode 2023-01-17 01:22:19 +01:00
Sergei Trofimovich 5b93a22d90
Update pkgs/development/libraries/SDL_gfx/default.nix
Co-authored-by: Artturi <Artturin@artturin.com>
2023-01-16 23:33:56 +00:00
Sergei Trofimovich 3f0acfdab3 SDL_gfx: propagate SDL to -dev outputs
`SDL_gfx.pc` refers to `sdl.pc`. In addition to that some `SDL_gfx`
headers import `SDL.h` directly. I noticed it when attempted to build a
small SDL demo project which imports only `SDL_gfx`. It out to have
worked. Instead build fails as:

    $ SDL1_CFLAGS=$(shell pkg-config SDL_gfx --cflags)
    ...
    Package sdl was not found in the pkg-config search path.
    Perhaps you should add the directory containing `sdl.pc'
    to the PKG_CONFIG_PATH environment variable

This change is enough to make it work.
2023-01-16 21:36:06 +00:00
Bernardo Meurer 66b976eeb5
Merge pull request #209742 from JamieMagee/raspberrypi
treewide: update raspberrypi packages
2023-01-16 00:03:32 -05:00
Nick Cao 78a377ed28
Merge pull request #210290 from NickCao/qt642
qt6: 6.4.1 -> 6.4.2
2023-01-16 10:52:28 +08:00
Ryan Burns 4e59c6c991 aws-c-s3: 0.2.1 -> 0.2.2
Diff: https://github.com/awslabs/aws-c-s3/compare/v0.2.1...v0.2.2
2023-01-15 17:20:43 -08:00
Ryan Burns af5fa39b59 aws-c-auth: 0.6.21 -> 0.6.22
Diff: https://github.com/awslabs/aws-c-auth/compare/v0.6.21...v0.6.22
2023-01-15 17:20:25 -08:00
Ryan Burns 5c4ad3bdad aws-c-mqtt: 0.8.2 -> 0.8.4
Diff: https://github.com/awslabs/aws-c-mqtt/compare/v0.8.2...v0.8.4
2023-01-15 17:20:05 -08:00
Ryan Burns cec1820952 aws-c-http: 0.6.28 -> 0.7.3
Diff: https://github.com/awslabs/aws-c-http/compare/v0.6.28...v0.7.3
2023-01-15 17:18:33 -08:00
Ryan Burns d3c4ef1ef8 aws-c-event-stream: 0.2.15 -> 0.2.18
Diff: https://github.com/awslabs/aws-c-event-stream/compare/v0.2.15...v0.2.18
2023-01-15 17:18:25 -08:00
Ryan Burns be98950cc4 aws-c-io: 0.13.12 -> 0.13.14
Diff: https://github.com/awslabs/aws-c-io/compare/v0.13.12...v0.13.14
2023-01-15 17:18:17 -08:00
Ryan Burns d0fd5de42a aws-c-common: 0.8.5 -> 0.8.9
Diff: https://github.com/awslabs/aws-c-common/compare/v0.8.5...v0.8.9
2023-01-15 17:18:09 -08:00
Jörg Thalheim f341ba6233
Merge pull request #210583 from centromere/cxx-rs-1.0.86
cxx-rs: 1.0.72 -> 1.0.86
2023-01-16 01:42:07 +01:00
Jörg Thalheim 876b1d46f8
Merge pull request #210903 from yu-re-ka/mimalloc-static
mimalloc: fix static build
2023-01-16 01:02:13 +01:00
Jörg Thalheim 69067a3921
Merge pull request #210920 from r-ryantm/auto-update/libfilezilla
libfilezilla: 0.39.1 -> 0.41.0
2023-01-16 00:55:21 +01:00
Ryan Burns 85f8b6c30e
Merge pull request #210946 from cbourjau/howard-hinnant-date-platforms-unix
howard-hinnant-date: Build on unix
2023-01-15 11:51:42 -08:00
Weijia Wang f42e22636d libepoxy: disable more cgl tests on x86_64-darwin 2023-01-15 20:14:14 +01:00
Felix Bühler a6975fd05e
Merge pull request #210848 from matthiasbeyer/update-tagparser
tagparser: 11.5.0 -> 11.5.1
2023-01-15 19:16:27 +01:00
Christian Bourjau fd3efff8dc howard-hinnant-date: Build on unix
The howard-hinnant-date library supports unix not only linux.
2023-01-15 17:26:51 +01:00
R. Ryantm 2761e7c03b libfilezilla: 0.39.1 -> 0.41.0 2023-01-15 14:11:04 +00:00
Doron Behar 4ea83cec77
Merge pull request #210159 from r-ryantm/auto-update/sqlitecpp
sqlitecpp: 3.2.0 -> 3.2.1
2023-01-15 15:57:33 +02:00
K900 d7021b0c4d
Merge pull request #210709 from K900/kf5-5.102.0
kde-frameworks: 5.101 -> 5.102
2023-01-15 16:37:20 +03:00
Yureka 521d08ddc7 mimalloc: fix static build 2023-01-15 13:44:17 +01:00