Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] Package upgrades
@ 2013-08-02 15:40 Ionut Radu
  2013-08-02 15:40 ` [PATCH 1/2] freetype: upgrade to 2.5.0.1 Ionut Radu
  2013-08-02 15:40 ` [PATCH 2/2] gdk-pixbuf: upgrade to 2.28.2 Ionut Radu
  0 siblings, 2 replies; 5+ messages in thread
From: Ionut Radu @ 2013-08-02 15:40 UTC (permalink / raw)
  To: openembedded-core

freetype: tested on core-image-sato on all architectures (x86, x86-64, arm, ppc, mips)
gdk-pixbuf: tested on core-image-sato on all architectures (x86, x86-64, arm, ppc, mips)

The following changes since commit 9de0ad47462c13ac4a2d73e12e92be6c1b4e0415:

  genericx86: ship all the driver firmware by default (2013-07-31 07:00:00 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ionutx/work
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ionutx/work

Ionut Radu (2):
  freetype: upgrade to 2.5.0.1
  gdk-pixbuf: upgrade to 2.28.2

 .../gdk-pixbuf/{gdk-pixbuf_2.28.1.bb => gdk-pixbuf_2.28.2.bb}    |    4 ++--
 .../freetype/{freetype_2.4.12.bb => freetype_2.5.0.1.bb}         |    6 ++----
 2 files changed, 4 insertions(+), 6 deletions(-)
 rename meta/recipes-gnome/gdk-pixbuf/{gdk-pixbuf_2.28.1.bb => gdk-pixbuf_2.28.2.bb} (94%)
 rename meta/recipes-graphics/freetype/{freetype_2.4.12.bb => freetype_2.5.0.1.bb} (90%)

-- 
1.7.10.4



^ permalink raw reply	[flat|nested] 5+ messages in thread
* [PATCH 1/2] freetype: upgrade to 2.5.0.1
@ 2013-11-11 17:25 Ross Burton
  0 siblings, 0 replies; 5+ messages in thread
From: Ross Burton @ 2013-11-11 17:25 UTC (permalink / raw)
  To: openembedded-core

Add disabled-by-default PACKAGECONFIG for pixmap glyphs (floating dependency on
libpng).

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 .../freetype/{freetype_2.4.12.bb => freetype_2.5.0.1.bb}       |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/freetype/{freetype_2.4.12.bb => freetype_2.5.0.1.bb} (86%)

diff --git a/meta/recipes-graphics/freetype/freetype_2.4.12.bb b/meta/recipes-graphics/freetype/freetype_2.5.0.1.bb
similarity index 86%
rename from meta/recipes-graphics/freetype/freetype_2.4.12.bb
rename to meta/recipes-graphics/freetype/freetype_2.5.0.1.bb
index 701c629..0b69af9 100644
--- a/meta/recipes-graphics/freetype/freetype_2.4.12.bb
+++ b/meta/recipes-graphics/freetype/freetype_2.5.0.1.bb
@@ -13,12 +13,11 @@ LIC_FILES_CHKSUM = "file://docs/LICENSE.TXT;md5=c017ff17fc6f0794adf93db5559ccd56
 
 SECTION = "libs"
 
-
 SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \
 "
 
-SRC_URI[md5sum] = "3463102764315eb86c0d3c2e1f3ffb7d"
-SRC_URI[sha256sum] = "a78a17486689ab6852a9e1a759b179827ac9dfd7e2f237ddf169c73398c85381"
+SRC_URI[md5sum] = "c72e9010b1d986d556fc0b2b5fcbf31a"
+SRC_URI[sha256sum] = "57bce5b37989577aa8b4a588426839f6bf39bcc3869748cb18f6827df251f4e5"
 
 S = "${WORKDIR}/freetype-${PV}"
 
@@ -29,6 +28,9 @@ EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'"
 EXTRA_OEMAKE_class-native = ""
 EXTRA_OECONF = "--without-zlib --without-bzip2 CC_BUILD='${BUILD_CC}'"
 
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[pixmap] = "--with-png,--without-png,libpng"
+
 do_configure() {
 	cd builds/unix
 	libtoolize --force --copy
-- 
1.7.10.4



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

end of thread, other threads:[~2013-11-11 17:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-02 15:40 [PATCH 0/2] Package upgrades Ionut Radu
2013-08-02 15:40 ` [PATCH 1/2] freetype: upgrade to 2.5.0.1 Ionut Radu
2013-08-03  3:58   ` Saul Wold
2013-08-02 15:40 ` [PATCH 2/2] gdk-pixbuf: upgrade to 2.28.2 Ionut Radu
  -- strict thread matches above, loose matches on Subject: below --
2013-11-11 17:25 [PATCH 1/2] freetype: upgrade to 2.5.0.1 Ross Burton

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