From faa80e7dad4c49ff3fb490a3c7f9c66ca6fe0ba5 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 6 Aug 2019 14:29:25 +0200 Subject: Packages rebuilt/upgraded due to newer ffmpeg/libevent in -current Deps: - rebuilt qt5 (for the new libevent). - rebuilt OpenAL and mlt (for the new ffmpeg). - upgraded opencv, qrencode, qtav, sip and QScintilla. - removed PyQT (since this now properly landed in -current) Frameworks: - rebuilt prison (for the new qrencode) and kfilemetadata5 (new ffmpeg). Plasma: - rebuilt ksysguard (for the new libevent). Applications: - rebuilt ffmpegthumbs and k3b (for the new ffmpeg). Applications-extra: - upgraded digikam and krita. --- deps/opencv/.url | 4 ++-- deps/opencv/opencv.SlackBuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'deps/opencv') diff --git a/deps/opencv/.url b/deps/opencv/.url index bb4164d..a277f25 100644 --- a/deps/opencv/.url +++ b/deps/opencv/.url @@ -1,2 +1,2 @@ -https://github.com/Itseez/opencv/archive/4.1.0/opencv-4.1.0.tar.gz -https://github.com/Itseez/opencv_contrib/archive/4.1.0/opencv_contrib-4.1.0.zip +https://github.com/Itseez/opencv/archive/4.1.1/opencv-4.1.1.tar.gz +https://github.com/Itseez/opencv_contrib/archive/4.1.1/opencv_contrib-4.1.1.zip diff --git a/deps/opencv/opencv.SlackBuild b/deps/opencv/opencv.SlackBuild index 6a2677f..dc473ed 100755 --- a/deps/opencv/opencv.SlackBuild +++ b/deps/opencv/opencv.SlackBuild @@ -25,10 +25,10 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=opencv -VERSION=${VERSION:-4.1.0} +VERSION=${VERSION:-4.1.1} BUILD=${BUILD:-1} -NUMJOBS=${NUMJOBS:-" -j$(nproc)"} +NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then -- cgit v1.2.3