freebsd-ports/multimedia/gstreamer1-plugins-x265/Makefile
Jan Beich 10be66c9da multimedia/x265: force rebuild consumers after 645419c8e4
$ ffmpeg
ld-elf.so.1: Shared object "libx265.so.192" not found, required by "libavcodec.so.60"

PR:		274526
Reported by:	vvd (on dev-commits-ports-main@ list)
Reported by:	Kevin Oberman (on multimedia@ list)
2023-12-22 21:00:57 +01:00

18 lines
306 B
Makefile

PORTREVISION= 1
CATEGORIES= multimedia
COMMENT= GStreamer libx265 based H265 plugin
GST_PLUGIN= x265
DIST= bad
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libx265.so:multimedia/x265
.include "${MASTERDIR}/Makefile"
MESON_ARGS+= -Dgpl=enabled