Signed-off-by: Lim Siew Hoon <[email protected]> --- ...1-vpl.pc.in-dont-pass-pcfiledir-to-cflags.patch | 0 .../onevpl_2023.4.0.bb => vpl/libvpl_2.10.2.bb} | 14 +++++++------- 2 files changed, 7 insertions(+), 7 deletions(-) rename recipes-multimedia/{onevpl => vpl}/files/0001-vpl.pc.in-dont-pass-pcfiledir-to-cflags.patch (100%) rename recipes-multimedia/{onevpl/onevpl_2023.4.0.bb => vpl/libvpl_2.10.2.bb} (69%)
diff --git a/recipes-multimedia/onevpl/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 similarity index 100% rename from recipes-multimedia/onevpl/files/0001-vpl.pc.in-dont-pass-pcfiledir-to-cflags.patch rename to recipes-multimedia/vpl/files/0001-vpl.pc.in-dont-pass-pcfiledir-to-cflags.patch diff --git a/recipes-multimedia/onevpl/onevpl_2023.4.0.bb b/recipes-multimedia/vpl/libvpl_2.10.2.bb similarity index 69% rename from recipes-multimedia/onevpl/onevpl_2023.4.0.bb rename to recipes-multimedia/vpl/libvpl_2.10.2.bb index 513c7f2c..3acb97f6 100644 --- a/recipes-multimedia/onevpl/onevpl_2023.4.0.bb +++ b/recipes-multimedia/vpl/libvpl_2.10.2.bb @@ -1,14 +1,14 @@ -SUMMARY = "oneAPI Video Processing Library" -DESCRIPTION = "The oneAPI Video Processing Library (oneVPL) provides \ +SUMMARY = "Intel Video Processing Library" +DESCRIPTION = "Intel Video Processing Library (VPL) provides \ a single video processing API for encode, decode, and video processing \ that works across a wide range of accelerators." -HOMEPAGE = "https://github.com/oneapi-src/oneVPL" +HOMEPAGA = "https://github.com/intel/libvpl" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=c18ea6bb4786a26bf4eee88a7424a408 \ file://third-party-programs.txt;md5=0e35a23482445dd089b4eabe19103a06" -SRC_URI = "git://github.com/oneapi-src/oneVPL.git;protocol=https;branch=master \ +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" @@ -21,8 +21,8 @@ PACKAGECONFIG ??= "tools" PACKAGECONFIG[tools] = "-DBUILD_TOOLS=ON, -DBUILD_TOOLS=OFF, wayland wayland-native wayland-protocols" do_install:append() { - mkdir -p ${D}${datadir}/oneVPL/samples - mv ${D}${bindir}/sample_* ${D}${datadir}/oneVPL/samples + mkdir -p ${D}${datadir}/VPL/samples + mv ${D}${bindir}/sample_* ${D}${datadir}/VPL/samples } COMPATIBLE_HOST = '(x86_64).*-linux' @@ -35,6 +35,6 @@ FILES:${PN}-examples = "${datadir}/vpl \ FILES_SOLIBSDEV = "" FILES:${PN}-dev += "${libdir}/libvpl.so" -FILES:${PN} += " ${datadir}/oneVPL/samples \ +FILES:${PN} += " ${datadir}/VPL/samples \ ${libdir}/vpl/libvpl_wayland.so \ " -- 2.43.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8309): https://lists.yoctoproject.org/g/meta-intel/message/8309 Mute This Topic: https://lists.yoctoproject.org/mt/105955744/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
