diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-06 17:58:27 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-06 17:58:27 +0000 |
commit | d9df28a9ce4a22ff2fea480fbf9fbd24276897dd (patch) | |
tree | 1c9f67b9c4da321cca3531a172f9b05861da16ac /x11/libXvMC | |
parent | e81a369361a2b0d77c57cfae8416c119b8aa4878 (diff) |
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]
Notes
Notes:
svn path=/head/; revision=516911
Diffstat (limited to 'x11/libXvMC')
-rw-r--r-- | x11/libXvMC/Makefile | 4 | ||||
-rw-r--r-- | x11/libXvMC/distinfo | 6 | ||||
-rw-r--r-- | x11/libXvMC/pkg-plist | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/x11/libXvMC/Makefile b/x11/libXvMC/Makefile index 32b5c140e576..0bb62009f996 100644 --- a/x11/libXvMC/Makefile +++ b/x11/libXvMC/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libXvMC -PORTVERSION= 1.0.11 +PORTVERSION= 1.0.12 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe xorg xorg-cat:lib -USE_XORG= x11 xext xv xorgproto +USE_XORG= x11 xext xorgproto xv CPE_VENDOR= x CPE_PRODUCT= libxvmc diff --git a/x11/libXvMC/distinfo b/x11/libXvMC/distinfo index 157b5d7f4572..fd3e52715635 100644 --- a/x11/libXvMC/distinfo +++ b/x11/libXvMC/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1560363169 -SHA256 (xorg/lib/libXvMC-1.0.11.tar.bz2) = 4a2e34d444a683a7c010b01b23cefe2b8043a063ce4dc6a9b855836b5262622d -SIZE (xorg/lib/libXvMC-1.0.11.tar.bz2) = 303516 +TIMESTAMP = 1569372181 +SHA256 (xorg/lib/libXvMC-1.0.12.tar.bz2) = 6b3da7977b3f7eaf4f0ac6470ab1e562298d82c4e79077765787963ab7966dcd +SIZE (xorg/lib/libXvMC-1.0.12.tar.bz2) = 306581 diff --git a/x11/libXvMC/pkg-plist b/x11/libXvMC/pkg-plist index 54ebf75fdefc..cb92a2836389 100644 --- a/x11/libXvMC/pkg-plist +++ b/x11/libXvMC/pkg-plist @@ -1,3 +1,4 @@ +include/X11/extensions/vldXvMC.h include/X11/extensions/XvMClib.h lib/libXvMC.a lib/libXvMC.so @@ -8,4 +9,5 @@ lib/libXvMCW.so lib/libXvMCW.so.1 lib/libXvMCW.so.1.0.0 libdata/pkgconfig/xvmc.pc +libdata/pkgconfig/xvmc-wrapper.pc %%DOCSDIR%%/XvMC_API.txt |