From eb51eebe14e961e63ceb1673cb7e349c8281849b Mon Sep 17 00:00:00 2001 From: Shane Wang Date: Thu, 15 Mar 2012 20:57:12 +0800 Subject: libXv: upgrade to 1.0.7 The license change is: --- libXv-1.0.6/COPYING 2009-10-17 05:27:22.000000000 +0800 +++ libXv-1.0.7/COPYING 2012-03-08 13:25:45.000000000 +0800 @@ -3,13 +3,13 @@ All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the names of Digital or MIT not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL Signed-off-by: Shane Wang --- meta/recipes-graphics/xorg-lib/libxv_1.0.6.bb | 20 -------------------- meta/recipes-graphics/xorg-lib/libxv_1.0.7.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-lib/libxv_1.0.6.bb create mode 100644 meta/recipes-graphics/xorg-lib/libxv_1.0.7.bb (limited to 'meta/recipes-graphics') diff --git a/meta/recipes-graphics/xorg-lib/libxv_1.0.6.bb b/meta/recipes-graphics/xorg-lib/libxv_1.0.6.bb deleted file mode 100644 index f3d8d27c5c..0000000000 --- a/meta/recipes-graphics/xorg-lib/libxv_1.0.6.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "Xv: X Video extension library" - -DESCRIPTION = "libXv provides an X Window System client interface to the \ -X Video extension to the X protocol. The X Video extension allows for \ -accelerated drawing of videos. Hardware adaptors are exposed to \ -clients, which may draw in a number of colourspaces, including YUV." - -require xorg-lib-common.inc - -LICENSE = "MIT-style" -LIC_FILES_CHKSUM = "file://COPYING;md5=916ffd3d79baef9fb56d2c2af28f93f2" - -DEPENDS += "libxext videoproto" - -PR = "r0" - -XORG_PN = "libXv" - -SRC_URI[md5sum] = "e292445a64b63e918bbc8b6aae6391dd" -SRC_URI[sha256sum] = "e20f8e594bb0f44f3fbd25996945730391d72acbe5eaac760429fd6579caf5ee" diff --git a/meta/recipes-graphics/xorg-lib/libxv_1.0.7.bb b/meta/recipes-graphics/xorg-lib/libxv_1.0.7.bb new file mode 100644 index 0000000000..813c1e3e3a --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxv_1.0.7.bb @@ -0,0 +1,20 @@ +SUMMARY = "Xv: X Video extension library" + +DESCRIPTION = "libXv provides an X Window System client interface to the \ +X Video extension to the X protocol. The X Video extension allows for \ +accelerated drawing of videos. Hardware adaptors are exposed to \ +clients, which may draw in a number of colourspaces, including YUV." + +require xorg-lib-common.inc + +LICENSE = "MIT-style" +LIC_FILES_CHKSUM = "file://COPYING;md5=827da9afab1f727f2a66574629e0f39c" + +DEPENDS += "libxext videoproto" + +PR = "r0" + +XORG_PN = "libXv" + +SRC_URI[md5sum] = "5e1ac203ccd3ce3e89755ed1fbe75b0b" +SRC_URI[sha256sum] = "5d664aeb641f8c867331a0c6b4574a5e7e420f00bf5fcefd874e8d003ea59010" -- cgit 1.2.3-korg