aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gstreamer/gst-plugin-bc_git.bb
blob: 602607c1fd8f2daec3bb3ca38ce0a3b4b5cbfb35 (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
DESCRIPTION = "GStreamer elements for IMG BufferClass API"
LICENSE = "GPLv3"

PV = "0.10.1.1"
PR = "r1"
PR_append = "+gitr${SRCREV}"

inherit autotools

SRC_URI = "git://gitorious.org/gst-plugin-bc/gst-plugin-bc.git;protocol=git \
           http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.25.tar.bz2 \
           file://gst-debug.diff \
"

SRCREV = "e14e249ef6cb67e91be9198b71efc61eb84c11b5"

S = "${WORKDIR}/git"

EXTRA_OECONF = " --enable-gles2-example "

# bitbake git fetcher doesn't handle git submodules currently
do_configure_prepend () {
	cp -Rf ${WORKDIR}/gstreamer-0.10.25/common/* ${S}/common/
	autopoint
}

ALLOW_EMPTY = "1"

require gst-plugins-package.inc


SRC_URI[md5sum] = "88544e034a051baf472983791d233076"
SRC_URI[sha256sum] = "39b2ba7b3bfa8df6d998a9461e7091c27757e36a53e93969d7d9982a56526578"