diff options
| -rw-r--r-- | recipes-multimedia/vpl/files/0001-vpl.pc.in-dont-pass-pcfiledir-to-cflags.patch (renamed from recipes-multimedia/onevpl/files/0001-vpl.pc.in-dont-pass-pcfiledir-to-cflags.patch) | 0 | ||||
| -rw-r--r-- | recipes-multimedia/vpl/libvpl_2.10.2.bb (renamed from recipes-multimedia/onevpl/onevpl_2023.4.0.bb) | 17 |
2 files changed, 10 insertions, 7 deletions
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 index 762a4902..762a4902 100644 --- 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 | |||
diff --git a/recipes-multimedia/onevpl/onevpl_2023.4.0.bb b/recipes-multimedia/vpl/libvpl_2.10.2.bb index 513c7f2c..167e13a5 100644 --- a/recipes-multimedia/onevpl/onevpl_2023.4.0.bb +++ b/recipes-multimedia/vpl/libvpl_2.10.2.bb | |||
| @@ -1,14 +1,14 @@ | |||
| 1 | SUMMARY = "oneAPI Video Processing Library" | 1 | SUMMARY = "Intel Video Processing Library" |
| 2 | DESCRIPTION = "The oneAPI Video Processing Library (oneVPL) provides \ | 2 | DESCRIPTION = "Intel Video Processing Library (VPL) provides \ |
| 3 | a single video processing API for encode, decode, and video processing \ | 3 | a single video processing API for encode, decode, and video processing \ |
| 4 | that works across a wide range of accelerators." | 4 | that works across a wide range of accelerators." |
| 5 | 5 | ||
| 6 | HOMEPAGE = "https://github.com/oneapi-src/oneVPL" | 6 | HOMEPAGE = "https://github.com/intel/libvpl" |
| 7 | LICENSE = "MIT" | 7 | LICENSE = "MIT" |
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c18ea6bb4786a26bf4eee88a7424a408 \ | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c18ea6bb4786a26bf4eee88a7424a408 \ |
| 9 | file://third-party-programs.txt;md5=0e35a23482445dd089b4eabe19103a06" | 9 | file://third-party-programs.txt;md5=0e35a23482445dd089b4eabe19103a06" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/oneapi-src/oneVPL.git;protocol=https;branch=master \ | 11 | SRC_URI = "git://github.com/intel/libvpl.git;protocol=https;branch=master \ |
| 12 | file://0001-vpl.pc.in-dont-pass-pcfiledir-to-cflags.patch \ | 12 | file://0001-vpl.pc.in-dont-pass-pcfiledir-to-cflags.patch \ |
| 13 | " | 13 | " |
| 14 | SRCREV = "2274efcd3672b43297ef774f332e1fed6781381c" | 14 | SRCREV = "2274efcd3672b43297ef774f332e1fed6781381c" |
| @@ -21,20 +21,23 @@ PACKAGECONFIG ??= "tools" | |||
| 21 | PACKAGECONFIG[tools] = "-DBUILD_TOOLS=ON, -DBUILD_TOOLS=OFF, wayland wayland-native wayland-protocols" | 21 | PACKAGECONFIG[tools] = "-DBUILD_TOOLS=ON, -DBUILD_TOOLS=OFF, wayland wayland-native wayland-protocols" |
| 22 | 22 | ||
| 23 | do_install:append() { | 23 | do_install:append() { |
| 24 | mkdir -p ${D}${datadir}/oneVPL/samples | 24 | mkdir -p ${D}${datadir}/VPL/samples |
| 25 | mv ${D}${bindir}/sample_* ${D}${datadir}/oneVPL/samples | 25 | mv ${D}${bindir}/sample_* ${D}${datadir}/VPL/samples |
| 26 | } | 26 | } |
| 27 | 27 | ||
| 28 | COMPATIBLE_HOST = '(x86_64).*-linux' | 28 | COMPATIBLE_HOST = '(x86_64).*-linux' |
| 29 | 29 | ||
| 30 | PACKAGES =+ "${PN}-examples" | 30 | PACKAGES =+ "${PN}-examples" |
| 31 | 31 | ||
| 32 | RREPLACES:${PN} = "onevpl" | ||
| 33 | RCONFLICTS:${PN} = "onevpl" | ||
| 34 | |||
| 32 | FILES:${PN}-examples = "${datadir}/vpl \ | 35 | FILES:${PN}-examples = "${datadir}/vpl \ |
| 33 | " | 36 | " |
| 34 | 37 | ||
| 35 | FILES_SOLIBSDEV = "" | 38 | FILES_SOLIBSDEV = "" |
| 36 | FILES:${PN}-dev += "${libdir}/libvpl.so" | 39 | FILES:${PN}-dev += "${libdir}/libvpl.so" |
| 37 | 40 | ||
| 38 | FILES:${PN} += " ${datadir}/oneVPL/samples \ | 41 | FILES:${PN} += " ${datadir}/VPL/samples \ |
| 39 | ${libdir}/vpl/libvpl_wayland.so \ | 42 | ${libdir}/vpl/libvpl_wayland.so \ |
| 40 | " | 43 | " |
