summaryrefslogtreecommitdiffstats
path: root/meta/packages/gaku/gaku_svn.bb
blob: 41fdef7a55bdd496d087531c1d660900d798b79d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
DESCRIPTION = "Music player"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
                    file://main.c;beginline=1;endline=20;md5=0c02b4ef945956832b37a036b9cc103a"
DEPENDS = "gtk+ gstreamer libowl-av"

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 = "r0"

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

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

inherit autotools pkgconfig