Add gaku, a basic music player

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2509 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2007-08-17 13:27:51 +00:00
parent d0012bdc99
commit 071e9b78dd
2 changed files with 19 additions and 0 deletions

View File

@ -120,6 +120,7 @@ SRCDATE_abiword ?= "20070130"
SRCREV_pn-xvideo-tests ?= "272"
SRCREV_pn-clutter ?= "1196"
SRCDATE_libgsmd ?= "20070801"
SRCREV_gaku ?= "286"
# Previously floating revisions
SRCREV_pn-aaina ?= "1231"

View File

@ -0,0 +1,18 @@
DESCRIPTION = "Music player"
LICENSE = "GPL"
DEPENDS = "gtk+ gstreamer"
PV = "0.0+svnr${SRCREV}"
RDEPENDS = "gst-plugin-audioconvert \
gst-plugin-audioresample \
gst-plugin-alsa \
gst-plugin-typefindfunctions \
gst-plugin-id3demux \
gst-plugin-playbin"
RRECOMMENDS = "gst-plugin-mad gst-plugin-ivorbis gst-plugin-ogg"
S = "${WORKDIR}/${PN}"
SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http"
inherit autotools pkgconfig