Commit graph

56 commits

Author SHA1 Message Date
Michael Weiss 1e8d297270
libva: 2.9.1 -> 2.10.0
For libva-utils there is no new release (yet).
2020-12-05 18:14:37 +01:00
Michael Weiss 976af38df6
libva: 2.9.0 -> 2.9.1 (#101750) 2020-10-26 16:18:04 +01:00
Michael Weiss 34cd8d44c7
libva: 2.8.0 -> 2.9.0 (#97831) 2020-09-12 14:53:06 +02:00
Michael Weiss 5efbf76d61
libva: 2.7.1 -> 2.8.0 2020-06-26 15:11:22 +02:00
Michael Weiss a668f6a58a libva: Switch from GNU Autotools to Meson 2020-05-29 20:48:15 +02:00
Michael Weiss 74ac6ffad0
libva: 2.6.1 -> 2.7.1
Fixes #85850.
2020-04-25 18:28:32 +02:00
Matthew Bauer e520d6af29
Merge pull request #84415 from matthewbauer/mb-cross-fixes-april2020
Cross compilation fixes [april 2020]
2020-04-13 16:48:38 -04:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Matthew Bauer 65b967fd38 libva: add wayland as native build input
Also set wayland-scanner to proper path
2020-04-06 16:36:21 -04:00
Cole Mickens a1f22cb2bf libva: 2.5.0 -> 2.6.1 2020-03-06 07:08:29 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Cole Mickens 2c66613103 libva: 2.4.1 -> 2.5.0 2019-07-27 00:45:42 +02:00
Rok Garbas 65781e204d
Remove me (garbas) as maintainer since I don't have much time to maintain anything 2019-07-03 11:27:39 +02:00
Matthew Bauer 263f5891b6 treewide: mesa_noglu, mesa_drivers, libGL_driver -> mesa
Just use mesa for these to be more clear. Move these to aliases.nix
2019-06-17 14:43:18 -04:00
Will Dietz cf2f927010 libva: 2.4.0 -> 2.4.1 2019-04-27 07:04:12 +02:00
Will Dietz 61552cf599 libva{,-utils}: 2.3.0 -> 2.4.0 2019-02-01 17:40:21 -06:00
Will Dietz 002c411f45 libva: 2.1.0 -> 2.3.0
See notes for this and previous release:

* https://github.com/intel/libva/releases/tag/2.3.0
* https://github.com/intel/libva/releases/tag/2.2.0
2018-11-14 23:49:38 -06:00
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
Nikolay Amiantov 9258cea7e0 libva1: full by default
This follows similar changes for libva. Also move `libva-full` to aliases.nix
with an intent to deprecate it later.
2018-03-26 14:11:07 +03:00
Jan Malakhovski c7cf808ff8 libva: make libva-full the default
It seems that all uses of `libva` it in nixpkgs except `mesa` and itself actually
either will gain from using `libva-full` instead of `libva-minimal` by default
or simply won't care.
2018-03-26 14:02:06 +03:00
Nikolay Amiantov 6bf1421f13 treewide: refactor to use libglvnd
* Implement libGL as a symlink package which uses libraries from libglvnd and
  headers from Mesa (since ones from libglvnd are outdated).
* Use libGL_driver.driverLink treewide; add FHS paths where possible.
2018-03-26 14:01:49 +03:00
Nikolay Amiantov a4a04528e4 libva1: init at 1.7.3 2018-03-16 02:59:07 +03:00
Jan Malakhovski 7079e744d4 Merge branch 'master' into staging
Resolved the following conflicts (by carefully applying patches from the both
branches since the fork point):

   pkgs/development/libraries/epoxy/default.nix
   pkgs/development/libraries/gtk+/3.x.nix
   pkgs/development/python-modules/asgiref/default.nix
   pkgs/development/python-modules/daphne/default.nix
   pkgs/os-specific/linux/systemd/default.nix
2018-03-10 20:38:13 +00:00
Alexander V. Nikolaev 8f2a22935c treewide: transition from mesa_noglu to libGL 2018-02-24 17:03:46 +02:00
Peter Hoeg ced800572b libva, libva-utils and vaapiIntel: 2.0.0 -> 2.1.0 (VA-API: 1.0.0 -> 1.1.0) 2018-02-21 11:35:40 +08:00
Vladimír Čunát 0990b2c7fd
Revert "Reverting #32599"
This reverts commit 15d3d68a5e.
The PR is moved from master to staging.
2017-12-15 22:10:12 +01:00
Rok Garbas 15d3d68a5e
Reverting #32599 2017-12-15 21:52:49 +01:00
Peter Hoeg 390dc930d6 libva: 1.7.3 -> 2.0.0 2017-12-15 20:57:17 +01:00
Franz Pletz 9c9e5bf25e
libva: 1.7.2 -> 1.7.3 2017-01-27 18:43:33 +01:00
Alexander Ried b49d147a05 libva: 1.7.0 -> 1.7.2 (#18847) 2016-09-25 02:22:13 +02:00
Tuomas Tynkkynen a17216af4c treewide: Shuffle outputs
Make either 'bin' or 'out' the first output.
2016-08-29 14:49:51 +03:00
Gabriel Ebner 56300ee0f0 libva: set driver path correctly in minimal version
This does not introduce a dependency on mesa, as
mesa_noglu.driverLink == "/run/opengl-driver"

Fixes #17264.
2016-07-30 13:13:50 +02:00
Rok Garbas e5f20dc34d libva: 1.6.2 -> 1.7.0 2016-05-25 11:02:19 +02:00
Vladimír Čunát 09af15654f Merge master into closure-size
The kde-5 stuff still didn't merge well.
I hand-fixed what I saw, but there may be more problems.
2016-03-08 09:58:19 +01:00
Vladimír Čunát 20c31e65ab libva: use a cleaner installation method
(cherry-picked from commit 8ea5563011)
Tweaked not to cause a mass rebuild ATM.
2016-02-15 17:05:31 +01:00
Vladimír Čunát 8ea5563011 libva: use a cleaner installation method 2016-02-06 16:45:21 +01:00
Vladimír Čunát ae74c356d9 Merge recent 'staging' into closure-size
Let's get rid of those merge conflicts.
2016-02-03 16:57:19 +01:00
Nikolay Amiantov e1a734cee2 libva: fix likely problem on Darwin 2016-01-27 10:31:18 +03:00
Nikolay Amiantov 2c2497fc2e libva: 1.6.1 -> 1.6.2 2016-01-26 13:42:54 +03:00
Nikolay Amiantov 1b95212a69 libva: use OpenGL drivers link directory 2016-01-26 13:42:36 +03:00
Vladimír Čunát 17b86fef1e libva: build a lighter version by default
Mesa, X etc. are not very light dependencies.
This will also allow us to break the cycle with mesa.
2015-10-28 14:15:44 +01:00
Tobias Geerinckx-Rice a747216abd libva: 1.6.0 -> 1.6.1 2015-09-12 08:45:51 +02:00
William A. Kennington III 2054eea48a libva: 1.5.1 -> 1.6.0 2015-07-22 14:32:34 -07:00
William A. Kennington III 5fb86ada5a libva: Make mesa optional 2015-03-28 13:52:03 -07:00
William A. Kennington III 8c3dcb25b9 libva: 1.5.0 -> 1.5.1 2015-03-26 13:58:48 -07:00
Eduard Bachmakov 82f62af38e libva: 1.3.1 -> 1.5.0 2015-01-07 22:48:40 +01:00
William A. Kennington III 462146dbc5 libva: 1.1.1 -> 1.3.2 2014-08-07 01:32:43 +02:00
Mateusz Kowalczyk 7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
Domen Kožar aea043aec0 Revert "upgrade video-intel stack to 2.99.906"
This reverts commit 89f710f18e.

Reported by others for xorg-server to crash on different kernel
versions.
2014-02-19 12:37:49 +01:00
Domen Kožar 89f710f18e upgrade video-intel stack to 2.99.906 2014-02-16 20:36:44 +01:00