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>
This commit is contained in:
Andreas Müller
2021-11-01 12:49:26 +01:00
committed by Khem Raj
parent caa81e3a34
commit fdc9419a8d
2 changed files with 21 additions and 19 deletions
@@ -1,19 +0,0 @@
SUMMARY = "A GObject-based Exiv2 wrapper"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=625f055f41728f84a8d7938acc35bdc2"
DEPENDS = "exiv2"
GNOMEBASEBUILDCLASS = "meson"
GTKDOC_MESON_OPTION = "gtk_doc"
inherit gnomebase gobject-introspection gtk-doc
SRC_URI[archive.md5sum] = "4c0cd962f021f937507904df147ea750"
SRC_URI[archive.sha256sum] = "2322b552aca330eef79724a699c51a302345d5e074738578b398b7f2ff97944c"
EXTRA_OEMESON = " \
-Dvapi=false \
-Dpython2_girdir=no \
-Dpython3_girdir=no \
"
@@ -0,0 +1,21 @@
SUMMARY = "A GObject-based Exiv2 wrapper"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=625f055f41728f84a8d7938acc35bdc2"
DEPENDS = "exiv2 python3-pygobject-native"
GNOMEBASEBUILDCLASS = "meson"
GTKDOC_MESON_OPTION = "gtk_doc"
inherit gnomebase gobject-introspection gtk-doc python3native
SRC_URI[archive.sha256sum] = "e58279a6ff20b6f64fa499615da5e9b57cf65ba7850b72fafdf17221a9d6d69e"
EXTRA_OEMESON = " \
-Dvapi=false \
-Dpython3_girdir=${PYTHON_SITEPACKAGES_DIR}/gi/overrides \
"
PACKAGES =+ "${PN}-python3"
FILES:${PN}-python3 = "${PYTHON_SITEPACKAGES_DIR}"
RDEPENDS:${PN}-python3 = "${PN}"