[ptxdist] [PATCH v3 3/3] opensc: Reactivate testsuite option

2020-01-02 Thread Alexander Dahl
Signed-off-by: Alexander Dahl --- rules/opensc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/opensc.in b/rules/opensc.in index eeda1e43d..c6a00419e 100644 --- a/rules/opensc.in +++ b/rules/opensc.in @@ -7,6 +7,7 @@ menuconfig OPENSC select OPENCT

[ptxdist] [PATCH v3 1/3] cmocka: new package

2020-01-02 Thread Alexander Dahl
From: Alexander Dahl This adds the unit testing framework for C called 'cmocka'. Signed-off-by: Alexander Dahl --- Notes: v1 -> v2: * use make $(basename …) for building URL from VERSION rules/cmocka.in | 13 ++ rules/cmocka.make | 60

[ptxdist] [PATCH v3 0/3] cmocka: new package

2020-01-02 Thread Alexander Dahl
Hei hei, this basically adds the version bump of opensc from 0.19.0 to 0.20.0, so now that one builds with cmocka tests. The cmocka part of this series did not change and I already had some practical experience with that in December. Works for me. ;-) For the OpenSC part: please test! I don't

Re: [ptxdist] How to express a dependency that can be satisfied by alternative packages

2020-01-02 Thread Michael Olbrich
Hi, On Thu, Jan 02, 2020 at 12:53:36PM +0100, Roland Hieber wrote: > On Mon, Dec 16, 2019 at 07:23:13PM +0100, Guillermo Rodriguez Garcia wrote: > > Let's say I have a package that requires a specific cmd line utility > > (e.g. openvt). > > This can be provided by two different packages (e.g.

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

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

2020-01-02 Thread Marian Cichy
Signed-off-by: Marian Cichy --- rules/opencv.in | 5 + rules/opencv.make | 22 -- 2 files changed, 25 insertions(+), 2 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 1/6] OpenCV: Update to Version 4.1.2.

2020-01-02 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 5/6] OpenCV: added switch to turn on/off DNN support

2020-01-02 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 6/6] OpenCV: changed ptx/ifdef usage to ptx/onoff

2020-01-02 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 3/6] OpenCV: Clean up configure_helper output

2020-01-02 Thread Marian Cichy
Signed-off-by: Marian Cichy --- rules/opencv.make | 182 +- 1 file changed, 133 insertions(+), 49 deletions(-) diff --git a/rules/opencv.make b/rules/opencv.make index fc6243753..1656f605a 100644 --- a/rules/opencv.make +++ b/rules/opencv.make @@

Re: [ptxdist] [PATCH] zstd: new package

2020-01-02 Thread Roland Hieber
Hi Florian, unfortunately your mailer seems to apply word wrapping to the patch, so it didn't apply for me. The git-format-patch manpage [1] has some tips how to prevent that. [1]: https://git-scm.com/docs/git-format-patch#_thunderbird Nevertheless some feedback below: On Fri, Dec 27, 2019 at

[ptxdist] [PATCH v2] systemd: install systemd-timesync.list in ntp-units.d

2020-01-02 Thread Clemens Gruber
When systemd-timesyncd is used, there should be an entry in ntp-units.d. Otherwise, timedatectl set-ntp sometimes fails with "NTP not supported". Signed-off-by: Clemens Gruber --- Changes from v1: - Changed install_tree to install_alternative to support overriding and to let other packages

Re: [ptxdist] [PATCH] systemd: install systemd-timesync.list in ntp-units.d

2020-01-02 Thread Clemens Gruber
Hi Denis, On Thu, Jan 02, 2020 at 09:46:21AM +, Denis OSTERLAND wrote: > Hi Clemens, > > Am Montag, den 23.12.2019, 15:45 +0100 schrieb Clemens Gruber: > > When systemd-timesyncd is used, there should be an entry in ntp-units.d. > > Otherwise, timedatectl set-ntp sometimes fails with "NTP

Re: [ptxdist] [PATCH] host-meson: version bump 0.51.2 -> 0.52.1

2020-01-02 Thread Roland Hieber
Hi Björn, On Thu, Dec 26, 2019 at 05:55:22PM +0100, Björn Esser wrote: > Signed-off-by: Björn Esser > --- > rules/host-meson.make | 16 > 1 file changed, 8 insertions(+), 8 deletions(-) > > diff --git a/rules/host-meson.make b/rules/host-meson.make > index a12b03652..73371872d

Re: [ptxdist] How to express a dependency that can be satisfied by alternative packages

2020-01-02 Thread Roland Hieber
On Mon, Dec 16, 2019 at 07:23:13PM +0100, Guillermo Rodriguez Garcia wrote: > Hi all, > > Let's say I have a package that requires a specific cmd line utility > (e.g. openvt). > This can be provided by two different packages (e.g. busybox or kbd) > How to express that dependency in the .in file

Re: [ptxdist] [PATCH] systemd: install systemd-timesync.list in ntp-units.d

2020-01-02 Thread Denis OSTERLAND
Hi Clemens, Am Montag, den 23.12.2019, 15:45 +0100 schrieb Clemens Gruber: > When systemd-timesyncd is used, there should be an entry in ntp-units.d. > Otherwise, timedatectl set-ntp sometimes fails with "NTP not supported". > > Signed-off-by: Clemens Gruber > --- >