From c579723a319c7782b3056bdd91a653a51451335f Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 18 May 2015 17:45:30 +0100 Subject: libxvmc: upgrade to 1.0.9 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-lib/libxvmc_1.0.8.bb | 19 ------------------- meta/recipes-graphics/xorg-lib/libxvmc_1.0.9.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-lib/libxvmc_1.0.8.bb create mode 100644 meta/recipes-graphics/xorg-lib/libxvmc_1.0.9.bb diff --git a/meta/recipes-graphics/xorg-lib/libxvmc_1.0.8.bb b/meta/recipes-graphics/xorg-lib/libxvmc_1.0.8.bb deleted file mode 100644 index b0d5e0ddbc..0000000000 --- a/meta/recipes-graphics/xorg-lib/libxvmc_1.0.8.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] = "2e4014e9d55c430e307999a6b3dd256d" -SRC_URI[sha256sum] = "5e1a401efa433f959d41e17932b8c218c56b931348f494b8fa4656d7d798b204" diff --git a/meta/recipes-graphics/xorg-lib/libxvmc_1.0.9.bb b/meta/recipes-graphics/xorg-lib/libxvmc_1.0.9.bb new file mode 100644 index 0000000000..41e8498a6f --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxvmc_1.0.9.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] = "eba6b738ed5fdcd8f4203d7c8a470c79" +SRC_URI[sha256sum] = "0703d7dff6ffc184f1735ca5d4eb9dbb402b522e08e008f2f96aee16c40a5756" -- cgit 1.2.3-korg