head 1.4; access; symbols pkgsrc-2026Q1:1.4.0.2 pkgsrc-2026Q1-base:1.4 pkgsrc-2025Q4:1.3.0.8 pkgsrc-2025Q4-base:1.3 pkgsrc-2025Q3:1.3.0.6 pkgsrc-2025Q3-base:1.3 pkgsrc-2025Q2:1.3.0.4 pkgsrc-2025Q2-base:1.3 pkgsrc-2025Q1:1.3.0.2 pkgsrc-2025Q1-base:1.3; locks; strict; comment @# @; 1.4 date 2026.01.08.14.17.48; author taca; state Exp; branches; next 1.3; commitid qwDbt1vPaQtr3BpG; 1.3 date 2025.03.16.15.40.17; author taca; state Exp; branches; next 1.2; commitid PJTumvw3z8bI5jNF; 1.2 date 2025.03.03.15.43.45; author taca; state Exp; branches; next 1.1; commitid R77z0AUq21zOwDLF; 1.1 date 2025.03.03.15.29.15; author manu; state Exp; branches; next ; commitid o00nZ5sW1aTurDLF; desc @@ 1.4 log @Remove reference to php81. @ text @# $NetBSD: Makefile,v 1.3 2025/03/16 15:40:17 taca Exp $ GITHUB_PROJECT= AVideo-Encoder-Network GITHUB_TAG= 3ac08dfa79fadbd83feb1f8dca3b9370452c8cf5 DISTNAME= 20240118 PKGNAME= ${PHP_PKG_PREFIX}-${GITHUB_PROJECT:tl}-${DISTNAME} CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GITHUB:=WWBN/} HOMEPAGE= https://github.com/WWBN/AVideo-Encoder-Network/ DIST_SUBDIR= ${GITHUB_PROJECT} MAINTAINER= pkgsrc-users@@NetBSD.org COMMENT= Aggregator for AVideo Platform Encoder Servers LICENSE= gnu-gpl-v3 PHP_VERSIONS_ACCEPTED= 74 82 83 WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG} USE_TOOLS= pax USE_LANGUAGES= # none NO_BUILD= yes .include "../../lang/php/phpversion.mk" DEPENDS+= ${PHP_PKG_PREFIX}-curl-[0-9]*:../../www/php-curl DEPENDS+= ${PHP_PKG_PREFIX}-mysqli-[0-9]*:../../databases/php-mysqli .include "../../mk/bsd.prefs.mk" PKG_USERS_VARS+= APACHE_USER AVIDEODIR= share/avideo-encoder-network MAKE_DIRS_PERMS+= ${AVIDEODIR} ${APACHE_USER} ${SHAREGRP} 0755 MAKE_DIRS_PERMS+= ${AVIDEODIR}/cache ${APACHE_USER} ${SHAREGRP} 0755 do-install: ${FIND} ${WRKSRC} \( -type f -o -type d \) -exec ${CHMOD} og-w {} \; cd ${WRKSRC} && ${FIND} . -type f \! -name '*.orig' \ \! -name .gitignore \! -name .gitmodules -print | \ ${PAX} -rw -pmp ${DESTDIR}${PREFIX}/${AVIDEODIR} .include "../../lang/php/json.mk" .include "../../mk/bsd.pkg.mk" @ 1.3 log @remove includes of lang/php/phpversion.mk since lang/php/json.mk includes it. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2025/03/03 15:43:45 taca Exp $ d16 1 a16 1 PHP_VERSIONS_ACCEPTED= 74 81 82 83 @ 1.2 log @Fix build on current PHP framework * PKG_PHP_MAJOR_VERS has gone. * Use "lang/php/json.mk" for php-json dependency. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2025/03/03 15:29:15 manu Exp $ a43 1 .include "../../lang/php/phpversion.mk" @ 1.1 log @Added multimedia/php-avideo-encoder-network 20240118 AVideo-Encoder-Network (AEN) is a platform designed to streamline your video encoding. This platform has been implemented so that several encoders can be monitored in real time. The system works by doing some real-time testing on the encoders servers, with check ping speed, queue encoding length and free memory of each server. With this information the (AEN) helps you decide which encoder to use. The use is the same as using a simple encoder, but this tool will help you choose the best encoder at the time of encoding. @ text @d1 1 a1 1 # $NetBSD$ a25 3 .if ${PKG_PHP_MAJOR_VERS} < 8 DEPENDS+= ${PHP_PKG_PREFIX}-json-[0-9]*:../../textproc/php-json .endif d43 1 @