From 8f2dd7fb4dc87f1b5df52403aa71241a0aeef53d Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Fri, 21 Oct 2016 13:22:04 +0300 Subject: libxvmc: Upgrade 1.0.9 -> 1.0.10 Tiny bug fix release. Signed-off-by: Jussi Kukkonen Signed-off-by: Ross Burton --- meta/recipes-graphics/xorg-lib/libxvmc_1.0.10.bb | 19 +++++++++++++++++++ meta/recipes-graphics/xorg-lib/libxvmc_1.0.9.bb | 19 ------------------- 2 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 meta/recipes-graphics/xorg-lib/libxvmc_1.0.10.bb delete mode 100644 meta/recipes-graphics/xorg-lib/libxvmc_1.0.9.bb diff --git a/meta/recipes-graphics/xorg-lib/libxvmc_1.0.10.bb b/meta/recipes-graphics/xorg-lib/libxvmc_1.0.10.bb new file mode 100644 index 0000000000..6ed49b1f37 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxvmc_1.0.10.bb @@ -0,0 +1,19 @@ +SUMMARY = "XvMC: X Video Motion Compensation extension library" + +DESCRIPTION = "XvMC extends the X Video extension (Xv) and enables \ +hardware rendered motion compensation support." + +require xorg-lib-common.inc + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=0a207f08d4961489c55046c9a5e500da \ + file://wrapper/XvMCWrapper.c;endline=26;md5=5151daa8172a3f1bb0cb0e0ff157d9de" + +DEPENDS += "libxext libxv videoproto" + +PE = "1" + +XORG_PN = "libXvMC" + +SRC_URI[md5sum] = "4cbe1c1def7a5e1b0ed5fce8e512f4c6" +SRC_URI[sha256sum] = "e501a079b5dfaef0897c56152770c77e05e362065cec58910289aa567277ee2e" diff --git a/meta/recipes-graphics/xorg-lib/libxvmc_1.0.9.bb b/meta/recipes-graphics/xorg-lib/libxvmc_1.0.9.bb deleted file mode 100644 index 41e8498a6f..0000000000 --- a/meta/recipes-graphics/xorg-lib/libxvmc_1.0.9.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "XvMC: X Video Motion Compensation extension library" - -DESCRIPTION = "XvMC extends the X Video extension (Xv) and enables \ -hardware rendered motion compensation support." - -require xorg-lib-common.inc - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=0a207f08d4961489c55046c9a5e500da \ - file://wrapper/XvMCWrapper.c;endline=26;md5=5151daa8172a3f1bb0cb0e0ff157d9de" - -DEPENDS += "libxext libxv videoproto" - -PE = "1" - -XORG_PN = "libXvMC" - -SRC_URI[md5sum] = "eba6b738ed5fdcd8f4203d7c8a470c79" -SRC_URI[sha256sum] = "0703d7dff6ffc184f1735ca5d4eb9dbb402b522e08e008f2f96aee16c40a5756" -- cgit 1.2.3-korg