freebsd-ports/x11/libXvMC/Makefile
Niclas Zeising d9df28a9ce Update xorgproto, libX11 and libXvMC
Update x11/xorgproto to 2019.2 [0]
Disable all legacy headers, they are no longer needed, since they only
detail deprecated protocol features.

Update x11/libX11 to 1.6.9
This is a minor update, mostly containing fixes to work with updated
x11/xorgproto.

Update x11/libXvMC to  1.0.12 [1]
This is a minor update, mostly containing fixes to work with updated
x11/xorgproto.

Patch mesa prts to explicitly link against -lXv, previously this was pulled
in by x11/libXvMC, but with changes to libXvMC .pc file, this is no longer
true.
Bump portrevision for mesa-dri because of this.

Thanks fo antoine for the exp-run!

PR:		241314 (exp-run) [0], 240801 [1]
Submitted by:	pete@nomadlogic.org [1]
2019-11-06 17:58:27 +00:00

21 lines
396 B
Makefile

# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$
PORTNAME= libXvMC
PORTVERSION= 1.0.12
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X Video Extension Motion Compensation library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe xorg xorg-cat:lib
USE_XORG= x11 xext xorgproto xv
CPE_VENDOR= x
CPE_PRODUCT= libxvmc
INSTALL_TARGET= install-strip
.include <bsd.port.mk>