Michael Raskin
228b835dd7
Merge pull request #101485 from sikmir/openscenegraph
...
openscenegraph: enable on darwin
2020-10-23 20:43:44 +00:00
Nathaniel Glen
4bca42a6ec
pipewire: update to 0.3.13
2020-10-23 16:36:14 -04:00
Nathaniel Glen
57510bf522
pipewire: cleanup path testing
2020-10-23 16:35:48 -04:00
Michael Weiss
ffdeb02eb4
intel-media-driver: 20.2.0 -> 20.3.0 ( #99297 )
2020-10-23 20:34:04 +02:00
Nikolay Korotkiy
4b545daec4
openscenegraph: enable on darwin
2020-10-23 21:25:05 +03:00
Nathaniel Glen
9397d535bd
pipewire: remove pulseaudio references
...
This replaces the temporary RPATH fix with the new upstream patch from
jtojnar. It also removes the reference to the dev output.
2020-10-23 13:51:41 -04:00
Nathaniel Glen
68fa82a0ae
pipewire: use meson options for installed_tests
2020-10-23 13:51:41 -04:00
Nathaniel Glen
798b9c072e
pipewire: update to 0.3.12
2020-10-23 13:37:57 -04:00
zowoq
b36436a12a
libpsl: remove valgrind from nativeBuildInputs on darwin
2020-10-24 00:10:08 +10:00
Daniël de Kok
1b90250134
Merge pull request #101241 from Flakebi/amdvlk
...
amdvlk: 2020.Q3.6 -> 2020.Q4.1
2020-10-23 07:48:28 +02:00
Samuel Dionne-Riel
a2f9d7c2f3
Merge pull request #101194 from acowley/aspellDicts
...
aspellDicts: force grep to treat dictionaries as text files
2020-10-23 00:16:05 -04:00
Niklas Hambüchen
5aa96b68cc
pdal: 2.1.0 -> 2.2.0
2020-10-23 02:41:40 +02:00
Niklas Hambüchen
8f8e6dcd6b
Merge pull request #101308 from nh2/srt-1.4.2
...
srt: 1.4.1 -> 1.4.2
2020-10-22 20:35:52 +00:00
Jan Tojnar
3e01d383ee
Merge branch 'staging-next' into staging
2020-10-22 21:20:32 +02:00
Jan Tojnar
d13fc932cd
Merge branch 'master' into staging-next
2020-10-22 21:20:14 +02:00
Jan Tojnar
19e31fa052
Merge pull request #101215 from TredwellGit/ghostscript
2020-10-22 21:17:08 +02:00
Anderson Torres
10219a3271
Merge pull request #101361 from tobim/pkgs/arrow-2.0.0
...
arrow-cpp: 1.0.1 -> 2.0.0
2020-10-22 11:08:03 -03:00
Bas van Dijk
f2b8a45cde
rocksdb: enable optional jemalloc support
2020-10-22 15:32:56 +02:00
Ryan Mulligan
166ab9d237
Merge pull request #101307 from r-ryantm/auto-update/armadillo
...
armadillo: 9.900.3 -> 10.1.0
2020-10-22 06:15:39 -07:00
Michael Raskin
a266e6c7d5
Merge pull request #101321 from r-ryantm/auto-update/cgal
...
cgal_5: 5.0.3 -> 5.1
2020-10-22 12:56:51 +00:00
Kevin Cox
6c9d44d39c
Merge pull request #98199 from turion/dev_agda_stdlib_1.4
...
agdaPackages.standard-library: 1.3 -> 1.4
2020-10-22 08:34:23 -04:00
Tobias Mayer
7cb0d9d37e
arrow-cpp: 1.0.1 -> 2.0.0
2020-10-22 14:03:46 +02:00
Jan Tojnar
a21e2522f1
Merge pull request #99021 from prusnak/libcbor
2020-10-22 10:41:22 +02:00
Pavol Rusnak
e8ba9cd295
libcbor: unstable-2019-07-25 -> 0.8.0
2020-10-22 09:56:38 +02:00
R. RyanTM
b9e5961253
cgal_5: 5.0.3 -> 5.1
2020-10-22 03:29:47 +00:00
R. RyanTM
7616020f95
armadillo: 9.900.3 -> 10.1.0
2020-10-22 00:43:35 +00:00
Daiderd Jordan
bb0b872b61
Merge pull request #100388 from thefloweringash/darwin-dylib-names-hook
...
treewide: move fixDarwinDylibNames to nativeBuildInputs
2020-10-21 19:25:48 +02:00
Vladimír Čunát
90094b0468
Merge branch 'master' into staging-next
...
minor conflict: rust update vs. darwin fixes for it
(not tested but seems quite OK)
2020-10-21 13:34:06 +02:00
Sebastian Neubauer
d7ef9710af
amdvlk: 2020.Q3.6 -> 2020.Q4.1
2020-10-21 10:17:50 +02:00
Andrew Childs
722d02a720
treewide: move fixDarwinDylibNames to nativeBuildInputs
...
This hook runs at build time and depends on executing
install_name_tool from binutils.
2020-10-21 13:26:53 +09:00
Andreas Rammhold
f6cd17269e
Merge pull request #49403 from andir/qemu_test_reduce_closure
...
qemu_test: disable features that are not needed for tests (closure 641 -> 335.3M)
2020-10-21 00:41:01 +02:00
TredwellGit
d14be23a56
jbig2dec: 0.18 -> 0.19
...
https://github.com/ArtifexSoftware/jbig2dec/blob/0.19/CHANGES
2020-10-20 21:07:12 +00:00
Christian Kampka
507a5e95da
gamin: Fix cross compiling issues
...
Gamin fails to build cross-platform because it tries to run
AC_RUN_IFELSE during configure which fails as the test program is built
for the wrong platform and cannot execute. Since the test is only for
the 'abstract socket namespace' feature, we can just pin the results
for out builds, it is 'yes' for Linux and 'no' for Darwin (and other
BSD).
2020-10-20 21:22:37 +02:00
TredwellGit
c95bed1b9d
libinput: 1.16.1 -> 1.16.2
...
https://lists.freedesktop.org/archives/wayland-devel/2020-October/041640.html
2020-10-20 21:08:03 +02:00
TredwellGit
3775af7057
freetype: 2.10.2 -> 2.10.4
...
https://sourceforge.net/projects/freetype/files/freetype2/2.10.4/
2020-10-20 20:57:46 +02:00
Frederik Rietdijk
23890fc236
Merge staging-next into staging
2020-10-20 20:55:46 +02:00
Vladimír Čunát
8bdf7dc4ab
Merge #100886 : cairo: fix build on darwin
2020-10-20 20:52:33 +02:00
Anthony Cowley
8db271b98f
aspellDicts: force grep to treat dictionaries as text files
...
Fixes #101184
2020-10-20 13:19:24 -04:00
Ivan Tham
86b885a4a0
gtk+: refactor name ( #100947 )
...
* gtk+: refactor name
2020-10-20 17:00:23 +00:00
Mario Rodas
a24aa5d787
Merge pull request #101011 from r-ryantm/auto-update/libamqpcpp
...
libamqpcpp: 4.1.7 -> 4.2.1
2020-10-19 22:57:36 -05:00
John Ericson
76b3bfbb7a
Merge pull request #101057 from aaronjanse/aj-relibc-top-files
...
relibc: fix for nix 3.0
2020-10-19 23:31:39 -04:00
Aaron Janse
99176c0955
use fetchzip
2020-10-19 17:17:22 -07:00
Andreas Rammhold
16a7ff5b86
libndctl: clarify that it needs udev not systemd
...
While (currently) it is the same package it carries more information if
we explicitly state that we want udev.
2020-10-19 23:12:35 +02:00
Robert Scott
e5973b4438
Merge pull request #101044 from r-burns/lcms2
...
lcms2: fix build on darwin
2020-10-19 19:16:30 +01:00
Robert Scott
c873f13eac
Merge pull request #101031 from r-burns/spooles
...
spooles: fix build on darwin
2020-10-19 19:07:03 +01:00
Manuel Bärenz
3da3661ad3
agdaPackages.agda-categories: 1.3.1 -> 1.4
2020-10-19 12:27:46 +02:00
Manuel Bärenz
6e1ce8ca07
agdaPackages.generic: 0.1 -> 0.1.0.1
2020-10-19 12:27:31 +02:00
Aaron Janse
38ed4fcde6
relibc: fix for nix 3.0
2020-10-19 02:20:28 -07:00
Bas van Dijk
5505f2ee38
Merge pull request #100975 from basvandijk/rocksdb-optionally-disable-shared-lib
...
rocksdb: support disabling building shared lib
2020-10-19 10:44:16 +02:00
Peter Simons
e0f62babfc
Merge pull request #100215 from RasmusRendal/boost
...
boost173 and boost174: Init both
2020-10-19 09:44:07 +02:00
Manuel Bärenz
29684ee617
agdaPackages.standard-library: 1.3 -> 1.4
2020-10-19 09:26:52 +02:00
Ryan Burns
cb057db0a3
lcms2: fix build on darwin
2020-10-18 17:26:53 -07:00
Jan Tojnar
2a905c8616
Merge pull request #100921 from r-ryantm/auto-update/enchant
...
enchant: 2.2.11 -> 2.2.12
2020-10-19 00:10:08 +02:00
Ryan Burns
c04219a9d5
spooles: fix build on darwin
2020-10-18 13:32:45 -07:00
Aaron Andersen
51966f6aed
libcec: 4.0.5 -> 4.0.7
2020-10-18 16:25:47 -04:00
Jan Tojnar
5c766c5c24
Merge branch 'staging-next' into staging
2020-10-18 21:21:03 +02:00
R. RyanTM
cb537bac99
libamqpcpp: 4.1.7 -> 4.2.1
2020-10-18 17:42:03 +00:00
Gabriel Ebner
7caa81d8a2
Merge pull request #100972 from gebner/freecadgitpython
2020-10-18 16:28:57 +02:00
Mario Rodas
dd9e691ca1
Merge pull request #100905 from r-ryantm/auto-update/cpp-utilities
...
cpp-utilities: 5.6.0 -> 5.7.0
2020-10-18 08:55:11 -05:00
Mario Rodas
5caf709efa
Merge pull request #100927 from r-ryantm/auto-update/faudio
...
faudio: 20.09 -> 20.10
2020-10-18 08:53:49 -05:00
Bas van Dijk
c6109efca6
rocksdb: support disabling building shared lib
...
This is needed to build `pkgsStatic.rocksdb`.
2020-10-18 15:52:20 +02:00
Gabriel Ebner
27bf7cb663
opencascade-occt730: remove
2020-10-18 15:13:25 +02:00
Vladimír Čunát
2c9be93bf2
Merge #100883 : expat: 2.2.8 -> 2.2.10 (into staging)
2020-10-18 13:37:51 +02:00
Jan Tojnar
7c4305be84
Merge pull request #100873 from AtnNn/gtest
2020-10-18 13:16:24 +02:00
Vladimír Čunát
08fe24a49e
Merge #99698 : zeromq: 4.3.2 -> 4.3.3 (into staging)
2020-10-18 11:44:21 +02:00
Vladimír Čunát
c3b9b39cc2
Merge #99987 : openssl: 1.1.1g -> 1.1.1h (into staging)
2020-10-18 11:35:52 +02:00
Vladimír Čunát
f42d36d588
Merge #99437 : p11-kit: fix tests when non-root
2020-10-18 11:28:05 +02:00
Timo Kaufmann
e9f8c385c0
Merge pull request #100870 from r-ryantm/auto-update/brial
...
brial: 1.2.8 -> 1.2.10
2020-10-18 10:37:47 +02:00
Gabriel Ebner
385abed29a
Merge pull request #100920 from r-ryantm/auto-update/embree
...
embree: 3.12.0 -> 3.12.1
2020-10-18 10:08:54 +02:00
R. RyanTM
e8eb47798f
faudio: 20.09 -> 20.10
2020-10-18 04:46:10 +00:00
R. RyanTM
e548338dbc
enchant: 2.2.11 -> 2.2.12
2020-10-18 03:54:17 +00:00
R. RyanTM
32ac072e3c
embree: 3.12.0 -> 3.12.1
2020-10-18 03:34:06 +00:00
R. RyanTM
a4f24201cf
cpp-utilities: 5.6.0 -> 5.7.0
2020-10-18 00:36:01 +00:00
Etienne Laurin
b66df0d36e
use fetchpatch
2020-10-17 21:55:05 +00:00
Ryan Burns
6529627e13
cairo: fix build on darwin
2020-10-17 14:32:44 -07:00
Tim Steinbach
d137333e67
expat: 2.2.8 -> 2.2.10
2020-10-17 17:21:41 -04:00
Etienne Laurin
70b79e8cf2
fix(gtest): pkgconfig paths
2020-10-17 20:24:36 +00:00
R. RyanTM
57738e9b6f
brial: 1.2.8 -> 1.2.10
2020-10-17 19:37:17 +00:00
Ben Darwin
e20652da9b
elastix: 5.0.0 -> 5.0.1; unbreak OS X build
2020-10-17 11:36:31 -07:00
Jon
9cbbac9d09
Merge pull request #100767 from jfroche/fix/galario
...
python{2,3}Packages.galario: 1.2.1 -> 1.2.2
2020-10-17 11:25:54 -07:00
Ben Siraphob
683a87dbeb
treewide: remove periods from end of package descriptions
2020-10-17 08:22:31 -07:00
Sandro Jäckel
1efdcde428
libplacebo: remove patch that breaks building with shaderc 2020.2
2020-10-17 15:14:46 +02:00
Jean-François Roche
cbd37d0128
python{2,3}Packages.galario: 1.2.1 -> 1.2.2
...
Upgrading fixes the tests
2020-10-17 00:10:59 +02:00
Ben Darwin
83a1ce3d2b
itk: remove -march=corei7 and -mtune=native flags from cmake build files
...
- probable cause of build failure on Hydra on branch release-20.09
2020-10-15 19:12:21 -04:00
Ryan Orendorff
c78dc9cf5b
agda-packages: add fla library at v0.1
...
Adds the functional-linear-algebra library to the agda package set.
2020-10-15 10:54:22 -06:00
Michael Weiss
b13615663c
mesa: 20.1.9 -> 20.2.1 ( #99091 )
...
Announcements:
- https://docs.mesa3d.org/relnotes/20.2.0.html
- https://docs.mesa3d.org/relnotes/20.2.1.html
I've rebased the patches accordingly and avoided:
meson.build:320: WARNING: Platform `surfaceless` is now always selected; setting this option will be an error in Mesa 20.3
meson.build:324: WARNING: Platform `drm` is now automatically selected; setting this option will be an error in Mesa 20.3
This will also fix the list in the configuration summary:
EGL/Vulkan/VL platforms: x11 surfaceless wayland drm surfaceless drm
2020-10-15 16:08:01 +02:00
Doron Behar
0826f2efae
Merge pull request #94049 from CajuM/vulkan-up
2020-10-15 09:53:35 +03:00
Frederik Rietdijk
b3aed163d5
Merge pull request #99709 from NixOS/staging-next
...
Staging next
2020-10-14 21:10:31 +02:00
Rok Garbas
9f415068d7
Merge pull request #100411 from NickHu/ayatana
...
libayatana-appindicator: 0.5.4 -> 0.5.5, generate typelibs for gobject-introspection
2020-10-14 14:13:50 +02:00
Rok Garbas
6e8efe8a11
Merge pull request #100459 from AndersonTorres/unqlite-new
...
unqlite: init at 1.1.9
2020-10-14 14:02:49 +02:00
Frederik Rietdijk
b981eca057
Merge master into staging-next
2020-10-14 11:32:49 +02:00
Daniël de Kok
72e85c2223
sentencepiece: 0.1.91 -> 0.1.93
...
Changelogs:
https://github.com/google/sentencepiece/releases/tag/v0.1.92
https://github.com/google/sentencepiece/releases/tag/v0.1.93
The upstream release notes state that Python 2 is not supported
anymore. However, this version still builds with Python 2 and tests
pass without any issues. Therefore, this change does not disable
Python 2 support yet.
2020-10-14 10:11:37 +02:00
Gabriel Ebner
07ee076077
Merge pull request #100208 from TredwellGit/libwebp
...
libwebp: 1.0.3 -> 1.1.0
2020-10-14 08:43:13 +02:00
Jon
b62f286e3a
Merge pull request #100345 from SeTSeR/foot-1.5.1
...
foot: 1.4.4 -> 1.5.1
2020-10-13 20:01:52 -07:00
TredwellGit
b02b2aa59e
libwebp: 1.0.3 -> 1.1.0
...
https://github.com/webmproject/libwebp/releases/tag/v1.1.0
2020-10-13 22:35:39 -04:00
AndersonTorres
87056f5fa1
unqlite: init at 1.1.9
2020-10-13 22:38:27 -03:00
Malte Brandy
cebf9198f3
treewide: De-inline uses of lib.boolToString
...
This commit should not change eval results
2020-10-14 01:46:17 +02:00
Lassulus
629fb9492e
Merge pull request #96486 from wahjava/fix-profanity
...
libmesode: Add a patch from upstream to fix SSL verification
2020-10-13 21:07:01 +02:00
Frederik Rietdijk
dc0aeee5db
Merge staging-next into staging
2020-10-13 19:35:37 +02:00
Frederik Rietdijk
9e1943edc0
Merge master into staging-next
2020-10-13 19:34:34 +02:00