Skip to content

Commit

Permalink
Merge pull request #49493 from dtzWill/update/libva-and-friends-2.3.0…
Browse files Browse the repository at this point in the history
…-mostly

libva{,-utils}: 2.1.0 -> 2.3.0, bump vaapiIntel to 2.2.0 since no 2.3.0
  • Loading branch information
zimbatm committed Nov 15, 2018
2 parents 12bd5dc + bd54a28 commit cb2a3bc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libva-utils/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
owner = "01org";
repo = "libva-utils";
rev = version;
sha256 = "113wdmi4r0qligizj9zmd4a8ml1996x9g2zp2i4pmhb8frv9m8j2";
sha256 = "0k5v72prcq462x780j9vpqf4ckrpqf536z6say81wpna0l0qbd98";
};

nativeBuildInputs = [ autoreconfHook pkgconfig ];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libva/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

stdenv.mkDerivation rec {
name = "libva-${lib.optionalString minimal "minimal-"}${version}";
version = "2.1.0";
version = "2.3.0";

# update libva-utils and vaapiIntel as well
src = fetchFromGitHub {
owner = "01org";
repo = "libva";
rev = version;
sha256 = "1a60lrgr65hx9b2qp0gjky1298c4d4zp3ap6vnmmz850sxx5rm8w";
sha256 = "0zip22b5qwyjygsmrmjq62hdpl9z77d84h5hni8cn6xz5cmbw29z";
};

outputs = [ "dev" "out" ];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/libraries/vaapi-intel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

stdenv.mkDerivation rec {
name = "intel-vaapi-driver-${version}";
inherit (libva) version;
version = "2.2.0"; # generally try to match libva version, but not required

src = fetchFromGitHub {
owner = "intel";
repo = "intel-vaapi-driver";
rev = version;
sha256 = "15ag4al9h6b8f8sw1zpighyhsmr5qfqp1882q7r3gsh5g4cnj763";
sha256 = "1z8iqnswias2gph61yzyal53456y71ff98f21cs17hw4qjfkwa6k";
};

patchPhase = ''
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/tools/misc/intel-gpu-tools/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, pkgconfig, libdrm, libpciaccess, cairo, dri2proto, udev
, libX11, libXext, libXv, libXrandr, glib, bison, libunwind, python3, kmod
, procps, utilmacros, gnome2, openssl }:
, procps, utilmacros, gnome2, openssl, peg }:

stdenv.mkDerivation rec {
name = "intel-gpu-tools-${version}";
Expand All @@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig utilmacros ];
buildInputs = [ libdrm libpciaccess cairo dri2proto udev libX11 kmod
libXext libXv libXrandr glib bison libunwind python3 procps
gnome2.gtkdoc openssl ];
gnome2.gtkdoc openssl peg ];

preConfigure = ''
./autogen.sh
Expand Down

0 comments on commit cb2a3bc

Please sign in to comment.