pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

zoneminder: Drop the netpbm dependency, the change log (which itself seems to be no longer maintained) refers to the dependency being dropped - and the command line pnmscale tool is presumably no longer required because of the direct ffmpeg library usage.



Module Name:	pkgsrc-wip
Committed By:	davidsainty <david.sainty%gmail.com@localhost>
Pushed By:	dsainty
Date:		Sun Jan 23 23:45:04 2022 +1300
Changeset:	535e2dfe64e73b5557dc3a3555edf24c1a05fcc0

Modified Files:
	zoneminder/Makefile

Log Message:
zoneminder: Drop the netpbm dependency, the change log (which itself seems to be no longer maintained) refers to the dependency being dropped - and the command line pnmscale tool is presumably no longer required because of the direct ffmpeg library usage.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=535e2dfe64e73b5557dc3a3555edf24c1a05fcc0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 zoneminder/Makefile | 5 -----
 1 file changed, 5 deletions(-)

diffs:
diff --git a/zoneminder/Makefile b/zoneminder/Makefile
index 000e2f16a0..9409d04b23 100644
--- a/zoneminder/Makefile
+++ b/zoneminder/Makefile
@@ -28,8 +28,6 @@ LICENSE=	gnu-gpl-v2
 # NetBSD tar: Invalid header, starting valid header search.
 EXTRACT_USING=	gtar
 
-DEPENDS+=	netpbm-[0-9]*:../../graphics/netpbm
-
 # ZoneMinder 1.29.0 seems to work fine on at least PHP 5.6 and 7.4.
 # Under PHP 8.0 it is logging at Error level type errors out of skin.js.
 # Under PHP 8.1 it is logging at Panic level that strftime is deprecated.
@@ -104,9 +102,6 @@ CMAKE_ARGS+=		-DPOLKIT_LIBRARIES=" " -DPOLKIT_INCLUDE_DIR=" "
 PTHREAD_AUTO_VARS=	yes
 .include "../../mk/pthread.buildlink3.mk"
 
-CONFIGURE_ENV+=		OPT_NETPBM=yes
-CONFIGURE_ENV+=		PATH_NETPBM=${PREFIX}/bin/pnmscale
-
 .include "../../multimedia/ffmpeg2/buildlink3.mk"
 CONFIGURE_ARGS+=	--with-ffmpeg=${BUILDLINK_PREFIX.ffmpeg2}
 CONFIGURE_ENV+=		PATH_FFMPEG=${BUILDLINK_PREFIX.ffmpeg2}/bin/ffmpeg2


Home | Main Index | Thread Index | Old Index