summaryrefslogtreecommitdiff
path: root/packages/python/python-gstreamer_0.10.6.bb
blob: 28dba93cb50c8600ee6f3fc92b3947a63f024613 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
LICENSE = "GPL"
DESCRIPTION = "Python gstreamer Bindings"
SECTION = "devel/python"
HOMEPAGE = "http://gstreamer.freedesktop.org"
PRIORITY = "optional"
#DEPENDS = "gstreamer"
#RDEPENDS = "gstreamer"

SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.gz"
S = "${WORKDIR}/gst-python-${PV}"

inherit autotools pkgconfig

do_configure() {
	oe_runconf
}