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 13/29] grilo: initial add 0.3.10
Date: Mon,  9 Dec 2019 01:38:24 +0100	[thread overview]
Message-ID: <20191209003840.3383-14-schnitzeltony@gmail.com> (raw)
In-Reply-To: <20191209003840.3383-1-schnitzeltony@gmail.com>

It is an unconditional dependency for upcoming gnome-control-center

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../recipes-gnome/grilo/grilo_0.3.10.bb       | 29 +++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 meta-gnome/recipes-gnome/grilo/grilo_0.3.10.bb

diff --git a/meta-gnome/recipes-gnome/grilo/grilo_0.3.10.bb b/meta-gnome/recipes-gnome/grilo/grilo_0.3.10.bb
new file mode 100644
index 000000000..e3fd67172
--- /dev/null
+++ b/meta-gnome/recipes-gnome/grilo/grilo_0.3.10.bb
@@ -0,0 +1,29 @@
+SUMMARY = "Grilo is a framework forsearching media content from various sources"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
+
+DEPENDS = " \
+    libxml2 \
+    glib-2.0 \
+"
+
+GNOMEBASEBUILDCLASS = "meson"
+
+inherit gnomebase gobject-introspection gtk-doc gettext vala
+
+SRC_URI[archive.md5sum] = "f02bf585d1a48dc65be8b90ae3b08330"
+SRC_URI[archive.sha256sum] = "7e44b2e74c31ed24eb97e43265a9e41effe8660287b02295111805c7bda7f1e8"
+
+GIR_MESON_OPTION = "enable-introspection"
+GTKDOC_MESON_OPTION = "enable-gtk-doc"
+
+# Note: removing 'net' from PACKAGECONFIG causes
+# | bindings/vala/meson.build:15:0: ERROR: Unknown variable "grlnet_gir".
+PACKAGECONFIG ??= "net"
+
+PACKAGECONFIG[net] = "-Denable-grl-net=true, -Denable-grl-net=false, libsoup-2.4"
+PACKAGECONFIG[test-ui] = "-Denable-test-ui=true, -Denable-test-ui=false, gtk+3 liboauth"
+
+# Once we have a recipe for 'totem-plparser' this can turn into a PACKAGECONFIG
+EXTRA_OEMESON = "-Denable-grl-pls=false"
+
-- 
2.21.0



  parent reply	other threads:[~2019-12-09  0:39 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-09  0:38 [PATCH][v2 00/29] Gnome cleanups & desktop patches Andreas Müller
2019-12-09  0:38 ` [PATCH 01/29] pinpoint: remove dead project Andreas Müller
2019-12-09  0:38 ` [PATCH 02/29] gnome-keyring: upgrade 3.28.2 -> 3.34.0 Andreas Müller
2019-12-09  0:38 ` [PATCH 03/29] libgsf: upgrade 1.14.45 -> 1.14.46 Andreas Müller
2019-12-09  0:38 ` [PATCH 04/29] libgnome-keyring: remove Andreas Müller
2019-12-09  0:38 ` [PATCH 05/29] gjs: initial add 1.58.3 Andreas Müller
2019-12-09  0:38 ` [PATCH 06/29] gdm: re-add 3.34.1 Andreas Müller
2019-12-09  0:38 ` [PATCH 07/29] gnome-shell: initial add 3.34.1 Andreas Müller
2019-12-09  0:38 ` [PATCH 08/29] gnome-shell-extensions: " Andreas Müller
2019-12-09  0:38 ` [PATCH 09/29] accountsservice: initial add 0.6.55 Andreas Müller
2019-12-09  0:38 ` [PATCH 10/29] rest: initial add 0.8.1 Andreas Müller
2019-12-09  0:38 ` [PATCH 11/29] gnome-online-accounts: initial add 3.34.1 Andreas Müller
2019-12-09  0:38 ` [PATCH 12/29] gvfs: upgrade 1.41.2 -> 1.42.1 Andreas Müller
2019-12-09  0:38 ` Andreas Müller [this message]
2019-12-09  0:38 ` [PATCH 14/29] gsound: initial add 1.0.2 Andreas Müller
2019-12-09  0:38 ` [PATCH 15/29] gnome-control-center: re-add 3.34.1 Andreas Müller
2019-12-09  0:38 ` [PATCH 16/29] gnome-session: inital add 3.34.1 Andreas Müller
2019-12-09  0:38 ` [PATCH 17/29] gnome-backgrounds: initial add 3.34.0 Andreas Müller
2019-12-09  0:38 ` [PATCH 18/29] metacity: upgrade 3.32.0 -> 3.34.1 Andreas Müller
2019-12-09  0:38 ` [PATCH 19/29] gnome-panel: (re)add 3.34.1 Andreas Müller
2019-12-09  0:38 ` [PATCH 20/29] gnome-flashback: initial add 3.34.1 Andreas Müller
2019-12-09  0:38 ` [PATCH 21/29] Add: packagegroup-gnome-apps / packagegroup-gnome-desktop Andreas Müller
2019-12-09  0:38 ` [PATCH 22/29] glfw: add features_check to inherit Andreas Müller
2019-12-09  0:38 ` [PATCH 23/29] stalonetray: Add x11 to required distro feature Andreas Müller
2019-12-09  0:38 ` [PATCH 24/29] projucer: add x11 to required distro features Andreas Müller
2019-12-09  0:38 ` [PATCH 25/29] colord-gtk: add polkit " Andreas Müller
2019-12-09  0:38 ` [PATCH 26/29] yelp: add x11 " Andreas Müller
2019-12-09  0:38 ` [PATCH 27/29] file-roller: remove nautilus from DEPENDS Andreas Müller
2019-12-09  0:38 ` [PATCH 28/29] libgdata: add x11 to required distro features Andreas Müller
2019-12-09  0:38 ` [PATCH 29/29] accountsservice: Hack musl build fix Andreas Müller
2019-12-09  3:43 ` [PATCH][v2 00/29] Gnome cleanups & desktop patches Khem Raj
2019-12-09  8:26   ` 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=20191209003840.3383-14-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.