python-pyrex: Rework DEPENDS updates
[openembedded.git] / recipes / gstreamer / gst-player_svn.bb
blobdfc402a1527dff123e6474e31b16c0fa628f0ffc
1 DESCRIPTION="A simple gstreamer based player"
3 DEPENDS = "gstreamer"
4 RDEPENDS_${PN} = "gstreamer-ti"
6 SRCREV = "6"
7 SRC_URI = "svn://gstplayer.googlecode.com/svn;module=trunk;proto=http"
9 S = "${WORKDIR}/trunk/gstplayer"
11 PV = "svnr${SRCREV}"
12 PR = "r3"
14 TARGET_CC_ARCH += "${LDFLAGS}"
16 do_install() {
17 install -d ${D}/usr/bin
18 install -m 0755 gstplayer ${D}/usr/bin