34f6be4150
Update libXfixes to 5.0.2. Update libXi to 1.7.7. Update libXrandr to 1.5.1. Update libXrender to 0.9.10. Update libXtst to 1.2.3. Update libXv to 1.0.11. Update libXvMC to 1.0.10. Fix a number of issues in the way these X client libraries handle the responses they receive from servers. Submitted by: zeising@ Security: 1cf65085-a760-41d2-9251-943e1af62eb8 MFH: 2016Q4
18 lines
343 B
Makefile
18 lines
343 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libXvMC
|
|
PORTVERSION= 1.0.10
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Video Extension Motion Compensation library
|
|
|
|
XORG_CAT= lib
|
|
USE_XORG= x11 xext xv xextproto videoproto:both xproto:both
|
|
USES+= cpe
|
|
CPE_PRODUCT= libxvmc
|
|
CPE_VENDOR= x
|
|
|
|
.include <bsd.port.mk>
|