Skip to content

Commit

Permalink
libvpl: 2.10.1 -> 2.13.0 (#347328)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianhjr authored Oct 13, 2024
2 parents ab6ea0b + 2e279ed commit fe79f84
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions pkgs/by-name/li/libvpl/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "libvpl";
version = "2.10.1";
version = "2.13.0";

src = fetchFromGitHub {
owner = "intel";
repo = "libvpl";
rev = "v${finalAttrs.version}";
hash = "sha256-2yfJo4iwI/h0CJ+mJJ3cAyG5S7KksUibwJHebF3MR+E=";
hash = "sha256-H+pRdpk1B/QgsXaTxhQfm3JW5Plgz4esrUV1kKfjY1s=";
};

nativeBuildInputs = [
Expand All @@ -24,13 +24,7 @@ stdenv.mkDerivation (finalAttrs: {
];

cmakeFlags = [
"-DENABLE_DRI3=ON"
"-DENABLE_DRM=ON"
"-DENABLE_VA=ON"
"-DENABLE_WAYLAND=ON"
"-DENABLE_X11=ON"
"-DINSTALL_EXAMPLE_CODE=OFF"
"-DBUILD_TOOLS=OFF"
(lib.cmakeBool "BUILD_TESTS" finalAttrs.finalPackage.doCheck)
];

patches = [
Expand All @@ -40,6 +34,8 @@ stdenv.mkDerivation (finalAttrs: {
})
];

doCheck = true;

meta = with lib; {
description = "Intel Video Processing Library";
homepage = "https://intel.github.io/libvpl/";
Expand Down

0 comments on commit fe79f84

Please sign in to comment.