summary refs log tree commit diff
path: root/pkgs/development/libraries/libva
Commit message (Collapse)AuthorAge
* 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
|
* libva: 1.5.1 -> 1.6.0William A. Kennington III2015-07-22
|
* libva: Make mesa optionalWilliam A. Kennington III2015-03-28
|
* libva: 1.5.0 -> 1.5.1William A. Kennington III2015-03-26
|
* libva: 1.3.1 -> 1.5.0Eduard Bachmakov2015-01-07
|
* libva: 1.1.1 -> 1.3.2William A. Kennington III2014-08-07
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* Revert "upgrade video-intel stack to 2.99.906"Domen Kožar2014-02-19
| | | | | | | This reverts commit 89f710f18e3bc86e6feec6661a3910ea32bb662c. Reported by others for xorg-server to crash on different kernel versions.
* upgrade video-intel stack to 2.99.906Domen Kožar2014-02-16
|
* Revert "libva: update (fix h264encode)"Lluís Batlle i Rossell2013-07-16
| | | | | | | It breaks the latest vlc, and I don't need the new libva that much. http://hydra.nixos.org/build/5540612/nixlog/1/tail-reload This reverts commit 6a13cd01ac76465f7ce6397075ea8edeab434a74.
* libva: update (fix h264encode)Lluís Batlle i Rossell2013-07-14
|
* update to 2013Q1 Intel Graphics Stack ReleaseJack Cummings2013-05-23
| | | | | | | | | This changeset updates to all of the versions in https://01.org/linuxgraphics/downloads/2013/2013q1-intel-graphics-stack-release (but does not regression from newer version). I tried generating 'servers/x11/xorg/default.nix' with the perl script, but unrelated packges changed, so I just manually updated the file.
* Fixes on VAAPI src packages.Lluís Batlle i Rossell2013-01-29
| | | | | | | The github 'snapshots' weren't stable on hashes, I think (at least as I saw today trying to build vaapiVdpau in another computer). Using released tarballs, pointer by vcunat.
* Updates related to VAAPI/VDPAULluís Batlle i Rossell2013-01-29
| | | | | Making ffmpeg link to libva. Add the vdpau driver for vaapi.
* Adding libva, to get some possible video acceleration in intel video cards.Lluís Batlle i Rossell2011-04-16
svn path=/nixpkgs/trunk/; revision=26854