Alyssa Ross
b7045dacc6
libcryptui: enableParallelBuilding
...
Works fine for me at -j48.
2020-12-21 18:14:42 +00:00
Michael Raskin
ee383a53dd
Merge pull request #106586 from doronbehar/pkg/octave/misc
...
octave: Use latest jdk & Allow 64 bit indices
2020-12-21 11:30:08 +00:00
Michael Raskin
67e7d1170b
Merge pull request #105461 from mweinelt/botan
...
botan2: 2.9.0 -> 2.17.2
2020-12-21 11:25:53 +00:00
Mario Rodas
182b0d051a
physfs: enable build on darwin
2020-12-20 04:20:00 +00:00
Milan Pässler
0dcf65711c
libtorrentRasterbar: move files to match common nixpkgs layout
...
No other packages have an own directory for each version with only one
file in each directory.
2020-12-20 20:51:28 +01:00
Mario Rodas
4a8ed1661d
nuspell: add platforms
2020-12-20 04:20:00 +00:00
Milan Pässler
66e478172d
libtorrentRasterbar_1_2_x: 1.2.6 -> 1.2.11
2020-12-20 15:48:58 +01:00
Milan Pässler
1edfaa4a0d
libtorrentRasterbar-2_0_x: init at 2.0.1
2020-12-20 15:48:58 +01:00
Florian Klink
999f6ee86d
Merge pull request #107102 from rb2k/libmodulemd_darwin
...
libmodulemd: Enable darwin support.
2020-12-19 20:28:51 +01:00
Timo Kaufmann
afead527c4
Merge pull request #105615 from collares/sage-update
...
sage: 8.9 -> 9.2
2020-12-19 18:13:16 +01:00
Doron Behar
37a16b85e0
sundials_2: remove
...
No package needs it now - octave 5.2.0 was the only one that needed it,
but now with octave 6.1.0 latest sundials 5.x.x is used.
2020-12-19 10:59:35 +02:00
Doron Behar
674c5953b9
qrupdate: Fix FFLAGS
...
Apparently, undetected in #98499 , trying to use the flags written makes
the build fail due to -O3.
2020-12-19 10:12:18 +02:00
Michael Weiss
c23db78bbd
libva-utils: 2.9.1 -> 2.10.0
2020-12-18 13:11:27 +01:00
Doron Behar
d294aea6b8
Merge pull request #97036 from IvarWithoutBones/libzra
...
libzra: init at unstable-2020-08-10
2020-12-18 11:08:44 +02:00
Doron Behar
7268b76024
Merge pull request #102115 from r-ryantm/auto-update/ceres-solver
...
ceres-solver: 1.14.0 -> 2.0.0
2020-12-18 10:59:31 +02:00
Marc Seeger
4939188964
libmodulemd: Enable darwin support.
2020-12-17 07:31:51 -08:00
wucke13
c54358f391
simgear: 2020.1.3 -> 2020.3.4
2020-12-17 10:19:48 -05:00
Daiderd Jordan
ed0b34b148
Merge pull request #107081 from rb2k/libsolv_darwin
...
libsolv: Enable darwin support.
2020-12-17 10:03:22 +01:00
R. RyanTM
54d5d1d979
libabigail: 1.7 -> 1.8
2020-12-17 07:53:03 +01:00
R. RyanTM
f45f0aa2a5
libfprint: 1.90.4 -> 1.90.5
2020-12-17 07:52:46 +01:00
R. RyanTM
58f45af993
wxsqlite3: 4.6.1 -> 4.6.2
2020-12-17 07:51:51 +01:00
Marc Seeger
35b1b29aa3
libsolv: Enable darwin support.
2020-12-16 20:27:13 -08:00
Mario Rodas
05f00efbc2
Merge pull request #107024 from sternenseemann/utf8proc-2.6.1
...
utf8proc: 2.6.0 -> 2.6.1
2020-12-16 21:41:31 -05:00
Thomas
c322b7cfce
opencv: fix python bindings ( #106972 )
...
Fixes partially broken Python bindings (#91791 ) by removing workaround (#26304 ) no longer needed in the 4.x series.
2020-12-16 19:12:29 -05:00
Doron Behar
f1c770be85
Merge pull request #97191 from r-ryantm/auto-update/libow
...
libow: 3.2p3 -> 3.2p4
2020-12-16 22:04:02 +02:00
sternenseemann
ea66205143
utf8proc: 2.6.0 -> 2.6.1
2020-12-16 13:15:11 +01:00
Jan Solanti
63889b0267
pipewire: 0.3.17 -> 0.3.18
2020-12-16 02:55:07 +02:00
Mauricio Collares
88cfc7f87b
ppl: fetch clang patch from alternate location (that doesn't require auth)
2020-12-15 16:46:44 -03:00
Daniël de Kok
a3ad080853
Merge pull request #106965 from Flakebi/amdvlk
...
amdvlk: 2020.Q4.5 -> 2020.Q4.6
2020-12-15 16:32:28 +01:00
Sebastian Neubauer
89ce7a70f1
amdvlk: 2020.Q4.5 -> 2020.Q4.6
2020-12-15 14:56:14 +01:00
sternenseemann
c5d2491fd1
utf8proc: enable tests
...
For the current version normtest and graphemetest are disabled. This
will probably change in the future. Those tests are problematic because
they depend on unicode data files which are downloaded by cmake at build
time:
file(MAKE_DIRECTORY data)
set(UNICODE_VERSION 13.0.0)
file(DOWNLOAD https://www.unicode.org/Public/${UNICODE_VERSION}/ucd/NormalizationTest.txt data/NormalizationTest.txt SHOW_PROGRESS)
file(DOWNLOAD https://www.unicode.org/Public/${UNICODE_VERSION}/ucd/auxiliary/GraphemeBreakTest.txt data/GraphemeBreakTest.txt SHOW_PROGRESS)
For the next update, we'll probably need to patch out this section of
CMakeLists.txt and download the files in question with fetchurl
ourselves.
2020-12-15 12:02:11 +01:00
Pavol Rusnak
d8afe9970c
libusb1: add prusnak to maintainers
2020-12-14 13:03:36 +01:00
Daniël de Kok
c75ea58a2c
Merge pull request #106635 from danieldk/libtorch-bin-1.7.1
...
libtorch-bin: 1.7.0 -> 1.7.1
2020-12-14 11:54:21 +01:00
R. RyanTM
756632f741
malcontent: 0.9.0 -> 0.10.0
2020-12-14 11:20:05 +01:00
Mario Rodas
6fb38c9350
Merge pull request #106417 from r-ryantm/auto-update/igraph
...
igraph: 0.8.4 -> 0.8.5
2020-12-13 20:57:13 -05:00
chessai
ca776e68b5
simdjson: init at 0.7.0
2020-12-13 16:08:14 -08:00
Mario Rodas
319698ceff
Merge pull request #106618 from r-ryantm/auto-update/rdkafka
...
rdkafka: 1.5.2 -> 1.5.3
2020-12-13 16:07:00 -05:00
Mario Rodas
3f73a9a8f5
Merge pull request #106720 from marsam/update-faac
...
faac: 1.29.9.2 -> 1.30
2020-12-13 15:52:49 -05:00
Alyssa Ross
65a223026b
dee: enableParallelBuilding
...
Works fine for me at -j48.
2020-12-13 16:26:48 +00:00
Ryan Mulligan
a2679ef9cd
Merge pull request #106553 from r-ryantm/auto-update/cddlib
...
cddlib: 0.94l -> 0.94m
2020-12-13 06:53:25 -08:00
Gabriel Ebner
62fab0d98a
Merge pull request #106816 from gebner/rnnoise20200628
...
rnnoise: 2019-04-24 -> 2020-06-28
2020-12-13 13:06:53 +01:00
Gabriel Ebner
3eed1a30ef
rnnoise: 2019-04-24 -> 2020-06-28
2020-12-13 12:35:41 +01:00
Vladimír Čunát
37dfd61f02
mesa: fix musl-specific patching
...
When updating to 20.2, this was apparently forgotten.
2020-12-13 11:36:18 +01:00
Vladimír Čunát
e955c4315f
Merge #106804 : mesa: find prefixed nm when cross compiling
2020-12-13 11:06:17 +01:00
Atemu
01698009ac
mesa: find prefixed nm when cross compiling
2020-12-13 08:08:02 +01:00
Mario Rodas
708ffc009c
Merge pull request #106651 from r-ryantm/auto-update/cgal
...
cgal_5: 5.1 -> 5.1.1
2020-12-12 18:42:20 -05:00
Mario Rodas
4311e91e98
Merge pull request #106610 from r-ryantm/auto-update/oneDNN
...
oneDNN: 1.7 -> 2.0
2020-12-12 16:46:05 -05:00
Mario Rodas
7fe0077fbb
Merge pull request #106637 from r-ryantm/auto-update/aspell-dict-en
...
aspellDicts.en: 2019.10.06-0 -> 2020.12.07-0
2020-12-12 16:41:21 -05:00
Florian Klink
e8fbbe396b
Merge pull request #106605 from r-ryantm/auto-update/odpic
...
odpic: 4.0.2 -> 4.1.0
2020-12-12 21:39:34 +01:00
Daniël de Kok
76bab4e9a7
intel-gmmlib: remove myself as maintainer
...
I currently do not have any Intel GPUs hooked up to displays, so it is
hard to verify changes.
2020-12-12 12:01:05 +01:00