- Update to 1.3.0 - Use new LIB_DEPENDS format - USES=tar - Enable staging
Maintainer of multimedia/libva-intel-driver, Please note that PR ports/187986 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/187986 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->madpilot I'll take it.
Author: madpilot Date: Tue Apr 22 23:34:18 2014 New Revision: 351889 URL: http://svnweb.freebsd.org/changeset/ports/351889 QAT: https://qat.redports.org/buildarchive/r351889/ Log: - Update to 1.3.0 - Use new LIB_DEPENDS format - USES=tar - Enable staging PR: ports/187986 Submitted by: me Approved by: Maintainer timeout Modified: head/multimedia/libva-intel-driver/Makefile head/multimedia/libva-intel-driver/distinfo Modified: head/multimedia/libva-intel-driver/Makefile ============================================================================== --- head/multimedia/libva-intel-driver/Makefile Tue Apr 22 23:28:27 2014 (r351888) +++ head/multimedia/libva-intel-driver/Makefile Tue Apr 22 23:34:18 2014 (r351889) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libva-intel-driver -PORTVERSION= 1.2.0 +PORTVERSION= 1.3.0 CATEGORIES= multimedia MASTER_SITES= http://www.freedesktop.org/software/vaapi/releases/${PORTNAME}/ @@ -12,11 +12,10 @@ COMMENT= VAAPI intel driver LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= va:${PORTSDIR}/multimedia/libva +LIB_DEPENDS= libva.so:${PORTSDIR}/multimedia/libva BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat -USES= gmake pkgconfig -USE_BZIP2= yes +USES= gmake pkgconfig tar:bzip2 USE_GL= gl USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize ACLOCAL_ARGS= -I. @@ -29,7 +28,6 @@ LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= lib/va/i965_drv_video.so \ lib/va/i965_drv_video.la -NO_STAGE= yes .include <bsd.port.pre.mk> .if defined(WITH_NEW_XORG) Modified: head/multimedia/libva-intel-driver/distinfo ============================================================================== --- head/multimedia/libva-intel-driver/distinfo Tue Apr 22 23:28:27 2014 (r351888) +++ head/multimedia/libva-intel-driver/distinfo Tue Apr 22 23:34:18 2014 (r351889) @@ -1,2 +1,2 @@ -SHA256 (libva-intel-driver-1.2.0.tar.bz2) = a6fceaa118fe5d1a6e7382ed30e6684b4059b3fedd79eb53121a80e8016c748c -SIZE (libva-intel-driver-1.2.0.tar.bz2) = 857789 +SHA256 (libva-intel-driver-1.3.0.tar.bz2) = 734c15e78495f53fecb9862a22579d05ca5994fac4d04e3cc804ca9cbaa7fb6c +SIZE (libva-intel-driver-1.3.0.tar.bz2) = 965030 _______________________________________________ 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"
State Changed From-To: feedback->closed Committed. Thanks!