All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] meta-oe: recipes-graphics: add libvncserver recipe
@ 2015-09-30  7:20 Ioan-Adrian Ratiu
  2015-10-08 10:08 ` Martin Jansa
  2015-10-09  6:58 ` [meta-oe][PATCH v2] " Ioan-Adrian Ratiu
  0 siblings, 2 replies; 16+ messages in thread
From: Ioan-Adrian Ratiu @ 2015-09-30  7:20 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
---
 .../libvncserver/libvncserver_0.9.10.bb              | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.10.bb

diff --git a/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.10.bb b/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.10.bb
new file mode 100644
index 0000000..841506a
--- /dev/null
+++ b/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.10.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "library for easy implementation of a RDP/VNC server"
+HOMEPAGE = "https://libvnc.github.io"
+SECTION = "libs"
+PRIORITY = "optional"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=361b6b837cad26c6900a926b62aada5f"
+
+DEPENDS += "zlib jpeg libpng gtk+ libgcrypt nettle gnutls gmp"
+RDEPENDS_${PN} += "libpng gtk+ libgcrypt"
+
+inherit autotools pkgconfig
+
+SRC_URI  = "https://github.com/LibVNC/libvncserver/archive/LibVNCServer-0.9.10.tar.gz"
+
+SRC_URI[md5sum] = "e1b888fae717b06896f8aec100163d27"
+SRC_URI[sha256sum] = "ed10819a5bfbf269969f97f075939cc38273cc1b6d28bccfb0999fba489411f7"
+
+S = "${WORKDIR}/${PN}-LibVNCServer-${PV}"
+
+EXTRA_OEMAKE_append=" SUBDIRS='libvncserver' "
-- 
2.1.4



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

end of thread, other threads:[~2015-10-14 14:43 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-30  7:20 [meta-oe][PATCH] meta-oe: recipes-graphics: add libvncserver recipe Ioan-Adrian Ratiu
2015-10-08 10:08 ` Martin Jansa
2015-10-09  6:58 ` [meta-oe][PATCH v2] " Ioan-Adrian Ratiu
2015-10-13 10:53   ` Martin Jansa
2015-10-13 12:40     ` Ioan-Adrian Ratiu
2015-10-13 13:08       ` Martin Jansa
2015-10-14 10:53         ` Ioan-Adrian Ratiu
2015-10-14 14:06         ` Ioan-Adrian Ratiu
2015-10-14 14:16           ` Martin Jansa
2015-10-14 14:16             ` [oe] " Martin Jansa
2015-10-14 14:33             ` Ioan-Adrian Ratiu
2015-10-14 14:33               ` [oe] " Ioan-Adrian Ratiu
2015-10-14 14:41               ` [OE-core] " Paul Eggleton
2015-10-14 14:41                 ` [oe] " Paul Eggleton
2015-10-14 14:43                 ` [OE-core] " Otavio Salvador
2015-10-14 14:43                   ` [oe] " Otavio Salvador

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.