aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/libva/Makefile
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2017-02-23 22:27:40 +0800
committermadpilot <madpilot@FreeBSD.org>2017-02-23 22:27:40 +0800
commitf2d11f10cada06baa174cff60318bb2174eda06e (patch)
tree0108530ecb1c7bb9da732ab7b0a605fce50a843f /multimedia/libva/Makefile
parent839340ed8e106f252b3f36d8c5cb43403d9cd120 (diff)
downloadfreebsd-ports-gnome-f2d11f10cada06baa174cff60318bb2174eda06e.tar.gz
freebsd-ports-gnome-f2d11f10cada06baa174cff60318bb2174eda06e.tar.zst
freebsd-ports-gnome-f2d11f10cada06baa174cff60318bb2174eda06e.zip
- Update multimedia/libva to 1.7.3
- Update multimedia/libva-intel-driver to 1.7.3 - Both project moved to github
Diffstat (limited to 'multimedia/libva/Makefile')
-rw-r--r--multimedia/libva/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/multimedia/libva/Makefile b/multimedia/libva/Makefile
index 731b5b2969f1..8e4e63b896ef 100644
--- a/multimedia/libva/Makefile
+++ b/multimedia/libva/Makefile
@@ -1,9 +1,8 @@
# $FreeBSD$
PORTNAME= libva
-PORTVERSION= 1.7.2
+PORTVERSION= 1.7.3
CATEGORIES= multimedia
-MASTER_SITES= http://cgit.freedesktop.org/${PORTNAME}/snapshot/
MAINTAINER= madpilot@FreeBSD.org
COMMENT= VAAPI wrapper and dummy driver
@@ -21,6 +20,10 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=va
USE_LDCONFIG= yes
+USE_GITHUB= yes
+GH_ACCOUNT= 01org
+GH_TAGNAME= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
+
LDFLAGS+= -lpthread
# prevent types conflict: videodev2.h vs. drm.h
CFLAGS+= -DHAVE_LINUX_INTEGER_TYPES