summaryrefslogtreecommitdiffstats
path: root/meta/packages/gaku/gaku_svn.bb
blob: 66055f129b2cea86a6fafc525fccbe898db8166e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DESCRIPTION = "Music player"
LICENSE = "GPL"
DEPENDS = "gtk+ gstreamer"

RDEPENDS = "gst-plugin-audioconvert \
        gst-plugin-audioresample \
        gst-plugin-typefindfunctions \
        gst-plugin-playbin"

RRECOMMENDS = "gst-plugin-mad \
            gst-plugin-id3demux \
            gst-plugin-ivorbis \
            gst-plugin-alsa \
            gst-plugin-ogg"

PV = "0.0+svnr${SRCREV}"
PR = "r1"

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

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

inherit autotools pkgconfig