All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Andreas Müller" <schnitzeltony@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 19/28] libmediaart-2.0: upgrade 1.9.4 -> 1.9.5 / merge inc file / build with meson
Date: Wed,  9 Jun 2021 08:38:22 +0200	[thread overview]
Message-ID: <20210609063831.3400611-19-schnitzeltony@gmail.com> (raw)
In-Reply-To: <20210609063831.3400611-1-schnitzeltony@gmail.com>

NEW in 1.9.5 - 2021-05-22
=========================
  * libmediaart: Remove QT4 support
  * libmediaart: Mandate that input strings are UTF8
  * extract: Remove local storage
  * build: Drop autotools support
  * build: Update to recent glib API
  * build: introspection fixes
  * build: Added CI

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../libmediaart/libmediaart-2.0_1.9.4.bb      |  7 ------
 .../libmediaart/libmediaart-2.0_1.9.5.bb      | 23 +++++++++++++++++++
 .../libmediaart/libmediaart.inc               | 12 ----------
 3 files changed, 23 insertions(+), 19 deletions(-)
 delete mode 100644 meta-multimedia/recipes-support/libmediaart/libmediaart-2.0_1.9.4.bb
 create mode 100644 meta-multimedia/recipes-support/libmediaart/libmediaart-2.0_1.9.5.bb
 delete mode 100644 meta-multimedia/recipes-support/libmediaart/libmediaart.inc

diff --git a/meta-multimedia/recipes-support/libmediaart/libmediaart-2.0_1.9.4.bb b/meta-multimedia/recipes-support/libmediaart/libmediaart-2.0_1.9.4.bb
deleted file mode 100644
index 56a7873fc..000000000
--- a/meta-multimedia/recipes-support/libmediaart/libmediaart-2.0_1.9.4.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-require libmediaart.inc
-
-SRC_URI = "${GNOME_MIRROR}/libmediaart/1.9/libmediaart-${PV}.tar.xz"
-SRC_URI[md5sum] = "9b960a6a764fba38135fb57219f2e6b4"
-SRC_URI[sha256sum] = "a57be017257e4815389afe4f58fdacb6a50e74fd185452b23a652ee56b04813d"
-
-S = "${WORKDIR}/libmediaart-${PV}"
diff --git a/meta-multimedia/recipes-support/libmediaart/libmediaart-2.0_1.9.5.bb b/meta-multimedia/recipes-support/libmediaart/libmediaart-2.0_1.9.5.bb
new file mode 100644
index 000000000..31fe43bfa
--- /dev/null
+++ b/meta-multimedia/recipes-support/libmediaart/libmediaart-2.0_1.9.5.bb
@@ -0,0 +1,23 @@
+SUMMARY = "Library tasked with managing, extracting and handling media art caches"
+
+LICENSE = "LGPLv2+ & GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c \
+                    file://libmediaart/extract.c;endline=18;md5=dff2b6328ab067b5baadc135f9876c36 \
+                    file://tests/mediaarttest.c;endline=18;md5=067106eaa1f7a9d918759a096667f18e"
+
+DEPENDS = "glib-2.0 gdk-pixbuf"
+
+GNOMEBASEBUILDCLASS = "meson"
+
+inherit gnomebase gobject-introspection vala features_check
+
+SRC_URI = "${GNOME_MIRROR}/libmediaart/1.9/libmediaart-${PV}.tar.xz"
+SRC_URI[sha256sum] = "07def5a42c482ae71d3e1f77a4d0fdc337f74226059a65284d6d5a241f0e9cd6"
+
+S = "${WORKDIR}/libmediaart-${PV}"
+
+# gobject-introspection is mandatory and cannot be configured
+REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
+UNKNOWN_CONFIGURE_WHITELIST = "introspection"
+
+EXTRA_OEMESON = "-Dimage_library=gdk-pixbuf"
diff --git a/meta-multimedia/recipes-support/libmediaart/libmediaart.inc b/meta-multimedia/recipes-support/libmediaart/libmediaart.inc
deleted file mode 100644
index c7b368de3..000000000
--- a/meta-multimedia/recipes-support/libmediaart/libmediaart.inc
+++ /dev/null
@@ -1,12 +0,0 @@
-SUMMARY = "Library tasked with managing, extracting and handling media art caches"
-
-LICENSE = "LGPLv2+ & GPLv2+"
-LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c \
-                    file://libmediaart/extract.c;endline=18;md5=dff2b6328ab067b5baadc135f9876c36 \
-                    file://tests/mediaarttest.c;endline=18;md5=067106eaa1f7a9d918759a096667f18e"
-
-DEPENDS = "glib-2.0 gdk-pixbuf"
-
-inherit gnomebase gtk-doc gobject-introspection
-
-EXTRA_OECONF = "--disable-qt --enable-gdkpixbuf"
-- 
2.31.1


  parent reply	other threads:[~2021-06-09  6:38 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-09  6:38 [PATCH 01/28] atkmm: upgrade 2.28.0 -> 2.28.2 Andreas Müller
2021-06-09  6:38 ` [PATCH 02/28] atkmm: build with meson Andreas Müller
2021-06-09  6:38 ` [PATCH 03/28] dconf: upgrade 0.38.0 -> 0.40.0 Andreas Müller
2021-06-09  6:38 ` [PATCH 04/28] evolution-data-server: upgrade 3.40.1 -> 3.40.2 Andreas Müller
2021-06-09  6:38 ` [PATCH 05/28] file-roller: upgrade 3.38.1 -> 3.40.0 Andreas Müller
2021-06-09  6:38 ` [PATCH 06/28] glibmm: upgrade 2.62.0 -> 2.66.1 / build with meson / cleanup recipe Andreas Müller
2021-06-09  6:38 ` [PATCH 07/28] gmime: upgrade 3.2.6 -> 3.2.7 Andreas Müller
2021-06-09  6:38 ` [PATCH 08/28] gnome-autoar; upgrade 0.3.2 -> 0.3.3 Andreas Müller
2021-06-09  6:38 ` [PATCH 09/28] gnome-keyring: upgrade 3.36.0 -> 40.0 Andreas Müller
2021-06-09  6:38 ` [PATCH 10/28] gnome-online-accounts: upgrade 3.36.0 -> 3.40.0 Andreas Müller
2021-06-09  6:38 ` [PATCH 11/28] gnome-terminal: upgrade 3.36.2 -> 3.40.2 Andreas Müller
2021-06-09  6:38 ` [PATCH 12/28] gspell: upgrade 1.8.4 -> 1.9.1 Andreas Müller
2021-06-09  6:38 ` [PATCH 13/28] gtkmm3: upgrade 3.24.3 -> 3.24.5 Andreas Müller
2021-06-09  6:38 ` [PATCH 14/28] gtksourceview4: upgrade 4.6.1 -> 4.8.1 Andreas Müller
2021-06-09  6:38 ` [PATCH 15/28] gupnp: upgrade 1.2.6 -> 1.2.7 Andreas Müller
2021-06-09  6:38 ` [PATCH 16/28] gvfs: upgrade 1.44.1 -> 1.48.1 Andreas Müller
2021-06-09  6:38 ` [PATCH 17/28] libgdata: upgrade 0.17.13 -> 0.18.1 Andreas Müller
2021-06-09  6:38 ` [PATCH 18/28] libmediaart 0.7.0: remove Andreas Müller
2021-06-09  6:38 ` Andreas Müller [this message]
2021-06-12 20:03   ` [oe] [PATCH 19/28] libmediaart-2.0: upgrade 1.9.4 -> 1.9.5 / merge inc file / build with meson Martin Jansa
2021-06-09  6:38 ` [PATCH 20/28] libsigc++-2.0: upgrade 2.10.6 -> 2.10.7 Andreas Müller
2021-06-09  6:38 ` [PATCH 21/28] nautilus: upgrade 40.1 -> 40.2 Andreas Müller
2021-06-09  6:38 ` [PATCH 22/28] pangomm: upgrade 2.42.1 -> 2.46.1 / build with meson Andreas Müller
2021-06-09  6:38 ` [PATCH 23/28] yelp-xsl: upgrade 3.36.0 -> 4.02 Andreas Müller
2021-06-09  6:38 ` [PATCH 24/28] yelp-tools: upgrade 3.32.2 -> 40.0 Andreas Müller
2021-06-09  6:38 ` [PATCH 25/28] yelp: upgrade 3.36.0 -> 40.2 Andreas Müller
2021-06-09  6:38 ` [PATCH 26/28] gthumb: inherit required features from colord Andreas Müller
2021-06-09  6:38 ` [PATCH 27/28] modemmanager: upgrade 1.16.4 -> 1.16.6 Andreas Müller
2021-06-09  6:38 ` [PATCH 28/28] xfce4-settings: 4.16.1 upgrade 4.16.2 Andreas Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210609063831.3400611-19-schnitzeltony@gmail.com \
    --to=schnitzeltony@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.