summary refs log tree commit diff
path: root/pkgs/development/libraries/libva
Commit message (Collapse)AuthorAge
* wayland-scanner: use for nativeBuildInputsMichael Weiss2021-07-03
| | | | | This makes things more explicit (and less confusing) but only touches the packages that I maintain.
* libva-utils: 2.11.1 -> 2.12.0Michael Weiss2021-06-23
|
* libva: 2.11.0 -> 2.12.0Michael Weiss2021-06-18
|
* libva-utils: 2.11.0 -> 2.11.1Michael Weiss2021-03-30
|
* libva: 2.10.0 -> 2.11.0Michael Weiss2021-03-23
|
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | 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.
* libva-utils: 2.9.1 -> 2.10.0Michael Weiss2020-12-18
|
* libva: 2.9.1 -> 2.10.0Michael Weiss2020-12-05
| | | | For libva-utils there is no new release (yet).
* libva: 2.9.0 -> 2.9.1 (#101750)Michael Weiss2020-10-26
|
* libva: 2.8.0 -> 2.9.0 (#97831)Michael Weiss2020-09-12
|
* libva: 2.7.1 -> 2.8.0Michael Weiss2020-06-26
|
* libva: Switch from GNU Autotools to MesonMichael Weiss2020-05-29
|
* libva: 2.6.1 -> 2.7.1Michael Weiss2020-04-25
| | | | Fixes #85850.
* Merge pull request #84415 from matthewbauer/mb-cross-fixes-april2020Matthew Bauer2020-04-13
|\ | | | | Cross compilation fixes [april 2020]
| * libva: add wayland as native build inputMatthew Bauer2020-04-06
| | | | | | | | Also set wayland-scanner to proper path
* | treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|/
* libva: 2.5.0 -> 2.6.1Cole Mickens2020-03-06
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* libva: 2.4.1 -> 2.5.0Cole Mickens2019-07-27
|
* Remove me (garbas) as maintainer since I don't have much time to maintain ↵Rok Garbas2019-07-03
| | | | anything
* treewide: mesa_noglu, mesa_drivers, libGL_driver -> mesaMatthew Bauer2019-06-17
| | | | Just use mesa for these to be more clear. Move these to aliases.nix
* libva: 2.4.0 -> 2.4.1Will Dietz2019-04-27
|
* libva{,-utils}: 2.3.0 -> 2.4.0Will Dietz2019-02-01
|
* libva: 2.1.0 -> 2.3.0Will Dietz2018-11-14
| | | | | | | 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
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * 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
* libva1: full by defaultNikolay Amiantov2018-03-26
| | | | | This follows similar changes for libva. Also move `libva-full` to aliases.nix with an intent to deprecate it later.
* libva: make `libva-full` the defaultJan Malakhovski2018-03-26
| | | | | | 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.
* treewide: refactor to use libglvndNikolay Amiantov2018-03-26
| | | | | | * 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.
* libva1: init at 1.7.3Nikolay Amiantov2018-03-16
|
* Merge branch 'master' into stagingJan Malakhovski2018-03-10
|\ | | | | | | | | | | | | | | | | | | | | 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
| * treewide: transition from mesa_noglu to libGLAlexander V. Nikolaev2018-02-24
| |
* | libva, libva-utils and vaapiIntel: 2.0.0 -> 2.1.0 (VA-API: 1.0.0 -> 1.1.0)Peter Hoeg2018-02-21
|/
* Revert "Reverting #32599"Vladimír Čunát2017-12-15
| | | | | This reverts commit 15d3d68a5ea819dd82784a9a44cfe26ed5eb74cd. The PR is moved from master to staging.
* Reverting #32599Rok Garbas2017-12-15
|
* libva: 1.7.3 -> 2.0.0Peter Hoeg2017-12-15
|
* libva: 1.7.2 -> 1.7.3Franz Pletz2017-01-27
|
* libva: 1.7.0 -> 1.7.2 (#18847)Alexander Ried2016-09-25
|
* treewide: Shuffle outputsTuomas Tynkkynen2016-08-29
| | | | Make either 'bin' or 'out' the first output.
* libva: set driver path correctly in minimal versionGabriel Ebner2016-07-30
| | | | | | | This does not introduce a dependency on mesa, as mesa_noglu.driverLink == "/run/opengl-driver" Fixes #17264.
* libva: 1.6.2 -> 1.7.0Rok Garbas2016-05-25
|
* Merge master into closure-sizeVladimír Čunát2016-03-08
|\ | | | | | | | | The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
| * libva: use a cleaner installation methodVladimír Čunát2016-02-06
| |
* | libva: use a cleaner installation methodVladimír Čunát2016-02-15
| | | | | | | | | | (cherry-picked from commit 8ea5563011ee202eda146e2cc8f8754f239303cf) Tweaked not to cause a mass rebuild ATM.
* | Merge recent 'staging' into closure-sizeVladimír Čunát2016-02-03
|\| | | | | | | Let's get rid of those merge conflicts.
| * libva: fix likely problem on DarwinNikolay Amiantov2016-01-27
| |
| * libva: 1.6.1 -> 1.6.2Nikolay Amiantov2016-01-26
| |
| * libva: use OpenGL drivers link directoryNikolay Amiantov2016-01-26
| |
* | libva: build a lighter version by defaultVladimír Čunát2015-10-28
|/ | | | | Mesa, X etc. are not very light dependencies. This will also allow us to break the cycle with mesa.
* libva: 1.6.0 -> 1.6.1Tobias Geerinckx-Rice2015-09-12
|