Commit Graph

25546 Commits

Author SHA1 Message Date
Daiderd Jordan
bae15c811f
sympow: don't use placeholder 2018-04-26 22:50:36 +02:00
Michael Raskin
be3c4cfad7
Merge pull request #39554 from r-ryantm/auto-update/cgal
cgal: 4.11.1 -> 4.12
2018-04-26 20:21:37 +00:00
Michael Raskin
5c5f574991
Merge pull request #39535 from r-ryantm/auto-update/libmwaw
libmwaw: 0.3.13 -> 0.3.14
2018-04-26 19:56:15 +00:00
Jan Tojnar
6c5d860c8b
gst_all_1: fix botched merge
23741692 merged staging incorrectly
2018-04-26 20:40:35 +02:00
Robert Schütz
36aba09672
Merge pull request #39454 from r-ryantm/auto-update/armadillo
armadillo: 8.400.0 -> 8.500.0
2018-04-26 17:58:23 +02:00
R. RyanTM
94c6dbbaaa cgal: 4.11.1 -> 4.12
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/cgal/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/7py5j9ixfljnic4dr3ij97msnj0wahv6-cgal-4.12/bin/cgal_create_CMakeLists -h’ got 0 exit code
- ran ‘/nix/store/7py5j9ixfljnic4dr3ij97msnj0wahv6-cgal-4.12/bin/cgal_create_CMakeLists help’ got 0 exit code
- ran ‘/nix/store/7py5j9ixfljnic4dr3ij97msnj0wahv6-cgal-4.12/bin/cgal_create_cmake_script -h’ got 0 exit code
- ran ‘/nix/store/7py5j9ixfljnic4dr3ij97msnj0wahv6-cgal-4.12/bin/cgal_create_cmake_script --help’ got 0 exit code
- found 4.12 with grep in /nix/store/7py5j9ixfljnic4dr3ij97msnj0wahv6-cgal-4.12
- directory tree listing: https://gist.github.com/35067880611978f76a8e3f3adac7f12a
2018-04-26 07:08:01 -07:00
R. RyanTM
7ebebcb325 libmwaw: 0.3.13 -> 0.3.14
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libmwaw/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/a9gm0j8p8v4i0psq5jx3kyxvphhpz8rs-libmwaw-0.3.14/bin/mwawFile -v’ and found version 0.3.14
- ran ‘/nix/store/a9gm0j8p8v4i0psq5jx3kyxvphhpz8rs-libmwaw-0.3.14/bin/mwawZip -v’ and found version 0.3.14
- ran ‘/nix/store/a9gm0j8p8v4i0psq5jx3kyxvphhpz8rs-libmwaw-0.3.14/bin/mwaw2csv -v’ and found version 0.3.14
- ran ‘/nix/store/a9gm0j8p8v4i0psq5jx3kyxvphhpz8rs-libmwaw-0.3.14/bin/mwaw2html -v’ and found version 0.3.14
- ran ‘/nix/store/a9gm0j8p8v4i0psq5jx3kyxvphhpz8rs-libmwaw-0.3.14/bin/mwaw2raw -v’ and found version 0.3.14
- ran ‘/nix/store/a9gm0j8p8v4i0psq5jx3kyxvphhpz8rs-libmwaw-0.3.14/bin/mwaw2raw --version’ and found version 0.3.14
- ran ‘/nix/store/a9gm0j8p8v4i0psq5jx3kyxvphhpz8rs-libmwaw-0.3.14/bin/mwaw2svg -v’ and found version 0.3.14
- ran ‘/nix/store/a9gm0j8p8v4i0psq5jx3kyxvphhpz8rs-libmwaw-0.3.14/bin/mwaw2text -v’ and found version 0.3.14
- found 0.3.14 with grep in /nix/store/a9gm0j8p8v4i0psq5jx3kyxvphhpz8rs-libmwaw-0.3.14
- directory tree listing: https://gist.github.com/e6bf3abafc8b9634a51796eb8969b268
2018-04-26 03:01:35 -07:00
John Ericson
ba52ae5048 treewide: isArm -> isAarch32
Following legacy packing conventions, `isArm` was defined just for
32-bit ARM instruction set. This is confusing to non packagers though,
because Aarch64 is an ARM instruction set.

The official ARM overview for ARMv8[1] is surprisingly not confusing,
given the overall state of affairs for ARM naming conventions, and
offers us a solution. It divides the nomenclature into three levels:

```
ISA:             ARMv8   {-A, -R, -M}
                 /    \
Mode:     Aarch32     Aarch64
             |         /   \
Encoding:   A64      A32   T32
```

At the top is the overall v8 instruction set archicture. Second are the
two modes, defined by bitwidth but differing in other semantics too, and
buttom are the encodings, (hopefully?) isomorphic if they encode the
same mode.

The 32 bit encodings are mostly backwards compatible with previous
non-Thumb and Thumb encodings, and if so we can pun the mode names to
instead mean "sets of compatable or isomorphic encodings", and then
voilà we have nice names for 32-bit and 64-bit arm instruction sets
which do not use the word ARM so as to not confused either laymen or
experienced ARM packages.

[1]: https://developer.arm.com/products/architecture/a-profile
2018-04-25 15:28:55 -04:00
Jan Tojnar
0dec4fa1db
rarian: merge gnome{2,3}.rarian 2018-04-25 15:53:26 +02:00
Matthew Justin Bauer
d71d7c913e
Merge pull request #39465 from matthewbauer/work
Various work on broken packages
2018-04-25 00:30:32 -05:00
Matthew Bauer
22fb762e1a live555: add aarch64-linux entry
Fixes eval
2018-04-25 00:10:08 -05:00
Matthew Bauer
ec632b745f qtwebengine: rewrite
Fixes #39334
and Fixes #36729

Also, Fixes #36932 (hopefully it's still building)

(This might be able to be able to be cherry-picked to 18.03 but be
careful - chromium is extremely touchy. Probably best to wait for it
to be built successfully on Hydra a few times.)
2018-04-24 23:57:46 -05:00
Matthew Bauer
b87cb29d1b glibmm: 2.54.1 → 2.56.0
Noticed this was out of date.
2018-04-24 23:00:27 -05:00
Matthew Bauer
7587f9804f glibmm: fix High Sierra segfault 2018-04-24 22:58:45 -05:00
adisbladis
d5121536b8
kreport: 3.0.2 -> 3.1.0 2018-04-25 09:40:25 +08:00
adisbladis
8945e6b105
kproperty: 3.0.2 -> 3.1.0 2018-04-25 09:40:24 +08:00
Bastian Köcher
b933157f44
kholidays: Move from kde_applications to kde_frameworks 2018-04-25 09:35:48 +08:00
Matthew Bauer
734b13a817 gst-plugins: fix on Darwin 2018-04-24 18:35:54 -05:00
Matthew Justin Bauer
a8fc951404
Merge pull request #39451 from r-ryantm/auto-update/appstream-glib
appstream-glib: 0.7.7 -> 0.7.8
2018-04-24 18:15:19 -05:00
R. RyanTM
1e0d2306fc armadillo: 8.400.0 -> 8.500.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/armadillo/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 8.500.0 with grep in /nix/store/4b5v6xvxsbdqgwlqnj421wa0cwhdpw4p-armadillo-8.500.0
- directory tree listing: https://gist.github.com/5849376cdd72ab243c8f004589cb24ec
2018-04-24 16:02:42 -07:00
R. RyanTM
b5bfd8a173 appstream-glib: 0.7.7 -> 0.7.8
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/appstream-glib/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.7.8 with grep in /nix/store/52vkj80m85n3jhzbqhw5abxdrqqac2yk-appstream-glib-0.7.8
- directory tree listing: https://gist.github.com/c3d5906e2b4ff1a38510f114a6c58819
2018-04-24 15:35:46 -07:00
Will Dietz
7139c65c88
Merge pull request #39441 from dtzWill/fix/libgl-tls-musl
mesa, libglvnd, xorg: disable tls w/musl
2018-04-24 17:17:23 -05:00
Will Dietz
64c2e058e6 mesa, libglvnd, xorg: disable tls w/musl 2018-04-24 17:16:22 -05:00
Will Dietz
c3ab285ce2 glibc: use local copy of patch to fix w/musl
fetchpatch doesn't work with bootstrap fetchurl,
so just use local file like we do for other glibc patches.
2018-04-24 16:57:57 -05:00
Michael Raskin
d3d41b51f1
Merge pull request #39421 from r-ryantm/auto-update/librem
librem: 0.5.2 -> 0.5.3
2018-04-24 21:31:09 +00:00
Matthew Bauer
00bf115047 schroedinger: add Darwin patch 2018-04-24 15:16:12 -05:00
Matthew Bauer
9c406d2ac8 libdvdnav: supports Darwin 2018-04-24 15:09:07 -05:00
Matthew Bauer
db6cc56239 libmtp: supports darwin 2018-04-24 15:08:12 -05:00
Matthew Bauer
dad3714ec1 live555: supports darwin 2018-04-24 15:06:15 -05:00
Jan Tojnar
d48e9ff92a
liblouis: mark as broken 2018-04-24 21:53:11 +02:00
R. RyanTM
78a2238c50 librem: 0.5.2 -> 0.5.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/librem/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.5.3 with grep in /nix/store/x20d9fh0yfyzm28p3sghxq01c3f2wrmw-librem-0.5.3
- directory tree listing: https://gist.github.com/b80b5c5f4dc93169cf0cfc46f4306e73
2018-04-24 11:54:42 -07:00
R. RyanTM
daea65c8e2 libre: 0.5.7 -> 0.5.8
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libre/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.5.8 with grep in /nix/store/rqyqr2gb6pxqqah435xznnqwr9zi0xi2-libre-0.5.8
- directory tree listing: https://gist.github.com/a84247052706f314827aca34a1869d10
2018-04-24 11:51:25 -07:00
Matthew Justin Bauer
7ebb6212a2
Merge pull request #38805 from timokau/zn_poly-init
zn_poly: init at 0.9
2018-04-24 09:28:27 -05:00
Jan Tojnar
1643713bf3
libhttpseverywhere: 0.8.2 → 0.8.3 2018-04-24 13:30:57 +02:00
Robert Schütz
a0a1e5e105
Merge pull request #39381 from timokau/glpk-gmp
glpk: Add gmp support
2018-04-24 09:10:39 +02:00
Robert Schütz
f2ad8b295c
Merge pull request #38802 from timokau/rankdwidth-init
rankwidth: init at 0.7
2018-04-24 01:01:17 +02:00
Daiderd Jordan
fe6386c2f0
oniguruma: remove darwin install_name patch 2018-04-24 00:28:54 +02:00
Timo Kaufmann
5d2671de81 fflas-ffpack: Drop liblapack dependency 2018-04-23 22:00:48 +02:00
Timo Kaufmann
5e548e94e8 glpk: Add gmp support 2018-04-23 21:13:42 +02:00
Matthew Bauer
49d97c3495 Merge branch 'qtmultimedia' 2018-04-23 12:33:50 -05:00
Matthew Bauer
b09c250435 gst_plugins_base: fix on darwin 2018-04-23 12:32:37 -05:00
Matthew Bauer
c214bc9aee gstreamer: fix on Darwin 2018-04-23 12:31:36 -05:00
Matthew Justin Bauer
bf6641ede5
Merge pull request #36460 from timokau/linbox-init
linbox: init at 1.5.2
2018-04-23 12:05:29 -05:00
Matthew Justin Bauer
d6b1e816eb
Merge pull request #36437 from timokau/origin/fflas-ffpack-update
fflas-ffpack: 2.2.2 -> 2.3.2
2018-04-23 12:04:54 -05:00
Matthew Justin Bauer
07e6e21f09
Merge pull request #37093 from ryantm/auto-update/rocksdb
rocksdb: 5.10.3 -> 5.11.3
2018-04-23 12:02:09 -05:00
Jörg Thalheim
e2b5e17791
Merge pull request #39301 from markus1189/libgphoto2
(lib)gphoto2: 2.5.1{5,6} -> 2.5.17
2018-04-23 11:54:57 +01:00
Florian Klink
e7ee851993 gmime3: 3.0.5 -> 3.2.0 2018-04-23 09:35:33 +02:00
Jörg Thalheim
8206341757
Merge pull request #39333 from markuskowa/openmpi-up
openmpi: 3.0.0 -> 3.0.1
2018-04-23 08:11:14 +01:00
Jörg Thalheim
cf540dd194
Merge pull request #39346 from timokau/arb-2.13.0
arb: 2.8.1 -> 2.13.0
2018-04-22 23:19:09 +01:00
Timo Kaufmann
a055816743 eclib: 20160720 -> 20171002 2018-04-22 23:42:58 +02:00