Bug 187986 - multimedia/libva-intel-driver: update to 1.3.0
Summary: multimedia/libva-intel-driver: update to 1.3.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Guido Falsi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-26 22:30 UTC by Guido Falsi
Modified: 2014-04-23 00:40 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.38 KB, patch)
2014-03-26 22:30 UTC, Guido Falsi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Guido Falsi freebsd_committer freebsd_triage 2014-03-26 22:30:00 UTC
- Update to 1.3.0
- Use new LIB_DEPENDS format
- USES=tar
- Enable staging
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-26 22:30:04 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-26 22:30:05 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Guido Falsi freebsd_committer freebsd_triage 2014-03-26 22:41:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->madpilot

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-04-23 00:34:22 UTC
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"
Comment 5 Guido Falsi freebsd_committer freebsd_triage 2014-04-23 00:34:25 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!