gst-plugins: define disjunctive PACKAGES_DYNAMIC for each pack base/good/bad/ugly
[openembedded.git] / recipes / gstreamer / gst-plugin-bc_git.bb
blob602607c1fd8f2daec3bb3ca38ce0a3b4b5cbfb35
1 DESCRIPTION = "GStreamer elements for IMG BufferClass API"
2 LICENSE = "GPLv3"
4 PV = "0.10.1.1"
5 PR = "r1"
6 PR_append = "+gitr${SRCREV}"
8 inherit autotools
10 SRC_URI = "git://gitorious.org/gst-plugin-bc/gst-plugin-bc.git;protocol=git \
11 http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.25.tar.bz2 \
12 file://gst-debug.diff \
15 SRCREV = "e14e249ef6cb67e91be9198b71efc61eb84c11b5"
17 S = "${WORKDIR}/git"
19 EXTRA_OECONF = " --enable-gles2-example "
21 # bitbake git fetcher doesn't handle git submodules currently
22 do_configure_prepend () {
23 cp -Rf ${WORKDIR}/gstreamer-0.10.25/common/* ${S}/common/
24 autopoint
27 ALLOW_EMPTY = "1"
29 require gst-plugins-package.inc
32 SRC_URI[md5sum] = "88544e034a051baf472983791d233076"
33 SRC_URI[sha256sum] = "39b2ba7b3bfa8df6d998a9461e7091c27757e36a53e93969d7d9982a56526578"