Commit graph

32499 commits

Author SHA1 Message Date
Ben Wolsieffer a72ba67852 libzip: 1.3.0 -> 1.5.2
+ fix pkgconfig paths
(#68044)
2019-11-13 21:58:39 +01:00
worldofpeace 1f23abf3b6 bamf: cleanup 2019-11-13 14:25:17 -05:00
worldofpeace b0012a9736 bamf: port tests to python3 lxml 2019-11-13 14:23:13 -05:00
Eyal Kalderon a95e0ac8e4 makeFontsCache: Fix cross-compiling, missing fc-cache
This commit fixes missing fc-cache binary from make-fonts-cache.nix build:
```
builder for '/nix/store/az48nr8gdqrw3fliddmi82ghj2ljxrj4-fc-cache.drv' failed with exit code 127; last 1 log lines:
  /nix/store/p3z1lgsi7xymvl7akg531ikwiisqs4x5-stdenv-linux/setup: line 1299: fc-cache: command not found
cannot build derivation '/nix/store/swaxvjsf8h0rsmm9kigp6j3f5q5h4nvg-fc-00-nixos-cache.conf.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/wiaiv0pq7w1xm2i2fqp2ngd1ljb4n6n9-fontconfig-conf.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/4zhiwpiyccs0rs26bs3q0w8fwaxrrgw0-fontconfig-etc.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/xhvljdp9b00fbkapx6cbfs4sjdh49qwv-etc.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/w63q0n0vh7vkdfrjmhb41qy1alx7qa8s-nixos-system-nixos-19.09.git.c814289.drv': 1 dependencies couldn't be built
```
2019-11-13 16:32:30 +01:00
Frederik Rietdijk 8e3c19b2ab libindicate: stick with python2 because of pygtk dep 2019-11-13 16:27:38 +01:00
Frederik Rietdijk 96191ad779 libgpod: use python3
there is a syntax error shown during configuration, but build succeeds
and clementineUnfree that uses this lib seems to work fine.
2019-11-13 16:27:38 +01:00
Frederik Rietdijk 09e2d3462e bamf: fix build 2019-11-13 12:13:04 +01:00
Frederik Rietdijk 4619637d74
Merge pull request #72712 from NixOS/staging-next
Staging next
2019-11-12 14:32:50 +01:00
John Ericson 16f0fe7fe3 Merge remote-tracking branch 'upstream/master' into mingw-mcfthreads 2019-11-11 20:48:14 -05:00
Renaud f6a91dd7e5
Merge pull request #73213 from veprbl/pr/arrow-cpp_fix_tests_run
arrow-cpp: fix tests not being run on linux
2019-11-11 23:35:26 +01:00
Jan Tojnar 1b5a8a2cc6
Merge branch 'master' into staging-next 2019-11-11 22:27:57 +01:00
Florian Klink 781d85c69a rocksdb: enable USE_RTTI=1
This is required for programs using rocksdb and and typeinfo.

Otherwise, linking them fails with errors like this (that's ceph):

/nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/ld: ../../lib/libos.a(RocksDBStore.cc.o):(.data.rel.ro._ZTIN12RocksDBStore14RocksWBHandlerE[_ZTIN12RocksDBStore14RocksWBHandlerE]+0x10): undefined reference to `typeinfo for rocksdb::WriteBatch::Handler'
/nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/ld: ../../lib/libos.a(RocksDBStore.cc.o):(.data.rel.ro._ZTIN12RocksDBStore19MergeOperatorRouterE[_ZTIN12RocksDBStore19MergeOperatorRouterE]+0x10): undefined reference to `typeinfo for rocksdb::AssociativeMergeOperator'
/nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/ld: ../../lib/libos.a(RocksDBStore.cc.o):(.data.rel.ro._ZTIN12RocksDBStore19MergeOperatorLinkerE[_ZTIN12RocksDBStore19MergeOperatorLinkerE]+0x10): undefined reference to `typeinfo for rocksdb::AssociativeMergeOperator'
/nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/ld: ../../lib/libos.a(RocksDBStore.cc.o):(.data.rel.ro._ZTI17CephRocksdbLogger[_ZTI17CephRocksdbLogger]+0x10): undefined reference to `typeinfo for rocksdb::Logger'
/nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/ld: ../../lib/libos.a(BlueRocksEnv.cc.o):(.data.rel.ro._ZTI12BlueRocksEnv[_ZTI12BlueRocksEnv]+0x10): undefined reference to `typeinfo for rocksdb::EnvWrapper'
/nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/ld: ../../lib/libos.a(BlueRocksEnv.cc.o):(.data.rel.ro._ZTI23BlueRocksSequentialFile[_ZTI23BlueRocksSequentialFile]+0x10): undefined reference to `typeinfo for rocksdb::SequentialFile'
/nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/ld: ../../lib/libos.a(BlueRocksEnv.cc.o):(.data.rel.ro._ZTI25BlueRocksRandomAccessFile[_ZTI25BlueRocksRandomAccessFile]+0x10): undefined reference to `typeinfo for rocksdb::RandomAccessFile'
/nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/ld: ../../lib/libos.a(BlueRocksEnv.cc.o):(.data.rel.ro._ZTI21BlueRocksWritableFile[_ZTI21BlueRocksWritableFile]+0x10): undefined reference to `typeinfo for rocksdb::WritableFile'
/nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/ld: ../../lib/libos.a(BlueRocksEnv.cc.o):(.data.rel.ro._ZTI17BlueRocksFileLock[_ZTI17BlueRocksFileLock]+0x10): undefined reference to `typeinfo for rocksdb::FileLock'
2019-11-11 21:47:01 +01:00
John Ericson 63eac67319 nghttp2: Fix MinGW build by skipping some optional deps
I think those deps could be made to build, but I didn't want to get
bogged down investigating further. "Use flags" are always a good thing,
so this is fine for now.
2019-11-11 14:10:02 -05:00
John Ericson e00237e790 boehm-gc: Fix build on MinGW with mcfgthreads
CC @lhmouse
2019-11-11 14:10:01 -05:00
John Ericson 89ec69e25e pcre: Skip winpthread dep
Seems to build just fine without it, maybe it was just using C++ threads
which mcfgthread provides?
2019-11-11 11:02:39 -05:00
Dmitry Kalinkin c57018fb3b
arrow-cpp: fix tests not being run on linux
Fixes: 8c86e54a ('arrow-cpp: fix/disable some plasma tests on darwin')
2019-11-11 06:18:42 -05:00
Frederik Rietdijk cf27abf534 Merge master into staging-next 2019-11-11 12:06:42 +01:00
rnhmjoj 8dd85714c0
randomx: init at 1.1.6 2019-11-10 15:46:15 +01:00
Tor Hedin Brønner bd20836885
webkitgtk: 2.26.1 -> 2.26.2 (#73052) 2019-11-10 13:20:39 +01:00
Marek Mahut 9b48dc3c5a libisds: init at 0.11 2019-11-10 12:00:34 +01:00
Robin Gloster cdf9b626c4
Merge pull request #72794 from petabyteboy/feature/qtwebengine-cve-2019-13720
qtwebengine: add patch for CVE-2019-13720
2019-11-09 15:08:51 +01:00
Renaud 76761a82e0
lightstep-tracer-cpp: 0.8.1 -> 0.11.0
(#72995)
2019-11-09 09:45:03 +01:00
Vladimír Čunát 019fcab7f5
Merge #72054: gdal: add patch for CVE-2019-17545 2019-11-09 09:38:10 +01:00
Vladimír Čunát 457e94d900
Merge branch 'master' into staging-next
~4k rebuilds on each Linux.
2019-11-09 07:26:53 +01:00
lodi 5e70be026e libco-canonical: v19.1 -> v20 2019-11-08 20:44:50 -08:00
Matthew Bauer 85a94a2578
Merge pull request #73020 from lodi/libco
libco-canonical: fix pkgconfig includedir
2019-11-08 15:04:29 -05:00
Alexey Shmalko 8a7b4ccd1f
Merge pull request #73036 from marius851000/faudio
faudio: 19.10 -> 19.11
2019-11-08 19:58:34 +02:00
Renaud 88551f981a
Merge pull request #70941 from cko/hsqldb
hsqldb: 1.8.0 -> 2.5.0
2019-11-08 18:03:42 +01:00
Christine Koppelt bfbffd3c82 hsqldb: 1.8.0 -> 2.5.0
Changelist: http://hsqldb.org/doc/2.0/changelist_2_0.txt
2019-11-08 16:46:42 +01:00
lodi 32497cf8c1 libco-canonical: fix pkgconfig includedir
Patched Makefile so that includedir correctly points to "dev" output
instead of "out" output.
2019-11-08 01:17:15 -05:00
Dmitry Kalinkin 6fa62dbefd
Merge pull request #71419 from veprbl/pr/texlive-2019
texlive: 2018 -> 2019, poppler: 0.74.0 -> 0.81.0
2019-11-07 23:51:36 -05:00
Mario Rodas 311a470d5b
Merge pull request #72892 from marsam/update-grpc
grpc: 1.24.3 -> 1.25.0
2019-11-07 19:10:08 -05:00
Matthew Bauer 5ebd36403e
Merge pull request #70641 from maggesi/rename-z77z-into-maggesi
Rename z77z into maggesi
2019-11-07 17:18:20 -05:00
Matthew Bauer 5dfbfc06d3
Merge pull request #70372 from doronbehar/package-gaia
gaia: init at 2.4.5
2019-11-07 17:17:41 -05:00
Matthew Bauer 75a947661e
Merge pull request #70395 from davidtwco/khronos-ocl-icd-loader-init
khronos-ocl-icd-loader: init at 6c03f8b
2019-11-07 17:16:08 -05:00
Matthew Bauer 9488fe009c
Merge pull request #70403 from Yumasi/criterion
criterion: init at 2.3.3
2019-11-07 17:15:20 -05:00
Matthew Bauer f1af1cb852
Merge pull request #71642 from Quiark/qtkeychain
qtkeychain: fix install_name_dir on Darwin
2019-11-07 16:52:33 -05:00
Matthew Bauer ed450174ad
Merge pull request #72040 from tkerber/libcec-raspberrypi
libraspberrypi: init at 2019-10-22
2019-11-07 16:51:48 -05:00
Niklas Hambüchen b618df3225
Merge pull request #72870 from nh2/mumble-rnnoise
Add RNNoise, use it in Mumble
2019-11-07 19:04:57 +01:00
James Kay 5f6f75fcec glfw: 3.2.1 -> 3.3 2019-11-07 09:31:54 -08:00
marius851000 1df3a4de83 faudio: 19.10 -> 19.11 2019-11-07 17:17:21 +01:00
worldofpeace 65b2a768bb
Merge pull request #72979 from worldofpeace/more-gnome-installed-test-cleanup
More gnome installed test cleanup
2019-11-07 14:34:28 +00:00
Jan Tojnar fae720c861
gcab: propagate dependencies 2019-11-07 14:49:05 +01:00
worldofpeace 1891b0030d xdg-desktop-portal: add test to passthru 2019-11-07 08:38:54 -05:00
worldofpeace 7529fd15d5 gdk-pixbuf: add test to passthru 2019-11-07 08:38:41 -05:00
worldofpeace 40151a94d3 flatpak: add test to passthru 2019-11-07 08:38:31 -05:00
worldofpeace 8267058ad7 libxmlb: correct test attr 2019-11-07 08:38:08 -05:00
worldofpeace 630cb4151e libgdata: correct test attr 2019-11-07 08:11:16 -05:00
worldofpeace 4e75be5cd6 graphene: correct test attr 2019-11-07 08:11:08 -05:00
worldofpeace 653d84b717 glib-networking: correct test attr 2019-11-07 08:11:00 -05:00