diff options
Diffstat (limited to 'meta-efl/recipes-efl/efl/emotion_svn.bb')
| -rw-r--r-- | meta-efl/recipes-efl/efl/emotion_svn.bb | 25 |
1 files changed, 8 insertions, 17 deletions
diff --git a/meta-efl/recipes-efl/efl/emotion_svn.bb b/meta-efl/recipes-efl/efl/emotion_svn.bb index f9ae8f6a10..4e7b7d9b27 100644 --- a/meta-efl/recipes-efl/efl/emotion_svn.bb +++ b/meta-efl/recipes-efl/efl/emotion_svn.bb | |||
| @@ -1,20 +1,11 @@ | |||
| 1 | DESCRIPTION = "The Enlightenment multimedia library" | 1 | require ${BPN}.inc |
| 2 | LICENSE = "MIT BSD" | 2 | |
| 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 | PV = "0.2.0+svnr${SRCPV}" | ||
| 7 | PR = "r2" | ||
| 8 | SRCREV = "${EFL_SRCREV}" | 3 | SRCREV = "${EFL_SRCREV}" |
| 4 | PV = "1.0.0+svnr${SRCPV}" | ||
| 5 | PR = "${INC_PR}.0" | ||
| 6 | DEFAULT_PREFERENCE = "-1" | ||
| 9 | 7 | ||
| 10 | inherit efl | 8 | SRC_URI = "\ |
| 11 | SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep" | 9 | ${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep \ |
| 10 | " | ||
| 12 | S = "${WORKDIR}/${SRCNAME}" | 11 | S = "${WORKDIR}/${SRCNAME}" |
| 13 | |||
| 14 | EXTRA_OECONF = "--disable-xine --enable-gstreamer --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc" | ||
| 15 | |||
| 16 | PACKAGES =+ "emotion-backend-gstreamer" | ||
| 17 | FILES_emotion-backend-gstreamer = "${libdir}/emotion/*.so" | ||
| 18 | RRECOMMENDS_${PN} = "emotion-backend-gstreamer" | ||
| 19 | # upgrade path from libemotion0 to libemotion1 | ||
| 20 | RREPLACES_${PN} = "libemotion0" | ||
