[ptxdist] [PATCH v3] pam: new package

2020-01-28 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- Changes: - v2: Add license info, install_alternative config files individually - v3: Specify GPL-2.0-or-later AND LGPL-2.0-or-later rules/pam.in | 10 ++ rules/pam.make | 82 ++ 2 files changed, 92

[ptxdist] [PATCH v4 3/8] OpenCV: Clean up configure_helper output

2020-01-28 Thread Marian Cichy
Signed-off-by: Marian Cichy --- rules/opencv.make | 161 +++--- 1 file changed, 109 insertions(+), 52 deletions(-) diff --git a/rules/opencv.make b/rules/opencv.make index 1d97066a1..e08d90a3b 100644 --- a/rules/opencv.make +++ b/rules/opencv.make @@

[ptxdist] [PATCH v4 4/8] OpenCV: Changed QT-Support from 4 to 5

2020-01-28 Thread Marian Cichy
Signed-off-by: Marian Cichy --- rules/opencv.in | 7 +++ rules/opencv.make | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/rules/opencv.in b/rules/opencv.in index e8b9e36df..16e7b56db 100644 --- a/rules/opencv.in +++ b/rules/opencv.in @@ -8,10 +8,9 @@ menuconfig

[ptxdist] [PATCH v4 8/8] OpenCV: make build generate pkg-config file

2020-01-28 Thread Marian Cichy
OpenCV usually depends on CMake when some application wants to find its libraries. However, PTXDist usually relies on pkg-config when building custom software. NOTE: This is a workaround since OpenCV marks the usage of pkg-config as deprecated. --- rules/opencv.make | 1 + 1 file changed, 1

[ptxdist] [PATCH v4 6/8] OpenCV: changed ptx/ifdef usage to ptx/onoff

2020-01-28 Thread Marian Cichy
CMake switches used ptx/ifdef with an ON/OFF define, but we have ptx/onoff for this case. Using this to sustain uniformity. Signed-off-by: Marian Cichy --- rules/opencv.make | 32 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/rules/opencv.make

[ptxdist] [PATCH v4 1/8] OpenCV: Update to Version 4.1.2.

2020-01-28 Thread Marian Cichy
Removed the modules opencv_superres and opencv_videostab because they are not part of the opencv main repository anymore but have been moved to the opencv_contrib repository. Signed-off-by: Marian Cichy --- rules/opencv.in | 66 + rules/opencv.make

[ptxdist] [PATCH v4 5/8] OpenCV: added switch to turn on/off DNN support

2020-01-28 Thread Marian Cichy
Signed-off-by: Marian Cichy --- rules/opencv.in | 6 ++ rules/opencv.make | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/rules/opencv.in b/rules/opencv.in index 16e7b56db..a917d79c7 100644 --- a/rules/opencv.in +++ b/rules/opencv.in @@ -102,6 +102,12 @@ config

[ptxdist] [PATCH v4 7/8] OpenCV: Update to version 4.2.0

2020-01-28 Thread Marian Cichy
Update version and add new dependencies --- rules/opencv.in | 1 + rules/opencv.make | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/opencv.in b/rules/opencv.in index a917d79c7..8380506ad 100644 --- a/rules/opencv.in +++ b/rules/opencv.in @@ -99,6 +99,7 @@ config

[ptxdist] [PATCH v4 2/8] OpenCV: Added flag to build and integrate Examples

2020-01-28 Thread Marian Cichy
Signed-off-by: Marian Cichy --- rules/opencv.in | 17 + rules/opencv.make | 13 ++--- 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/rules/opencv.in b/rules/opencv.in index 37fd32758..e8b9e36df 100644 --- a/rules/opencv.in +++ b/rules/opencv.in @@

Re: [ptxdist] [PATCH 2/3] host-ua-nodeset: New package.

2020-01-28 Thread Ulrich Ölmann
On Tue, Jan 14 2020 at 10:24 +0100, Roland Hieber wrote: > On Mon, Jan 13, 2020 at 02:35:55PM +0100, Björn Esser wrote: >> The OPC Foundation UA Nodeset. Needed to build open62541. >> >> Signed-off-by: Björn Esser >> --- >> rules/host-ua-nodeset.in | 6 ++ >> rules/host-ua-nodeset.make

[ptxdist] [PATCH v2 3/3] open62541: New package.

2020-01-28 Thread Ulrich Ölmann
From: Björn Esser The open62541 project is an open source implementation of the OPC UA communication infrastructure which is used in industrial control. Signed-off-by: Björn Esser --- ...-UA_NODESET_DIR-to-be-custom-defined.patch | 224 ++ patches/open62541-1.0/series

[ptxdist] [PATCH v2 1/3] mbedtls: New package.

2020-01-28 Thread Ulrich Ölmann
From: Björn Esser mbed TLS (formerly known as PolarSSL) makes it trivially easy for developers to include cryptographic and SSL/TLS capabilities in their (embedded) products, facilitating this functionality with a minimal coding footprint. Unfortunately the upcoming open62541 package cannot be

[ptxdist] [PATCH v2 2/3] host-ua-nodeset: New package.

2020-01-28 Thread Ulrich Ölmann
From: Björn Esser The OPC Foundation's UA NodeSets and other normative files which are released with an OPC UA specification (for details see [1]). Needed to build open62541. [1] https://github.com/OPCFoundation/UA-Nodeset/#opc-ua-nodesets-and-other-supporting-files Signed-off-by: Björn Esser

Re: [ptxdist] [PATCH v2 1/4] pam: new package

2020-01-28 Thread Roland Hieber
On Mon, Jan 27, 2020 at 04:57:12PM +0100, Ladislav Michl wrote: > On Mon, Jan 27, 2020 at 10:57:48AM +0100, Roland Hieber wrote: > > On Mon, Jan 27, 2020 at 09:52:30AM +0100, Ladislav Michl wrote: > > > Signed-off-by: Ladislav Michl > > > --- > > > Note: Package states, that alternatively GPL