From 0bccf4e7ce519529b408ca74e54b3e789b850288 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 16 Dec 2010 09:56:00 +0100 Subject: [PATCH] gst-ducati: add WIP recipe Signed-off-by: Koen Kooi --- recipes/ti/gst-ducati_git.bb | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 recipes/ti/gst-ducati_git.bb diff --git a/recipes/ti/gst-ducati_git.bb b/recipes/ti/gst-ducati_git.bb new file mode 100644 index 0000000000..dec9dcc581 --- /dev/null +++ b/recipes/ti/gst-ducati_git.bb @@ -0,0 +1,35 @@ +DEPENDS = "libdce gst-plugins-base" + +LICENSE = "LGPLv2.1" + +inherit autotools + +PV = "0.10.0" +PR = "r2" +PR_append = "+gitr${SRCREV}" + +SRCREV = "bd235864a96fe9fc06df69bc9fc457d0408d9756" +SRC_URI = "git://github.com/robclark/gst-ducati.git;protocol=git \ + http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.31.tar.bz2;name=archive \ +" + +SRC_URI[archive.md5sum] = "a21fb08bdb578d972c7c14e77da8fbb6" +SRC_URI[archive.sha256sum] = "7f737e6d047c1ebeb4e1e0725fc377c5d9f12ee89186de7960be3cbba709ab84" + +S = "${WORKDIR}/git" + +acpaths = "-I m4 -I common/m4" + +do_configure_prepend () { + rm -rf ${S}/common ${S}/po + cp -Rf ${WORKDIR}/gstreamer-0.10.31/common ${S}/ + cp -Rf ${WORKDIR}/gstreamer-0.10.31/po ${S}/ + + if test -f po/Makefile.in.in; + then + patch -p0 -R < common/gettext.patch + fi + autopoint --force + patch -p0 < common/gettext.patch +} + -- 2.39.5