mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Update libvdpau and vdpauinfo to 1.3
- Move to new master site PR: 242715 Submitted by: jbeich
This commit is contained in:
parent
cfccce3080
commit
c979326070
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520512
@ -1,10 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libvdpau
|
||||
PORTVERSION= 1.1.1
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.3
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://cgit.freedesktop.org/~aplattner/libvdpau/snapshot/
|
||||
|
||||
MAINTAINER= madpilot@FreeBSD.org
|
||||
COMMENT= VDPAU wrapper and tracing library
|
||||
@ -12,24 +10,18 @@ COMMENT= VDPAU wrapper and tracing library
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= autoreconf libtool pkgconfig tar:xz xorg
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-documentation
|
||||
USE_XORG= xorgproto xext
|
||||
USES= localbase meson pkgconfig xorg
|
||||
USE_GITLAB= yes
|
||||
USE_XORG= xext xorgproto
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
OPTIONS_DEFINE= DEBUG
|
||||
|
||||
DEBUG_CFLAGS= -D_DEBUG
|
||||
DEBUG_CFLAGS_OFF= -DNDEBUG
|
||||
GL_SITE= https://gitlab.freedesktop.org
|
||||
GL_ACCOUNT= vdpau
|
||||
GL_COMMIT= f57a9904c43ef5d726320c77baa91d0c38361ed4
|
||||
MESON_ARGS= -Ddocumentation=false
|
||||
|
||||
post-patch: .SILENT
|
||||
${REINPLACE_CMD} 's|$$(libdir)/\(pkgconfig\)|$$(prefix)/libdata/\1|' \
|
||||
${WRKSRC}/Makefile.am
|
||||
${REINPLACE_CMD} '/^export /d' ${WRKSRC}/doc/Makefile.am
|
||||
cd ${WRKSRC}/src && ${MV} vdpau_wrapper.cfg vdpau_wrapper.cfg.sample
|
||||
${REINPLACE_CMD} 's/vdpau_wrapper.cfg/&.sample/' \
|
||||
${WRKSRC}/src/Makefile.am
|
||||
${WRKSRC}/src/meson.build
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (libvdpau-1.1.1.tar.xz) = e228cbce70ac9fa5921394b04d4e52141399ccde46f1d004a3c72f5bcb1f834e
|
||||
SIZE (libvdpau-1.1.1.tar.xz) = 132360
|
||||
TIMESTAMP = 1567015075
|
||||
SHA256 (vdpau-libvdpau-f57a9904c43ef5d726320c77baa91d0c38361ed4_GL0.tar.gz) = 9fece96c3c4a0ea555e3e06a77c81ad5de28f4de2a91e456de38d01b275f4f53
|
||||
SIZE (vdpau-libvdpau-f57a9904c43ef5d726320c77baa91d0c38361ed4_GL0.tar.gz) = 148322
|
||||
|
@ -2,9 +2,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= vdpauinfo
|
||||
PORTVERSION= 1.0
|
||||
PORTVERSION= 1.3
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://people.freedesktop.org/~aplattner/vdpau/
|
||||
|
||||
MAINTAINER= madpilot@FreeBSD.org
|
||||
COMMENT= Tool to query VDPAU capabilities
|
||||
@ -14,9 +13,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libvdpau.so:multimedia/libvdpau
|
||||
|
||||
USES= pkgconfig
|
||||
USES= autoreconf pkgconfig
|
||||
USE_GITLAB= yes
|
||||
GL_SITE= https://gitlab.freedesktop.org
|
||||
GL_ACCOUNT= vdpau
|
||||
GL_COMMIT= 0bc58c03e61e038ba3b81dfff36cc35cadfae447
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PLIST_FILES= bin/vdpauinfo
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (vdpauinfo-1.0.tar.gz) = 4054960b7ae618c351ff1ce3e7831b5cbda964ae1fbf9969b7146404d3044bc4
|
||||
SIZE (vdpauinfo-1.0.tar.gz) = 88567
|
||||
TIMESTAMP = 1575922574
|
||||
SHA256 (vdpau-vdpauinfo-0bc58c03e61e038ba3b81dfff36cc35cadfae447_GL0.tar.gz) = 4e52598c93244e4f2fa31c50a502f2346d9de04cf9a55c8a5c0160a270403a44
|
||||
SIZE (vdpau-vdpauinfo-0bc58c03e61e038ba3b81dfff36cc35cadfae447_GL0.tar.gz) = 12141
|
||||
|
Loading…
Reference in New Issue
Block a user