Skip to content

Commit 73653fe

Browse files
committed
vdr-vaapidevice: 0.7.0 -> 20190526
1 parent 6152513 commit 73653fe

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

pkgs/applications/video/vdr/plugins.nix

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ in {
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
@@ -61,14 +62,14 @@ in {
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; {

0 commit comments

Comments
 (0)