Date: Sat, 18 Jan 2020 01:12:10 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523386 - branches/2020Q1/multimedia/libva-utils Message-ID: <202001180112.00I1CALP051421@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sat Jan 18 01:12:10 2020 New Revision: 523386 URL: https://svnweb.freebsd.org/changeset/ports/523386 Log: MFH: r523385 multimedia/libva-utils: unbreak X11=off after r520942 ../videoprocess/vppscaling_n_out_usrptr.cpp:41:10: fatal error: 'va/va_x11.h' file not found #include <va/va_x11.h> ^~~~~~~~~~~~~ PR: 243418 Reported by: Igor Pavlov Approved by: ports-secteam blanket Modified: branches/2020Q1/multimedia/libva-utils/Makefile branches/2020Q1/multimedia/libva-utils/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/multimedia/libva-utils/Makefile ============================================================================== --- branches/2020Q1/multimedia/libva-utils/Makefile Sat Jan 18 01:11:28 2020 (r523385) +++ branches/2020Q1/multimedia/libva-utils/Makefile Sat Jan 18 01:12:10 2020 (r523386) @@ -6,6 +6,7 @@ PORTREVISION= 1 CATEGORIES= multimedia PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= 0d033c074b63.patch:-p1 # https://github.com/intel/libva-utils/pull/185 PATCHFILES+= 4aeb5254a191.patch:-p1 # https://github.com/intel/libva-utils/pull/183 PATCHFILES+= 520ea5582c9a.patch:-p1 # https://github.com/intel/libva-utils/pull/184 PATCHFILES+= 24a87768547a.patch:-p1 # https://github.com/intel/libva-utils/pull/184 Modified: branches/2020Q1/multimedia/libva-utils/distinfo ============================================================================== --- branches/2020Q1/multimedia/libva-utils/distinfo Sat Jan 18 01:11:28 2020 (r523385) +++ branches/2020Q1/multimedia/libva-utils/distinfo Sat Jan 18 01:12:10 2020 (r523386) @@ -1,6 +1,8 @@ TIMESTAMP = 1575987973 SHA256 (intel-libva-utils-2.6.0_GH0.tar.gz) = 6ce7a534539c9ae554ace0bfa6689d871145cc172bb3f66ceb3fe2f65466fd90 SIZE (intel-libva-utils-2.6.0_GH0.tar.gz) = 1196875 +SHA256 (0d033c074b63.patch) = 5059a5083f5f2da02a9819e2300dfc7e6dc11cfd336a56f0122d430be1170916 +SIZE (0d033c074b63.patch) = 973 SHA256 (4aeb5254a191.patch) = 33bc96eb476fa09bcbecb1f32f5a7cb4a28eba7777e6398646df057cba5d9934 SIZE (4aeb5254a191.patch) = 3180 SHA256 (520ea5582c9a.patch) = 8f23240c64257a368662bb6b12e767aa98cb370760907c9c97bed3d66b90df2e
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001180112.00I1CALP051421>