summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/gaku
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-09 22:59:03 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-09 22:59:03 +0200
commit972dcfcdbfe75dcfeb777150c136576cf1a71e99 (patch)
tree97a61cd7e293d7ae9d56ef7ed0f81253365bb026 /meta/recipes-sato/gaku
downloadpoky-972dcfcdbfe75dcfeb777150c136576cf1a71e99.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta/recipes-sato/gaku')
-rw-r--r--meta/recipes-sato/gaku/gaku_git.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-sato/gaku/gaku_git.bb b/meta/recipes-sato/gaku/gaku_git.bb
new file mode 100644
index 0000000000..5e1cba55fa
--- /dev/null
+++ b/meta/recipes-sato/gaku/gaku_git.bb
@@ -0,0 +1,25 @@
1SUMMARY = "Simple music player using GTK+ and GStreamer"
2LICENSE = "GPLv2+"
3LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
4 file://main.c;beginline=1;endline=20;md5=0c02b4ef945956832b37a036b9cc103a"
5DEPENDS = "gtk+ gstreamer libowl-av"
6
7RDEPENDS_${PN} = "gst-plugins-base-audioconvert \
8 gst-plugins-base-audioresample \
9 gst-plugins-base-typefindfunctions \
10 gst-plugins-base-playbin"
11
12RRECOMMENDS_${PN} = "gst-plugins-good-id3demux \
13 gst-plugins-base-vorbis \
14 gst-plugins-base-alsa \
15 gst-plugins-base-ogg \
16 ${COMMERCIAL_AUDIO_PLUGINS}"
17
18SRCREV = "a0be2fe4b5f12b8b07f4e3bd624b3729657f0ac5"
19PV = "0.1+git${SRCPV}"
20
21SRC_URI = "git://git.yoctoproject.org/${BPN}"
22
23S = "${WORKDIR}/git"
24
25inherit autotools pkgconfig