File tree Expand file tree Collapse file tree
pkgs/applications/video/vdr Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949
5050 vaapidevice = stdenv . mkDerivation {
5151
52- name = "vdr-vaapidevice-0.7.0" ;
52+ pname = "vdr-vaapidevice" ;
53+ version = "20190525" ;
5354
5455 buildInputs = [
5556 vdr libxcb xcbutilwm ffmpeg_3
6162 makeFlags = [ "DESTDIR=$(out)" ] ;
6263
6364 postPatch = ''
64- substituteInPlace softhddev .c --replace /usr/bin/X ${ xorgserver } /bin/X
65+ substituteInPlace vaapidev .c --replace /usr/bin/X ${ xorgserver } /bin/X
6566 '' ;
6667
6768 src = fetchFromGitHub {
6869 owner = "pesintta" ;
6970 repo = "vdr-plugin-vaapidevice" ;
70- sha256 = "072y61fpkh3i2dragg0nsd4g3malgwxkwpdrb1ykdljyzf52s5hs " ;
71- rev = "c99afc23a53e6d91f9afaa99af59b30e68e626a8 " ;
71+ sha256 = "1gwjp15kjki9x5742fhaqk3yc2bbma74yp2vpn6wk6kj46nbnwp6 " ;
72+ rev = "d19657bae399e79df107e316ca40922d21393f80 " ;
7273 } ;
7374
7475 meta = with stdenv . lib ; {
You can’t perform that action at this time.
0 commit comments