diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-04-24 09:00:24 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-04-26 13:49:15 +0200 |
| commit | 750e6392954d6fab7a3650bbeaa3ae48ff00e617 (patch) | |
| tree | 98852618edb7afdb58acdbd795d7d9363c74831c /meta-efl/recipes-efl/efl/emotion.inc | |
| parent | 0b8274e661c9dbdf3ad691af800e68aa8ba28f0e (diff) | |
| download | meta-openembedded-750e6392954d6fab7a3650bbeaa3ae48ff00e617.tar.gz | |
meta-efl: add recipes for new released versions
* drop/reset PR where possible as PV is increased
* remove RREPLACES for versions before meta-efl was created
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/efl/emotion.inc')
| -rw-r--r-- | meta-efl/recipes-efl/efl/emotion.inc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/efl/emotion.inc b/meta-efl/recipes-efl/efl/emotion.inc new file mode 100644 index 0000000000..4b36a3575e --- /dev/null +++ b/meta-efl/recipes-efl/efl/emotion.inc | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "The Enlightenment multimedia library" | ||
| 2 | LICENSE = "MIT BSD" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=69f44058245ce5c596d56bb622d5dabd" | ||
| 4 | # we no longer build the libxine backend, since the gstreamer backend seems more promising | ||
| 5 | DEPENDS = "eet eeze evas ecore edje gstreamer gst-plugins-base" | ||
| 6 | |||
| 7 | INC_PR = "r0" | ||
| 8 | |||
| 9 | inherit efl | ||
| 10 | |||
| 11 | EXTRA_OECONF = "--disable-xine --enable-gstreamer --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc" | ||
| 12 | |||
| 13 | PACKAGES =+ "emotion-backend-gstreamer" | ||
| 14 | FILES_emotion-backend-gstreamer = "${libdir}/emotion/*.so" | ||
| 15 | RRECOMMENDS_${PN} = "emotion-backend-gstreamer" | ||
| 16 | # upgrade path from libemotion0 to libemotion1 | ||
| 17 | RREPLACES_${PN} = "libemotion0" | ||
