From owner-cvs-ports@FreeBSD.ORG Thu Jan 13 11:02:02 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88888106566C; Thu, 13 Jan 2011 11:02:02 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 76D258FC0A; Thu, 13 Jan 2011 11:02:02 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p0DB220K064456; Thu, 13 Jan 2011 11:02:02 GMT (envelope-from makc@repoman.freebsd.org) Received: (from makc@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p0DB221N064455; Thu, 13 Jan 2011 11:02:02 GMT (envelope-from makc) Message-Id: <201101131102.p0DB221N064455@repoman.freebsd.org> From: Max Brazhnikov Date: Thu, 13 Jan 2011 11:02:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/libva Makefile distinfo pkg-descr pkg-plist ports/multimedia/libva/files patch-i965_drv_video-Makefile.am patch-test-putsurface-Makefile.am patch-va-glx-va_glx_private.h X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jan 2011 11:02:02 -0000 makc 2011-01-13 11:02:02 UTC FreeBSD ports repository Added files: multimedia/libva Makefile distinfo pkg-descr pkg-plist multimedia/libva/files patch-i965_drv_video-Makefile.am patch-test-putsurface-Makefile.am patch-va-glx-va_glx_private.h Log: Add new port multimedia/libva: The main motivation for VAAPI (Video Acceleration API) is to enable hardware accelerated video decode/encode at various entry-points (VLD, IDCT, Motion Compensation etc.) for the prevailing coding standards today (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3). WWW: http://freedesktop.org/wiki/Software/vaapi PR: ports/153725 Submitted by: Anonymous Feature safe: yes Revision Changes Path 1.1 +61 -0 ports/multimedia/libva/Makefile (new) 1.1 +2 -0 ports/multimedia/libva/distinfo (new) 1.1 +13 -0 ports/multimedia/libva/files/patch-i965_drv_video-Makefile.am (new) 1.1 +13 -0 ports/multimedia/libva/files/patch-test-putsurface-Makefile.am (new) 1.1 +11 -0 ports/multimedia/libva/files/patch-va-glx-va_glx_private.h (new) 1.1 +6 -0 ports/multimedia/libva/pkg-descr (new) 1.1 +47 -0 ports/multimedia/libva/pkg-plist (new)