All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/libks: new package
@ 2021-11-06 11:11 Bernd Kuhls
  2021-11-06 11:11 ` [Buildroot] [PATCH v2 2/3] package/sofia-sip: bump version to 1.13.6 Bernd Kuhls
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Bernd Kuhls @ 2021-11-06 11:11 UTC (permalink / raw)
  To: buildroot; +Cc: Gregory Dymarek

Needed to bump freeswitch to 1.10.7.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 DEVELOPERS               |  1 +
 package/Config.in        |  1 +
 package/libks/Config.in  | 17 +++++++++++++++++
 package/libks/libks.hash |  3 +++
 package/libks/libks.mk   | 14 ++++++++++++++
 5 files changed, 36 insertions(+)
 create mode 100644 package/libks/Config.in
 create mode 100644 package/libks/libks.hash
 create mode 100644 package/libks/libks.mk

diff --git a/DEVELOPERS b/DEVELOPERS
index cae9e27a65..56b1a4601f 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -367,6 +367,7 @@ F:	package/libglfw/
 F:	package/libglu/
 F:	package/libhdhomerun/
 F:	package/libilbc/
+F:	package/libks/
 F:	package/libldns/
 F:	package/libmicrohttpd/
 F:	package/libminiupnpc/
diff --git a/package/Config.in b/package/Config.in
index 17204504a4..bcc1e3e737 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1955,6 +1955,7 @@ menu "Other"
 	source "package/libglob/Config.in"
 	source "package/libical/Config.in"
 	source "package/libite/Config.in"
+	source "package/libks/Config.in"
 	source "package/liblinear/Config.in"
 	source "package/libloki/Config.in"
 	source "package/libnpth/Config.in"
diff --git a/package/libks/Config.in b/package/libks/Config.in
new file mode 100644
index 0000000000..b3252db554
--- /dev/null
+++ b/package/libks/Config.in
@@ -0,0 +1,17 @@
+config BR2_PACKAGE_LIBKS
+	bool "libks"
+	depends on BR2_INSTALL_LIBSTDCPP
+	depends on !BR2_STATIC_LIBS # dlfcn.h
+	depends on BR2_TOOLCHAIN_HAS_THREADS
+	select BR2_PACKAGE_OPENSSL
+	select BR2_PACKAGE_UTIL_LINUX
+	select BR2_PACKAGE_UTIL_LINUX_LIBUUID
+	help
+	  Foundational support for signalwire C products
+
+	  https://github.com/signalwire/libks
+
+comment "libks needs a toolchain w/ C++, threads, dynamic library"
+	depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP \
+		|| !BR2_TOOLCHAIN_HAS_THREADS
+
diff --git a/package/libks/libks.hash b/package/libks/libks.hash
new file mode 100644
index 0000000000..5acbcd1ea6
--- /dev/null
+++ b/package/libks/libks.hash
@@ -0,0 +1,3 @@
+# Locally computed
+sha256  73c5751eadad4d3390d61b9765e9b860e0aba7336044ecf8b007dfc1818baa69  libks-1.7.0.tar.gz
+sha256  1d1327f37b58a4c9ce520fcf9dd3f348c7c639229ee7aed41c47164a8f7836cd  copyright
diff --git a/package/libks/libks.mk b/package/libks/libks.mk
new file mode 100644
index 0000000000..adf0107b30
--- /dev/null
+++ b/package/libks/libks.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# libks
+#
+################################################################################
+
+LIBKS_VERSION = 1.7.0
+LIBKS_SITE = $(call github,signalwire,libks,v$(LIBKS_VERSION))
+LIBKS_LICENSE = MIT
+LIBKS_LICENSE_FILES = copyright
+LIBKS_INSTALL_STAGING = YES
+LIBKS_DEPENDENCIES = openssl util-linux
+
+$(eval $(cmake-package))
-- 
2.30.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-01-08  8:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-06 11:11 [Buildroot] [PATCH 1/3] package/libks: new package Bernd Kuhls
2021-11-06 11:11 ` [Buildroot] [PATCH v2 2/3] package/sofia-sip: bump version to 1.13.6 Bernd Kuhls
2022-01-07 23:24   ` Peter Korsgaard
2021-11-06 11:11 ` [Buildroot] [PATCH v2 3/3] package/freeswitch: bump version to 1.10.7 Bernd Kuhls
2022-01-07 23:26   ` Peter Korsgaard
     [not found]   ` <87bl0njfg0.fsf__32796.2444674753$1641597992$gmane$org@dell.be.48ers.dk>
2022-01-08  8:16     ` Bernd Kuhls
2022-01-07 23:24 ` [Buildroot] [PATCH 1/3] package/libks: new package Peter Korsgaard

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.