diff options
-rw-r--r-- | meta/conf/distro/poky.conf | 1 | ||||
-rw-r--r-- | meta/packages/gaku/gaku_svn.bb | 18 |
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" | |||
120 | SRCREV_pn-xvideo-tests ?= "272" | 120 | SRCREV_pn-xvideo-tests ?= "272" |
121 | SRCREV_pn-clutter ?= "1196" | 121 | SRCREV_pn-clutter ?= "1196" |
122 | SRCDATE_libgsmd ?= "20070801" | 122 | SRCDATE_libgsmd ?= "20070801" |
123 | SRCREV_gaku ?= "286" | ||
123 | 124 | ||
124 | # Previously floating revisions | 125 | # Previously floating revisions |
125 | SRCREV_pn-aaina ?= "1231" | 126 | SRCREV_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 @@ | |||
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 | ||