Commit graph

87 commits

Author SHA1 Message Date
Silvan Mosberger 57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
R. RyanTM ea502c686f libdrm: 2.4.91 -> 2.4.92
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libdrm/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 2.4.92 with grep in /nix/store/9n9nnxcq129pwmynmbpsb2h86w6aafkr-libdrm-2.4.92
- directory tree listing: https://gist.github.com/f9b660cd3c8012a94adf29b9d2931d70
2018-05-11 06:30:55 -07:00
John Ericson e84b9401c5 libdrm: Remove crossAttrs
No hashes should be changed.
2018-05-10 13:14:13 -04: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
R. RyanTM c40d1d80ac libdrm: 2.4.90 -> 2.4.91
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libdrm/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 2.4.91 with grep in /nix/store/rff4bpz0j9w5fgxsd5qq1vdv5wpdlwxy-libdrm-2.4.91
- directory tree listing: https://gist.github.com/c13751993f64b3543f93979f9450e5d1
2018-03-31 05:45:50 -07:00
Vladimír Čunát b6476968c4
libdrm: 2.4.89 -> 2.4.90 2018-02-24 22:30:13 +01:00
Vladimír Čunát 4076ef0dd3
libdrm: 2.4.88 -> 2.4.89 2017-12-29 10:00:02 +01:00
Vladimír Čunát f37443483e
libdrm: 2.4.84 -> 2.4.88 2017-11-27 13:05:07 +01:00
Vladimír Čunát e1e7251339
libdrm: 2.4.83 -> 2.4.84 2017-10-16 20:05:12 +02:00
gnidorah 0071b61a74 libdrm: enable tests 2017-10-06 20:51:14 +03:00
Vladimír Čunát 6a851869b4
libdrm: 2.4.82 -> 2.4.83 2017-08-27 22:30:24 +02:00
Frederik Rietdijk 62dac1bdd9 Merge remote-tracking branch 'upstream/master' into HEAD 2017-08-14 09:34:10 +02:00
Vladimír Čunát ebafe1d9ab
libdrm: 2.4.81 -> 2.4.82 2017-08-13 14:47:41 +02:00
mimadrid 09e0cc7cc7
Update homepage attributes: http -> https
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated
https://repology.org/repository/nix_stable/problems
2017-08-03 11:56:15 +02:00
Vladimír Čunát b4bb39642e
libdrm: support valgrind suppression via a lighter version
Fixes #25917.  It's all only about build-time dependency bloat and
consequent rebuild propagation.
2017-05-27 11:08:23 +02:00
Vladimír Čunát f71b83ad7e
libdrm: 2.4.79 -> 2.4.81 2017-05-27 09:54:20 +02:00
Vladimír Čunát c714f8241a
libdrm: 2.4.76 -> 2.4.79 2017-04-10 16:27:29 +02:00
Vladimír Čunát 1a805c4c63
libdrm: 2.4.75 -> 2.4.76 2017-04-01 14:48:29 +02:00
Tuomas Tynkkynen a241abf603 Revert "stdenv: aarch64 is also ARM"
This reverts commit a5f4e22289.

Breaks the stdenv build, e.g.: http://hydra.nixos.org/build/50015717
In general, the architectures are different enough that there is no
reason to consider both as ARM, just like we don't consider x86_64 as
32-bit x86.

cc @fpletz
2017-03-11 15:57:51 +02:00
Franz Pletz a5f4e22289
stdenv: aarch64 is also ARM 2017-03-11 09:40:19 +01:00
Vladimír Čunát 5ced6c7e1b
libdrm: 2.4.74 -> 2.4.75 2017-02-05 14:58:41 +01:00
Tuomas Tynkkynen 137bf7269e libdrm: Enable some ARM drivers
I dropped --enable-freedreno since it's automatically enabled on ARM and
shouldn't be needed anywhere else.
2017-01-29 02:08:04 +02:00
Vladimír Čunát da97018f48
libdrm: 2.4.73 -> 2.4.74 2016-12-03 12:51:39 +01:00
Vladimír Čunát ea292da4c2
libdrm: 2.4.71 -> 2.4.73
Also:
- remove udev remains except explanation;
- remove maintainers.urkud, as he's been inactive for years.
2016-11-17 11:23:36 +01:00
Vladimír Čunát e228c804ad libdrm: 2.4.70 -> 2.4.71 2016-10-11 20:39:51 +02:00
Eelco Dolstra 5d8c547460 libdrm: Don't depend on udev
The configure script checks for it, but the only use (in
libkms/Makefile.am) is commented out.
2016-09-05 19:10:30 +02:00
Tuomas Tynkkynen a17216af4c treewide: Shuffle outputs
Make either 'bin' or 'out' the first output.
2016-08-29 14:49:51 +03:00
Shea Levy 8b9b9fad31 Revert "Revert "Merge branch 'modprobe-fix' of git://github.com/abbradar/nixpkgs""
Revert a revert of a merge that shouldn't have been in master but was intentionally in staging.

Next time I'll do this right after the revert instead of so far down the line...

This reverts commit 9adad8612b.
2016-08-24 07:35:30 -04:00
Shea Levy 9adad8612b Revert "Merge branch 'modprobe-fix' of git://github.com/abbradar/nixpkgs"
Was meant to go into staging, sorry

This reverts commit 57b2d1e9b0, reversing
changes made to 760b2b9048.
2016-08-15 19:05:52 -04:00
Vladimír Čunát 344c672bb5 libdrm: 2.4.68 -> 2.4.70 2016-08-14 15:20:19 +02:00
Vladimír Čunát 1c253e7729 libdrm: 2.4.66 -> 2.4.68 2016-05-22 12:10:39 +02:00
Vladimír Čunát 716aac2519 Merge branch 'staging' into closure-size 2016-01-19 09:55:31 +01:00
Vladimír Čunát 5bdb1c9cd1 libdrm: update 2.4.65 -> 2.4.66 2016-01-04 11:47:40 +01:00
Vladimír Čunát 5227fb1dd5 Merge commit staging+systemd into closure-size
Many non-conflict problems weren't (fully) resolved in this commit yet.
2015-10-03 13:33:37 +02:00
Vladimír Čunát c8f462b80b libdrm: update 2.4.64 -> 2.4.65 2015-09-20 10:23:39 +02:00
William A. Kennington III 7af1960345 libdrm: 2.4.62 -> 2.4.64 2015-08-18 11:27:01 -07:00
William A. Kennington III 33ff74ced6 libdrm: Remove valgrind as a dependency
cc @vcunat
2015-07-19 12:04:55 -07:00
Vladimír Čunát 6437b2108d libdrm: update and add valgrind dependency
I couldn't find an easy way around this new build-time dependency,
unfortunately. It creates some new mass-rebuild chains...
2015-07-19 11:26:10 +02:00
Vladimír Čunát d35bd55ab7 libdrm: small update 2015-05-26 20:06:49 +02:00
Vladimír Čunát bf414c9d4f Merge 'staging' into closure-size
- there were many easy merge conflicts
- cc-wrapper needed nontrivial changes

Many other problems might've been created by interaction of the branches,
but stdenv and a few other packages build fine now.
2015-04-18 11:22:20 +02:00
William A. Kennington III 51444621cd libdrm: Enable freedreno 2015-03-28 13:51:38 -07:00
William A. Kennington III b17cf394bd libdrm: 2.4.59 -> 2.4.60 2015-03-26 12:34:05 -07:00
Vladimír Čunát c4ac05d47e libdrm: update 2015-03-09 15:55:22 +01:00
Vladimír Čunát afe28673c9 libdrm: update 2014-10-19 20:11:02 +02:00
Vladimír Čunát 96cec2a7bd Merge 'staging' into multiple-outputs
Conflicts:
	pkgs/applications/audio/flac/default.nix
	pkgs/build-support/gcc-wrapper/builder.sh
	pkgs/development/libraries/apr-util/default.nix
	pkgs/development/libraries/apr/default.nix
	pkgs/development/libraries/atk/default.nix
	pkgs/development/libraries/freetype/default.nix
	pkgs/development/libraries/gdk-pixbuf/default.nix
	pkgs/development/libraries/glib/default.nix
	pkgs/development/libraries/glibc/2.17/builder.sh
	pkgs/development/libraries/glibc/2.17/locales.nix
	pkgs/development/libraries/libjpeg/default.nix
	pkgs/development/libraries/libogg/default.nix
	pkgs/development/libraries/libsamplerate/default.nix
	pkgs/development/libraries/libtiff/default.nix
	pkgs/development/libraries/libvorbis/default.nix
	pkgs/development/libraries/mesa/default.nix
	pkgs/development/libraries/pango/default.nix
	pkgs/development/web/nodejs/default.nix
	pkgs/os-specific/linux/pam/default.nix
	pkgs/os-specific/linux/systemd/default.nix
	pkgs/stdenv/generic/setup.sh
	pkgs/stdenv/linux/default.nix
	pkgs/top-level/all-packages.nix
	pkgs/top-level/release-small.nix
2014-08-23 16:04:53 +02:00
Vladimír Čunát 9fcd3c2825 libdrm: update 2014-08-02 04:43:11 +02:00
John Wiegley b896b49827 libdrm: allow to build on any unix 2014-06-07 20:17:47 +00:00
Vladimír Čunát f91a594748 libdrm: minor update 2.4.52 -> .54
Including support for AMD Mullins chips.
2014-05-06 18:43:01 +02:00
Vladimír Čunát 9b905b97cb libdrm: minor update 2.4.50 -> .52 2014-01-28 12:06:22 +01:00
Vladimír Čunát 8dc05a8fc9 libdrm: bump 2.4.49 -> .50
Mainly, it fixes a critical bug for Radeon Southern Islands GPUs.
2013-12-10 10:41:35 +01:00