All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] xfce4 updates ++
@ 2015-05-25 21:13 Andreas Müller
  2015-05-25 21:13 ` [PATCH 01/12] fontforge: add 20141126 Andreas Müller
                   ` (11 more replies)
  0 siblings, 12 replies; 25+ messages in thread
From: Andreas Müller @ 2015-05-25 21:13 UTC (permalink / raw)
  To: openembedded-devel

The following changes since commit 175406cdca39bf5b218bb4127a3e9c9bd11b653f:

  recipes-multimedia: add gstreamer-0.10 recipes (2015-05-22 20:14:07 +0200)

are available in the git repository at:

  https://github.com/schnitzeltony/meta-openembedded.git patches

for you to fetch changes up to 3722a2accf58637c0e175525f8778ce2718802fa:

  imagemagick: update to 6.9.1.3 / add packageconfig for openjpeg (2015-05-25 23:06:31 +0200)

----------------------------------------------------------------
Andreas Müller (12):
      fontforge: add 20141126
      openjpeg: initial add 2.1.0
      poppler: update 0.33.0 to and enhance packageconfigs
      poppler-data: update to 0.4.7
      thunar: update to 1.6.10
      xfdesktop: update to 4.12.2
      xfwm4: update to 4.12.3
      orage: update to 4.12.1
      xfce4-notes-plugin: update to 1.8.0
      xfce4-equake-plugin: update to 1.3.7
      exo: update to 0.10.6
      imagemagick: update to 6.9.1.3 / add packageconfig for openjpeg

 meta-oe/recipes-graphics/fontforge/fontforge_20141126.bb                                                          |  41 +++++++++++++++++++
 meta-oe/recipes-graphics/openjpeg/openjpeg_2.1.0.bb                                                               |  18 +++++++++
 meta-oe/recipes-support/imagemagick/{imagemagick_6.8.9.bb => imagemagick_6.9.1.bb}                                |  11 ++---
 meta-oe/recipes-support/poppler/{poppler-data_0.4.6.bb => poppler-data_0.4.7.bb}                                  |   4 +-
 meta-oe/recipes-support/poppler/{poppler_0.26.5.bb => poppler_0.33.0.bb}                                          |   9 +++--
 meta-xfce/recipes-apps/orage/{orage_4.10.0.bb => orage_4.12.1.bb}                                                 |   8 ++--
 meta-xfce/recipes-panel-plugins/equake/{xfce4-equake-plugin_1.3.6.bb => xfce4-equake-plugin_1.3.7.bb}             |   4 +-
 meta-xfce/recipes-panel-plugins/notes/files/0001-Bump-dependency-to-Xfce-4.10.patch                               | 128 ----------------------------------------------------------
 ...tus-icon.c-remove-deprecated-g_type_init.patch => 0001-main-status-icon.c-remove-deprecated-g_type_init.patch} |   0
 meta-xfce/recipes-panel-plugins/notes/{xfce4-notes-plugin_1.7.7.bb => xfce4-notes-plugin_1.8.0.bb}                |   7 ++--
 meta-xfce/recipes-xfce/exo/{exo_0.10.4.bb => exo_0.10.6.bb}                                                       |   4 +-
 meta-xfce/recipes-xfce/thunar/{thunar_1.6.8.bb => thunar_1.6.10.bb}                                               |   6 +--
 meta-xfce/recipes-xfce/xfdesktop/{xfdesktop_4.12.0.bb => xfdesktop_4.12.2.bb}                                     |   4 +-
 meta-xfce/recipes-xfce/xfwm4/{xfwm4_4.12.2.bb => xfwm4_4.12.3.bb}                                                 |   4 +-
 14 files changed, 91 insertions(+), 157 deletions(-)
 create mode 100644 meta-oe/recipes-graphics/fontforge/fontforge_20141126.bb
 create mode 100644 meta-oe/recipes-graphics/openjpeg/openjpeg_2.1.0.bb
 rename meta-oe/recipes-support/imagemagick/{imagemagick_6.8.9.bb => imagemagick_6.9.1.bb} (83%)
 rename meta-oe/recipes-support/poppler/{poppler-data_0.4.6.bb => poppler-data_0.4.7.bb} (78%)
 rename meta-oe/recipes-support/poppler/{poppler_0.26.5.bb => poppler_0.33.0.bb} (69%)
 rename meta-xfce/recipes-apps/orage/{orage_4.10.0.bb => orage_4.12.1.bb} (53%)
 rename meta-xfce/recipes-panel-plugins/equake/{xfce4-equake-plugin_1.3.6.bb => xfce4-equake-plugin_1.3.7.bb} (74%)
 delete mode 100644 meta-xfce/recipes-panel-plugins/notes/files/0001-Bump-dependency-to-Xfce-4.10.patch
 rename meta-xfce/recipes-panel-plugins/notes/files/{0002-main-status-icon.c-remove-deprecated-g_type_init.patch => 0001-main-status-icon.c-remove-deprecated-g_type_init.patch} (100%)
 rename meta-xfce/recipes-panel-plugins/notes/{xfce4-notes-plugin_1.7.7.bb => xfce4-notes-plugin_1.8.0.bb} (63%)
 rename meta-xfce/recipes-xfce/exo/{exo_0.10.4.bb => exo_0.10.6.bb} (87%)
 rename meta-xfce/recipes-xfce/thunar/{thunar_1.6.8.bb => thunar_1.6.10.bb} (85%)
 rename meta-xfce/recipes-xfce/xfdesktop/{xfdesktop_4.12.0.bb => xfdesktop_4.12.2.bb} (73%)
 rename meta-xfce/recipes-xfce/xfwm4/{xfwm4_4.12.2.bb => xfwm4_4.12.3.bb} (87%)

-- 
1.9.3



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

* [PATCH 01/12] fontforge: add 20141126
  2015-05-25 21:13 [PATCH 00/12] xfce4 updates ++ Andreas Müller
@ 2015-05-25 21:13 ` Andreas Müller
  2015-08-20 15:04   ` Martin Jansa
  2015-05-25 21:13 ` [PATCH 02/12] openjpeg: initial add 2.1.0 Andreas Müller
                   ` (10 subsequent siblings)
  11 siblings, 1 reply; 25+ messages in thread
From: Andreas Müller @ 2015-05-25 21:13 UTC (permalink / raw)
  To: openembedded-devel

Have this recipe in my meta-qt5-extra but would be happy to get it under the
hood of Martin's world.

It started with the native part to build kde's oxygen-fonts but maybe somebody
likes to have it on target.

Tested native part by gazillions of builds / target part in xfce environment.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 .../fontforge/fontforge_20141126.bb                | 41 ++++++++++++++++++++++
 1 file changed, 41 insertions(+)
 create mode 100644 meta-oe/recipes-graphics/fontforge/fontforge_20141126.bb

diff --git a/meta-oe/recipes-graphics/fontforge/fontforge_20141126.bb b/meta-oe/recipes-graphics/fontforge/fontforge_20141126.bb
new file mode 100644
index 0000000..72020db
--- /dev/null
+++ b/meta-oe/recipes-graphics/fontforge/fontforge_20141126.bb
@@ -0,0 +1,41 @@
+SUMMARY = "A font editor"
+HOMEPAGE = "http://fontforge.github.io/en-US/"
+LICENSE = "GPLv3"
+LIC_FILES_CHKSUM = " \
+    file://COPYING.gplv3;md5=d32239bcb673463ab874e80d47fae504 \
+    file://LICENSE;md5=71d636ba7678baa1573e1b531041386e \
+"
+
+inherit autotools pkgconfig pythonnative
+
+DEPENDS = "glib-2.0 pango giflib tiff libxml2 jpeg python libtool"
+DEPENDS_append_class-target = " libxi"
+
+SRC_URI = "https://github.com/${BPN}/${BPN}/archive/${PV}.tar.gz"
+SRC_URI[md5sum] = "0d6f5112c4e5689087339a94aceadf77"
+SRC_URI[sha256sum] = "9c90c640023463c0b2b97b87575a014fcf44f688c3763f4cd136d3c267092106"
+
+EXTRA_OECONF_append_class-native = " with_x=no --disable-python-extension --disable-python-scripting"
+
+do_configure_prepend() {
+    currdir=`pwd`
+    cd ${S}
+    ./bootstrap --force
+    cd $currdir
+}
+
+EXTRA_OEMAKE = "CFLAGS='${CFLAGS} -I${B}/uthash/src'"
+
+PACKAGES =+ "${PN}-python-dbg ${PN}-python"
+
+FILES_${PN} += " \
+    ${datadir}/mime \
+    ${datadir}/icons \
+"
+
+FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR} ${datadir}/${PN}/python"
+FILES_${PN}-python-dbg = "${PYTHON_SITEPACKAGES_DIR}/.debug"
+RDEPENDS_${PN}-python = "python"
+
+# for e.g kde's oxygen-fonts
+BBCLASSEXTEND = "native"
-- 
1.9.3



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

* [PATCH 02/12] openjpeg: initial add 2.1.0
  2015-05-25 21:13 [PATCH 00/12] xfce4 updates ++ Andreas Müller
  2015-05-25 21:13 ` [PATCH 01/12] fontforge: add 20141126 Andreas Müller
@ 2015-05-25 21:13 ` Andreas Müller
  2015-05-26 16:46   ` Khem Raj
  2015-05-25 21:14 ` [PATCH 03/12] poppler: update 0.33.0 to and enhance packageconfigs Andreas Müller
                   ` (9 subsequent siblings)
  11 siblings, 1 reply; 25+ messages in thread
From: Andreas Müller @ 2015-05-25 21:13 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 meta-oe/recipes-graphics/openjpeg/openjpeg_2.1.0.bb | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 meta-oe/recipes-graphics/openjpeg/openjpeg_2.1.0.bb

diff --git a/meta-oe/recipes-graphics/openjpeg/openjpeg_2.1.0.bb b/meta-oe/recipes-graphics/openjpeg/openjpeg_2.1.0.bb
new file mode 100644
index 0000000..9f6dd57
--- /dev/null
+++ b/meta-oe/recipes-graphics/openjpeg/openjpeg_2.1.0.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "OpenJPEG library is an open-source JPEG 2000 codec"
+HOMEPAGE = "http://www.openjpeg.org/index.php?menu=main"
+
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c648878b4840d7babaade1303e7f108c"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}.mirror/${PV}/${BPN}-${PV}.tar.gz"
+SRC_URI[md5sum] = "f6419fcc233df84f9a81eb36633c6db6"
+SRC_URI[sha256sum] = "1232bb814fd88d8ed314c94f0bfebb03de8559583a33abbe8c64ef3fc0a8ff03"
+
+inherit cmake
+
+DEPENDS = "libpng tiff lcms"
+
+# standard path for *.cmake
+EXTRA_OECMAKE += "-DOPENJPEG_INSTALL_PACKAGE_DIR=${baselib}/cmake"
+
+FILES_${PN}-dev += "${libdir}/cmake/*.cmake"
-- 
1.9.3



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

* [PATCH 03/12] poppler: update 0.33.0 to and enhance packageconfigs
  2015-05-25 21:13 [PATCH 00/12] xfce4 updates ++ Andreas Müller
  2015-05-25 21:13 ` [PATCH 01/12] fontforge: add 20141126 Andreas Müller
  2015-05-25 21:13 ` [PATCH 02/12] openjpeg: initial add 2.1.0 Andreas Müller
@ 2015-05-25 21:14 ` Andreas Müller
  2015-05-26  9:02   ` Johannes Pointner
  2015-05-25 21:14 ` [PATCH 04/12] poppler-data: update to 0.4.7 Andreas Müller
                   ` (8 subsequent siblings)
  11 siblings, 1 reply; 25+ messages in thread
From: Andreas Müller @ 2015-05-25 21:14 UTC (permalink / raw)
  To: openembedded-devel

qt5 packageconfig fixes:

| WARNING: QA Issue: poppler rdepends on qtbase, but it isn't a build dependency? [build-deps]

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 .../poppler/{poppler_0.26.5.bb => poppler_0.33.0.bb}             | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-support/poppler/{poppler_0.26.5.bb => poppler_0.33.0.bb} (69%)

diff --git a/meta-oe/recipes-support/poppler/poppler_0.26.5.bb b/meta-oe/recipes-support/poppler/poppler_0.33.0.bb
similarity index 69%
rename from meta-oe/recipes-support/poppler/poppler_0.26.5.bb
rename to meta-oe/recipes-support/poppler/poppler_0.33.0.bb
index d119639..6e8446b 100644
--- a/meta-oe/recipes-support/poppler/poppler_0.26.5.bb
+++ b/meta-oe/recipes-support/poppler/poppler_0.33.0.bb
@@ -5,17 +5,20 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
 SRC_URI = " \
     http://poppler.freedesktop.org/${BP}.tar.xz \
 "
-SRC_URI[md5sum] = "786c943eee550e3a977c181e7778b1c8"
-SRC_URI[sha256sum] = "de7de5fa337431e5d1f372e8577b3707322f1dbc1dc28a70f2927476f134d1ee"
+SRC_URI[md5sum] = "69927d1614d6704021c0b0dd0ee6a852"
+SRC_URI[sha256sum] = "a5fa6d7f7dc5382b48caca82b147c54bdffda02698611af76db5326ba64995a6"
 
 DEPENDS = "fontconfig zlib cairo lcms"
 
 inherit autotools pkgconfig gtk-doc
 
-PACKAGECONFIG ??= "jpeg png tiff"
+PACKAGECONFIG ??= "jpeg openjpeg png tiff ${@bb.utils.contains('BBFILE_COLLECTIONS', 'qt5-layer', 'qt5', '', d)}"
 PACKAGECONFIG[jpeg] = "--enable-libjpeg,--disable-libjpeg,jpeg"
 PACKAGECONFIG[png] = "--enable-libpng,--disable-libpng,libpng"
 PACKAGECONFIG[tiff] = "--enable-libtiff,--disable-libtiff,tiff"
+PACKAGECONFIG[curl] = "--enable-libcurl,--disable-libcurl,curl"
+PACKAGECONFIG[openjpeg] = "--enable-libopenjpeg=openjpeg2,--disable-libopenjpeg,openjpeg"
+PACKAGECONFIG[qt5] = "--enable-poppler-qt5,--disable-poppler-qt5,qtbase"
 
 EXTRA_OECONF = "\
     --enable-xpdf-headers \
-- 
1.9.3



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

* [PATCH 04/12] poppler-data: update to 0.4.7
  2015-05-25 21:13 [PATCH 00/12] xfce4 updates ++ Andreas Müller
                   ` (2 preceding siblings ...)
  2015-05-25 21:14 ` [PATCH 03/12] poppler: update 0.33.0 to and enhance packageconfigs Andreas Müller
@ 2015-05-25 21:14 ` Andreas Müller
  2015-05-25 21:14 ` [PATCH 05/12] thunar: update to 1.6.10 Andreas Müller
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 25+ messages in thread
From: Andreas Müller @ 2015-05-25 21:14 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 .../poppler/{poppler-data_0.4.6.bb => poppler-data_0.4.7.bb}          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/poppler/{poppler-data_0.4.6.bb => poppler-data_0.4.7.bb} (78%)

diff --git a/meta-oe/recipes-support/poppler/poppler-data_0.4.6.bb b/meta-oe/recipes-support/poppler/poppler-data_0.4.7.bb
similarity index 78%
rename from meta-oe/recipes-support/poppler/poppler-data_0.4.6.bb
rename to meta-oe/recipes-support/poppler/poppler-data_0.4.7.bb
index 014ba7c..4f55e9f 100644
--- a/meta-oe/recipes-support/poppler/poppler-data_0.4.6.bb
+++ b/meta-oe/recipes-support/poppler/poppler-data_0.4.7.bb
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4870b98343f0bbb25fa43b9d2ba59448 \
 inherit allarch
 
 SRC_URI = "http://poppler.freedesktop.org/${BP}.tar.gz"
-SRC_URI[md5sum] = "a8a7ca808827dd674faba6e4fc73b471"
-SRC_URI[sha256sum] = "f306901dfa5bda90cd6663d4eedb1c773c3c709de78018c79f1282b2c8f90afa"
+SRC_URI[md5sum] = "636a8f2b9f6df9e7ced8ec0946961eaf"
+SRC_URI[sha256sum] = "e752b0d88a7aba54574152143e7bf76436a7ef51977c55d6bd9a48dccde3a7de"
 
 do_compile() {
 }
-- 
1.9.3



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

* [PATCH 05/12] thunar: update to 1.6.10
  2015-05-25 21:13 [PATCH 00/12] xfce4 updates ++ Andreas Müller
                   ` (3 preceding siblings ...)
  2015-05-25 21:14 ` [PATCH 04/12] poppler-data: update to 0.4.7 Andreas Müller
@ 2015-05-25 21:14 ` Andreas Müller
  2015-05-25 21:14 ` [PATCH 06/12] xfdesktop: update to 4.12.2 Andreas Müller
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 25+ messages in thread
From: Andreas Müller @ 2015-05-25 21:14 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 meta-xfce/recipes-xfce/thunar/{thunar_1.6.8.bb => thunar_1.6.10.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-xfce/recipes-xfce/thunar/{thunar_1.6.8.bb => thunar_1.6.10.bb} (85%)

diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.6.8.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.6.10.bb
similarity index 85%
rename from meta-xfce/recipes-xfce/thunar/thunar_1.6.8.bb
rename to meta-xfce/recipes-xfce/thunar/thunar_1.6.10.bb
index ed51cdb..8393007 100644
--- a/meta-xfce/recipes-xfce/thunar/thunar_1.6.8.bb
+++ b/meta-xfce/recipes-xfce/thunar/thunar_1.6.10.bb
@@ -4,11 +4,11 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 DEPENDS = "exo glib-2.0 gtk+ gdk-pixbuf libxfce4util libxfce4ui xfconf libsm dbus-glib startup-notification libnotify xfce4-panel udev"
 
-inherit xfce gtk-doc
+inherit xfce
 
 SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:3]}/Thunar-${PV}.tar.bz2"
-SRC_URI[md5sum] = "d7c6ae92f180c1d8d5b4c3f368142252"
-SRC_URI[sha256sum] = "4079ccffe990cdccee48a0ae200d8a5bc9335c34721d7923b375795940cf79bb"
+SRC_URI[md5sum] = "3089e1dca6e408641b07cd9c759dea5e"
+SRC_URI[sha256sum] = "7e9d24067268900e5e44d3325e60a1a2b2f8f556ec238ec12574fbea15fdee8a"
 
 S = "${WORKDIR}/Thunar-${PV}/"
 
-- 
1.9.3



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

* [PATCH 06/12] xfdesktop: update to 4.12.2
  2015-05-25 21:13 [PATCH 00/12] xfce4 updates ++ Andreas Müller
                   ` (4 preceding siblings ...)
  2015-05-25 21:14 ` [PATCH 05/12] thunar: update to 1.6.10 Andreas Müller
@ 2015-05-25 21:14 ` Andreas Müller
  2015-05-25 21:14 ` [PATCH 07/12] xfwm4: update to 4.12.3 Andreas Müller
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 25+ messages in thread
From: Andreas Müller @ 2015-05-25 21:14 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 .../xfdesktop/{xfdesktop_4.12.0.bb => xfdesktop_4.12.2.bb}            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-xfce/xfdesktop/{xfdesktop_4.12.0.bb => xfdesktop_4.12.2.bb} (73%)

diff --git a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.12.0.bb b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.12.2.bb
similarity index 73%
rename from meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.12.0.bb
rename to meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.12.2.bb
index a24528f..9c72028 100644
--- a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.12.0.bb
+++ b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.12.2.bb
@@ -6,8 +6,8 @@ DEPENDS = "glib-2.0 gtk+ libxfce4util libxfce4ui libwnck xfconf dbus-glib thunar
 
 inherit xfce
 
-SRC_URI[md5sum] = "d14545baf39678d3b1c7280f71e9d160"
-SRC_URI[sha256sum] = "6e7a8b87317762214b6407576f6e2c1efcc176c136b4c7b869d18a74c87b7fc7"
+SRC_URI[md5sum] = "9a29c8e6b8a931fecd29f1ea736a6a70"
+SRC_URI[sha256sum] = "c9788883163b57bac39d12e5f8310c869d176454879defb78b67f8e9f1ad5225"
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify"
-- 
1.9.3



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

* [PATCH 07/12] xfwm4: update to 4.12.3
  2015-05-25 21:13 [PATCH 00/12] xfce4 updates ++ Andreas Müller
                   ` (5 preceding siblings ...)
  2015-05-25 21:14 ` [PATCH 06/12] xfdesktop: update to 4.12.2 Andreas Müller
@ 2015-05-25 21:14 ` Andreas Müller
  2015-05-25 21:14 ` [PATCH 08/12] orage: update to 4.12.1 Andreas Müller
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 25+ messages in thread
From: Andreas Müller @ 2015-05-25 21:14 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 meta-xfce/recipes-xfce/xfwm4/{xfwm4_4.12.2.bb => xfwm4_4.12.3.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-xfce/xfwm4/{xfwm4_4.12.2.bb => xfwm4_4.12.3.bb} (87%)

diff --git a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.12.2.bb b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.12.3.bb
similarity index 87%
rename from meta-xfce/recipes-xfce/xfwm4/xfwm4_4.12.2.bb
rename to meta-xfce/recipes-xfce/xfwm4/xfwm4_4.12.3.bb
index 8239f39..41daa00 100644
--- a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.12.2.bb
+++ b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.12.3.bb
@@ -7,8 +7,8 @@ DEPENDS = "virtual/libx11 libxpm gtk+ libxfce4util libxfce4ui xfconf libwnck dbu
 inherit xfce update-alternatives
 
 SRC_URI += "file://0001-don-t-block-display-events-when-time-is-set-backward.patch"
-SRC_URI[md5sum] = "3728768dd9ea0de624cd3efc5dcccbca"
-SRC_URI[sha256sum] = "5bb5f72b41060d10bd3823f8b69abcd462bbd8853fdf9c82041450ae68e7d75a"
+SRC_URI[md5sum] = "197ef087ca6a263627f1bea6d5a79d6f"
+SRC_URI[sha256sum] = "f4a988fbc4e0df7e8583c781d271559e56fd28696092f94ae052e9e6edb09eac"
 
 python populate_packages_prepend () {
     themedir = d.expand('${datadir}/themes')
-- 
1.9.3



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

* [PATCH 08/12] orage: update to 4.12.1
  2015-05-25 21:13 [PATCH 00/12] xfce4 updates ++ Andreas Müller
                   ` (6 preceding siblings ...)
  2015-05-25 21:14 ` [PATCH 07/12] xfwm4: update to 4.12.3 Andreas Müller
@ 2015-05-25 21:14 ` Andreas Müller
  2015-05-25 21:14 ` [PATCH 09/12] xfce4-notes-plugin: update to 1.8.0 Andreas Müller
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 25+ messages in thread
From: Andreas Müller @ 2015-05-25 21:14 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 meta-xfce/recipes-apps/orage/{orage_4.10.0.bb => orage_4.12.1.bb} | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
 rename meta-xfce/recipes-apps/orage/{orage_4.10.0.bb => orage_4.12.1.bb} (53%)

diff --git a/meta-xfce/recipes-apps/orage/orage_4.10.0.bb b/meta-xfce/recipes-apps/orage/orage_4.12.1.bb
similarity index 53%
rename from meta-xfce/recipes-apps/orage/orage_4.10.0.bb
rename to meta-xfce/recipes-apps/orage/orage_4.12.1.bb
index 8164c3c..a2f2568 100644
--- a/meta-xfce/recipes-apps/orage/orage_4.10.0.bb
+++ b/meta-xfce/recipes-apps/orage/orage_4.12.1.bb
@@ -6,14 +6,14 @@ DEPENDS = "gtk+ xfce4-panel libical popt"
 
 inherit xfce-app
 
-SRC_URI[md5sum] = "b33fa272d92f539a224a7a40b1926dfc"
-SRC_URI[sha256sum] = "6cb854f3437e31bab23abfce97bd10afa1636a9a1480d80e14e26c85d06be7c0"
+SRC_URI[md5sum] = "2b7f5d38cb5c6edbcc65d0f52a742e46"
+SRC_URI[sha256sum] = "3cf9aa441ae83c8688865f82217025cdf3ebaa152cce4571777b8c2aa8dd9062"
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify"
 
 PACKAGES =+ "xfce4-orageclock-plugin"
 FILES_${PN} += "${datadir}/dbus-1"
-FILES_${PN}-dbg += "${libdir}/orage/xfce4/panel-plugins/.debug"
-FILES_xfce4-orageclock-plugin = "${libdir}/orage/xfce4/panel-plugins/xfce4-orageclock-plugin ${datadir}/xfce4/panel-plugins"
+FILES_${PN}-dbg += "${libdir}/xfce4/panel/plugins/.debug"
+FILES_xfce4-orageclock-plugin = "${libdir}/xfce4/panel/plugins/*.so ${datadir}/xfce4/panel/plugins"
 
-- 
1.9.3



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

* [PATCH 09/12] xfce4-notes-plugin: update to 1.8.0
  2015-05-25 21:13 [PATCH 00/12] xfce4 updates ++ Andreas Müller
                   ` (7 preceding siblings ...)
  2015-05-25 21:14 ` [PATCH 08/12] orage: update to 4.12.1 Andreas Müller
@ 2015-05-25 21:14 ` Andreas Müller
  2015-05-25 21:14 ` [PATCH 10/12] xfce4-equake-plugin: update to 1.3.7 Andreas Müller
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 25+ messages in thread
From: Andreas Müller @ 2015-05-25 21:14 UTC (permalink / raw)
  To: openembedded-devel

removed patch is upstream

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 .../files/0001-Bump-dependency-to-Xfce-4.10.patch  | 128 ---------------------
 ...tus-icon.c-remove-deprecated-g_type_init.patch} |   0
 ...plugin_1.7.7.bb => xfce4-notes-plugin_1.8.0.bb} |   7 +-
 3 files changed, 3 insertions(+), 132 deletions(-)
 delete mode 100644 meta-xfce/recipes-panel-plugins/notes/files/0001-Bump-dependency-to-Xfce-4.10.patch
 rename meta-xfce/recipes-panel-plugins/notes/files/{0002-main-status-icon.c-remove-deprecated-g_type_init.patch => 0001-main-status-icon.c-remove-deprecated-g_type_init.patch} (100%)
 rename meta-xfce/recipes-panel-plugins/notes/{xfce4-notes-plugin_1.7.7.bb => xfce4-notes-plugin_1.8.0.bb} (63%)

diff --git a/meta-xfce/recipes-panel-plugins/notes/files/0001-Bump-dependency-to-Xfce-4.10.patch b/meta-xfce/recipes-panel-plugins/notes/files/0001-Bump-dependency-to-Xfce-4.10.patch
deleted file mode 100644
index 4a3b1ce..0000000
--- a/meta-xfce/recipes-panel-plugins/notes/files/0001-Bump-dependency-to-Xfce-4.10.patch
+++ /dev/null
@@ -1,128 +0,0 @@
-From 26c4ad1765d0d59b3918363d38174c5f5bfe0dcd Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
-Date: Fri, 20 Sep 2013 22:49:47 +0200
-Subject: [PATCH] Bump dependency to Xfce 4.10
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Drop support for Xfce <= 4.6.
-Replace libxfcegui4 dependency against libxfce4ui.
-Update to new libtool syntax (use LT_PREREQ.)
-
-Upstream-status: Backport [1]
-
-[1] http://git.xfce.org/panel-plugins/xfce4-notes-plugin/commit/?id=d11fe51fae95b5b4963847be76ae4a07409a6076
-
-Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
----
- configure.ac               | 23 ++++++++++-------------
- src/Makefile.am            |  4 ++--
- src/xfce4-notes-settings.c |  6 +++---
- 3 files changed, 15 insertions(+), 18 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 20d27e5..8d4113f 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -24,21 +24,17 @@ AC_INIT([Notes], [xfce4_notes_plugin_version], [http://bugzilla.xfce.org/], [xfc
- AC_REVISION([xfce4_notes_plugin_version_build])
- AC_CANONICAL_TARGET()
- 
-+LT_PREREQ([2.2.6])
-+LT_INIT([disable-static])
-+
- AM_INIT_AUTOMAKE([1.11 dist-bzip2])
- AM_CONFIG_HEADER([config.h])
- AM_MAINTAINER_MODE()
- AM_SILENT_RULES([yes])
- 
--dnl Avoid g77 and g++ checks
--m4_undefine([AC_PROG_CXX])
--m4_defun([AC_PROG_CXX],[])
--m4_undefine([AC_PROG_F77])
--m4_defun([AC_PROG_F77],[])
--
- dnl Check for basic programs
- AM_PROG_CC_C_O()
- AC_PROG_LD()
--AC_PROG_LIBTOOL()
- AC_PROG_INSTALL()
- AC_PROG_INTLTOOL()
- 
-@@ -51,12 +47,13 @@ AC_SUBST([MATH_LIBS], [" -lm"])
- 
- dnl Check for required packages
- XDT_CHECK_LIBX11_REQUIRE()
--XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.16.0])
--XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.14.0])
--XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.4.0])
--XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.4.0])
--XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.4.0])
--XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.6.0])
-+XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.24.0])
-+XDT_CHECK_PACKAGE([GIO], [gio-2.0], [2.24.0])
-+XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.20.0])
-+XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.10.0])
-+XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.10.0])
-+XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.10.0])
-+XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.10.0])
- XDT_CHECK_PACKAGE([UNIQUE], [unique-1.0], [1.0.0])
- 
- dnl Check for libxfce4panel >= 4.7
-diff --git a/src/Makefile.am b/src/Makefile.am
-index f69ab0f..2d97b63 100644
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -36,7 +36,7 @@ xfce4_notes_settings_SOURCES =						\
- xfce4_notes_settings_CFLAGS =						\
- 	@LIBX11_CFLAGS@							\
- 	@GTK_CFLAGS@							\
--	@LIBXFCEGUI4_CFLAGS@						\
-+	@LIBXFCE4UI_CFLAGS@						\
- 	@XFCONF_CFLAGS@							\
- 	@UNIQUE_CFLAGS@
- 
-@@ -44,7 +44,7 @@ xfce4_notes_settings_LDADD =						\
- 	$(top_builddir)/lib/libnotes.la					\
- 	@LIBX11_LIBS@							\
- 	@GTK_LIBS@							\
--	@LIBXFCEGUI4_LIBS@						\
-+	@LIBXFCE4UI_LIBS@						\
- 	@XFCONF_LIBS@							\
- 	@UNIQUE_LIBS@
- 
-diff --git a/src/xfce4-notes-settings.c b/src/xfce4-notes-settings.c
-index f66bb13..1d7cc70 100644
---- a/src/xfce4-notes-settings.c
-+++ b/src/xfce4-notes-settings.c
-@@ -25,7 +25,7 @@
- #include <xfconf/xfconf.h>
- #include <gtk/gtk.h>
- #include <libxfce4util/libxfce4util.h>
--#include <libxfcegui4/libxfcegui4.h>
-+#include <libxfce4ui/libxfce4ui.h>
- 
- #include "defines.h"
- #include "color.h"
-@@ -115,7 +115,7 @@ prop_dialog_new (void)
- 
-   /* === Global settings === */
-   box = gtk_vbox_new (FALSE, BORDER);
--  frame = xfce_create_framebox_with_content (_("Global settings"), box);
-+  frame = xfce_gtk_frame_box_new_with_content (_("Global settings"), box);
-   gtk_container_set_border_width (GTK_CONTAINER (frame), BORDER);
-   gtk_container_add (GTK_CONTAINER (vbox), frame);
- 
-@@ -163,7 +163,7 @@ prop_dialog_new (void)
- 
-   /* === New window settings === */
-   box = gtk_vbox_new (FALSE, BORDER);
--  frame = xfce_create_framebox_with_content (_("New group settings"), box);
-+  frame = xfce_gtk_frame_box_new_with_content (_("New group settings"), box);
-   gtk_container_set_border_width (GTK_CONTAINER (frame), BORDER);
-   gtk_container_add (GTK_CONTAINER (vbox), frame);
- 
--- 
-1.8.3.1
-
diff --git a/meta-xfce/recipes-panel-plugins/notes/files/0002-main-status-icon.c-remove-deprecated-g_type_init.patch b/meta-xfce/recipes-panel-plugins/notes/files/0001-main-status-icon.c-remove-deprecated-g_type_init.patch
similarity index 100%
rename from meta-xfce/recipes-panel-plugins/notes/files/0002-main-status-icon.c-remove-deprecated-g_type_init.patch
rename to meta-xfce/recipes-panel-plugins/notes/files/0001-main-status-icon.c-remove-deprecated-g_type_init.patch
diff --git a/meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.7.7.bb b/meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.8.0.bb
similarity index 63%
rename from meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.7.7.bb
rename to meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.8.0.bb
index fee5a4d..451ec55 100644
--- a/meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.7.7.bb
+++ b/meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.8.0.bb
@@ -8,11 +8,10 @@ inherit xfce-panel-plugin
 DEPENDS = "gtk+ libxfce4ui xfce4-panel xfconf libunique"
 
 SRC_URI += " \
-    file://0001-Bump-dependency-to-Xfce-4.10.patch \
-    file://0002-main-status-icon.c-remove-deprecated-g_type_init.patch \
+    file://0001-main-status-icon.c-remove-deprecated-g_type_init.patch \
 "
-SRC_URI[md5sum] = "42b924b23f2fec6a1099e9b7a87db4a3"
-SRC_URI[sha256sum] = "a7baa105b37ad05dea4d6b55d98fd3214c77ad5c7a0e91471d4906c81e5f5217"
+SRC_URI[md5sum] = "569341bc27e2e46d23b6bffc14bff41a"
+SRC_URI[sha256sum] = "3627b7da0533ca3fb10310f287dc0d569470960ffdaea7678fd878a20d409678"
 
 FILES_${PN} += "${libdir}/xfce4/panel-plugins/*.so.*"
 
-- 
1.9.3



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

* [PATCH 10/12] xfce4-equake-plugin: update to 1.3.7
  2015-05-25 21:13 [PATCH 00/12] xfce4 updates ++ Andreas Müller
                   ` (8 preceding siblings ...)
  2015-05-25 21:14 ` [PATCH 09/12] xfce4-notes-plugin: update to 1.8.0 Andreas Müller
@ 2015-05-25 21:14 ` Andreas Müller
  2015-05-25 21:14 ` [PATCH 11/12] exo: update to 0.10.6 Andreas Müller
  2015-05-25 21:14 ` [PATCH 12/12] imagemagick: update to 6.9.1.3 / add packageconfig for openjpeg Andreas Müller
  11 siblings, 0 replies; 25+ messages in thread
From: Andreas Müller @ 2015-05-25 21:14 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 .../{xfce4-equake-plugin_1.3.6.bb => xfce4-equake-plugin_1.3.7.bb}    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-panel-plugins/equake/{xfce4-equake-plugin_1.3.6.bb => xfce4-equake-plugin_1.3.7.bb} (74%)

diff --git a/meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.6.bb b/meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.7.bb
similarity index 74%
rename from meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.6.bb
rename to meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.7.bb
index d4f069f..5969021 100644
--- a/meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.6.bb
+++ b/meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.7.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
 inherit xfce-panel-plugin
 
-SRC_URI[md5sum] = "ee76ed3825999b24ee9c2c976d906e22"
-SRC_URI[sha256sum] = "8129067080c8a4656063e7cde20f13fabb47b49c84ce610916f54644acb93d67"
+SRC_URI[md5sum] = "4f8b8fc85e9506f43c9343f3c3c99ae1"
+SRC_URI[sha256sum] = "6b9e14c2f54060d182b61e90b4c84a79b57aab1955e3ff877c757f26cefa23bf"
 
 FILES_${PN} += "${libdir}/xfce4/panel-plugins/xfce4-equake-plugin"
-- 
1.9.3



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

* [PATCH 11/12] exo: update to 0.10.6
  2015-05-25 21:13 [PATCH 00/12] xfce4 updates ++ Andreas Müller
                   ` (9 preceding siblings ...)
  2015-05-25 21:14 ` [PATCH 10/12] xfce4-equake-plugin: update to 1.3.7 Andreas Müller
@ 2015-05-25 21:14 ` Andreas Müller
  2015-05-25 21:14 ` [PATCH 12/12] imagemagick: update to 6.9.1.3 / add packageconfig for openjpeg Andreas Müller
  11 siblings, 0 replies; 25+ messages in thread
From: Andreas Müller @ 2015-05-25 21:14 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 meta-xfce/recipes-xfce/exo/{exo_0.10.4.bb => exo_0.10.6.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-xfce/exo/{exo_0.10.4.bb => exo_0.10.6.bb} (87%)

diff --git a/meta-xfce/recipes-xfce/exo/exo_0.10.4.bb b/meta-xfce/recipes-xfce/exo/exo_0.10.6.bb
similarity index 87%
rename from meta-xfce/recipes-xfce/exo/exo_0.10.4.bb
rename to meta-xfce/recipes-xfce/exo/exo_0.10.6.bb
index eeb2e75..f1b5ae5 100644
--- a/meta-xfce/recipes-xfce/exo/exo_0.10.4.bb
+++ b/meta-xfce/recipes-xfce/exo/exo_0.10.6.bb
@@ -17,8 +17,8 @@ SRC_URI_append_class-native = " \
     file://reduce-build-to-exo-csource-only.patch \
 "
 
-SRC_URI[md5sum] = "fe54dad8b897af36628da46b33844f95"
-SRC_URI[sha256sum] = "cced5fdbc0b61a5d976210ff71ecdd81b89fcd15e5860a44f50da7b83fb2deaa"
+SRC_URI[md5sum] = "895e4f38d2cfe58d69679e2902a335a5"
+SRC_URI[sha256sum] = "1cc0e5a432e050a5e5aa64d126b988f4440da4f27474aaf42a4d8e13651d0752"
 
 PACKAGES =+ "exo-csource"
 
-- 
1.9.3



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

* [PATCH 12/12] imagemagick: update to 6.9.1.3 / add packageconfig for openjpeg
  2015-05-25 21:13 [PATCH 00/12] xfce4 updates ++ Andreas Müller
                   ` (10 preceding siblings ...)
  2015-05-25 21:14 ` [PATCH 11/12] exo: update to 0.10.6 Andreas Müller
@ 2015-05-25 21:14 ` Andreas Müller
  2015-05-26 16:49   ` Khem Raj
  11 siblings, 1 reply; 25+ messages in thread
From: Andreas Müller @ 2015-05-25 21:14 UTC (permalink / raw)
  To: openembedded-devel

* openjpeg is new and auto detected by configure
* choose tar.xz for download as the size is ~1/5 less
* checked LICENSE: only one year was changed 2014->2015

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 .../{imagemagick_6.8.9.bb => imagemagick_6.9.1.bb}            | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)
 rename meta-oe/recipes-support/imagemagick/{imagemagick_6.8.9.bb => imagemagick_6.9.1.bb} (83%)

diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_6.8.9.bb b/meta-oe/recipes-support/imagemagick/imagemagick_6.9.1.bb
similarity index 83%
rename from meta-oe/recipes-support/imagemagick/imagemagick_6.8.9.bb
rename to meta-oe/recipes-support/imagemagick/imagemagick_6.9.1.bb
index accbbed..e54135b 100644
--- a/meta-oe/recipes-support/imagemagick/imagemagick_6.8.9.bb
+++ b/meta-oe/recipes-support/imagemagick/imagemagick_6.9.1.bb
@@ -1,15 +1,15 @@
 SUMMARY = "ImageMagick is an image convertion tools"
 SECTION = "console/utils"
 LICENSE = "ImageMagick"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=5d84c6ddd4028aa53d028b4c50f9361e"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=0887b670be7ef0c3cb37092b64d57514"
 # FIXME: There are many more checked libraries. All should be added or explicitly disabled to get consistent results.
 DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib virtual/fftw freetype"
 
-PATCHSET = "10"
-SRC_URI = "http://www.imagemagick.org/download/releases/ImageMagick-${PV}-${PATCHSET}.tar.bz2 \
+PATCHSET = "3"
+SRC_URI = "http://www.imagemagick.org/download/releases/ImageMagick-${PV}-${PATCHSET}.tar.xz \
 "
-SRC_URI[md5sum] = "c4f70046420db9b22d9dfd1c3d179b55"
-SRC_URI[sha256sum] = "4e702c1c3b4632fde2a93af33dcd3d013a9ebfa598060aca11f06d80676ecbf4"
+SRC_URI[md5sum] = "1171a6837defe10be288ab44869cc3a0"
+SRC_URI[sha256sum] = "5fd180603e60c624c05c644a8340f4f4e92c19dc3c41d374d38f76c69cd48ba3"
 
 S = "${WORKDIR}/ImageMagick-${PV}-${PATCHSET}"
 
@@ -23,6 +23,7 @@ CACHED_CONFIGUREVARS = "ac_cv_sys_file_offset_bits=yes"
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[jp2] = "--with-jp2,,jasper"
 PACKAGECONFIG[lzma] = "--with-lzma,--without-lzma,xz"
+PACKAGECONFIG[openjpeg] = "--with-openjp2,--without-openjp2,openjpeg"
 PACKAGECONFIG[pango] = "--with-pango,--without-pango,pango cairo"
 PACKAGECONFIG[webp] = "--with-webp,--without-webp,libwebp"
 PACKAGECONFIG[wmf] = "--with-wmf,--without-wmf,libwmf"
-- 
1.9.3



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

* Re: [PATCH 03/12] poppler: update 0.33.0 to and enhance packageconfigs
  2015-05-25 21:14 ` [PATCH 03/12] poppler: update 0.33.0 to and enhance packageconfigs Andreas Müller
@ 2015-05-26  9:02   ` Johannes Pointner
  2015-05-26  9:16     ` Andreas Müller
  0 siblings, 1 reply; 25+ messages in thread
From: Johannes Pointner @ 2015-05-26  9:02 UTC (permalink / raw)
  To: openembedded-devel

Hello,

I tried your patch but wasn't able to build poppler-qt5.
The do_configure gives me following log(only part of the log):
...
checking for CAIRO... yes
checking for PDFTOCAIRO... yes
checking for fcntl.h... (cached) yes
checking for sys/mman.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for POPPLER_GLIB... yes
checking for gobject-introspection... no
checking for glib-mkenums...
/mnt/workspace/yocto_env/poky_fido/poky_ppt30/build/tmp/sysroots/x86_64-linux/usr/bin/glib-mkenums
checking for gtkdoc-check... no
checking for gtkdoc-rebase... no
checking for gtkdoc-mkpdf... no
checking whether to build gtk-doc documentation... no
checking for POPPLER_QT4... no
checking for POPPLER_QT5... yes
checking for POPPLER_QT5_TEST... yes
checking for arm-poky-linux-gnueabi-moc... no
checking for moc... moc
checking for Qt5 moc... no
checking for arm-poky-linux-gnueabi-moc-qt5... no
checking for moc-qt5... no
checking for Qt5 moc-qt5... checking for arm-poky-linux-gnueabi-qtchooser... no
checking for qtchooser... qtchooser
checking for qtchooser... qtchooser: could not find a Qt installation of 'qt5'
not found
...

Have I missed something?
Other qt5 applications build without a problem.

Thx,
Hannes

2015-05-25 23:14 GMT+02:00 Andreas Müller <schnitzeltony@googlemail.com>:
> qt5 packageconfig fixes:
>
> | WARNING: QA Issue: poppler rdepends on qtbase, but it isn't a build dependency? [build-deps]
>
> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> ---
>  .../poppler/{poppler_0.26.5.bb => poppler_0.33.0.bb}             | 9 ++++++---
>  1 file changed, 6 insertions(+), 3 deletions(-)
>  rename meta-oe/recipes-support/poppler/{poppler_0.26.5.bb => poppler_0.33.0.bb} (69%)
>
> diff --git a/meta-oe/recipes-support/poppler/poppler_0.26.5.bb b/meta-oe/recipes-support/poppler/poppler_0.33.0.bb
> similarity index 69%
> rename from meta-oe/recipes-support/poppler/poppler_0.26.5.bb
> rename to meta-oe/recipes-support/poppler/poppler_0.33.0.bb
> index d119639..6e8446b 100644
> --- a/meta-oe/recipes-support/poppler/poppler_0.26.5.bb
> +++ b/meta-oe/recipes-support/poppler/poppler_0.33.0.bb
> @@ -5,17 +5,20 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
>  SRC_URI = " \
>      http://poppler.freedesktop.org/${BP}.tar.xz \
>  "
> -SRC_URI[md5sum] = "786c943eee550e3a977c181e7778b1c8"
> -SRC_URI[sha256sum] = "de7de5fa337431e5d1f372e8577b3707322f1dbc1dc28a70f2927476f134d1ee"
> +SRC_URI[md5sum] = "69927d1614d6704021c0b0dd0ee6a852"
> +SRC_URI[sha256sum] = "a5fa6d7f7dc5382b48caca82b147c54bdffda02698611af76db5326ba64995a6"
>
>  DEPENDS = "fontconfig zlib cairo lcms"
>
>  inherit autotools pkgconfig gtk-doc
>
> -PACKAGECONFIG ??= "jpeg png tiff"
> +PACKAGECONFIG ??= "jpeg openjpeg png tiff ${@bb.utils.contains('BBFILE_COLLECTIONS', 'qt5-layer', 'qt5', '', d)}"
>  PACKAGECONFIG[jpeg] = "--enable-libjpeg,--disable-libjpeg,jpeg"
>  PACKAGECONFIG[png] = "--enable-libpng,--disable-libpng,libpng"
>  PACKAGECONFIG[tiff] = "--enable-libtiff,--disable-libtiff,tiff"
> +PACKAGECONFIG[curl] = "--enable-libcurl,--disable-libcurl,curl"
> +PACKAGECONFIG[openjpeg] = "--enable-libopenjpeg=openjpeg2,--disable-libopenjpeg,openjpeg"
> +PACKAGECONFIG[qt5] = "--enable-poppler-qt5,--disable-poppler-qt5,qtbase"
>
>  EXTRA_OECONF = "\
>      --enable-xpdf-headers \
> --
> 1.9.3
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: [PATCH 03/12] poppler: update 0.33.0 to and enhance packageconfigs
  2015-05-26  9:02   ` Johannes Pointner
@ 2015-05-26  9:16     ` Andreas Müller
  2015-05-26  9:30       ` Andreas Müller
  0 siblings, 1 reply; 25+ messages in thread
From: Andreas Müller @ 2015-05-26  9:16 UTC (permalink / raw)
  To: openembedded-devel

On Tue, May 26, 2015 at 11:02 AM, Johannes Pointner
<h4nn35.work@gmail.com> wrote:
> Hello,
>
> I tried your patch but wasn't able to build poppler-qt5.
> The do_configure gives me following log(only part of the log):
> ...
> checking for CAIRO... yes
> checking for PDFTOCAIRO... yes
> checking for fcntl.h... (cached) yes
> checking for sys/mman.h... (cached) yes
> checking for sys/stat.h... (cached) yes
> checking for POPPLER_GLIB... yes
> checking for gobject-introspection... no
> checking for glib-mkenums...
> /mnt/workspace/yocto_env/poky_fido/poky_ppt30/build/tmp/sysroots/x86_64-linux/usr/bin/glib-mkenums
> checking for gtkdoc-check... no
> checking for gtkdoc-rebase... no
> checking for gtkdoc-mkpdf... no
> checking whether to build gtk-doc documentation... no
> checking for POPPLER_QT4... no
> checking for POPPLER_QT5... yes
> checking for POPPLER_QT5_TEST... yes
> checking for arm-poky-linux-gnueabi-moc... no
> checking for moc... moc
> checking for Qt5 moc... no
> checking for arm-poky-linux-gnueabi-moc-qt5... no
> checking for moc-qt5... no
> checking for Qt5 moc-qt5... checking for arm-poky-linux-gnueabi-qtchooser... no
> checking for qtchooser... qtchooser
> checking for qtchooser... qtchooser: could not find a Qt installation of 'qt5'
> not found
> ...
>
> Have I missed something?
> Other qt5 applications build without a problem.
>
> Thx,
> Hannes
>
Will check what my configure says - maybe there are some missing
dependencies caught by my environment

Andreas


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

* Re: [PATCH 03/12] poppler: update 0.33.0 to and enhance packageconfigs
  2015-05-26  9:16     ` Andreas Müller
@ 2015-05-26  9:30       ` Andreas Müller
  2015-05-26  9:37         ` Andreas Müller
  0 siblings, 1 reply; 25+ messages in thread
From: Andreas Müller @ 2015-05-26  9:30 UTC (permalink / raw)
  To: openembedded-devel

On Tue, May 26, 2015 at 11:16 AM, Andreas Müller
<schnitzeltony@googlemail.com> wrote:
> On Tue, May 26, 2015 at 11:02 AM, Johannes Pointner
> <h4nn35.work@gmail.com> wrote:
>> Hello,
>>
>> I tried your patch but wasn't able to build poppler-qt5.
>> The do_configure gives me following log(only part of the log):
>> ...
>> checking for CAIRO... yes
>> checking for PDFTOCAIRO... yes
>> checking for fcntl.h... (cached) yes
>> checking for sys/mman.h... (cached) yes
>> checking for sys/stat.h... (cached) yes
>> checking for POPPLER_GLIB... yes
>> checking for gobject-introspection... no
>> checking for glib-mkenums...
>> /mnt/workspace/yocto_env/poky_fido/poky_ppt30/build/tmp/sysroots/x86_64-linux/usr/bin/glib-mkenums
>> checking for gtkdoc-check... no
>> checking for gtkdoc-rebase... no
>> checking for gtkdoc-mkpdf... no
>> checking whether to build gtk-doc documentation... no
>> checking for POPPLER_QT4... no
>> checking for POPPLER_QT5... yes
>> checking for POPPLER_QT5_TEST... yes
>> checking for arm-poky-linux-gnueabi-moc... no
>> checking for moc... moc
>> checking for Qt5 moc... no
>> checking for arm-poky-linux-gnueabi-moc-qt5... no
>> checking for moc-qt5... no
>> checking for Qt5 moc-qt5... checking for arm-poky-linux-gnueabi-qtchooser... no
>> checking for qtchooser... qtchooser
>> checking for qtchooser... qtchooser: could not find a Qt installation of 'qt5'
>> not found
>> ...
>>
>> Have I missed something?
>> Other qt5 applications build without a problem.
>>
>> Thx,
>> Hannes
>>
> Will check what my configure says - maybe there are some missing
> dependencies caught by my environment
>
Guess we have some host pollution. Let me guess: you have qtchooser
installed on your host - as I haven't and my configure does not ask
for qtchooser.

Andreas


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

* Re: [PATCH 03/12] poppler: update 0.33.0 to and enhance packageconfigs
  2015-05-26  9:30       ` Andreas Müller
@ 2015-05-26  9:37         ` Andreas Müller
  2015-05-26 10:16           ` Johannes Pointner
  0 siblings, 1 reply; 25+ messages in thread
From: Andreas Müller @ 2015-05-26  9:37 UTC (permalink / raw)
  To: openembedded-devel

On Tue, May 26, 2015 at 11:30 AM, Andreas Müller
<schnitzeltony@googlemail.com> wrote:
> On Tue, May 26, 2015 at 11:16 AM, Andreas Müller
> <schnitzeltony@googlemail.com> wrote:
>> On Tue, May 26, 2015 at 11:02 AM, Johannes Pointner
>> <h4nn35.work@gmail.com> wrote:
>>> Hello,
>>>
>>> I tried your patch but wasn't able to build poppler-qt5.
>>> The do_configure gives me following log(only part of the log):
>>> ...
>>> checking for CAIRO... yes
>>> checking for PDFTOCAIRO... yes
>>> checking for fcntl.h... (cached) yes
>>> checking for sys/mman.h... (cached) yes
>>> checking for sys/stat.h... (cached) yes
>>> checking for POPPLER_GLIB... yes
>>> checking for gobject-introspection... no
>>> checking for glib-mkenums...
>>> /mnt/workspace/yocto_env/poky_fido/poky_ppt30/build/tmp/sysroots/x86_64-linux/usr/bin/glib-mkenums
>>> checking for gtkdoc-check... no
>>> checking for gtkdoc-rebase... no
>>> checking for gtkdoc-mkpdf... no
>>> checking whether to build gtk-doc documentation... no
>>> checking for POPPLER_QT4... no
>>> checking for POPPLER_QT5... yes
>>> checking for POPPLER_QT5_TEST... yes
>>> checking for arm-poky-linux-gnueabi-moc... no
>>> checking for moc... moc
>>> checking for Qt5 moc... no
>>> checking for arm-poky-linux-gnueabi-moc-qt5... no
>>> checking for moc-qt5... no
>>> checking for Qt5 moc-qt5... checking for arm-poky-linux-gnueabi-qtchooser... no
>>> checking for qtchooser... qtchooser
>>> checking for qtchooser... qtchooser: could not find a Qt installation of 'qt5'
>>> not found
>>> ...
>>>
>>> Have I missed something?
>>> Other qt5 applications build without a problem.
>>>
>>> Thx,
>>> Hannes
>>>
>> Will check what my configure says - maybe there are some missing
>> dependencies caught by my environment
>>
> Guess we have some host pollution. Let me guess: you have qtchooser
> installed on your host - as I haven't and my configure does not ask
> for qtchooser.
>
Think I found it: poppler's configure has some customized way to find
moc. This finds host's moc - there is no moc-qt5 in qtbase native.
Hope to send out V2 soon.

Andreas


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

* Re: [PATCH 03/12] poppler: update 0.33.0 to and enhance packageconfigs
  2015-05-26  9:37         ` Andreas Müller
@ 2015-05-26 10:16           ` Johannes Pointner
  0 siblings, 0 replies; 25+ messages in thread
From: Johannes Pointner @ 2015-05-26 10:16 UTC (permalink / raw)
  To: openembedded-devel

Thank you for your fast replies/solution.

2015-05-26 11:37 GMT+02:00 Andreas Müller <schnitzeltony@googlemail.com>:
> On Tue, May 26, 2015 at 11:30 AM, Andreas Müller
> <schnitzeltony@googlemail.com> wrote:
>> On Tue, May 26, 2015 at 11:16 AM, Andreas Müller
>> <schnitzeltony@googlemail.com> wrote:
>>> On Tue, May 26, 2015 at 11:02 AM, Johannes Pointner
>>> <h4nn35.work@gmail.com> wrote:
>>>> Hello,
>>>>
>>>> I tried your patch but wasn't able to build poppler-qt5.
>>>> The do_configure gives me following log(only part of the log):
>>>> ...
>>>> checking for CAIRO... yes
>>>> checking for PDFTOCAIRO... yes
>>>> checking for fcntl.h... (cached) yes
>>>> checking for sys/mman.h... (cached) yes
>>>> checking for sys/stat.h... (cached) yes
>>>> checking for POPPLER_GLIB... yes
>>>> checking for gobject-introspection... no
>>>> checking for glib-mkenums...
>>>> /mnt/workspace/yocto_env/poky_fido/poky_ppt30/build/tmp/sysroots/x86_64-linux/usr/bin/glib-mkenums
>>>> checking for gtkdoc-check... no
>>>> checking for gtkdoc-rebase... no
>>>> checking for gtkdoc-mkpdf... no
>>>> checking whether to build gtk-doc documentation... no
>>>> checking for POPPLER_QT4... no
>>>> checking for POPPLER_QT5... yes
>>>> checking for POPPLER_QT5_TEST... yes
>>>> checking for arm-poky-linux-gnueabi-moc... no
>>>> checking for moc... moc
>>>> checking for Qt5 moc... no
>>>> checking for arm-poky-linux-gnueabi-moc-qt5... no
>>>> checking for moc-qt5... no
>>>> checking for Qt5 moc-qt5... checking for arm-poky-linux-gnueabi-qtchooser... no
>>>> checking for qtchooser... qtchooser
>>>> checking for qtchooser... qtchooser: could not find a Qt installation of 'qt5'
>>>> not found
>>>> ...
>>>>
>>>> Have I missed something?
>>>> Other qt5 applications build without a problem.
>>>>
>>>> Thx,
>>>> Hannes
>>>>
>>> Will check what my configure says - maybe there are some missing
>>> dependencies caught by my environment
>>>
>> Guess we have some host pollution. Let me guess: you have qtchooser
>> installed on your host - as I haven't and my configure does not ask
>> for qtchooser.
>>
> Think I found it: poppler's configure has some customized way to find
> moc. This finds host's moc - there is no moc-qt5 in qtbase native.
> Hope to send out V2 soon.
>
> Andreas
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: [PATCH 02/12] openjpeg: initial add 2.1.0
  2015-05-25 21:13 ` [PATCH 02/12] openjpeg: initial add 2.1.0 Andreas Müller
@ 2015-05-26 16:46   ` Khem Raj
  2015-05-27  6:25     ` Andreas Müller
  0 siblings, 1 reply; 25+ messages in thread
From: Khem Raj @ 2015-05-26 16:46 UTC (permalink / raw)
  To: openembeded-devel

there is a recipe available here
http://layers.openembedded.org/layerindex/recipe/25686/
may be you want to coordinate with that layer to migrate it into meta-oe ?

On Mon, May 25, 2015 at 2:13 PM, Andreas Müller
<schnitzeltony@googlemail.com> wrote:
> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> ---
>  meta-oe/recipes-graphics/openjpeg/openjpeg_2.1.0.bb | 18 ++++++++++++++++++
>  1 file changed, 18 insertions(+)
>  create mode 100644 meta-oe/recipes-graphics/openjpeg/openjpeg_2.1.0.bb
>
> diff --git a/meta-oe/recipes-graphics/openjpeg/openjpeg_2.1.0.bb b/meta-oe/recipes-graphics/openjpeg/openjpeg_2.1.0.bb
> new file mode 100644
> index 0000000..9f6dd57
> --- /dev/null
> +++ b/meta-oe/recipes-graphics/openjpeg/openjpeg_2.1.0.bb
> @@ -0,0 +1,18 @@
> +DESCRIPTION = "OpenJPEG library is an open-source JPEG 2000 codec"
> +HOMEPAGE = "http://www.openjpeg.org/index.php?menu=main"
> +
> +LICENSE = "BSD"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=c648878b4840d7babaade1303e7f108c"
> +
> +SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}.mirror/${PV}/${BPN}-${PV}.tar.gz"
> +SRC_URI[md5sum] = "f6419fcc233df84f9a81eb36633c6db6"
> +SRC_URI[sha256sum] = "1232bb814fd88d8ed314c94f0bfebb03de8559583a33abbe8c64ef3fc0a8ff03"
> +
> +inherit cmake
> +
> +DEPENDS = "libpng tiff lcms"
> +
> +# standard path for *.cmake
> +EXTRA_OECMAKE += "-DOPENJPEG_INSTALL_PACKAGE_DIR=${baselib}/cmake"
> +
> +FILES_${PN}-dev += "${libdir}/cmake/*.cmake"
> --
> 1.9.3
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: [PATCH 12/12] imagemagick: update to 6.9.1.3 / add packageconfig for openjpeg
  2015-05-25 21:14 ` [PATCH 12/12] imagemagick: update to 6.9.1.3 / add packageconfig for openjpeg Andreas Müller
@ 2015-05-26 16:49   ` Khem Raj
  2015-05-27  6:28     ` Andreas Müller
  0 siblings, 1 reply; 25+ messages in thread
From: Khem Raj @ 2015-05-26 16:49 UTC (permalink / raw)
  To: openembeded-devel

On Mon, May 25, 2015 at 2:14 PM, Andreas Müller
<schnitzeltony@googlemail.com> wrote:
> * openjpeg is new and auto detected by configure

I wonder how many more recipes will auto detect it. Probably a world
build will tell us more.

> * choose tar.xz for download as the size is ~1/5 less
> * checked LICENSE: only one year was changed 2014->2015
>
> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> ---
>  .../{imagemagick_6.8.9.bb => imagemagick_6.9.1.bb}            | 11 ++++++-----
>  1 file changed, 6 insertions(+), 5 deletions(-)
>  rename meta-oe/recipes-support/imagemagick/{imagemagick_6.8.9.bb => imagemagick_6.9.1.bb} (83%)
>
> diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_6.8.9.bb b/meta-oe/recipes-support/imagemagick/imagemagick_6.9.1.bb
> similarity index 83%
> rename from meta-oe/recipes-support/imagemagick/imagemagick_6.8.9.bb
> rename to meta-oe/recipes-support/imagemagick/imagemagick_6.9.1.bb
> index accbbed..e54135b 100644
> --- a/meta-oe/recipes-support/imagemagick/imagemagick_6.8.9.bb
> +++ b/meta-oe/recipes-support/imagemagick/imagemagick_6.9.1.bb
> @@ -1,15 +1,15 @@
>  SUMMARY = "ImageMagick is an image convertion tools"
>  SECTION = "console/utils"
>  LICENSE = "ImageMagick"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=5d84c6ddd4028aa53d028b4c50f9361e"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=0887b670be7ef0c3cb37092b64d57514"
>  # FIXME: There are many more checked libraries. All should be added or explicitly disabled to get consistent results.
>  DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib virtual/fftw freetype"
>
> -PATCHSET = "10"
> -SRC_URI = "http://www.imagemagick.org/download/releases/ImageMagick-${PV}-${PATCHSET}.tar.bz2 \
> +PATCHSET = "3"
> +SRC_URI = "http://www.imagemagick.org/download/releases/ImageMagick-${PV}-${PATCHSET}.tar.xz \
>  "
> -SRC_URI[md5sum] = "c4f70046420db9b22d9dfd1c3d179b55"
> -SRC_URI[sha256sum] = "4e702c1c3b4632fde2a93af33dcd3d013a9ebfa598060aca11f06d80676ecbf4"
> +SRC_URI[md5sum] = "1171a6837defe10be288ab44869cc3a0"
> +SRC_URI[sha256sum] = "5fd180603e60c624c05c644a8340f4f4e92c19dc3c41d374d38f76c69cd48ba3"
>
>  S = "${WORKDIR}/ImageMagick-${PV}-${PATCHSET}"
>
> @@ -23,6 +23,7 @@ CACHED_CONFIGUREVARS = "ac_cv_sys_file_offset_bits=yes"
>  PACKAGECONFIG ??= ""
>  PACKAGECONFIG[jp2] = "--with-jp2,,jasper"
>  PACKAGECONFIG[lzma] = "--with-lzma,--without-lzma,xz"
> +PACKAGECONFIG[openjpeg] = "--with-openjp2,--without-openjp2,openjpeg"
>  PACKAGECONFIG[pango] = "--with-pango,--without-pango,pango cairo"
>  PACKAGECONFIG[webp] = "--with-webp,--without-webp,libwebp"
>  PACKAGECONFIG[wmf] = "--with-wmf,--without-wmf,libwmf"
> --
> 1.9.3
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: [PATCH 02/12] openjpeg: initial add 2.1.0
  2015-05-26 16:46   ` Khem Raj
@ 2015-05-27  6:25     ` Andreas Müller
  2015-05-27  7:36       ` Khem Raj
  0 siblings, 1 reply; 25+ messages in thread
From: Andreas Müller @ 2015-05-27  6:25 UTC (permalink / raw)
  To: openembedded-devel, stephen.arnold42, Khem Raj

On Tue, May 26, 2015 at 6:46 PM, Khem Raj <raj.khem@gmail.com> wrote:
> there is a recipe available here
> http://layers.openembedded.org/layerindex/recipe/25686/
> may be you want to coordinate with that layer to migrate it into meta-oe ?
>
> On Mon, May 25, 2015 at 2:13 PM, Andreas Müller
> <schnitzeltony@googlemail.com> wrote:
>> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
>> ---
>>  meta-oe/recipes-graphics/openjpeg/openjpeg_2.1.0.bb | 18 ++++++++++++++++++
>>  1 file changed, 18 insertions(+)
>>  create mode 100644 meta-oe/recipes-graphics/openjpeg/openjpeg_2.1.0.bb
>>
>> diff --git a/meta-oe/recipes-graphics/openjpeg/openjpeg_2.1.0.bb b/meta-oe/recipes-graphics/openjpeg/openjpeg_2.1.0.bb
>> new file mode 100644
>> index 0000000..9f6dd57
>> --- /dev/null
>> +++ b/meta-oe/recipes-graphics/openjpeg/openjpeg_2.1.0.bb
>> @@ -0,0 +1,18 @@
>> +DESCRIPTION = "OpenJPEG library is an open-source JPEG 2000 codec"
>> +HOMEPAGE = "http://www.openjpeg.org/index.php?menu=main"
>> +
>> +LICENSE = "BSD"
>> +LIC_FILES_CHKSUM = "file://LICENSE;md5=c648878b4840d7babaade1303e7f108c"
>> +
>> +SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}.mirror/${PV}/${BPN}-${PV}.tar.gz"
>> +SRC_URI[md5sum] = "f6419fcc233df84f9a81eb36633c6db6"
>> +SRC_URI[sha256sum] = "1232bb814fd88d8ed314c94f0bfebb03de8559583a33abbe8c64ef3fc0a8ff03"
>> +
>> +inherit cmake
>> +
>> +DEPENDS = "libpng tiff lcms"
>> +
>> +# standard path for *.cmake
>> +EXTRA_OECMAKE += "-DOPENJPEG_INSTALL_PACKAGE_DIR=${baselib}/cmake"
>> +
>> +FILES_${PN}-dev += "${libdir}/cmake/*.cmake"
>> --
>> 1.9.3
I checked: That layer uses openjpeg only native. Suggestion: Will try
to extend openjpeg for native / build mupdf from
meta-alt-desktop-extras and send a follow up. OK?

Andreas


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

* Re: [PATCH 12/12] imagemagick: update to 6.9.1.3 / add packageconfig for openjpeg
  2015-05-26 16:49   ` Khem Raj
@ 2015-05-27  6:28     ` Andreas Müller
  0 siblings, 0 replies; 25+ messages in thread
From: Andreas Müller @ 2015-05-27  6:28 UTC (permalink / raw)
  To: openembedded-devel

On Tue, May 26, 2015 at 6:49 PM, Khem Raj <raj.khem@gmail.com> wrote:
> On Mon, May 25, 2015 at 2:14 PM, Andreas Müller
> <schnitzeltony@googlemail.com> wrote:
>> * openjpeg is new and auto detected by configure
>
> I wonder how many more recipes will auto detect it. Probably a world
> build will tell us more.
>
Haven't go the resources for a world build but I thought Martin does a
world build before applying.

Andreas


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

* Re: [PATCH 02/12] openjpeg: initial add 2.1.0
  2015-05-27  6:25     ` Andreas Müller
@ 2015-05-27  7:36       ` Khem Raj
  0 siblings, 0 replies; 25+ messages in thread
From: Khem Raj @ 2015-05-27  7:36 UTC (permalink / raw)
  To: Andreas Müller; +Cc: openembedded-devel

On Tue, May 26, 2015 at 11:25 PM, Andreas Müller
<schnitzeltony@googlemail.com> wrote:
> On Tue, May 26, 2015 at 6:46 PM, Khem Raj <raj.khem@gmail.com> wrote:
>> there is a recipe available here
>> http://layers.openembedded.org/layerindex/recipe/25686/
>> may be you want to coordinate with that layer to migrate it into meta-oe ?
>>
>> On Mon, May 25, 2015 at 2:13 PM, Andreas Müller
>> <schnitzeltony@googlemail.com> wrote:
>>> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
>>> ---
>>>  meta-oe/recipes-graphics/openjpeg/openjpeg_2.1.0.bb | 18 ++++++++++++++++++
>>>  1 file changed, 18 insertions(+)
>>>  create mode 100644 meta-oe/recipes-graphics/openjpeg/openjpeg_2.1.0.bb
>>>
>>> diff --git a/meta-oe/recipes-graphics/openjpeg/openjpeg_2.1.0.bb b/meta-oe/recipes-graphics/openjpeg/openjpeg_2.1.0.bb
>>> new file mode 100644
>>> index 0000000..9f6dd57
>>> --- /dev/null
>>> +++ b/meta-oe/recipes-graphics/openjpeg/openjpeg_2.1.0.bb
>>> @@ -0,0 +1,18 @@
>>> +DESCRIPTION = "OpenJPEG library is an open-source JPEG 2000 codec"
>>> +HOMEPAGE = "http://www.openjpeg.org/index.php?menu=main"
>>> +
>>> +LICENSE = "BSD"
>>> +LIC_FILES_CHKSUM = "file://LICENSE;md5=c648878b4840d7babaade1303e7f108c"
>>> +
>>> +SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}.mirror/${PV}/${BPN}-${PV}.tar.gz"
>>> +SRC_URI[md5sum] = "f6419fcc233df84f9a81eb36633c6db6"
>>> +SRC_URI[sha256sum] = "1232bb814fd88d8ed314c94f0bfebb03de8559583a33abbe8c64ef3fc0a8ff03"
>>> +
>>> +inherit cmake
>>> +
>>> +DEPENDS = "libpng tiff lcms"
>>> +
>>> +# standard path for *.cmake
>>> +EXTRA_OECMAKE += "-DOPENJPEG_INSTALL_PACKAGE_DIR=${baselib}/cmake"
>>> +
>>> +FILES_${PN}-dev += "${libdir}/cmake/*.cmake"
>>> --
>>> 1.9.3
> I checked: That layer uses openjpeg only native. Suggestion: Will try
> to extend openjpeg for native / build mupdf from
> meta-alt-desktop-extras and send a follow up. OK?

sounds good. mupdf is a meta-oe candidate btw.

>
> Andreas


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

* Re: [PATCH 01/12] fontforge: add 20141126
  2015-05-25 21:13 ` [PATCH 01/12] fontforge: add 20141126 Andreas Müller
@ 2015-08-20 15:04   ` Martin Jansa
  2015-08-20 21:14     ` Andreas Müller
  0 siblings, 1 reply; 25+ messages in thread
From: Martin Jansa @ 2015-08-20 15:04 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2784 bytes --]

On Mon, May 25, 2015 at 11:13:58PM +0200, Andreas Müller wrote:
> Have this recipe in my meta-qt5-extra but would be happy to get it under the
> hood of Martin's world.
> 
> It started with the native part to build kde's oxygen-fonts but maybe somebody
> likes to have it on target.
> 
> Tested native part by gazillions of builds / target part in xfce environment.
> 
> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> ---
>  .../fontforge/fontforge_20141126.bb                | 41 ++++++++++++++++++++++
>  1 file changed, 41 insertions(+)
>  create mode 100644 meta-oe/recipes-graphics/fontforge/fontforge_20141126.bb
> 
> diff --git a/meta-oe/recipes-graphics/fontforge/fontforge_20141126.bb b/meta-oe/recipes-graphics/fontforge/fontforge_20141126.bb
> new file mode 100644
> index 0000000..72020db
> --- /dev/null
> +++ b/meta-oe/recipes-graphics/fontforge/fontforge_20141126.bb
> @@ -0,0 +1,41 @@
> +SUMMARY = "A font editor"
> +HOMEPAGE = "http://fontforge.github.io/en-US/"
> +LICENSE = "GPLv3"
> +LIC_FILES_CHKSUM = " \
> +    file://COPYING.gplv3;md5=d32239bcb673463ab874e80d47fae504 \
> +    file://LICENSE;md5=71d636ba7678baa1573e1b531041386e \
> +"
> +
> +inherit autotools pkgconfig pythonnative
> +
> +DEPENDS = "glib-2.0 pango giflib tiff libxml2 jpeg python libtool"
> +DEPENDS_append_class-target = " libxi"
> +
> +SRC_URI = "https://github.com/${BPN}/${BPN}/archive/${PV}.tar.gz"

Don't use github archives, they are regenerated from time to time with 
different checksums and they have stupid filenames (prone to collision 
with other recipes).

can you send follow-up patch?

> +SRC_URI[md5sum] = "0d6f5112c4e5689087339a94aceadf77"
> +SRC_URI[sha256sum] = "9c90c640023463c0b2b97b87575a014fcf44f688c3763f4cd136d3c267092106"
> +
> +EXTRA_OECONF_append_class-native = " with_x=no --disable-python-extension --disable-python-scripting"
> +
> +do_configure_prepend() {
> +    currdir=`pwd`
> +    cd ${S}
> +    ./bootstrap --force
> +    cd $currdir
> +}
> +
> +EXTRA_OEMAKE = "CFLAGS='${CFLAGS} -I${B}/uthash/src'"
> +
> +PACKAGES =+ "${PN}-python-dbg ${PN}-python"
> +
> +FILES_${PN} += " \
> +    ${datadir}/mime \
> +    ${datadir}/icons \
> +"
> +
> +FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR} ${datadir}/${PN}/python"
> +FILES_${PN}-python-dbg = "${PYTHON_SITEPACKAGES_DIR}/.debug"
> +RDEPENDS_${PN}-python = "python"
> +
> +# for e.g kde's oxygen-fonts
> +BBCLASSEXTEND = "native"
> -- 
> 1.9.3
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

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

* Re: [PATCH 01/12] fontforge: add 20141126
  2015-08-20 15:04   ` Martin Jansa
@ 2015-08-20 21:14     ` Andreas Müller
  0 siblings, 0 replies; 25+ messages in thread
From: Andreas Müller @ 2015-08-20 21:14 UTC (permalink / raw)
  To: openembedded-devel

On Thu, Aug 20, 2015 at 5:04 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Mon, May 25, 2015 at 11:13:58PM +0200, Andreas Müller wrote:
>> Have this recipe in my meta-qt5-extra but would be happy to get it under the
>> hood of Martin's world.
>>
>> It started with the native part to build kde's oxygen-fonts but maybe somebody
>> likes to have it on target.
>>
>> Tested native part by gazillions of builds / target part in xfce environment.
>>
>> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
>> ---
>>  .../fontforge/fontforge_20141126.bb                | 41 ++++++++++++++++++++++
>>  1 file changed, 41 insertions(+)
>>  create mode 100644 meta-oe/recipes-graphics/fontforge/fontforge_20141126.bb
>>
>> diff --git a/meta-oe/recipes-graphics/fontforge/fontforge_20141126.bb b/meta-oe/recipes-graphics/fontforge/fontforge_20141126.bb
>> new file mode 100644
>> index 0000000..72020db
>> --- /dev/null
>> +++ b/meta-oe/recipes-graphics/fontforge/fontforge_20141126.bb
>> @@ -0,0 +1,41 @@
>> +SUMMARY = "A font editor"
>> +HOMEPAGE = "http://fontforge.github.io/en-US/"
>> +LICENSE = "GPLv3"
>> +LIC_FILES_CHKSUM = " \
>> +    file://COPYING.gplv3;md5=d32239bcb673463ab874e80d47fae504 \
>> +    file://LICENSE;md5=71d636ba7678baa1573e1b531041386e \
>> +"
>> +
>> +inherit autotools pkgconfig pythonnative
>> +
>> +DEPENDS = "glib-2.0 pango giflib tiff libxml2 jpeg python libtool"
>> +DEPENDS_append_class-target = " libxi"
>> +
>> +SRC_URI = "https://github.com/${BPN}/${BPN}/archive/${PV}.tar.gz"
>
> Don't use github archives, they are regenerated from time to time with
> different checksums and they have stupid filenames (prone to collision
> with other recipes).
>
> can you send follow-up patch?
>
This is some information I did not have yet. Follow up is in queue.

Andreas


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

end of thread, other threads:[~2015-08-20 21:14 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-25 21:13 [PATCH 00/12] xfce4 updates ++ Andreas Müller
2015-05-25 21:13 ` [PATCH 01/12] fontforge: add 20141126 Andreas Müller
2015-08-20 15:04   ` Martin Jansa
2015-08-20 21:14     ` Andreas Müller
2015-05-25 21:13 ` [PATCH 02/12] openjpeg: initial add 2.1.0 Andreas Müller
2015-05-26 16:46   ` Khem Raj
2015-05-27  6:25     ` Andreas Müller
2015-05-27  7:36       ` Khem Raj
2015-05-25 21:14 ` [PATCH 03/12] poppler: update 0.33.0 to and enhance packageconfigs Andreas Müller
2015-05-26  9:02   ` Johannes Pointner
2015-05-26  9:16     ` Andreas Müller
2015-05-26  9:30       ` Andreas Müller
2015-05-26  9:37         ` Andreas Müller
2015-05-26 10:16           ` Johannes Pointner
2015-05-25 21:14 ` [PATCH 04/12] poppler-data: update to 0.4.7 Andreas Müller
2015-05-25 21:14 ` [PATCH 05/12] thunar: update to 1.6.10 Andreas Müller
2015-05-25 21:14 ` [PATCH 06/12] xfdesktop: update to 4.12.2 Andreas Müller
2015-05-25 21:14 ` [PATCH 07/12] xfwm4: update to 4.12.3 Andreas Müller
2015-05-25 21:14 ` [PATCH 08/12] orage: update to 4.12.1 Andreas Müller
2015-05-25 21:14 ` [PATCH 09/12] xfce4-notes-plugin: update to 1.8.0 Andreas Müller
2015-05-25 21:14 ` [PATCH 10/12] xfce4-equake-plugin: update to 1.3.7 Andreas Müller
2015-05-25 21:14 ` [PATCH 11/12] exo: update to 0.10.6 Andreas Müller
2015-05-25 21:14 ` [PATCH 12/12] imagemagick: update to 6.9.1.3 / add packageconfig for openjpeg Andreas Müller
2015-05-26 16:49   ` Khem Raj
2015-05-27  6:28     ` Andreas Müller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.