Commit graph

64 commits

Author SHA1 Message Date
Michael Weiss f7997354b7
wayland-scanner: use for nativeBuildInputs
This makes things more explicit (and less confusing) but only touches
the packages that I maintain.
2021-07-03 17:56:23 +02:00
Michael Weiss da37a03423
libva-utils: 2.11.1 -> 2.12.0 2021-06-23 16:44:28 +02:00
Michael Weiss 824a750f24
libva: 2.11.0 -> 2.12.0 2021-06-18 15:13:51 +02:00
Michael Weiss 17a7be16a1
libva-utils: 2.11.0 -> 2.11.1 2021-03-30 15:24:21 +02:00
Michael Weiss 780fa5556a
libva: 2.10.0 -> 2.11.0 2021-03-23 14:36:43 +01:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Jonathan Ringer 9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Michael Weiss c23db78bbd
libva-utils: 2.9.1 -> 2.10.0 2020-12-18 13:11:27 +01:00
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