From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 8 01:10:02 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB12D10656E0 for ; Wed, 8 Sep 2010 01:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6C49B8FC1A for ; Wed, 8 Sep 2010 01:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o881A2NK005214 for ; Wed, 8 Sep 2010 01:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o881A2G1005213; Wed, 8 Sep 2010 01:10:02 GMT (envelope-from gnats) Resent-Date: Wed, 8 Sep 2010 01:10:02 GMT Resent-Message-Id: <201009080110.o881A2G1005213@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anonymous Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A1EC10656B9 for ; Wed, 8 Sep 2010 01:06:43 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id EC81A8FC0A for ; Wed, 8 Sep 2010 01:06:42 +0000 (UTC) Received: by bwz20 with SMTP id 20so5661275bwz.13 for ; Tue, 07 Sep 2010 18:06:41 -0700 (PDT) Received: by 10.204.84.37 with SMTP id h37mr4383056bkl.201.1283908001663; Tue, 07 Sep 2010 18:06:41 -0700 (PDT) Received: from localhost (tor-exit-proxy1-readme.formlessnetworking.net [208.53.142.37]) by mx.google.com with ESMTPS id x19sm5793149bkv.9.2010.09.07.18.06.39 (version=SSLv3 cipher=RC4-MD5); Tue, 07 Sep 2010 18:06:40 -0700 (PDT) Message-Id: <86tym1xd6h.fsf@gmail.com> Date: Wed, 08 Sep 2010 04:59:50 +0400 From: Anonymous To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/150368: [new port] multimedia/libvdpau: VDPAU wrapper and a tracing library X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Sep 2010 01:10:02 -0000 >Number: 150368 >Category: ports >Synopsis: [new port] multimedia/libvdpau: VDPAU wrapper and a tracing library >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Sep 08 01:10:02 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Anonymous >Release: FreeBSD 9.0-CURRENT amd64 >Organization: >Environment: If you have the urge feel free to substitute MAINTAINER field. >Description: Nvidia finally kicked out VDPAU headers from their latest driver. Below is a quote from NVIDIA-FreeBSD-x86_64-260.19.04/NVIDIA_Changelog: * Stopped packaging and installing OpenGL and VDPAU header files with the driver. Those interested in these files can get them from their distributions' packages, where available, or upstream from: OpenGL header files (gl.h, glext.h glx.h, glxext.h): http://www.opengl.org/registry/ VDPAU header files (vdpau.h and vdpau_x11.h): http://freedesktop.org/wiki/Software/VDPAU Note that while libvdpau.so is still included in 260.xx drivers, it will be removed from a future release series in early 2011. Distributors are encouraged to package libvdpau.so from http://freedesktop.org/wiki/Software/VDPAU >How-To-Repeat: >Fix: --- a.diff begins here --- Index: multimedia/Makefile =================================================================== RCS file: /a/.cvsup/ports/multimedia/Makefile,v retrieving revision 1.387 diff -u -p -r1.387 Makefile --- multimedia/Makefile 1 Sep 2010 13:57:14 -0000 1.387 +++ multimedia/Makefile 8 Sep 2010 00:38:55 -0000 @@ -318,6 +319,7 @@ SUBDIR += vcdimager SUBDIR += vcdpad SUBDIR += vcdtools + SUBDIR += vdpauinfo SUBDIR += vlc SUBDIR += vlconwooztalk SUBDIR += vodcatcher Index: multimedia/libvdpau/Makefile =================================================================== RCS file: multimedia/libvdpau/Makefile diff -N multimedia/libvdpau/Makefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ multimedia/libvdpau/Makefile 8 Sep 2010 00:50:25 -0000 @@ -0,0 +1,26 @@ +# New ports collection makefile for: libvdpau +# Date created: 8 Sep 2010 +# Whom: Anonymous +# +# $FreeBSD$ +# + +PORTNAME= libvdpau +PORTVERSION= 0.4 +CATEGORIES= multimedia +MASTER_SITES= http://people.freedesktop.org/~aplattner/vdpau/ + +MAINTAINER= swell.k@gmail.com +COMMENT= VDPAU wrapper and a tracing library + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-documentation +USE_GMAKE= yes +USE_XORG= dri2proto xext +USE_LDCONFIG= yes + +post-patch: .SILENT + ${REINPLACE_CMD} 's|$$(libdir)/\(pkgconfig\)|$$(prefix)/libdata/\1|' \ + ${WRKSRC}/Makefile.in + +.include Index: multimedia/libvdpau/distinfo =================================================================== RCS file: multimedia/libvdpau/distinfo diff -N multimedia/libvdpau/distinfo --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ multimedia/libvdpau/distinfo 7 Sep 2010 23:48:27 -0000 @@ -0,0 +1,3 @@ +MD5 (libvdpau-0.4.tar.gz) = 06da6f81ad37708b33a20ed177a44d81 +SHA256 (libvdpau-0.4.tar.gz) = 530c630e0784cc65bc31e5b487bd11fccd4049bc861d16844702048821262faa +SIZE (libvdpau-0.4.tar.gz) = 452406 Index: multimedia/libvdpau/pkg-descr =================================================================== RCS file: multimedia/libvdpau/pkg-descr diff -N multimedia/libvdpau/pkg-descr --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ multimedia/libvdpau/pkg-descr 8 Sep 2010 00:02:34 -0000 @@ -0,0 +1,5 @@ +VDPAU is the Video Decode and Presentation API for UNIX. It provides +an interface to video decode acceleration and presentation hardware +present in modern GPUs. + +WWW: http://freedesktop.org/wiki/Software/VDPAU Index: multimedia/libvdpau/pkg-plist =================================================================== RCS file: multimedia/libvdpau/pkg-plist diff -N multimedia/libvdpau/pkg-plist --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ multimedia/libvdpau/pkg-plist 7 Sep 2010 23:55:01 -0000 @@ -0,0 +1,10 @@ +include/vdpau/vdpau.h +include/vdpau/vdpau_x11.h +lib/libvdpau.la +lib/libvdpau.so +lib/libvdpau.so.1 +lib/vdpau/libvdpau_trace.la +lib/vdpau/libvdpau_trace.so +lib/vdpau/libvdpau_trace.so.1 +libdata/pkgconfig/vdpau.pc +@dirrm include/vdpau --- a.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: