summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gexiv2
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2021-11-01 12:49:26 +0100
committerKhem Raj <raj.khem@gmail.com>2021-11-03 06:57:48 -0700
commitfdc9419a8d9c7c11dd66d77abd0af47ac5791af4 (patch)
tree70bcf56d7ef513614b709d18da8e6f2e5dfccb02 /meta-gnome/recipes-gnome/gexiv2
parentcaa81e3a342f34fe661be90636941fbece4bff0d (diff)
downloadmeta-openembedded-fdc9419a8d9c7c11dd66d77abd0af47ac5791af4.tar.gz
gexiv2: upgrade 0.12.2 -> 0.14.0
Change python3 override handling: Instead of not building add a separate package for it. Changes: gexiv2 0.14.0 - 18 Sep 2021 (stable) * Fix BMFF compile test gexiv2 0.13.0 - 15 Aug 2021 * Enable BMFF support if enabled in exiv2 version * Update gexiv2-dump tool * Mark gexiv2_metadata_from_stream as deprecated; it is fundamentally broken * More additions to API and _try versions that support GErorr if exiv2 might throw * Some additions to gexiv2-tool * Changes in build configuration Bugs fixed in this release: - https://gitlab.gnome.org/GNOME/gexiv2/issues/140 - https://gitlab.gnome.org/GNOME/gexiv2/issues/62 - https://gitlab.gnome.org/GNOME/gexiv2/issues/62 - https://gitlab.gnome.org/GNOME/gexiv2/issues/66 Merge requests included in this release: - https://gitlab.gnome.org/GNOME/gexiv2/merge_requests/54 - https://gitlab.gnome.org/GNOME/gexiv2/merge_requests/59 - https://gitlab.gnome.org/GNOME/gexiv2/merge_requests/51 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gexiv2')
-rw-r--r--meta-gnome/recipes-gnome/gexiv2/gexiv2_0.12.2.bb19
-rw-r--r--meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.0.bb21
2 files changed, 21 insertions, 19 deletions
diff --git a/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.12.2.bb b/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.12.2.bb
deleted file mode 100644
index 708523ee8c..0000000000
--- a/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.12.2.bb
+++ /dev/null
@@ -1,19 +0,0 @@
1SUMMARY = "A GObject-based Exiv2 wrapper"
2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=625f055f41728f84a8d7938acc35bdc2"
4
5DEPENDS = "exiv2"
6
7GNOMEBASEBUILDCLASS = "meson"
8GTKDOC_MESON_OPTION = "gtk_doc"
9
10inherit gnomebase gobject-introspection gtk-doc
11
12SRC_URI[archive.md5sum] = "4c0cd962f021f937507904df147ea750"
13SRC_URI[archive.sha256sum] = "2322b552aca330eef79724a699c51a302345d5e074738578b398b7f2ff97944c"
14
15EXTRA_OEMESON = " \
16 -Dvapi=false \
17 -Dpython2_girdir=no \
18 -Dpython3_girdir=no \
19"
diff --git a/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.0.bb b/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.0.bb
new file mode 100644
index 0000000000..b2fd4b0316
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.0.bb
@@ -0,0 +1,21 @@
1SUMMARY = "A GObject-based Exiv2 wrapper"
2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=625f055f41728f84a8d7938acc35bdc2"
4
5DEPENDS = "exiv2 python3-pygobject-native"
6
7GNOMEBASEBUILDCLASS = "meson"
8GTKDOC_MESON_OPTION = "gtk_doc"
9
10inherit gnomebase gobject-introspection gtk-doc python3native
11
12SRC_URI[archive.sha256sum] = "e58279a6ff20b6f64fa499615da5e9b57cf65ba7850b72fafdf17221a9d6d69e"
13
14EXTRA_OEMESON = " \
15 -Dvapi=false \
16 -Dpython3_girdir=${PYTHON_SITEPACKAGES_DIR}/gi/overrides \
17"
18
19PACKAGES =+ "${PN}-python3"
20FILES:${PN}-python3 = "${PYTHON_SITEPACKAGES_DIR}"
21RDEPENDS:${PN}-python3 = "${PN}"