View | Details | Raw Unified | Return to bug 196422
Collapse All | Expand All

(-)Makefile (-3 / +2 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	libva-intel-driver
4
PORTNAME=	libva-intel-driver
5
PORTVERSION=	1.3.1
5
PORTVERSION=	1.5.0
6
PORTREVISION=	2
7
CATEGORIES=	multimedia
6
CATEGORIES=	multimedia
8
MASTER_SITES=	http://www.freedesktop.org/software/vaapi/releases/${PORTNAME}/
7
MASTER_SITES=	http://www.freedesktop.org/software/vaapi/releases/${PORTNAME}/
9
8
Lines 16-22 Link Here
16
LIB_DEPENDS=	libva.so:${PORTSDIR}/multimedia/libva
15
LIB_DEPENDS=	libva.so:${PORTSDIR}/multimedia/libva
17
BUILD_DEPENDS=	${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat
16
BUILD_DEPENDS=	${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat
18
17
19
USES=		gmake libtool pkgconfig tar:bzip2
18
USES=		compiler:c11 gmake libtool pkgconfig tar:bzip2
20
USE_GL=		gl
19
USE_GL=		gl
21
USE_AUTOTOOLS=	aclocal autoheader automake autoconf libtoolize
20
USE_AUTOTOOLS=	aclocal autoheader automake autoconf libtoolize
22
ACLOCAL_ARGS=	-I.
21
ACLOCAL_ARGS=	-I.
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (libva-intel-driver-1.3.1.tar.bz2) = 8264bc6fc643f8681ef6f0d6db900416d246511c4b601a0b743ed0e64f93f347
1
SHA256 (libva-intel-driver-1.5.0.tar.bz2) = d0b448193ab34b622cd14e4db8ca29991a4038b4eb459a8fbbcbd7db843da3dc
2
SIZE (libva-intel-driver-1.3.1.tar.bz2) = 950026
2
SIZE (libva-intel-driver-1.5.0.tar.bz2) = 1019243
(-)files/patch-src-i965_decoder_utils.c (-4 / +4 lines)
Lines 1-9 Link Here
1
--- src/i965_decoder_utils.c.orig	2013-06-26 05:14:51.000000000 +0200
1
--- src/i965_decoder_utils.c.orig	2014-12-24 00:59:48 UTC
2
+++ src/i965_decoder_utils.c	2013-06-27 16:06:27.234183751 +0200
2
+++ src/i965_decoder_utils.c
3
@@ -23,7 +23,11 @@
3
@@ -23,7 +23,11 @@
4
 
4
 
5
 #include "sysdeps.h"
5
 #include "sysdeps.h"
6
 
6
 #include <limits.h>
7
+#ifdef __FreeBSD__
7
+#ifdef __FreeBSD__
8
+#include <stdlib.h>
8
+#include <stdlib.h>
9
+#else
9
+#else
Lines 11-14 Link Here
11
+#endif
11
+#endif
12
 
12
 
13
 #include "intel_batchbuffer.h"
13
 #include "intel_batchbuffer.h"
14
 #include "i965_drv_video.h"
14
 #include "intel_media.h"

Return to bug 196422