forked from mirrors/nixpkgs
libvdpau-va-gl: 0.3.4 -> 0.3.6
This commit is contained in:
parent
750e6f0b63
commit
c0e310f4eb
|
@ -1,21 +1,19 @@
|
||||||
{ stdenv, fetchFromGitHub, cmake, pkgconfig, libX11, libpthreadstubs, libvdpau, glib
|
{ stdenv, fetchFromGitHub, cmake, pkgconfig, libX11, libpthreadstubs, libXau, libXdmcp
|
||||||
, libva, ffmpeg, mesa_glu }:
|
, libXext, libvdpau, glib, libva, ffmpeg, mesa_glu }:
|
||||||
|
|
||||||
let
|
stdenv.mkDerivation rec {
|
||||||
version = "0.3.4";
|
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
|
||||||
name = "libvdpau-va-gl-${version}";
|
name = "libvdpau-va-gl-${version}";
|
||||||
|
version = "0.3.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "i-rinat";
|
owner = "i-rinat";
|
||||||
repo = "libvdpau-va-gl";
|
repo = "libvdpau-va-gl";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1909f3srm2iy2hv4m6jxg1nxrh9xgsnjs07wfzw3ais1fww0i2nn";
|
sha256 = "06lcg6zfj6mn17svz7s0y6ijdah55l9rnp9r440lcbixivjbgyn5";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig ];
|
nativeBuildInputs = [ cmake pkgconfig ];
|
||||||
buildInputs = [ libX11 libpthreadstubs libvdpau glib libva ffmpeg mesa_glu ];
|
buildInputs = [ libX11 libpthreadstubs libXau libXdmcp libXext libvdpau glib libva ffmpeg mesa_glu ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/i-rinat/libvdpau-va-gl;
|
homepage = https://github.com/i-rinat/libvdpau-va-gl;
|
||||||
|
|
Loading…
Reference in a new issue