diff options
author | Ross Burton <ross@openedhand.com> | 2007-08-17 13:27:51 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-08-17 13:27:51 +0000 |
commit | 071e9b78dd2af1b5b7951cb634497906544fc316 (patch) | |
tree | 03f9353645ff0edb3cff35b013cf3f011b967620 /meta/packages | |
parent | d0012bdc9990c43e83b98572e35abd1b77184789 (diff) | |
download | poky-071e9b78dd2af1b5b7951cb634497906544fc316.tar.gz |
Add gaku, a basic music player
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2509 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/gaku/gaku_svn.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/packages/gaku/gaku_svn.bb b/meta/packages/gaku/gaku_svn.bb new file mode 100644 index 0000000000..12fc545d74 --- /dev/null +++ b/meta/packages/gaku/gaku_svn.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | DESCRIPTION = "Music player" | ||
2 | LICENSE = "GPL" | ||
3 | DEPENDS = "gtk+ gstreamer" | ||
4 | PV = "0.0+svnr${SRCREV}" | ||
5 | |||
6 | RDEPENDS = "gst-plugin-audioconvert \ | ||
7 | gst-plugin-audioresample \ | ||
8 | gst-plugin-alsa \ | ||
9 | gst-plugin-typefindfunctions \ | ||
10 | gst-plugin-id3demux \ | ||
11 | gst-plugin-playbin" | ||
12 | RRECOMMENDS = "gst-plugin-mad gst-plugin-ivorbis gst-plugin-ogg" | ||
13 | |||
14 | S = "${WORKDIR}/${PN}" | ||
15 | |||
16 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http" | ||
17 | |||
18 | inherit autotools pkgconfig | ||