Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Oct 2012 22:05:57 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305607 - in head: . multimedia multimedia/libva-vdpau-driver multimedia/vdpau-video
Message-ID:  <201210092205.q99M5vYS094272@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Tue Oct  9 22:05:57 2012
New Revision: 305607
URL: http://svn.freebsd.org/changeset/ports/305607

Log:
  - Move vdpau-video to libva-vdpau-driver to follow upstream project
    name change
  - Update to 0.7.4
  - Take maintainership
  - Update master site
  - Undeprecate
  - Remove ABI version number from LIB_DEPENDS
  - Convert to new options framework
  - Add note in UPDATING about the move

Added:
  head/multimedia/libva-vdpau-driver/
     - copied from r305605, head/multimedia/vdpau-video/
Deleted:
  head/multimedia/vdpau-video/
Modified:
  head/MOVED
  head/UPDATING
  head/multimedia/Makefile
  head/multimedia/libva-vdpau-driver/Makefile   (contents, props changed)
  head/multimedia/libva-vdpau-driver/distinfo   (contents, props changed)

Modified: head/MOVED
==============================================================================
--- head/MOVED	Tue Oct  9 22:04:23 2012	(r305606)
+++ head/MOVED	Tue Oct  9 22:05:57 2012	(r305607)
@@ -3716,3 +3716,4 @@ textproc/aspell-without-dicten|textproc/
 www/jakarta-jmeter|www/jmeter|2012-09-25|Former Jakarta projects now live on their own
 www/smarty|www/smarty2|2012-09-26|Renamed to prepare for addition of Smarty 3.x to the tree
 devel/p5-Devel-Mallinfo||2012-10-08|Has expired: Does not work on FreeBSD, mallinfo() is a GNU libc function and is not available on FreeBSD
+multimedia/vdpau-video|multimedia/libva-vdpau-driver|2012-10-09|Project renamed

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Tue Oct  9 22:04:23 2012	(r305606)
+++ head/UPDATING	Tue Oct  9 22:05:57 2012	(r305607)
@@ -5,6 +5,21 @@ they are unavoidable.
 You should get into the habit of checking this file for changes each time
 you update your ports collection, before attempting any port upgrades.
 
+20121009:
+  AFFECTS: users of multimedia/vdpau-video
+  AUTHOR: madpilot@FreeBSD.org
+
+  vdpau-video has been renamed upstream to libva-vdpau-driver. The
+  port has been changed accordingly.
+
+  Please update the port origins as follows:
+
+  # portmaster -o multimedia/vdpau-video multimedia/libva-vdpau-driver
+  or
+  # portupgrade -fo multimedia/vdpau-video multimedia/libva-vdpau-driver
+  or
+  # pkg set -o multimedia/vdpau-video:multimedia/libva-vdpau-driver
+
 20121008:
   AFFECTS: users of mail/squirrelmail
   AUTHOR: adamw@FreeBSD.org

Modified: head/multimedia/Makefile
==============================================================================
--- head/multimedia/Makefile	Tue Oct  9 22:04:23 2012	(r305606)
+++ head/multimedia/Makefile	Tue Oct  9 22:05:57 2012	(r305607)
@@ -168,6 +168,7 @@
     SUBDIR += libtuner
     SUBDIR += libv4l
     SUBDIR += libva
+    SUBDIR += libva-vdpau-driver
     SUBDIR += libvdpau
     SUBDIR += libvpx
     SUBDIR += libxine
@@ -330,7 +331,6 @@
     SUBDIR += vcdimager
     SUBDIR += vcdpad
     SUBDIR += vcdtools
-    SUBDIR += vdpau-video
     SUBDIR += vdpauinfo
     SUBDIR += vdr
     SUBDIR += vdr-plugin-control

Modified: head/multimedia/libva-vdpau-driver/Makefile
==============================================================================
--- head/multimedia/vdpau-video/Makefile	Tue Oct  9 21:02:14 2012	(r305605)
+++ head/multimedia/libva-vdpau-driver/Makefile	Tue Oct  9 22:05:57 2012	(r305607)
@@ -1,29 +1,22 @@
-# New ports collection makefile for:	vdpau-video
-# Date created:				5 Jan 2011
-# Whom:					Anonymous
-#
 # $FreeBSD$
-#
 
-PORTNAME=	vdpau-video
-DISTVERSION=	0.7.3
+PORTNAME=	libva-vdpau-driver
+PORTVERSION=	0.7.4
 CATEGORIES=	multimedia
-MASTER_SITES=	http://www.splitted-desktop.com/~gbeauchesne/${PORTNAME}/
+MASTER_SITES=	http://www.freedesktop.org/software/vaapi/releases/${PORTNAME}/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	madpilot@FreeBSD.org
 COMMENT=	A VDPAU-based backend for VAAPI
 
-DEPRECATED=	No more public distfiles
-EXPIRATION_DATE=	2012-10-20
-
 LICENSE=	GPLv2 GPLv3
 LICENSE_COMB=	dual
 
-LIB_DEPENDS=	vdpau.1:${PORTSDIR}/multimedia/libvdpau
+LIB_DEPENDS=	vdpau:${PORTSDIR}/multimedia/libvdpau
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/libva.pc:${PORTSDIR}/multimedia/libva \
 		${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat
 
 LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING
+USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_GL=		gl
 
@@ -31,13 +24,15 @@ GNU_CONFIGURE=	yes
 CPPFLAGS+=	-isystem${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-.include <bsd.port.pre.mk>
+OPTIONS_DEFINE=	DEBUG STRIP
+
+.include <bsd.port.options.mk>
 
-.if !defined(WITH_DEBUG)
+.if empty(PORT_OPTIONS:MDEBUG)
 CONFIGURE_ARGS+=	--disable-debug
 .endif
 
-.if defined(STRIP) && ${STRIP} != ""
+.if ${PORT_OPTIONS:MSTRIP}
 INSTALL_TARGET=	install-strip
 .endif
 
@@ -48,4 +43,4 @@ post-patch:	.SILENT
 		-e '/\^vdpau_version/s|$$CC -E|& ${CPPFLAGS}|' \
 		 ${WRKSRC}/configure
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/multimedia/libva-vdpau-driver/distinfo
==============================================================================
--- head/multimedia/vdpau-video/distinfo	Tue Oct  9 21:02:14 2012	(r305605)
+++ head/multimedia/libva-vdpau-driver/distinfo	Tue Oct  9 22:05:57 2012	(r305607)
@@ -1,2 +1,2 @@
-SHA256 (vdpau-video-0.7.3.tar.gz) = 28f66adc7d87a513a765dd79fda469e895b76692173d2aa79a26f4a618f91266
-SIZE (vdpau-video-0.7.3.tar.gz) = 400121
+SHA256 (libva-vdpau-driver-0.7.4.tar.bz2) = 155c1982f0ac3f5435ba20b221bcaa11be212c37db548cd1f2a030ffa17e9bb9
+SIZE (libva-vdpau-driver-0.7.4.tar.bz2) = 316729



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210092205.q99M5vYS094272>