mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
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:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user