summaryrefslogtreecommitdiff
path: root/packages/efl1/emotion_cvs.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-07-21 23:23:57 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-07-21 23:23:57 +0000
commit6cf33c5a7e270f8df619611dd1f0f2ab8d5f595b (patch)
treea634860b9ddbcd8922bc1c1aa62b12c713f8b853 /packages/efl1/emotion_cvs.bb
parentf2a42448067579648da7512bf759649bed7cb797 (diff)
EFL: move from building snapshots to cvs again. Reasons:
1.) EFL gained a lot of momentum leading to constant changes 2.) Snapshots were just random cvs dates again. Might as well use SRCDATE to pin them down 3.) <censored by NDA>
Diffstat (limited to 'packages/efl1/emotion_cvs.bb')
-rw-r--r--packages/efl1/emotion_cvs.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/efl1/emotion_cvs.bb b/packages/efl1/emotion_cvs.bb
new file mode 100644
index 0000000000..84302e4793
--- /dev/null
+++ b/packages/efl1/emotion_cvs.bb
@@ -0,0 +1,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}"