1 DESCRIPTION
= "Enjoy music player"
3 DEPENDS
= "evas ecore edje elementary emotion lightmediascanner"
4 SRCREV
= "${EFL_SRCREV}"
5 PV
= "0.0+svnr${SRCPV}"
8 DEPENDS
+= "gst-plugins-good ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'gst-plugins-ugly', d)}"
10 #
1st needed
for all formats
11 #
2nd needed
for mp3 playback
12 #
3d needed
for ogg playback
13 #
4th needed
for flac playback
14 #
5th needed binary
to create db
16 gst-plugin-typefindfunctions gst-plugin-playbin gst-plugin-volume gst-plugin-decodebin2 \
17 ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'gst-plugin-mad gst-plugin-id3demux', d)} \
18 gst-plugin-ogg gst-plugin-ivorbisdec \
20 lightmediascanner-test \
24 SRC_URI
= "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep"
25 S
= "${WORKDIR}/${SRCNAME}"
28 --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \
30 EXTRA_OECONF_append_shr
= "\
34 pkg_postinst_$
{PN
} () {
35 echo
"enjoy: SCAN and LIBRARY MANAGER are not implemeted yet!"
36 echo
"enjoy: Meanwhile please run:"
37 echo
"enjoy: test-lms -m mono -p id3 -i 5000 -s /path/to/your/music/dir /home/root/.config/enjoy/media.db"
39 echo
"enjoy: Use test-lms -P to see available formats that can be scanned"