diff options
author | Andrea Sacchetti Picchio <andrea dot sacchettipicchio at gmail dot com> | 2024-11-10 22:53:14 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-11 10:44:17 +0700 |
commit | fa6a9cb72646dedd9350f2f572bb6bc35b962e84 (patch) | |
tree | f2d040615fc29385da3cd6953cf845a860672152 /multimedia | |
parent | 599144e2a36bf4ee0840e6ffc9862c22937c8635 (diff) |
multimedia/w_scan_cpp: Removed NUMJOBS.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/w_scan_cpp/w_scan_cpp.SlackBuild | 7 | ||||
-rw-r--r-- | multimedia/w_scan_cpp/w_scan_cpp.info | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/multimedia/w_scan_cpp/w_scan_cpp.SlackBuild b/multimedia/w_scan_cpp/w_scan_cpp.SlackBuild index e879c1700dc51..b7f6dc6bbfdd6 100644 --- a/multimedia/w_scan_cpp/w_scan_cpp.SlackBuild +++ b/multimedia/w_scan_cpp/w_scan_cpp.SlackBuild @@ -26,13 +26,12 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=w_scan_cpp VERSION=${VERSION:-20231015} -VERSION_vdr=${VERSION_vdr:-2.7.2} +VERSION_vdr=${VERSION_vdr:-2.7.3} VERSION_satip=${VERSION_satip:-2.4.1} VERSION_wirbelscan=${VERSION_wirbelscan:-2024.09.15} -BUILD=${BUILD:-3} +BUILD=${BUILD:-4} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -NUMJOBS=${NUMJOBS:-" -j$(nproc) "} if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -99,7 +98,7 @@ sed "/ParseLCN/s/false/true/" -i vdr/PLUGINS/src/wirbelscan/common.cpp CFLAGS="$SLKCFLAGS -z muldefs" \ CXXFLAGS="$SLKCFLAGS -z muldefs" \ - make $NUMJOBS install DESTDIR=$PKG prefix=/usr + make install DESTDIR=$PKG prefix=/usr # Fix DIR mv $PKG/usr/share/man $PKG/usr diff --git a/multimedia/w_scan_cpp/w_scan_cpp.info b/multimedia/w_scan_cpp/w_scan_cpp.info index a3bd8e2f69528..b7f4759c3d323 100644 --- a/multimedia/w_scan_cpp/w_scan_cpp.info +++ b/multimedia/w_scan_cpp/w_scan_cpp.info @@ -4,11 +4,11 @@ HOMEPAGE="https://www.gen2vdr.de/wirbel/w_scan_cpp/index2.html" DOWNLOAD="https://www.gen2vdr.de/wirbel/w_scan_cpp/w_scan_cpp-20231015.tar.bz2 \ https://www.gen2vdr.de/wirbel/wirbelscan/vdr-wirbelscan-2024.09.15.tgz \ https://github.com/rofafor/vdr-plugin-satip/archive/v2.4.1/vdr-plugin-satip-2.4.1.tar.gz \ - https://github.com/vdr-projects/vdr/archive/2.7.2/vdr-2.7.2.tar.gz" + https://github.com/vdr-projects/vdr/archive/2.7.3/vdr-2.7.3.tar.gz" MD5SUM="ac6bca5260c571f81648bf735c0731b8 \ 902f28b7ecefbe7c9cf211c126d4d8d3 \ cd9ff5d2b47c3e55d64dbc375f84a5a7 \ - 40434680b93a7c40d4df592b781eb539" + 837e79c613a1b6037f7351cd868e7210" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pugixml librepfunc" |