aboutsummaryrefslogtreecommitdiffstats
path: root/packages/efl1/emotion_cvs.bb
blob: 84302e4793982d2e9a59dd7ebb038ac9e34c6bbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Emotion is a multimedia library with backends: gstreamer and libxine"
LICENSE = "MIT"
# we no longer build the libxine backend, since the gstreamer backend seems more promising
DEPENDS = "eet evas ecore edje gstreamer gst-plugins-base"
RRECOMMENDS_${PN} = "emotion-backend-gstreamer"
PV = "0.0.1+cvs${SRCDATE}"
PR = "r0"

inherit efl_library

EXTRA_OECONF = "--disable-xine --enable-gstreamer"

PACKAGES =+ "emotion-backend-gstreamer emotion-test"
FILES_emotion-backend-gstreamer = "${libdir}/emotion/*.so"
FILES_emotion-test = "${bindir}/emotion_test ${datadir}"