aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-multimedia/vpl/files/0001-vpl.pc.in-dont-pass-pcfiledir-to-cflags.patch11
-rw-r--r--recipes-multimedia/vpl/libvpl_2.10.2.bb4
2 files changed, 6 insertions, 9 deletions
diff --git a/recipes-multimedia/vpl/files/0001-vpl.pc.in-dont-pass-pcfiledir-to-cflags.patch b/recipes-multimedia/vpl/files/0001-vpl.pc.in-dont-pass-pcfiledir-to-cflags.patch
index 762a4902..f9a568a7 100644
--- a/recipes-multimedia/vpl/files/0001-vpl.pc.in-dont-pass-pcfiledir-to-cflags.patch
+++ b/recipes-multimedia/vpl/files/0001-vpl.pc.in-dont-pass-pcfiledir-to-cflags.patch
@@ -1,4 +1,4 @@
-From 630c32194f53c70f4f654fb3d198790df253ba1f Mon Sep 17 00:00:00 2001
+From ff715f4c543ddabc5c90160d0ae5c5598e8e1289 Mon Sep 17 00:00:00 2001
From: Markus Volk <f_l_k@t-online.de>
Date: Thu, 15 Jun 2023 13:43:32 +0200
Subject: [PATCH] vpl.pc.in: dont pass pcfiledir to cflags
@@ -11,18 +11,15 @@ Upstream-Status: Inappropriate [oe specific]
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libvpl/pkgconfig/vpl.pc.in b/libvpl/pkgconfig/vpl.pc.in
-index ab468a9..05c020e 100644
+index aa9b158..b4e85ff 100644
--- a/libvpl/pkgconfig/vpl.pc.in
+++ b/libvpl/pkgconfig/vpl.pc.in
-@@ -8,6 +8,6 @@ Description: oneAPI Video Processing Library
+@@ -7,6 +7,6 @@ Description: Accelerated video decode, encode, and frame processing capabilities
Version: @API_VERSION_MAJOR@.@API_VERSION_MINOR@
- URL: https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onevpl.html
+ URL: https://github.com/intel/libvpl
-Libs: -L${libdir} -l@OUTPUT_NAME@ @VPL_PKGCONFIG_DEPENDENT_LIBS@
+Libs: -L@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@ -l@OUTPUT_NAME@ @VPL_PKGCONFIG_DEPENDENT_LIBS@
Libs.private: @VPL_PKGCONFIG_PRIVATE_LIBS@
-Cflags: -I${includedir} -I${includedir}/vpl
+Cflags: -I@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_INCLUDEDIR@ -I@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_INCLUDEDIR@/vpl
---
-2.40.1
-
diff --git a/recipes-multimedia/vpl/libvpl_2.10.2.bb b/recipes-multimedia/vpl/libvpl_2.10.2.bb
index 167e13a5..7dbb5417 100644
--- a/recipes-multimedia/vpl/libvpl_2.10.2.bb
+++ b/recipes-multimedia/vpl/libvpl_2.10.2.bb
@@ -6,12 +6,12 @@ that works across a wide range of accelerators."
HOMEPAGE = "https://github.com/intel/libvpl"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c18ea6bb4786a26bf4eee88a7424a408 \
- file://third-party-programs.txt;md5=0e35a23482445dd089b4eabe19103a06"
+ file://third-party-programs.txt;md5=ddf05049184e74942f45b0ca4cc69b8a"
SRC_URI = "git://github.com/intel/libvpl.git;protocol=https;branch=master \
file://0001-vpl.pc.in-dont-pass-pcfiledir-to-cflags.patch \
"
-SRCREV = "2274efcd3672b43297ef774f332e1fed6781381c"
+SRCREV = "383b5caac6df614e76ade5a07c4f53be702e9176"
S = "${WORKDIR}/git"
inherit cmake