aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti/gst-ducati_git.bb
blob: dec9dcc58191b97396b40a9d8453b7b82638c8d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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
}