All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-openembedded][PATCH 1/3] gtk-vnc: add recipe
@ 2022-10-29 15:41 Markus Volk
  2022-10-29 15:41 ` [meta-openembedded][PATCH 2/3] spice-gtk: " Markus Volk
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Markus Volk @ 2022-10-29 15:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Markus Volk

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../gtk-vnc/gtk-vnc_1.3.1.bb                  | 26 +++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 meta-gnome/recipes-connectivity/gtk-vnc/gtk-vnc_1.3.1.bb

diff --git a/meta-gnome/recipes-connectivity/gtk-vnc/gtk-vnc_1.3.1.bb b/meta-gnome/recipes-connectivity/gtk-vnc/gtk-vnc_1.3.1.bb
new file mode 100644
index 000000000..36eb8ca19
--- /dev/null
+++ b/meta-gnome/recipes-connectivity/gtk-vnc/gtk-vnc_1.3.1.bb
@@ -0,0 +1,26 @@
+SUMMARY = "A VNC client viewer widget for GTK"
+LICENSE = "LGPL-2.1-only"
+LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4339efb5fd592e45b9e2641de9fe734f"
+
+DEPENDS = " \
+    gdk-pixbuf \
+    glib-2.0 \
+    gnutls \
+    gtk+3 \
+    libgcrypt \
+    libx11 \
+    zlib \
+"
+
+GNOMEBASEBUILDCLASS = "meson"
+REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
+GIR_MESON_OPTION = ""
+
+PACKAGECONFIG[pulseaudio] = "-Dpulseaudio=enabled,-Dpulseaudio=disabled,pulseaudio"
+PACKAGECONFIG[sasl] = "-Dsasl=enabled,-Dsasl=disabled,cyrus-sasl"
+
+PACKAGECONFIG ??= "pulseaudio sasl"
+
+inherit pkgconfig gnomebase gettext gobject-introspection vala features_check
+
+SRC_URI[archive.sha256sum] = "512763ac4e0559d0158b6682ca5dd1a3bd633f082f5e4349d7158e6b5f80f1ce"
-- 
2.34.1



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

end of thread, other threads:[~2022-10-31  0:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-29 15:41 [meta-openembedded][PATCH 1/3] gtk-vnc: add recipe Markus Volk
2022-10-29 15:41 ` [meta-openembedded][PATCH 2/3] spice-gtk: " Markus Volk
2022-10-29 15:41 ` [meta-openembedded][PATCH 3/3] spice: build with opus and opengl Markus Volk
     [not found] ` <172294851D2ECF2D.19890@lists.openembedded.org>
2022-10-29 15:50   ` [oe] " Markus Volk
     [not found]   ` <17229508563226DE.31302@lists.openembedded.org>
2022-10-30  6:41     ` Markus Volk
2022-10-31  0:47       ` Khem Raj

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.