summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-10-17 16:21:18 +0100
committerTom Zanussi <tom.zanussi@intel.com>2012-10-19 15:01:40 -0500
commitcc29b9947c37f668a5d57f0afdf0c05edc7cf363 (patch)
treeda5566027732d54a518a99c202edd483309310ca /common
parent400d52e534cd8d43eeaea3a6d58bc0b3c0fa44a9 (diff)
downloadmeta-intel-cc29b9947c37f668a5d57f0afdf0c05edc7cf363.tar.gz
gstreamer-vaapi: upgrade to 0.3.8, and remove ffmpeg dependencies
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'common')
-rw-r--r--common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb21
1 files changed, 15 insertions, 6 deletions
diff --git a/common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb b/common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb
index fe601cca..27552a29 100644
--- a/common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb
+++ b/common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb
@@ -6,15 +6,14 @@ based plugins for GStreamer and helper libraries: `vaapidecode', \
6LICENSE = "LGPLv2.1+" 6LICENSE = "LGPLv2.1+"
7LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c" 7LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
8 8
9DEPENDS = "gstreamer libva ffmpeg" 9DEPENDS = "gstreamer libva"
10 10
11# 0.2.9 tag 11# 0.3.8 tag
12SRCREV = "c98c14bd32855467a5a0ff21b6c703e9e3461467" 12SRCREV = "6ec4c2252a4aa706cd8631cb1083828485b9df9a"
13PV = "0.2.9+git${SRCPV}" 13PV = "0.3.8+git${SRCPV}"
14PR = "r0" 14PR = "r0"
15 15
16SRC_URI = "git://gitorious.org/vaapi/gstreamer-vaapi.git \ 16SRC_URI = "git://gitorious.org/vaapi/gstreamer-vaapi.git"
17 file://glib-includes.patch"
18 17
19SRC_URI[md5sum] = "729d75f21df79114a8c81d896489e5ad" 18SRC_URI[md5sum] = "729d75f21df79114a8c81d896489e5ad"
20SRC_URI[sha256sum] = "f1770c4537f1615701dbc845eee5732fbb1036b3acafbc7488e551fab334a31d" 19SRC_URI[sha256sum] = "f1770c4537f1615701dbc845eee5732fbb1036b3acafbc7488e551fab334a31d"
@@ -23,6 +22,16 @@ S = "${WORKDIR}/git"
23 22
24inherit autotools pkgconfig gtk-doc 23inherit autotools pkgconfig gtk-doc
25 24
25EXTRA_OECONF = "--disable-ffmpeg"
26
27do_configure_prepend() {
28 # DEBUG: Executing shell function do_configure
29 # ln: target `m4/' is not a directory: No such file or directory
30 # cp: cannot create regular file `m4/': Not a directory
31 # (should be fixed in autotools.bbclass)
32 mkdir --parents ${B}/m4
33}
34
26FILES_${PN} += "${libdir}/gstreamer-0.10/*.so" 35FILES_${PN} += "${libdir}/gstreamer-0.10/*.so"
27FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug" 36FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug"
28FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.la ${libdir}/gstreamer-0.10/*.a" 37FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.la ${libdir}/gstreamer-0.10/*.a"