summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/distro/poky.conf1
-rw-r--r--meta/packages/gaku/gaku_svn.bb18
2 files changed, 19 insertions, 0 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
index 2eb48a2dd1..683299936d 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -120,6 +120,7 @@ SRCDATE_abiword ?= "20070130"
120SRCREV_pn-xvideo-tests ?= "272" 120SRCREV_pn-xvideo-tests ?= "272"
121SRCREV_pn-clutter ?= "1196" 121SRCREV_pn-clutter ?= "1196"
122SRCDATE_libgsmd ?= "20070801" 122SRCDATE_libgsmd ?= "20070801"
123SRCREV_gaku ?= "286"
123 124
124# Previously floating revisions 125# Previously floating revisions
125SRCREV_pn-aaina ?= "1231" 126SRCREV_pn-aaina ?= "1231"
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 @@
1DESCRIPTION = "Music player"
2LICENSE = "GPL"
3DEPENDS = "gtk+ gstreamer"
4PV = "0.0+svnr${SRCREV}"
5
6RDEPENDS = "gst-plugin-audioconvert \
7 gst-plugin-audioresample \
8 gst-plugin-alsa \
9 gst-plugin-typefindfunctions \
10 gst-plugin-id3demux \
11 gst-plugin-playbin"
12RRECOMMENDS = "gst-plugin-mad gst-plugin-ivorbis gst-plugin-ogg"
13
14S = "${WORKDIR}/${PN}"
15
16SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http"
17
18inherit autotools pkgconfig