pkgsrc-WIP-changes archive

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

zoneminder: Add dependency on php-gd to define imagecreatefromjpeg() [and other related interfaces]. Makes scaled thumbnail images work again.



Module Name:	pkgsrc-wip
Committed By:	davidsainty <david.sainty%gmail.com@localhost>
Pushed By:	dsainty
Date:		Sun Jan 23 10:42:28 2022 +1300
Changeset:	0d5bc930eb6ac4cfe21d2735cb7cbc0fceecf2ff

Modified Files:
	zoneminder/Makefile

Log Message:
zoneminder: Add dependency on php-gd to define imagecreatefromjpeg() [and other related interfaces].  Makes scaled thumbnail images work again.

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

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

diffstat:
 zoneminder/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/zoneminder/Makefile b/zoneminder/Makefile
index aeaf5a542f..cddb00f28f 100644
--- a/zoneminder/Makefile
+++ b/zoneminder/Makefile
@@ -174,6 +174,7 @@ CMAKE_ARGS+=		-DZM_WEB_GROUP=${APACHE_GROUP}
 # If we're using Apache we're going to need PHP, and PHP extensions.
 .include "../../lang/php/phpversion.mk"
 DEPENDS+=	${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}-[0-9]*:../../www/ap-php
+DEPENDS+=	${PHP_PKG_PREFIX}-gd-[0-9]*:../../graphics/php-gd
 DEPENDS+=	${PHP_PKG_PREFIX}-pdo_mysql-[0-9]*:../../databases/php-pdo_mysql
 DEPENDS+=	${PHP_PKG_PREFIX}-sockets-[0-9]*:../../net/php-sockets
 .endif


Home | Main Index | Thread Index | Old Index