mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
20451cebde
* we don't have vlc in DEPENDS, but when it happens to be built before
emotion, it causes undeterministic builds and unpackaged files
emotion-1.7.3: emotion: Files/directories were installed but not
shipped
/usr/lib/emotion/utils/em_generic_vlc
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
18 lines
682 B
PHP
18 lines
682 B
PHP
DESCRIPTION = "The Enlightenment multimedia library"
|
|
LICENSE = "MIT BSD"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=69f44058245ce5c596d56bb622d5dabd"
|
|
# we no longer build the libxine backend, since the gstreamer backend seems more promising
|
|
DEPENDS = "eet eeze evas ecore edje gstreamer gst-plugins-base eio"
|
|
|
|
INC_PR = "r2"
|
|
|
|
inherit efl
|
|
|
|
EXTRA_OECONF = "--disable-xine --disable-generic-vlc --enable-gstreamer --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
|
|
|
|
PACKAGES =+ "emotion-backend-gstreamer"
|
|
FILES_emotion-backend-gstreamer = "${libdir}/emotion/*.so"
|
|
RRECOMMENDS_${PN} = "emotion-backend-gstreamer"
|
|
# upgrade path from libemotion0 to libemotion1
|
|
RREPLACES_${PN} = "libemotion0"
|