summaryrefslogtreecommitdiffstats
path: root/meta/packages/gaku/gaku_svn.bb
blob: 12fc545d74dfb5973483c0a6c7154326e29699bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "Music player"
LICENSE = "GPL"
DEPENDS = "gtk+ gstreamer"
PV = "0.0+svnr${SRCREV}"

RDEPENDS = "gst-plugin-audioconvert \
        gst-plugin-audioresample \
        gst-plugin-alsa \
        gst-plugin-typefindfunctions \
        gst-plugin-id3demux \
        gst-plugin-playbin"
RRECOMMENDS = "gst-plugin-mad gst-plugin-ivorbis gst-plugin-ogg"

S = "${WORKDIR}/${PN}"

SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http"

inherit autotools pkgconfig