diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-08-25 11:20:21 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-02 18:15:29 +0100 |
commit | 99666e772dd50767295294a5686710e6e2a49851 (patch) | |
tree | 94af09055008a86accc352dc4fd65c82ad15c5f3 /meta/recipes-sato/gaku/gaku_git.bb | |
parent | 06a89cb47da39fb9bb29e23cfb1751258391aeb2 (diff) | |
download | poky-99666e772dd50767295294a5686710e6e2a49851.tar.gz |
o-hand recipes: convert from svn.o-hand.org to git.yoctoproject.org
(From OE-Core rev: 4e7218c19775ef81caed27742e9d203af10b7416)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/gaku/gaku_git.bb')
-rw-r--r-- | meta/recipes-sato/gaku/gaku_git.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-sato/gaku/gaku_git.bb b/meta/recipes-sato/gaku/gaku_git.bb new file mode 100644 index 0000000000..9f1bad205b --- /dev/null +++ b/meta/recipes-sato/gaku/gaku_git.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_${PN} = "gst-plugins-base-audioconvert \ | ||
8 | gst-plugins-base-audioresample \ | ||
9 | gst-plugins-base-typefindfunctions \ | ||
10 | gst-plugins-base-playbin" | ||
11 | |||
12 | RRECOMMENDS_${PN} = "gst-plugins-good-id3demux \ | ||
13 | gst-plugins-base-vorbis \ | ||
14 | gst-plugins-base-alsa \ | ||
15 | gst-plugins-base-ogg \ | ||
16 | ${COMMERCIAL_AUDIO_PLUGINS}" | ||
17 | |||
18 | SRCREV = "a0be2fe4b5f12b8b07f4e3bd624b3729657f0ac5" | ||
19 | PV = "0.1+git${SRCPV}" | ||
20 | PR = "r0" | ||
21 | |||
22 | SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git" | ||
23 | |||
24 | S = "${WORKDIR}/git" | ||
25 | |||
26 | inherit autotools pkgconfig | ||