Files
ports/multimedia/gmp-api/Makefile
T
Matthias Andree 6fd0a862e1 multimedia/gmp-api: update to Firefox135 release
This was released on 2023-04-17 and is a requisite for updating
OpenH264.

Changelog: "Updates to enable features in OpenH264 for improved decoding
performance." <https://github.com/mozilla/gmp-api/releases/tag/Firefox135>

PR:		288375
Approved by:	ports-secteam@ (fernape@)
MFH:		2025Q3
2025-07-27 22:10:15 +02:00

24 lines
496 B
Makefile

PORTNAME= gmp-api
DISTVERSIONPREFIX= Firefox
DISTVERSION= 135
CATEGORIES= multimedia
MAINTAINER= gecko@FreeBSD.org
COMMENT= Gecko Media Plugins API extracted from Firefox
WWW= https://wiki.mozilla.org/GeckoMediaPlugins
LICENSE= APACHE20 BSD3CLAUSE
LICENSE_COMB= multi
USE_GITHUB= yes
GH_ACCOUNT= mozilla
NO_BUILD= yes
NO_ARCH= yes
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/include/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/*.h ${STAGEDIR}${PREFIX}/include/${PORTNAME}
.include <bsd.port.mk>