Update to 1.2.0.
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Maintainer of multimedia/libva-intel-driver, Please note that PR ports/180040 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/180040 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
Responsible Changed From-To: freebsd-ports-bugs->madpilot I'll take it.
State Changed From-To: feedback->closed Committed. Thanks!
Author: madpilot Date: Thu Jul 18 22:19:55 2013 New Revision: 323260 URL: http://svnweb.freebsd.org/changeset/ports/323260 Log: - Update to 1.2.0 PR: ports/180040 Submitted by: Myself Approved by: Maintainer timeout Modified: head/multimedia/libva-intel-driver/Makefile head/multimedia/libva-intel-driver/distinfo head/multimedia/libva-intel-driver/files/patch-src-i965_decoder_utils.c Modified: head/multimedia/libva-intel-driver/Makefile ============================================================================== --- head/multimedia/libva-intel-driver/Makefile Thu Jul 18 22:19:33 2013 (r323259) +++ head/multimedia/libva-intel-driver/Makefile Thu Jul 18 22:19:55 2013 (r323260) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libva-intel-driver -PORTVERSION= 1.0.20 +PORTVERSION= 1.2.0 CATEGORIES= multimedia MASTER_SITES= http://www.freedesktop.org/software/vaapi/releases/${PORTNAME}/ Modified: head/multimedia/libva-intel-driver/distinfo ============================================================================== --- head/multimedia/libva-intel-driver/distinfo Thu Jul 18 22:19:33 2013 (r323259) +++ head/multimedia/libva-intel-driver/distinfo Thu Jul 18 22:19:55 2013 (r323260) @@ -1,2 +1,2 @@ -SHA256 (libva-intel-driver-1.0.20.tar.bz2) = 12fefb661372c053ff26530fae8342f9df63dbe8ab2c548d8d430d994042d4c9 -SIZE (libva-intel-driver-1.0.20.tar.bz2) = 768811 +SHA256 (libva-intel-driver-1.2.0.tar.bz2) = a6fceaa118fe5d1a6e7382ed30e6684b4059b3fedd79eb53121a80e8016c748c +SIZE (libva-intel-driver-1.2.0.tar.bz2) = 857789 Modified: head/multimedia/libva-intel-driver/files/patch-src-i965_decoder_utils.c ============================================================================== --- head/multimedia/libva-intel-driver/files/patch-src-i965_decoder_utils.c Thu Jul 18 22:19:33 2013 (r323259) +++ head/multimedia/libva-intel-driver/files/patch-src-i965_decoder_utils.c Thu Jul 18 22:19:55 2013 (r323260) @@ -1,14 +1,14 @@ ---- src/i965_decoder_utils.c.orig 2012-11-09 02:44:47.000000000 +0100 -+++ src/i965_decoder_utils.c 2012-11-14 10:45:13.909019239 +0100 -@@ -22,7 +22,11 @@ - */ +--- src/i965_decoder_utils.c.orig 2013-06-26 05:14:51.000000000 +0200 ++++ src/i965_decoder_utils.c 2013-06-27 16:06:27.234183751 +0200 +@@ -23,7 +23,11 @@ #include "sysdeps.h" + +#ifdef __FreeBSD__ +#include <stdlib.h> +#else #include <alloca.h> +#endif + #include "intel_batchbuffer.h" - #include "i965_decoder_utils.h" #include "i965_drv_video.h" _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"