Skip to content

Commit

Permalink
multimedia/vdpauinfo: Update to 1.5
Browse files Browse the repository at this point in the history
- Add missing dependency on x11
  • Loading branch information
madpilot78 committed Jul 7, 2022
1 parent 3f1bcef commit b5d2311
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions multimedia/vdpauinfo/Makefile
@@ -1,7 +1,7 @@
# Created by: Anonymous <swell.k@gmail.com>

PORTNAME= vdpauinfo
PORTVERSION= 1.4
PORTVERSION= 1.5
CATEGORIES= multimedia

MAINTAINER= madpilot@FreeBSD.org
Expand All @@ -12,11 +12,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING

LIB_DEPENDS= libvdpau.so:multimedia/libvdpau

USES= autoreconf pkgconfig
USES= autoreconf pkgconfig xorg
USE_XORG= x11
USE_GITLAB= yes
GL_SITE= https://gitlab.freedesktop.org
GL_ACCOUNT= vdpau
GL_COMMIT= 3463ab40a89179e6e199575e8bee9c23ee027377
GL_COMMIT= d3c5bd63bf8878d59b22d618d2bb5116db392d28
GNU_CONFIGURE= yes
PLIST_FILES= bin/vdpauinfo

Expand Down
6 changes: 3 additions & 3 deletions multimedia/vdpauinfo/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1617891589
SHA256 (vdpau-vdpauinfo-3463ab40a89179e6e199575e8bee9c23ee027377_GL0.tar.gz) = a43eddfff4b6a5353a6f1bd7ae465723124f0b9e01412dcce0a0ef89782e539a
SIZE (vdpau-vdpauinfo-3463ab40a89179e6e199575e8bee9c23ee027377_GL0.tar.gz) = 12219
TIMESTAMP = 1657199677
SHA256 (vdpau-vdpauinfo-d3c5bd63bf8878d59b22d618d2bb5116db392d28_GL0.tar.gz) = fb35038a8c72e40b99aa7baa62795b69c5827ea6cc0a7bfea0fe3fc7c9768530
SIZE (vdpau-vdpauinfo-d3c5bd63bf8878d59b22d618d2bb5116db392d28_GL0.tar.gz) = 12247

0 comments on commit b5d2311

Please sign in to comment.