diff options
Diffstat (limited to 'meta/recipes-sato/gaku')
-rw-r--r-- | meta/recipes-sato/gaku/gaku_svn.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-sato/gaku/gaku_svn.bb b/meta/recipes-sato/gaku/gaku_svn.bb new file mode 100644 index 0000000000..a9a0b05552 --- /dev/null +++ b/meta/recipes-sato/gaku/gaku_svn.bb | |||
@@ -0,0 +1,26 @@ | |||
1 | DESCRIPTION = "Music player" | ||
2 | LICENSE = "GPLv2+" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | ||
4 | file://main.c;beginline=1;endline=20;md5=0c02b4ef945956832b37a036b9cc103a" | ||
5 | DEPENDS = "gtk+ gstreamer libowl-av" | ||
6 | |||
7 | RDEPENDS = "gst-plugins-base-audioconvert \ | ||
8 | gst-plugins-base-audioresample \ | ||
9 | gst-plugins-base-typefindfunctions \ | ||
10 | gst-plugins-base-playbin" | ||
11 | |||
12 | RRECOMMENDS = "gst-plugins-ugly-mad \ | ||
13 | gst-plugins-good-id3demux \ | ||
14 | gst-plugins-base-vorbis \ | ||
15 | gst-plugins-base-alsa \ | ||
16 | gst-plugins-base-ogg" | ||
17 | |||
18 | PV = "0.0+svnr${SRCREV}" | ||
19 | |||
20 | PR = "r3" | ||
21 | |||
22 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http" | ||
23 | |||
24 | S = "${WORKDIR}/${PN}" | ||
25 | |||
26 | inherit autotools pkgconfig | ||