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

2020-01-27 Thread Marian Cichy
Update version and add new dependencies --- rules/opencv.in | 13 + rules/opencv.make | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/rules/opencv.in b/rules/opencv.in index 12b44606f..8380506ad 100644 --- a/rules/opencv.in +++ b/rules/opencv.in @@ -99,6

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

2020-01-27 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 415db9e1e..12b44606f 100644 --- a/rules/opencv.in +++ b/rules/opencv.in @@ -102,6 +102,12 @@ config

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

2020-01-27 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 v3 2/8] OpenCV: Added flag to build and integrate Examples

2020-01-27 Thread Marian Cichy
Signed-off-by: Marian Cichy --- rules/opencv.in | 5 + rules/opencv.make | 21 ++--- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/rules/opencv.in b/rules/opencv.in index 37fd32758..ac096d60c 100644 --- a/rules/opencv.in +++ b/rules/opencv.in @@ -131,4

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

2020-01-27 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 v3 8/8] OpenCV: make build generate pkg-config file

2020-01-27 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 v3 4/8] OpenCV: Changed QT-Support from 4 to 5

2020-01-27 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 ac096d60c..415db9e1e 100644 --- a/rules/opencv.in +++ b/rules/opencv.in @@ -8,10 +8,9 @@ menuconfig

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

2020-01-27 Thread Marian Cichy
Signed-off-by: Marian Cichy --- rules/opencv.make | 159 +++--- 1 file changed, 108 insertions(+), 51 deletions(-) diff --git a/rules/opencv.make b/rules/opencv.make index 0ae4776d2..a8c4057c2 100644 --- a/rules/opencv.make +++ b/rules/opencv.make @@

[ptxdist] [PATCH v2 4/4] util-linux: optionally build login program

2020-01-27 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- Changes: -v2: Avoid conflicting with Busybox and shadow. rules/util-linux-ng.in | 19 +++ rules/util-linux-ng.make | 5 - 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in

[ptxdist] [PATCH v2 3/4] shadow: new package

2020-01-27 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- Changes: -v2: Avoid conflicting with Busybox, simplify menuconfig rules/shadow.in | 26 ++ rules/shadow.make | 121 ++ 2 files changed, 147 insertions(+) create mode 100644 rules/shadow.in create mode

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

2020-01-27 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- Note: Package states, that alternatively GPL can be used as a license. There is no GPL version specification and also some files claims LGPL can be used. Also without specifying version. Debian package references /usr/share/common-licenses/GPL which is

[ptxdist] [PATCH v2 2/4] Introduce global PAM option

2020-01-27 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- Changes: v2: None rules/core-pam.in| 8 rules/pre/Rules.make | 6 ++ 2 files changed, 14 insertions(+) create mode 100644 rules/core-pam.in diff --git a/rules/core-pam.in b/rules/core-pam.in new file mode 100644 index 0..0e2c983a5

[ptxdist] [PATCH v2 0/4] PAM

2020-01-27 Thread Ladislav Michl
Hi there! Recently I found that for some projects the only remaining utility I'm using from busybox is login. And that there is no alternative. Until now... And now you can choose between Busybox' login, util-linux' login and shadow-utils' login. That said, PTXdist can now build true desktop

[ptxdist] [PATCH] weston: version bump 7.0.0 -> 8.0.0

2020-01-27 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/weston.in | 12 rules/weston.make | 14 -- 2 files changed, 4 insertions(+), 22 deletions(-) diff --git a/rules/weston.in b/rules/weston.in index fe44f10813d7..a2b3775eec67 100644 --- a/rules/weston.in +++ b/rules/weston.in @@