Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-efl][PATCH 0/2] Pull request #10
@ 2011-09-01 15:52 Martin Jansa
  2011-09-01 15:53 ` [meta-efl][PATCH 1/2] evas: add evas-loader-svg back to RRECOMMENDS Martin Jansa
  2011-09-01 15:53 ` [meta-efl][PATCH 2/2] e-base: EFL_SRCREV bump Martin Jansa
  0 siblings, 2 replies; 3+ messages in thread
From: Martin Jansa @ 2011-09-01 15:52 UTC (permalink / raw)
  To: openembedded-devel

The following changes since commit a577b53823d5a0e078777a5fb56a1e3d776b3130:

  lmbench: Add version 3.0-a9 (initial recipe) (2011-09-01 16:30:32 +0200)

are available in the git repository at:
  git://git.openembedded.org/meta-openembedded-contrib jansa/meta-efl
  http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/meta-efl

Martin Jansa (2):
  evas: add evas-loader-svg back to RRECOMMENDS
  e-base: EFL_SRCREV bump

 meta-efl/classes/e-base.bbclass   |    2 +-
 meta-efl/recipes-efl/efl/evas.inc |    6 +-----
 2 files changed, 2 insertions(+), 6 deletions(-)

-- 
1.7.6.1




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [meta-efl][PATCH 1/2] evas: add evas-loader-svg back to RRECOMMENDS
  2011-09-01 15:52 [meta-efl][PATCH 0/2] Pull request #10 Martin Jansa
@ 2011-09-01 15:53 ` Martin Jansa
  2011-09-01 15:53 ` [meta-efl][PATCH 2/2] e-base: EFL_SRCREV bump Martin Jansa
  1 sibling, 0 replies; 3+ messages in thread
From: Martin Jansa @ 2011-09-01 15:53 UTC (permalink / raw)
  To: openembedded-devel

* it doesn't look like whole Gtk+ anymore, but still needs gdk-pixbuf,
  libcairo2 etc.

  Package: evas-loader-svg
  Depends: libxcb1 (>= 1.7), libxrender1 (>= 0.9.6), libpixman-1-0 (>= 0.22.2), libxml2 (>= 2.7.8), libz1 (>= 1.2.5), librsvg-2-2 (>= 2.32.1), libfreetype6 (>= 2.4.6), eina (>= 1.0.999+svnr62850), libgcrypt11 (>= 1.4.6), libpng12-0 (>= 1.2.46), libffi5 (>= 3.0.9), gdk-pixbuf (>= 2.22.1), libcairo2 (>= 1.10.2), libstdc++6 (>= 4.6.1+svnr175454), libglib-2.0-0 (>= 2.29.3+gitr1+d97cbc6731deab137770bc0fe9c69b06f689f5b4), libxau6 (>= 1.0.6), libjpeg8 (>= 8c), libx11-6 (>= 1.4.3), evas (>= 1.0.999+svnr62850), libfribidi0 (>= 0.19.2), libc6 (>= 2.13), pango (>= 1.28.3), libgpg-error0 (>= 1.10), libgnutls26 (>= 2.12.5), libeet1 (>= 1.4.999+svnr62850), libtasn1-3 (>= 2.9), libexpat1 (>= 2.0.1), libxdmcp6 (>= 1.1.0), libfontconfig1 (>= 2.8.0)

  Package: librsvg-2-2
  Depends: libx11-6 (>= 1.4.3), libpixman-1-0 (>= 0.22.2), libxcb1 (>= 1.7), libc6 (>= 2.13), libxrender1 (>= 0.9.6), libffi5 (>= 3.0.9), libxml2 (>= 2.7.8), libz1 (>= 1.2.5), libfreetype6 (>= 2.4.6), gdk-pixbuf (>= 2.22.1), libpng12-0 (>= 1.2.46), libcairo2 (>= 1.10.2), libstdc++6 (>= 4.6.1+svnr175454), libglib-2.0-0 (>= 2.29.3+gitr1+d97cbc6731deab137770bc0fe9c69b06f689f5b4), libxau6 (>= 1.0.6), libexpat1 (>= 2.0.1), pango (>= 1.28.3), libxdmcp6 (>= 1.1.0), libfontconfig1 (>= 2.8.0)

* but otherwise e-wm keeps complaining about missing svg support
  <<<< Enlightenment Error >>>>
  Enlightenment found Evas can't load SVG files. Check Evas has SVG loader
  support.

* we can also RRECOMMEND it only from e-wm, so people using only evas
  without e-wm won't get it by default

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-efl/recipes-efl/efl/evas.inc |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/meta-efl/recipes-efl/efl/evas.inc b/meta-efl/recipes-efl/efl/evas.inc
index 3f7eed3..bbe06cc 100644
--- a/meta-efl/recipes-efl/efl/evas.inc
+++ b/meta-efl/recipes-efl/efl/evas.inc
@@ -44,6 +44,7 @@ RRECOMMENDS_${PN} = " \
   evas-loader-jpeg \
   evas-loader-eet \
   evas-loader-gif \
+  evas-loader-svg \
 "
 
 # Some upgrade path tweaking
@@ -74,11 +75,6 @@ RREPLACES_evas-engine-buffer = "liblibevas-ver-pre-svn-00-engine-buffer libevas-
 RREPLACES_evas-engine-xrender-x11 = "liblibevas-ver-pre-svn-00-engine-xrender-x11 libevas-ver-pre-svn-00-engine-xrender-x11 "
 RREPLACES_evas-engine-software-x11 = "liblibevas-ver-pre-svn-00-engine-software-x11 libevas-ver-pre-svn-00-engine-software-x11 "
 
-# disabling this, since (due to OE bugs) it drags in whole Gtk+
-#RRECOMMENDS_${PN} += " \
-#  libevas-loader-svg \
-#"
-
 EVAS_CPU_TWEAKS = ""
 # Disabled for now, see http://thread.gmane.org/gmane.comp.window-managers.enlightenment.devel/25194
 EVAS_CPU_TWEAKS_armv7a = "--disable-cpu-neon"
-- 
1.7.6.1




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [meta-efl][PATCH 2/2] e-base: EFL_SRCREV bump
  2011-09-01 15:52 [meta-efl][PATCH 0/2] Pull request #10 Martin Jansa
  2011-09-01 15:53 ` [meta-efl][PATCH 1/2] evas: add evas-loader-svg back to RRECOMMENDS Martin Jansa
@ 2011-09-01 15:53 ` Martin Jansa
  1 sibling, 0 replies; 3+ messages in thread
From: Martin Jansa @ 2011-09-01 15:53 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-efl/classes/e-base.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-efl/classes/e-base.bbclass b/meta-efl/classes/e-base.bbclass
index 6e8713d..b4b91f4 100644
--- a/meta-efl/classes/e-base.bbclass
+++ b/meta-efl/classes/e-base.bbclass
@@ -2,7 +2,7 @@ HOMEPAGE = "http://www.enlightenment.org"
 SRCNAME ?= "${BPN}"
 
 # usually tracks svn trunk HEAD
-EFL_SRCREV ?= "62690"
+EFL_SRCREV ?= "63052"
 # revision when 1.0.0 was released, for recipes which don't need rebuild so often
 EFL_SRCREV_1.0.0 ?= "56356"
 
-- 
1.7.6.1




^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-09-01 15:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-01 15:52 [meta-efl][PATCH 0/2] Pull request #10 Martin Jansa
2011-09-01 15:53 ` [meta-efl][PATCH 1/2] evas: add evas-loader-svg back to RRECOMMENDS Martin Jansa
2011-09-01 15:53 ` [meta-efl][PATCH 2/2] e-base: EFL_SRCREV bump Martin Jansa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox