summaryrefslogtreecommitdiff
path: root/packages/efl1/emotion_0.0.1.007.bb
blob: 2a65d17220e3196d0c4cef90e7e13e2dd37b8d91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"
PR = "r0"

inherit efl1

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}"