nixpkgs/pkgs/development/libraries
Graham Christensen c2b898da76 treewide: drop -l$NIX_BUILD_CORES
Passing `-l$NIX_BUILD_CORES` improperly limits the overall system load.

For a build machine which is configured to run `$B` builds where each
build gets `total cores / B` cores (`$C`), passing `-l $C` to make will
improperly limit the load to `$C` instead of `$B * $C`.

This effect becomes quite pronounced on machines with 80 cores, with
40 simultaneous builds and a cores limit of 2. On a machine with this
configuration, Nix will run 40 builds and make will limit the overall
system load to approximately 2. A build machine with this many cores
can happily run with a load approaching 80.

A non-solution is to oversubscribe the machine, by picking a larger
`$C`. However, there is no way to divide the number of cores in a way
which fairly subdivides the available cores when `$B` is greater than
1.

There has been exploration of passing a jobserver in to the sandbox,
or sharing a jobserver between all the builds. This is one option, but
relatively complicated and only supports make. Lots of other software
uses its own implementation of `-j` and doesn't support either `-l` or
the Make jobserver.

For the case of an interactive user machine, the user should limit
overall system load using `$B`, `$C`, and optionally systemd's
cpu/network/io limiting features.

Making this change should significantly improve the utilization of our
build farm, and improve the throughput of Hydra.
2022-09-22 16:01:23 -04:00
..
a52dec
aalib
abseil-cpp
accounts-qt
accountsservice
ace
acl
ada
adns
adslib
afflib
aften
agda
agg
aixlog aixlog: init at 1.5.0 2022-09-09 15:07:15 +02:00
alembic
alglib
alkimia
allegro
alure
alure2
amdvlk amdvlk: 2022.Q2.2 -> 2022.Q3.3 2022-08-22 11:05:44 +02:00
aml
amrnb
amrwb
amtk
AntTweakBar
apache-activemq
appindicator-sharp
applet-window-buttons
appstream appstream: 0.15.2 -> 0.15.5 2022-09-18 18:33:51 +02:00
appstream-glib
apr apr: remove no longer required darwin patch 2022-08-25 22:18:10 +02:00
apr-util
aptdec aptdec: init at 20220518 2022-09-11 12:48:26 +01:00
aqbanking aqbanking: 6.5.0 -> 6.5.3 2022-09-19 16:18:59 +02:00
aravis
arb
argagg
argp-standalone
argparse
argtable
arguments
aribb25
armadillo armadillo: 11.2.3 -> 11.2.4 2022-09-15 06:01:27 +00:00
arpa2common
arrayfire
arrow-cpp treewide: remove unnecessary cmake pkg-config patchs 2022-09-08 21:27:47 +03:00
arrow-glib
asio
aspell treewide: makeWrapper buildInputs to nativeBuildInputs 2022-08-16 13:14:19 +03:00
assimp
at-spi2-atk
at-spi2-core
atk
atkmm
attr
aubio
audiality2
audio Merge master into staging-next 2022-09-21 18:01:25 +00:00
audiofile
avahi
avro-c avro-c: 1.11.0 -> 1.11.1 2022-08-10 11:19:04 +00:00
avro-c++
aws-c-auth aws-c-auth: 0.6.14 -> 0.6.16 2022-09-04 16:34:09 +02:00
aws-c-cal aws-c-cal: 0.5.18 -> 0.5.19 2022-09-04 16:17:30 +02:00
aws-c-common
aws-c-compression aws-c-compression: 0.2.14 -> 0.2.15 2022-08-28 06:43:28 +00:00
aws-c-event-stream aws-c-event-stream: 0.2.12 -> 0.2.14 2022-09-04 16:16:19 +02:00
aws-c-http aws-c-http: 0.6.19 -> 0.6.20 2022-09-04 16:27:32 +02:00
aws-c-io aws-c-io: 0.11.2 -> 0.13.3 2022-09-04 16:25:42 +02:00
aws-c-mqtt aws-c-mqtt: 0.7.11 -> 0.7.12 2022-09-04 16:28:22 +02:00
aws-c-s3 aws-c-s3: 0.1.43 -> 0.1.46 2022-09-04 16:26:29 +02:00
aws-c-sdkutils aws-c-sdkutils: 0.1.2 -> 0.1.3 2022-08-28 05:40:30 +00:00
aws-checksums aws-checksums: 0.1.12 -> 0.1.13 2022-08-28 06:01:46 +00:00
aws-crt-cpp
aws-sdk-cpp aws-sdk-cpp: ignore openssl 3 deprecation warnings 2022-08-31 18:04:18 +02:00
ayatana-ido
babl babl: 0.1.94 -> 0.1.96 2022-08-28 07:37:44 +00:00
backward-cpp backward-cpp: 1.3 -> 1.6 2022-08-14 06:26:27 +00:00
bamf
bash/bash-preexec
bashup-events
bc-decaf
bcg729 bcg729: fix path in pkg-config file 2022-09-07 21:44:36 +03:00
bctoolbox
bearssl
beecrypt
beignet
belcard
belle-sip
belr belr: 5.1.12 -> 5.1.55 2022-08-23 07:24:17 +02:00
bencodetools bencodetools: rename from libbencodetools, enable tests 2022-08-22 21:27:41 +02:00
biblesync
blitz
bobcat
boca
boehm-gc boehmgc: disabled tests on x86_64-darwin 2022-09-19 18:17:30 +10:00
boolstuff
boost Merge staging-next into staging 2022-09-01 06:07:49 +00:00
boost-process
bootil
boringssl
botan botan2: 2.18.1 -> 2.19.2 2022-08-11 12:12:37 +02:00
box2d
boxfort boxfort: unstable 2019-10-09 -> 0.1.4 2022-08-19 15:45:27 +02:00
brigand
buddy
bullet
bulletml
bwidget
bzrtp
c-ares pkgsStatic.c-ares: fix CMake shim (#185777) 2022-08-10 20:03:07 -04:00
c-blosc
caf
cairo cairo: pull upstream fix for grayscale aliasing bug 2022-08-06 10:05:07 +01:00
cairomm
capnproto capnproto: move openssl to propagatedBuildInputs 2022-08-16 19:05:14 +08:00
capstone capstone: use fixDarwinDylibNames on darwin 2022-09-17 01:02:34 +01:00
caroline caroline: init at 0.3.1 (#178459) 2022-08-19 09:29:18 +02:00
cassandra-cpp-driver
catch
catch2
ccrtp
cctz cctz: fix static build 2022-09-21 22:50:52 +02:00
cddlib
cdk
cdo cdo: 1.9.10 -> 2.0.5 and add eccodes dependency for GRIB files (#167743) 2022-08-04 00:33:49 +02:00
cegui
celt
cereal
ceres-solver
CGAL
cglm Merge branch 'master' into staging-next 2022-09-18 07:31:10 +02:00
cgreen
cgui
check
chipmunk
chmlib
chromaprint
cimg cimg: 3.1.4 -> 3.1.6 2022-09-04 08:09:33 +00:00
civetweb
cjose
cjson
cl
clanlib
classads
clfft
clipp
clipper
cln
cloog
cloog-ppl
clucene-core
clutter treewide: cross fixes 2022-09-07 21:20:54 +03:00
clutter-gst
clutter-gtk
cm256cc cm256cc: fix path in pkg-config file 2022-09-07 21:44:36 +03:00
cmark
cmark-gfm cmark-gfm: re-enable tests 2022-09-19 15:52:01 +01:00
cminpack
cmocka
cmrt
codec2
coeurl
cogl treewide: cross fixes 2022-09-07 21:20:54 +03:00
coin3d coin3d: 2020-12-07 -> 2022-97-27 2022-08-07 00:09:47 -03:00
CoinMP
collada-dom
comedilib
console-bridge
coordgenlibs coordgenlibs: 3.0.0 -> 3.0.1 2022-09-07 11:51:08 +00:00
cosmopolitan cosmopolitan: unstable-2022-03-22 -> 2.0.1 2022-09-16 21:22:06 +02:00
cpp-hocon
cpp-ipfs-http-client
cpp-netlib
cpp-utilities cpp-utilities: 5.18.0 -> 5.19.0 2022-09-07 12:00:36 +00:00
cppcms
cppdb
cpptest
cpptoml cpptoml: remove default outputs 2022-08-18 23:07:05 +02:00
cppunit
cpputest
cppzmq
cracklib
crc32c crc32c: don't install gtest 2022-08-09 15:01:25 +02:00
crcpp
cre2
criterion criterion: 2.3.3 -> 2.4.1 2022-08-20 09:57:11 +02:00
croaring
crossguid
crypto++
csfml
ctpl
ctpp2
ctypes_sh
cudd
curlpp
cutee
cwiid
cxx-prettyprint
cxx-rs
cxxopts cxxopts: fix path in pkg-config file 2022-09-07 21:44:36 +03:00
cxxtest
cxxtools
cyrus-sasl
czmq
dab_lib dab_lib: init at 20211228 2022-09-11 12:48:25 +01:00
dav1d
db
dbus
dbus-cplusplus
dbus-glib
dbus-sharp
dbus-sharp-glib
dbxml
dclib
dclxvi
dconf
dee
directfb
discord-rpc
dleyna-connector-dbus
dleyna-core
dleyna-renderer
dleyna-server
dlib openturns: init at 1.19 2022-09-07 11:32:53 -07:00
docopt_cpp
doctest
dotconf
dotnetfx35
dotnetfx40
double-conversion double-conversion: 3.2.0 -> 3.2.1 2022-08-05 09:02:37 +00:00
dqlite
draco
drogon drogon: 1.7.5 -> 1.8.0 2022-08-31 16:00:01 -04:00
drumstick plasma5Packages.drumstick: fix paths in pkg-config files 2022-09-07 21:49:31 +03:00
dsdcc dsdcc: init at 1.9.3 2022-09-11 12:48:25 +01:00
dssi
duckdb duckdb: 0.4.0 -> 0.5.0 2022-09-18 07:15:38 -04:00
dxflib
dyncall
easyloggingpp
eccodes eccodes: fix paths in pkg-config files 2022-09-07 21:49:31 +03:00
eclib
editline
egl-wayland egl-wayland: 1.1.10 -> 1.1.11 2022-09-06 22:44:37 +02:00
eigen
elementary-cmake-modules
elf-header
elfio
elpa elpa: 2021.11.002 -> 2022.05.001 2022-08-05 11:41:37 +02:00
embree
enchant
enet
entt entt: fix path in pkg-config file 2022-09-07 21:49:31 +03:00
ethash
eventlog
exempi
exiv2 exiv2: update homepage 2022-08-07 23:50:47 +02:00
exosip
expat expat: 2.4.8 -> 2.4.9 2022-09-20 22:26:34 +01:00
faac
faad2
farbfeld
farstream
fast-cpp-csv-parser
fastjson
fastpbkdf2
faudio faudio: 22.04 -> 22.08 2022-08-13 17:33:55 +00:00
fcft fcft: 3.1.3 -> 3.1.4 2022-09-08 11:04:26 +02:00
fcgi
fcl
fcppt
fdk-aac
febio
fflas-ffpack
ffmpeg ffmpeg_4: patch for new SDL2 versioning scheme 2022-09-18 12:09:48 -03:00
ffmpeg-full ffmpeg_5: 5.1 -> 5.1.1 2022-09-02 06:47:04 +10:00
ffmpegthumbnailer ffmpegthumbnailer: fix path in pkg-config file 2022-09-07 21:44:36 +03:00
ffms
fftw
filter-audio
flann
flatbuffers flatbuffers: 2.0.6 -> 2.0.7 2022-08-23 12:43:01 +00:00
flatcc Add myself to maintainers list 2022-08-26 08:17:53 +02:00
flatpak
flint
flite
fltk
fmt fmt_9: init at 9.0.0 2022-08-31 21:28:09 +02:00
folks
folly folly: 2022.08.29.00 -> 2022.09.05.00 2022-09-05 14:00:12 +00:00
fontconfig
forge
fox fox: mark broken on darwin aarch64 only 2022-09-02 08:06:42 +02:00
fplll
frame
freealut
freeglut
freeimage
freenect
freetds freetds: 1.3.9 -> 1.3.13 2022-08-22 13:08:36 +08:00
freetts
freetype
freexl freexl: init at 1.0.6 2022-09-18 00:38:52 +03:00
frei0r
fribidi
fstrcmp
fstrm
ftgl ftgl: drop an impure -dylib_file on darwin 2022-09-16 19:22:18 -04:00
ftxui
funambol
g2o
galario
gamenetworkingsockets
gamin
ganv
garmintools
gbenchmark gbenchmark: fix paths in pkg-config file 2022-09-07 21:49:31 +03:00
gcab
gcc
gcr treewide: cross fixes 2022-09-07 21:20:54 +03:00
gd
gdal
gdbm
gdcm gdcm: 3.0.15 -> 3.0.17 2022-09-03 11:04:34 +00:00
gdk-pixbuf
gdl
gdome2
gecode gecode_3: mark darwin working 2022-09-02 07:53:43 +02:00
gegl
geis
genann
gensio
geoclue geoclue2: 2.5.7 → 2.6.0 2022-08-30 11:02:02 +03:00
geocode-glib treewide: cross fixes 2022-09-07 21:20:54 +03:00
geoip
geos
getdata
getdns getdns: fix paths in pkg-config file 2022-09-07 21:49:31 +03:00
gettext
gexiv2 treewide: cross fixes 2022-09-07 21:20:54 +03:00
gf2x
gfbgraph
gflags
ggz_base_libs
ghc_filesystem
giflib giflib: Remove xml dependencies 2022-08-16 08:36:57 +00:00
gio-sharp
givaro
gjs treewide: cross fixes 2022-09-07 21:20:54 +03:00
gl2ps
gl3w
glbinding
gle
glew glew110: split out/dev outputs 2022-09-21 03:46:20 +02:00
glfw
glib pkgsStatic.glib: fix build 2022-09-14 14:08:58 +00:00
glib-networking glib-networking: 2.72.1 -> 2.72.2 2022-08-13 22:12:21 +00:00
glib-testing
glibc treewide: drop -l$NIX_BUILD_CORES 2022-09-22 16:01:23 -04:00
glibmm
glm
globalarrays
glog pkgs{Musl,Static}.glog: fix build 2022-08-14 12:21:32 +02:00
gloox
glpk
glpng
glui
gmime
gmm
gmp
gmtk
gnet
gnome-desktop
gnome-menus treewide: cross fixes 2022-09-07 21:20:54 +03:00
gnome-online-accounts
gnome-video-effects
gnu-config
gnu-efi gnu-efi: 3.0.14 -> 3.0.15 2022-08-08 17:21:25 +01:00
gnutls Merge staging-next into staging 2022-08-11 00:03:19 +00:00
gobject-introspection gobject-introspection: use lddtree instead of objdump as ldd wrapper 2022-09-07 21:24:08 +03:00
goffice
gom
goocanvas
goocanvasmm
google-cloud-cpp google-cloud-cpp: fix paths in pkg-config files 2022-09-07 21:49:31 +03:00
gperftools gperftools: remove libunwind when building statically 2022-08-16 08:36:57 +00:00
gpgme gpgme: respect the doCheck parameter 2022-08-18 07:49:15 +00:00
grail
grantlee
graphene graphene: build gir when cross 2022-09-02 16:25:03 +03:00
graphene-hardened-malloc
grilo treewide: cross fixes 2022-09-07 21:20:54 +03:00
grilo-plugins
grpc grpc: 1.48.0 -> 1.48.1 2022-09-01 04:20:00 +00:00
gsasl gsasl: 1.10.0 -> 2.0.1 2022-08-23 07:36:19 -07:00
gsettings-desktop-schemas gsettings-desktop-schemas: build gir when cross 2022-09-02 16:25:03 +03:00
gsettings-qt
gsignond treewide: makeWrapper buildInputs to nativeBuildInputs 2022-08-16 13:14:19 +03:00
gsl
gsm
gsmlib
gsoap
gsound
gspell treewide: cross fixes 2022-09-07 21:20:54 +03:00
gss
gssdp
gstreamer gst_all_1.gst-plugins-bad: link with zxing-cpp 2022-09-07 21:44:35 +03:00
gtdialog
gtest
gthree
gtk Merge staging-next into staging 2022-09-12 19:49:24 +02:00
gtk-engine-bluecurve
gtk-engine-murrine
gtk-engines
gtk-frdp
gtk-layer-shell
gtk-mac-integration
gtk-sharp
gtk-sharp-beans
gtkd
gtkdatabox
gtkextra
gtkimageview
gtkmm treewide: cross fixes 2022-09-07 21:20:54 +03:00
gtksourceview
gtksourceviewmm
gtkspell
gtkspellmm
gts
gumbo
gupnp
gupnp-av
gupnp-dlna
gupnp-igd
gusb treewide: cross fixes 2022-09-07 21:20:54 +03:00
gvfs
gvm-libs
half
hamlib
harfbuzz harfbuzz: fix aarch64-linux build by upstream patch 2022-08-15 13:31:40 +02:00
hawknl
hdf5-blosc
herqq
hidapi
highfive
hiredis
hiredis-vip
hivex hivex: fix darwin build 2022-09-01 21:25:37 +10:00
hmat-oss hmat-oss: init at 1.7.1 2022-08-16 15:59:41 -07:00
hotpatch
howard-hinnant-date
hpx hpx: 1.7.1 -> 1.8.1 2022-08-14 11:05:40 +00:00
hspell
htmlcxx
http-parser
hunspell hunspell: 1.7.0 -> 1.7.1 2022-08-30 15:35:40 +02:00
hwloc
hyena
hyperscan
hyphen
icu
id3lib
idnkit
igraph igraph: 0.9.9 -> 0.9.10 2022-09-03 11:59:41 +00:00
ijs
iksemel
ilbc
ilmbase
imath
imgui
iml
imlib imlib: remove reference to tarballs.nixos.org 2022-08-11 18:56:47 -03:00
imlib2 Imlib2: Add JPEGXL and Postscript support, make webp support optional (#186492) 2022-08-24 23:32:48 +02:00
impy
imtui imtui: init at 1.0.5 2022-09-08 23:47:57 +03:00
inchi
incrtcl
indicator-application
inih
iniparser
intel-gmmlib intel-gmmlib: 22.1.8 -> 22.2.0 2022-09-20 08:16:55 +00:00
intel-media-driver intel-media-driver: 22.5.0 -> 22.5.2 2022-08-22 15:22:57 +02:00
intel-media-sdk intel-media-sdk: 22.5.2 -> 22.5.3 2022-09-12 05:50:24 +00:00
iodash
ip2location-c
iqueue
irrlicht
irrlichtmt irrlichtmt: remove unused library 2022-08-15 11:25:04 +02:00
isa-l isa-l: annotates brokenness on Darwin Aarch64 2022-09-04 19:45:48 -04:00
isl
iso-codes
itk itk4: remove 2022-09-04 13:36:24 -04:00
itktcl
jabcode
jama
jansson
jarowinkler-cpp
jasper
java Merge pull request #184321 from r-ryantm/auto-update/lombok 2022-08-17 11:06:53 -04:00
jbig2dec jbig2dec: Correct license information. 2022-09-02 14:28:34 +02:00
jbigkit
jcal
jellyfin-ffmpeg jellyfin-ffmpeg: 5.1-2 -> 5.1.1-1 2022-09-12 23:19:03 +03:00
jemalloc jemalloc: support page size up to 64KB on AArch64 2022-08-22 07:03:53 +02:00
jitterentropy
jose treewide: remove myself as maintainer from some pkgs 2022-08-03 14:17:51 +02:00
json-c
json-glib Re-Revert Merge #184360: json-glib: add installed tests 2022-08-20 08:45:18 +02:00
jsoncpp
jsonrpc-glib
judy
jxrlib
kcolorpicker
kdb
kddockwidgets kddockwidgets: 1.5.0 -> 1.6.0 2022-09-15 20:26:24 +00:00
kde-frameworks Merge master into staging-next 2022-09-22 00:03:22 +00:00
kdiagram
kdsoap
kerberos treewide: drop -l$NIX_BUILD_CORES 2022-09-22 16:01:23 -04:00
keybinder
keybinder3
keystone
kf5gpgmepp
khronos-ocl-icd-loader
kimageannotator
kirigami-addons
kissfft
kmsxx
kompute kompute: fix build by upstream patch 2022-08-24 18:46:02 +02:00
kpeoplevcard
kpmcore libsForQt5.kpmcore: 22.04.3 -> 22.08.0 2022-08-20 18:56:59 +00:00
kproperty
kquickimageedit
kreport
kronosnet
kweathercore
kyotocabinet
l-smash
lame treewide: remove myself as maintainer from some pkgs 2022-08-03 14:17:51 +02:00
languagemachines
lasem
lasso
LAStools
LASzip
lcm
lcms
lcms2
ldacbt
ldb
ldns ldns: 1.8.1 -> 1.8.3 2022-08-18 10:32:27 -05:00
ldutils
leatherman
lemon-graph
lensfun
leptonica
lesstif
leveldb
levmar
lib2geom lib2geom: 1.1 → 1.2 2022-08-02 22:30:55 +02:00
lib3ds
lib3mf
libaacs
libaal
libabigail
libabw
libaccounts-glib treewide: cross fixes 2022-09-07 21:20:54 +03:00
libad9361
libadwaita treewide: cross fixes 2022-09-07 21:20:54 +03:00
libaec
libAfterImage libAfterImage: pass --without-x explicitly 2022-09-03 22:27:02 -04:00
libagar
libamqpcpp libamqpcpp: 4.3.16 -> 4.3.17 2022-09-13 00:08:32 +00:00
libantlr3c
libao
libaom
libaosd
libappindicator
libarchive
libarchive-qt
libargon2
libargs libargs: fix path in pkg-config file 2022-09-07 21:44:36 +03:00
libasr
libass
libassuan
libast
libasyncns
libatomic_ops libatomic_ops: 7.6.12 -> 7.6.14 2022-08-28 19:40:25 +00:00
libaudclient
libaudec
libav
libavc1394
libavif
libayatana-appindicator
libayatana-indicator
libb2
libb64
libbacktrace
libbap
libbaseencode libbaseencode: 1.0.12 -> 1.0.14 2022-09-07 21:49:33 +03:00
libbde
libbdplus
libbladeRF
libblockdev
libblocksruntime
libbluray libbluray: backport bugfix 2022-08-27 19:15:59 +02:00
libbpkg
libbsd
libbson
libbtbb libbtbb: fix paths in pkg-config file 2022-09-07 21:49:31 +03:00
libburn
libbutl
libbytesize
libcaca
libcacard
libcamera libcamera: unstable-2022-09-03 -> unstable-2022-09-15 2022-09-20 12:16:16 +02:00
libcanberra
libcangjie
libcbor
libccd
libcdada
libcdaudio
libcddb
libcdio
libcdio-paranoia
libcdr
libcec
libcef
libcello
libcerf
libchamplain
libchardet
libchewing
libchop
libcifpp libcifpp: 4.2.0 -> 4.2.2 2022-09-12 23:36:53 +09:00
libcint
libck
libclc
libcli
libcloudproviders
libclthreads
libclxclient
libcmis
libcollectdclient
libcommuni
libconfig
libconfuse
libcork libcork: fix paths in pkg-config file 2022-09-07 21:49:31 +03:00
libcotp libcotp: 1.2.4 -> 1.2.6 2022-09-07 21:49:33 +03:00
libcouchbase libcouchbase: 3.3.1 -> 3.3.2 2022-08-30 15:18:03 +00:00
libcrafter
libcredis
libcrossguid
libcryptui
libcsptr
libctb
libctemplate
libctl
libcue
libcutl
libcyaml
libdaemon
libdatrie
libdazzle treewide: cross fixes 2022-09-07 21:20:54 +03:00
libdbi
libdbi-drivers
libdbusmenu
libdbusmenu-qt
libdc1394
libde265
libdecor
libdeflate
libdeltachat libdeltachat: 1.87.0 -> 1.93.0 2022-08-18 22:23:42 +00:00
libdevil
libdigidocpp
libdiscid
libdivecomputer
libdivsufsort
libdmapsharing
libdmtx
libdnet
libdrm libdrm: 2.4.112 -> 2.4.113 2022-09-14 19:01:18 -07:00
libdv
libdvbcsa
libdvbpsi
libdvdcss
libdvdnav
libdvdread
libdwarf
libdwg
libdynd
libe-book
libe57format
libeatmydata
libeb
libebml libebml: fix paths in pkg-config file 2022-09-07 21:44:36 +03:00
libebur128 libebur128: fix paths in pkg-config file 2022-09-07 21:44:36 +03:00
libedit
libee
libelf
libelf-freebsd
libelfin
libemf2svg
libepc
libepoxy
liberfa
liberio
libesmtp
libestr
libetpan
libev
libevdev libevdev: 1.12.1 -> 1.13.0 2022-08-03 03:45:28 +00:00
libevdevplus
libevent
libewf libewf: fix build with OpenSSL 3.0 2022-08-17 20:16:21 +02:00
libexecinfo
libexif
libexsid
libextractor
libexttextcat
libf2c
libfabric
libfakekey
libfaketime
libfann
libff
libffcall
libffi
libfido2 libfido2: add "dev" and "man" outputs 2022-09-18 11:14:06 +01:00
libfilezilla
libfishsound
libfive
libfixposix
libfm
libfprint
libfprint-2-tod1-goodix
libfprint-2-tod1-vfs0090
libfprint-tod
libfpx
libfreeaptx
libfreefare
libfsm
libftdi libftdi1: fix cross compilation 2022-09-10 21:00:12 +03:00
libfyaml
libgadu
libgaminggear
libgbinder
libgcrypt
libgda
libgdamm
libgdata
libgdiplus
libgee
libgeotiff
libgepub
libgig
libgit2 libgit2: drop flag that was renamed 2022-09-20 16:20:54 +02:00
libgit2-glib
libglibutil libglibutil: 1.0.66 -> 1.0.67 2022-09-05 23:04:03 +00:00
libglvnd libglvnd: 1.4.0 -> 1.5.0 2022-08-24 15:21:20 +00:00
libgmpris
libgnome-games-support
libgnome-keyring
libgnomekbd libgnomekbd: fix cross and build introspection data 2022-09-07 21:20:54 +03:00
libgnt
libgnurl
libgpg-error libgpg-error: 1.42 -> 1.45 (#185541) 2022-08-07 16:11:09 +02:00
libgphoto2
libgpiod
libgpod
libgringotts
libgrss
libgsf treewide: cross fixes 2022-09-07 21:20:54 +03:00
libgssglue
libgtkflow libgtkflow: 0.8.0 → 0.10.0 2022-09-15 11:30:03 +02:00
libgtop
libgudev
libguestfs libguestfs: 1.48.0 -> 1.48.4 2022-08-06 10:50:50 +02:00
libgumath
libgweather treewide: cross fixes 2022-09-07 21:20:54 +03:00
libgxps
libhandy treewide: cross fixes 2022-09-07 21:20:54 +03:00
libhangul
libharu libharu: 2.3.0 → 2.4.0 2022-09-01 15:53:23 +03:00
libhdhomerun
libheif libheif: 1.12.0 -> 1.13.0 2022-09-02 16:17:51 +00:00
libhsts
libhttpseverywhere
libhugetlbfs
libhwy libhwy: fix tests when cross-compiling 2022-08-16 08:36:57 +00:00
libHX
libiberty
libibmad
libibumad
libical
libicns
libiconv
libid3tag Merge pull request #190170 from SuperSandro2000/mpd 2022-09-12 11:53:10 +02:00
libidn
libidn2
libiec61883
libieee1284
libiio libiio: 0.21 -> 0.23 2022-09-08 02:43:30 +03:00
libimagequant
libime libime: 2022-07-11 -> 1.0.14 2022-09-10 09:48:58 +08:00
libimobiledevice
libimobiledevice-glue
libindicator
libinfinity
libinjection
libinklevel
libinotify-kqueue
libinput python3Packages.sphinx-rtd-theme: rename from sphinx_rtd_theme 2022-08-03 18:39:37 +02:00
libinsane
libint
libiodbc
libipfix
libipt
libiptcdata libiptcdata: 1.0.4 -> 1.0.5 2022-08-07 20:32:00 +02:00
libircclient
libirecovery
libiscsi
libisds
libisoburn
libisofs
libite
libivykis
libixp libixp: fix darwin build 2022-09-02 14:05:53 +10:00
libjaylink libjaylink: 0.3.0 -> 0.3.1 2022-09-01 20:06:39 +00:00
libjcat libjcat: 0.1.11 -> 0.1.12 2022-09-12 15:01:07 +02:00
libjpeg
libjpeg-turbo Merge staging-next into staging 2022-08-14 06:01:58 +00:00
libjreen
libjson
libjson-rpc-cpp
libjwt
libjxl libjxl: fix paths in pkg-config files 2022-09-07 21:44:35 +03:00
libkate
libkqueue
libkrun libkrun: add support for darwin 2022-08-17 15:15:46 +08:00
libkrunfw libkrunfw: add support for darwin 2022-08-17 15:15:46 +08:00
libks
libksba
libksi
liblangtag
libLAS
liblastfm
liblastfmSF
liblaxjson
liblcf
libliftoff libliftoff: 0.2.0 -> 0.3.0 2022-08-23 23:16:43 +02:00
liblinear
liblinphone
liblo
liblockfile
liblogging
liblognorm
liblouis Merge master into staging-next 2022-09-18 18:01:18 +00:00
liblqr-1 liblqr: fix compilation on x86_64_darwin 2022-09-11 19:20:56 -04:00
liblscp
libltc libltc: 1.3.1 -> 1.3.2 2022-09-05 17:42:45 +00:00
liblxi
libmad
libmanette
libmatchbox
libmatheval
libmatroska libmatroska: fix paths in pkg-config file 2022-09-07 21:44:36 +03:00
libmaxminddb
libmbim
libmcrypt
libmd
libmediaart treewide: cross fixes 2022-09-07 21:20:54 +03:00
libmediainfo
libmemcached
libmesode
libmhash
libmicrodns
libmicrohttpd
libmikmod
libmilter
libminc
libmkv
libmms
libmng
libmnl
libmodbus
libmodplug
libmodule libmodule: fix paths in pkg-config file 2022-09-07 21:49:32 +03:00
libmodulemd
libmongo-client
libmowgli
libmp3splt
libmpack libmpack: fix cross 2022-08-26 20:55:30 +03:00
libmpc
libmpcdec
libmpeg2
libmrss
libmspack
libmtp
libmusicbrainz libmusicbrainz3: fix darwin build 2022-09-02 14:31:36 +10:00
libmwaw
libmx
libmypaint
libmysqlconnectorcpp libmysqlconnectorcpp: 8.0.29 -> 8.0.30 2022-08-23 23:00:53 +02:00
libnabo
libnatpmp
libnats-c libnats-c: fix path in pkg-config file 2022-09-07 21:49:32 +03:00
libnatspec
libnbd libnbd: 1.14.0 -> 1.14.1 2022-08-16 14:49:17 +00:00
libndctl
libndp
libndtypes
libnest2d
libnet
libnetfilter_acct
libnetfilter_conntrack
libnetfilter_cthelper
libnetfilter_cttimeout
libnetfilter_log
libnetfilter_queue
libnfc
libnfnetlink
libnfs libnfs: 5.0.1 -> 5.0.2 2022-08-12 09:54:48 +08:00
libnftnl libnftnl: 1.2.2 -> 1.2.3 2022-08-11 10:30:33 +02:00
libngspice
libnice
libnixxml
libnotify
libnsl
libnxml
liboauth
libodb
libodb-sqlite
libodfgen
libofa
libofx libofx: 0.10.5 -> 0.10.7 2022-09-09 23:54:30 +00:00
libogg
liboggz
liboil
libomxil-bellagio
liboop
libopenaptx
libopenglrecorder
liboping
libopus
libopusenc
libosinfo
libosmium
libosmscout
libossp-uuid
libotr
libow
libowfat
libowlevelzs
libp11
libpam-wrapper
libpaper
libpar2
libpcap
libpeas treewide: cross fixes 2022-09-07 21:20:54 +03:00
libpfm
libpg_query
libpgf
libphonenumber
libpinyin
libpipeline
libplacebo
libplctag
libplist
libpng
libpointmatcher
libportal treewide: cross fixes 2022-09-07 21:20:54 +03:00
libpostal
libpqxx
libproxy libproxy: fix build on darwin 2022-08-10 02:40:15 +02:00
libpseudo
libpsl libpsl: disable valgrind tests on musl (#191028) 2022-09-13 10:41:29 +02:00
libpst
libptytty
libpulsar
libpwquality
libqaccessibilityclient
libqalculate {libqalculate, qalculate-gtk}: 4.2.0 -> 4.3.0 2022-08-22 16:14:34 +02:00
libqb
libqglviewer
libqmi
libqofono
libqrtr-glib
libqtav
libquotient libquotient: fix paths in pkg-config file 2022-09-07 21:49:32 +03:00
libr3
libraspberrypi
libraw
libraw1394
librdf
libre libre: 2.6.1 -> 2.7.0 2022-09-01 13:28:37 +00:00
librealsense librealsense: add enableGUI option 2022-08-07 02:59:36 +02:00
libredwg libredwg: mark working on darwin 2022-09-01 22:44:30 +10:00
librelp
librem librem: 2.6.0 -> 2.7.0 2022-09-01 13:28:57 +00:00
librep
libresample
libressl
librest
librevenge
librevisa
librime
libroxml
librsb
librseq
librsvg
librsync
librtlsdr
librtprocess
librttopo librttopo: fix cross-compilation 2022-09-18 00:38:58 +03:00
libs3 libs3: update and fix build against openssl3 2022-08-17 20:16:20 +02:00
libsamplerate
libsass
libsbsms
libschrift
libsciter
libscrypt
libsearpc
libseccomp
libsecret
libserdes
libserialport
libshout
libshumate
libsidplayfp
libsieve
libsigcxx
libsignal-protocol-c
libsignon-glib
libsigsegv
libsixel
libskk
libslirp
libsmartcols
libsmi
libsnark
libsndfile
libsodium
libsolv
libsoundio libsoundio: fix build on darwin 2022-08-30 00:54:35 +02:00
libsoup
libspatialaudio
libspatialindex libspatialindex: 1.8.5 → 1.9.3 2022-09-04 14:01:39 +03:00
libspatialite spatialite-tools: enable on darwin 2022-09-18 08:22:52 +03:00
libspectre
libspectrum
libspf2
libspiro
libspnav
libspng
libsrs2
libssh Merge staging-next into staging 2022-08-29 12:02:06 +00:00
libssh2
libstatgrab
libstemmer libstemmer: install and use snowball binary from buildPackages 2022-08-31 16:50:34 +03:00
libstroke
libstrophe libstrophe: 0.12.1 -> 0.12.2 2022-08-10 19:19:11 +00:00
libsurvive libsurvive: fix path in pkg-config file 2022-09-07 21:49:32 +03:00
libsvm
libsystemtap
libtap
libtar
libtasn1 pkgsMusl.libtasn1: fix build (#191043) 2022-09-14 09:50:49 +02:00
libtcod
libtelnet
libtermkey
libthai
libtheora
libthreadar
libticables2
libticalcs2
libticonv
libtiff libtiff: add patch for CVE-2022-2953 2022-08-31 00:36:46 +01:00
libtifiles2
libtiger
libtins
libtomcrypt
libtommath
libtorrent-rasterbar libtorrent-rasterbar: fix paths in pkg-config file 2022-09-07 21:49:32 +03:00
libtoxcore
libtsm libtsm: fix paths in pkg-config file 2022-09-07 21:49:32 +03:00
libu2f-host
libu2f-server
libubox
libuchardet
libucl
libudev-zero
libudfread
libuecc
libui
libuinputplus
libuiohook
libuldaq
libunarr libunarr: fix paths in pkg-config file 2022-09-07 21:49:32 +03:00
libunibreak
libuninameslist
libunique
libunistring
libunity
libunwind
liburcu liburcu: 0.13.1 -> 0.13.2 2022-08-22 08:06:08 +02:00
liburing
libusb-compat libusb-compat-0_1: remove patchelf from nativeBuildInputs as it is includ… (#190201) 2022-09-12 11:47:47 +02:00
libusb1
libusbgx
libusbmuxd
libusbsio libusbsio: init at 2.1.11 2022-08-17 13:00:53 +02:00
libutempter
libuv
libuvc
libva
libvarlink
libvdpau
libvdpau-va-gl
libversion
libvgm
libviper
libviperfx
libvirt Merge pull request #191086 from Artturin/libvirtstrict 2022-09-18 15:11:24 +02:00
libvirt-glib libvirt-glib: add darwin support 2022-08-03 01:57:01 +02:00
libvisio
libvisio2svg
libvisual
libvmaf
libvmi
libvncserver
libvorbis
libvori
libvpx
libvterm
libvterm-neovim
libwacom
libwbxml
libwebp libwebp: don't patch shebangs 2022-08-16 08:36:57 +00:00
libwebsockets
libwhereami
libwmf
libwnck
libwpd
libwpe libwpe: 1.12.2 -> 1.12.3 (#188186) 2022-09-15 20:47:53 +02:00
libwpg
libwps
libx86
libx86emu
libxc
libxcomp
libxcrypt
libxdg-basedir
libxkbcommon
libxklavier
libxl
libxls
libxlsxwriter
libxmi
libxml2 libxml2: 2.9.14 → 2.10.0 2022-09-03 16:13:59 +02:00
libxmlb libxmlb: 0.3.9 -> 0.3.10 2022-09-12 15:20:39 +02:00
libxmlxx
libxmp
libxnd
libxslt Merge staging-next into staging 2022-09-06 06:25:09 +00:00
libxsmm
libyaml
libyaml-cpp
libyang
libykclient
libykneomgr
libytnef
libyubikey
libyuv
libzapojit
libzdb
libzen
libzim libzim: 8.0.0 -> 8.0.1 2022-09-12 09:27:34 +00:00
libzip libzip: 1.8.0 -> 1.9.2 2022-08-17 20:20:05 -04:00
libzmf
libzra libzra: fix paths in pkg-config file 2022-09-07 21:49:34 +03:00
lief
lightning
lightstep-tracer-cpp
lime
linbox
linenoise
linenoise-ng
liquid-dsp liquid-dsp: fix darwin build 2022-09-19 10:28:16 +10:00
liquidfun
lirc
live555
lmdb
lmdbxx
log4cplus
log4cpp
log4cxx
log4shib
loki
loudmouth
lpcnetfreedv
lrdf
luabind
lucene++
luksmeta
lyra
lzlib lzlib: add shared objects to build 2022-08-27 09:43:39 -05:00
lzo
mac
maeparser
mailcore2
malcontent
mapbox-gl-native
mapbox-gl-qml
maplibre-gl-native
mapnik
marisa
marl
martyr
matio
maxflow
mbedtls treewide: remove myself as maintainer from some pkgs 2022-08-03 14:17:51 +02:00
md4c
mdds
medfile
mediastreamer
memorymapping
memstream
menu-cache
mesa mesa: 22.1.6 -> 22.1.7 2022-08-22 09:55:36 -03:00
mesa-glu
microsoft_gsl
mimalloc
mimetic
miniball
minixml
miniz miniz: init at 2.2.0 2022-08-07 22:15:00 +02:00
minizip
minizip2
mlib mlib: init at 0.6.0 2022-09-11 23:24:25 +03:00
mlt mlt-qt5: 7.0.1 -> 7.8.0 2022-08-26 11:34:11 +08:00
mm-common
mongoc
mono-addins
monocypher
motif
movit
mp4v2
mpfi
mpfr
mpich
mpir
mps
msgpack
msgpuck
msilbc
mtdev
mtxclient mtxclient: 0.8.0 -> 0.8.2 2022-09-10 11:39:12 +02:00
multipart-parser-c
muparser
muparserx
mustache-hpp
mutest
mvapich
mygui
mypaint-brushes
mysocketw mysocketw: fix path in pkg-config file 2022-09-07 21:49:32 +03:00
mythes
nanodbc
nanoflann
nanomsg nanomsg: fix path in pkg-config file 2022-09-07 21:49:32 +03:00
nanopb nanopb: added option for malloc build 2022-08-19 15:45:26 +02:00
ncnn ncnn: 20220721 -> 20220729 2022-08-05 16:56:44 -04:00
nco
ncurses
ndi ndi: 4 -> 5.5.1 2022-08-23 09:19:04 +01:00
ndn-cxx
ndpi
neardal
neatvnc neatvnc: 0.5.3 -> 0.5.4 2022-09-12 17:12:50 +08:00
nemo-qml-plugin-dbus
neon neon: 0.32.2 -> 0.32.3 2022-09-06 00:31:45 +00:00
netcdf
netcdf-cxx4
netcdf-fortran
nettle nettle: 3.8 -> 3.8.1 2022-08-19 12:17:21 +02:00
networking-ts-cxx
newt
nghttp2 nghttp2: 1.47.0 -> 1.49.0 2022-08-25 12:01:40 +00:00
nghttp3 nghttp3: 0.6.0 -> 0.7.0 2022-09-01 22:03:07 +00:00
ngt
ngtcp2 Merge #190451: knot-dns: 3.2.0 -> 3.2.1 2022-09-12 12:43:26 +02:00
nix-plugins nix-plugins: 9.0.0 -> 10.0.0 2022-09-14 06:28:17 -04:00
nlohmann_json
nlopt
nng nng: added tls and mbedtls support (#188668) 2022-09-04 14:29:04 +02:00
notcurses notcurses: fix paths in pkg-config files 2022-09-07 21:49:32 +03:00
notify-sharp
npapi-sdk
npth
nrf5-sdk
NSPlist
nspr nspr: 4.34.1 -> 4.35 2022-09-12 21:12:25 +02:00
nss Merge remote-tracking branch 'origin/master' into staging-next 2022-09-20 12:25:19 +02:00
nss_wrapper
nsss
nsync
ntbtls
ntirpc
ntl
ntrack
nuraft
nuspell
nv-codec-headers
nvidia-optical-flow-sdk
nvidia-texture-tools
nvidia-vaapi-driver
nvidia-video-sdk
oatpp
ocl-icd
octomap
ode
odpic odpic: 4.4.1 -> 4.5.0 2022-09-16 00:00:17 +00:00
ogdf
ogre
ogrepaged
ois
okapi
olm olm: fix paths in pkg-config file 2022-09-07 21:49:32 +03:00
oneDNN oneDNN: 2.6.1 -> 2.6.2 2022-09-12 00:00:40 +00:00
oniguruma
onnxruntime onnxruntime: 1.10.0 -> 1.12.1 2022-08-16 19:19:03 -07:00
opae
openal-soft treewide: remove unnecessary cmake pkg-config patchs 2022-09-08 21:27:47 +03:00
openbabel
openbsm
opencascade
opencascade-occt opencascade-occt: 7.5.1 -> 7.6.2 2022-09-09 19:10:07 -07:00
opencl-clang
opencl-clhpp
opencl-headers
opencollada
opencolorio Merge master into staging-next 2022-09-18 00:02:44 +00:00
opencore-amr
opencsg
openct
opencv Revert "opencv: fix build by reverting to older protobuf" 2022-09-20 12:52:34 +02:00
opendbx
opendht Merge pull request #181875 from Artturin/fix-pkg-config-2 2022-09-08 03:34:19 +03:00
opendkim
opendmarc
openexr openexr*: Fix statically building 2022-08-16 08:36:57 +00:00
openexrid-unstable
openfec
openfst
openfx
opengrm-ngram
openh264
openhmd
openimagedenoise
openjpeg openjpeg: 2.4.0 -> 2.5.0 2022-08-24 20:53:26 +02:00
openldap
openmpi openmpi: reenable stackprotector on aarch64-darwin 2022-09-04 12:23:19 -07:00
openpa
openpam
opensaml-cpp
openscenegraph
openslide
openslp
openssl openssl: fix static cross compilation 2022-09-20 16:25:47 +02:00
opensubdiv
opentracing-cpp
openturns openturns: init at 1.19 2022-09-07 11:32:53 -07:00
openvdb
openvino
openwsman
openxr-loader Merge staging-next into staging 2022-09-12 19:49:24 +02:00
openzwave
optparse-bash
oracle-instantclient
orcania treewide: remove unnecessary cmake pkg-config patchs 2022-09-08 21:27:47 +03:00
orocos-kdl
ortp ortp: 5.1.12 -> 5.1.55 2022-08-06 02:15:43 +00:00
osip
osm-gps-map
p11-kit
packr
pagmo2 pagmo2: add platforms and unbreak on darwin 2022-08-24 15:06:18 -07:00
pango
pangolin
pangomm
parquet-cpp
partio
pc-ble-driver Clear maintainer of pc-ble-driver 2022-08-11 19:14:24 +02:00
pcaudiolib
pcg-c
pcl
pcmsolver
pcre
pcre2 php8*: disable PCRE2 JIT SEAlloc to avoid crashes 2022-08-14 08:46:18 +02:00
pdal pdal_2_3: remove 2022-08-06 13:58:12 -05:00
pdf2xml
pe-parse
pffft
phash
phonetisaurus
phonon
physfs
physics geant4: 11.0.2 -> 11.0.3 2022-09-19 11:38:45 -04:00
pico-sdk
pipewire pipewire: 0.3.57 -> 0.3.58 2022-09-15 16:17:11 +03:00
pixman
pkcs11helper
pkger
plasma-wayland-protocols
platform-folders
plib
PlistCpp
plplot
pmdk
pmix
png++
poco
podofo
polkit pkgsMusl.polkit: fix build 2022-08-14 11:40:02 +02:00
polkit-qt-1
poly2tri-c
popl popl: init at 1.3.0 2022-09-09 15:07:15 +02:00
poppler poppler: enable tests 2022-09-03 11:57:32 +01:00
popt
portaudio
portmidi
ppl
precice precice: 2.4.0 -> 2.5.0 2022-08-10 22:33:13 +00:00
presage
prime-server
prison
proj proj: fix paths in CMake and pkg-config files 2022-09-07 21:49:32 +03:00
proj-datumgrid
prometheus-client-c
prometheus-cpp
properties-cpp
protobuf protobuf*: add .meta.mainProgram 2022-09-20 12:52:34 +02:00
protobufc protobufc: 1.3.3 -> 1.4.1 2022-09-19 16:05:40 +02:00
protolock
prototypejs
protozero
pslib
psol
psqlodbc
pstreams
ptex ptex: 2.4.1 -> 2.4.2 (#185348) 2022-08-08 21:59:42 +02:00
pth
pugixml pugixml: simplify outputs 2022-08-18 23:07:40 +02:00
pulseaudio-qt
pupnp libupnp: 1.14.12 -> 1.14.13 2022-08-05 12:41:10 +00:00
pxlib
py3c
pyotherside pyotherside: 1.5.9 -> 1.6.0 2022-08-11 23:01:00 +00:00
pystring
python-qt
qca-qt5
qcoro
qgnomeplatform
qhull
qimageblitz
qjson
qmarkdowntextedit qmarkdowntextedit: unstable-2022-06-30 -> unstable-2022-08-24 2022-08-24 23:46:55 +08:00
qmlbox2d
qmltermwidget
qoauth
qpdf qpdf: fix cross-compilation 2022-08-31 17:42:26 +03:00
qrcodegen
qrencode
qrupdate
qscintilla
qscintilla-qt4
qt-4.x/4.8 qt4: add aarch64-darwin to list of bad platforms 2022-08-16 03:09:24 -07:00
qt-5 qtbase: remove mkspecs/features/mac/sdk.mk 2022-08-14 11:05:54 +03:00
qt-6 Merge pull request #187762 from NickCao/qt6-xcursor 2022-09-21 10:15:51 -05:00
qt-mobility
qtdbusextended libsForQt5.qtdbusextended: init at 0.0.3 2022-08-22 11:05:16 +08:00
qtfeedback
qtforkawesome
qtinstaller
qtkeychain
qtmpris
qtpbfimageplugin
qtstyleplugin-kvantum libsForQt5.qtstyleplugin-kvantum: reformat nix expression 2022-09-20 15:25:33 -03:00
qtstyleplugin-kvantum-qt4 qtstyleplugin-kvantum-qt4: 1.0.1 -> 1.0.4 2022-08-13 20:41:38 +00:00
qtstyleplugins
qtutilities qtutilities: 6.7.0 -> 6.8.0 2022-09-09 23:29:40 +08:00
qtwebkit-plugins
quazip
quesoglc
quickder
quickfix
quickmem
quictls
qwt
qxmpp
rabbitmq-c rabbitmq-c: fix paths in pkg-config file 2022-09-07 21:49:33 +03:00
rabbitmq-java-client
raft-canonical
randomx randomx: 1.1.9 -> 1.1.10 2022-08-14 20:43:30 +10:00
rang
range-v3
rapidcheck
rapidfuzz-cpp rapidfuzz-cpp: 1.2.0 -> 1.3.0 2022-09-04 23:27:20 +00:00
rapidjson pkgsStatic.rapidjson: disable checks 2022-08-10 00:34:22 +02:00
rapidxml
rarian
raylib raylib: 4.0.0 -> 4.2.0 2022-09-04 21:48:48 +02:00
rdkafka rdkafka: 1.9.1 -> 1.9.2 2022-08-02 21:12:05 +00:00
re2 pkgsStatic.re2: fix build 2022-08-09 14:48:44 +02:00
readline
readosm readosm: enable on darwin 2022-09-18 01:04:23 +03:00
recastnavigation recastnavigation: fix paths in pkg-config file 2022-09-07 21:49:33 +03:00
redis-plus-plus
relibc
rep-gtk
reproc reproc: fix paths in pkg-config files 2022-09-07 21:49:33 +03:00
resolv_wrapper
restinio
retro-gtk
rinutils rinutils: fix path in pkg-config file 2022-09-07 21:49:33 +03:00
rlog
rlottie
rnnoise
rnnoise-plugin
robin-map
rocclr rocclr: 5.2.1 → 5.2.3 2022-08-22 10:12:44 +00:00
rocksdb rocksdb: 7.4.5 -> 7.5.3 2022-08-28 23:36:13 +00:00
rocm-comgr llvmPackages_rocm: compile as one derivation 2022-08-16 19:20:55 +02:00
rocm-device-libs llvmPackages_rocm: compile as one derivation 2022-08-16 19:20:55 +02:00
rocm-opencl-icd
rocm-opencl-runtime llvmPackages_rocm: compile as one derivation 2022-08-16 19:20:55 +02:00
rocm-runtime llvmPackages_rocm: compile as one derivation 2022-08-16 19:20:55 +02:00
rocm-thunk rocm-thunk: fix paths in pkg-config file 2022-09-07 21:49:33 +03:00
rote
rtrlib
rttr
rubberband Merge pull request #184678 from r-ryantm/auto-update/rubberband 2022-09-18 09:47:14 -05:00
rure
rustc-demangle
s2geometry
s2n-tls s2n-tls: 1.3.12 -> 1.3.20 2022-08-24 00:10:27 +00:00
safefile
sbc
sblim-sfcc
schroedinger
science Merge pull request #185997 from r-ryantm/auto-update/openblas 2022-09-20 14:55:24 -05:00
scmccid
scope-lite scope-lite: init at 0.2.0 2022-09-17 06:34:48 -04:00
scriptaculous
sdbus-cpp sdbus-cpp: 1.1.0 -> 1.2.0 2022-08-10 23:22:13 +00:00
SDL SDL: add patch for CVE-2022-34568 2022-08-06 02:32:01 -04:00
SDL2 SDL2: fix post-install condition 2022-09-18 12:35:44 -03:00
SDL2_gfx
SDL2_image
SDL2_mixer SDL2_mixer: add "dev" output 2022-09-21 07:36:32 +01:00
SDL2_net
SDL2_sound
SDL2_ttf SDL2_ttf: 2.0.18 -> 2.20.1 2022-08-22 17:34:54 -05:00
SDL_audiolib
SDL_compat SDL_compat: 1.2.52 -> 1.2.56 2022-09-17 11:20:46 +08:00
SDL_gfx
SDL_gpu
SDL_image
SDL_mixer
SDL_net
SDL_Pango
SDL_sixel
SDL_sound
SDL_stretch
SDL_ttf
sealcurses
seasocks seasocks: 1.4.4 -> 1.4.5 2022-08-29 00:30:28 +00:00
sentencepiece sentencepiece: fix paths in pkg-config file 2022-09-07 21:49:33 +03:00
sentry-native sentry-native: 0.4.18 -> 0.5.0 2022-08-07 13:49:10 +00:00
serd
serf
serialdv
sfml
sfsexp sfsexp: 1.3 -> 1.4.0 2022-09-20 04:20:00 +00:00
sgp4 sgp4: init at 20210111 2022-09-11 12:48:26 +01:00
shapelib
sharness
shhmsg
shhopt
shibboleth-sp
shine
signond
silgraphite
simdjson
simgear
simpleitk
skalibs
slang slang: 2.3.2 -> 2.3.3 2022-08-14 12:10:05 +01:00
slib
smarty3
smarty3-i18n
smesh
smooth
smpeg smpeg: split out/dev outputs 2022-09-21 04:01:13 +02:00
smpeg2 smpeg2: add "dev" and "man" outputs 2022-09-21 21:38:24 +01:00
snap7
snappy
soci
socket_wrapper
sofia-sip sofia_sip: 1.13.8 -> 1.13.9 2022-09-16 03:58:01 +00:00
soil
sokol
sonic
sope
soqt
sord
soundtouch soundtouch: 2.2 -> 2.3.1 and update the repo URL 2022-08-21 18:08:44 +01:00
soxt
spandsp
sparsehash
spdk
spdlog spdlog: fix path in pkg-config file 2022-09-07 21:49:33 +03:00
spectra spectra: init at 1.0.1 2022-08-18 07:08:51 +08:00
speech-tools
speechd speechd: 0.11.1 -> 0.11.2 2022-08-30 01:25:16 +00:00
speex
speexdsp
spglib
spice
spice-gtk
spice-protocol
spirv-headers Merge pull request #181875 from Artturin/fix-pkg-config-2 2022-09-08 03:34:19 +03:00
sptk
sqlcipher sqlcipher: 4.5.1 -> 4.5.2 2022-08-06 06:09:54 +00:00
sqlite sqlite: 3.39.2 -> 3.39.3 2022-09-06 22:09:57 +10:00
sqlitecpp sqlitecpp: 3.1.1 -> 3.2.0 2022-09-19 08:24:14 +00:00
srt
srtp
stargate-libcds
startup-notification
stb
stduuid stduuid: init at 1.2.2 2022-09-16 15:53:18 -04:00
stfl
StormLib
stxxl
subunit
sundials sundials: reenable stackprotector on aarch64-darwin 2022-08-25 21:13:07 -07:00
svrcore
swift-corelibs-libdispatch
swiften
swiftshader
sword
sycl-info
symengine
szip
t1lib
tachyon
taglib
taglib-extras
taglib-sharp
tagparser tagparser: 9.4.0 -> 11.5.0 2022-09-10 19:13:55 +08:00
talloc
taskflow
tbb
tclap
tcllib
tcltls
tclx
tdb
tdlib tdlib: fix paths in pkg-config files 2022-09-07 21:49:33 +03:00
tecla
telepathy
template-glib
tepl
termbox
termcolor
tevent
tezos-rust-libs
the-foundation
theft
thrift
ti-rpc libtirpc: remove no longer required postPatch 2022-08-22 01:42:50 +02:00
ticpp
tidyp
tiledb
timezonemap
tinycbor
tinycdb
tinygltf
tinyobjloader tinyobjloader: fix paths in pkg-config file 2022-09-07 21:49:33 +03:00
tinyxml
tinyxml-2 tinyxml-2: update homepage (#185586) 2022-08-07 22:21:47 +02:00
tix
tk
tkrzw tkrzw: fix building on impure platforms 2022-09-10 09:53:26 -05:00
tl-expected
tllist tllist: 1.0.5 -> 1.1.0 2022-08-10 17:02:33 -03:00
tnt
tntdb
tntnet
tokyo-cabinet
tokyo-tyrant
tomlc99
tomlcpp
totem-pl-parser tracker-miners: add darwin support 2022-08-25 20:32:39 +02:00
tpm2-tss
tracker tracker: add darwin support 2022-08-02 23:32:36 +02:00
tracker-miners tracker-miners: add darwin support 2022-08-25 20:32:39 +02:00
tre
tremor
trompeloeil
tsocks
tweeny
twolame
ubus
uci
ucl
ucommon ucommon: remove broken openssl support 2022-08-22 14:33:30 +02:00
ucx ucx: pull upstream fix for binutils-2.39 2022-08-25 08:10:37 +01:00
udns udns: fix darwin build 2022-08-12 12:19:12 +10:00
udunits
uhttpmock uhttpmock: fix cross 2022-09-07 21:20:54 +03:00
uid_wrapper
umockdev
unibilium
unicap
unicorn
unittest-cpp
unixODBC
unixODBCDrivers
unqlite
urdfdom
urdfdom-headers
uri
uriparser
usbredir
usrsctp usrsctp: fix paths in pkg-config file 2022-09-07 21:44:36 +03:00
ustr
utf8cpp
utf8proc
uthash
uthenticode
utmps
v8 v8: fix darwin build 2022-09-10 23:52:16 +10:00
vaapi-intel
vaapi-intel-hybrid
vaapi-vdpau
valhalla
vapoursynth vapoursynth: R59 -> R60 2022-09-15 20:35:04 +02:00
vapoursynth-mvtools
vc
vcdimager
vcg
vid-stab vid-stab: 1.1.0 -> unstable-2022-05-30, fix linking against it with clang 2022-08-23 17:12:42 -04:00
vigra
virglrenderer virglrenderer: 0.9.1 -> 0.10.0 2022-09-04 18:38:24 +00:00
vmime vmime: 0.9.2 -> unstable-2022-03-26 2022-08-23 07:36:44 -07:00
vmmlib
vo-aacenc
vo-amrwbenc
volk
volume-key
vrb
vrpn
vsqlite
vte
vtk vtk_7: remove 2022-09-04 13:36:24 -04:00
vulkan-headers vulkan-sdk: 1.3.224.0 -> 1.3.224.1 2022-09-05 08:19:30 -03:00
vulkan-loader vulkan-sdk: 1.3.224.0 -> 1.3.224.1 2022-09-05 08:19:30 -03:00
vxl
waffle
wasilibc
wavpack
wayland
waylandpp
webkit2-sharp
webkitgtk webkitgtk: 2.37.90 → 2.38.0 2022-09-20 19:35:24 +02:00
webrtc-audio-processing
websocket++ websocketpp: 0.8.1 -> 0.8.2 2022-08-13 18:29:17 +02:00
wiiuse
wildmidi wildmidi: fix paths in pkg-config file 2022-09-07 21:44:35 +03:00
wiredtiger
wlroots wlr-protocols: move wayland-scanner from checkInputs to 2022-08-13 20:11:43 +08:00
wolfssl wolfssl: 5.4.0 -> 5.5.0 2022-09-19 08:52:26 +02:00
wt
wtk
wxsqlite3
wxsqliteplus
wxSVG
wxwidgets Revert "wxGTK31-gtk2: 3.1.5 -> 3.2.0" 2022-08-24 20:50:14 -07:00
x264
x265
xalanc
xapian
xavs
Xaw3d
xbase
xcb-imdkit
xcb-util-cursor
xdg-dbus-proxy
xdg-desktop-portal xdg-desktop-portal: 1.14.6 -> 1.15.0 2022-08-13 00:59:57 +02:00
xdg-desktop-portal-gnome
xdg-desktop-portal-gtk
xdg-desktop-portal-wlr
xed xed: 12.0.1 -> 2022.08.11 2022-09-13 11:39:14 +02:00
xercesc
xgboost
xine-lib
xlibs-wrapper
xlslib
xml-security-c
xml-tooling-c
xmlrpc-c
xmlsec
xsd
xsimd xsimd: fix path in pkg-config file 2022-09-07 21:49:33 +03:00
xtensor xtensor: fix path in pkg-config file 2022-09-07 21:49:33 +03:00
xtl
xvidcore
xxHash
xylib
yajl
yascreen
yder yder: 1.4.15 -> 1.4.17 2022-08-05 23:13:24 +02:00
yojimbo
yubico-pam
zchunk
zeitgeist
zeroc-ice
zeromq
zimg
zimlib
zint zint: 2.11.0 -> 2.11.1 2022-08-23 11:48:32 +03:00
zlib zlib: add fixed patch for CVE-2022-37434 2022-08-08 14:33:13 -04:00
zlib-ng
zlog zlog: 1.2.15 -> 1.2.16 2022-08-22 01:55:14 +02:00
zmqpp
zookeeper_mt
zxcvbn-c
zxing-cpp zxing: fix paths in pkg-config file 2022-09-07 21:44:35 +03:00
zydis
zziplib