[Midnightbsd-cvs] mports: x11/libXv: Added libXv-1.0.3: X Video Extension library

ctriv at midnightbsd.org ctriv at midnightbsd.org
Fri Oct 5 13:48:09 EDT 2007


Log Message:
-----------
Added libXv-1.0.3: X Video Extension library

Added Files:
-----------
    mports/x11/libXv:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
--- /dev/null
+++ x11/libXv/pkg-descr
@@ -0,0 +1,6 @@
+This package contains the X Video Extension library.
+
+WWW: http://www.freedesktop.org/Software/xlibs
+
+- Eric Anholt
+anholt at FreeBSD.org
--- /dev/null
+++ x11/libXv/pkg-plist
@@ -0,0 +1,6 @@
+include/X11/extensions/Xvlib.h
+lib/libXv.a
+lib/libXv.la
+lib/libXv.so
+lib/libXv.so.1
+libdata/pkgconfig/xv.pc
--- /dev/null
+++ x11/libXv/Makefile
@@ -0,0 +1,41 @@
+# New ports collection makefile for:   libXv
+# Date Created:			13 Nov, 2003
+# Whom:				Eric Anholt <anholt at FreeBSD.org>
+#
+# $FreeBSD: ports/x11/libXv/Makefile,v 1.20 2007/05/19 20:26:57 flz Exp $
+# $MidnightBSD: mports/x11/libXv/Makefile,v 1.1 2007/10/05 17:48:09 ctriv Exp $
+#
+
+PORTNAME=	libXv
+PORTVERSION=	1.0.3
+CATEGORIES=	x11
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	X Video Extension library
+LICENSE=	x11	
+
+XORG_CAT=	lib
+USE_XORG=	x11 xext xextproto videoproto:both
+
+MAN3=	Xv.3 \
+	XvFreeAdaptorInfo.3 \
+	XvFreeEncodingInfo.3 \
+	XvGetPortAttribute.3 \
+	XvGetStill.3 \
+	XvGetVideo.3 \
+	XvGrabPort.3 \
+	XvPortNotify.3 \
+	XvPutStill.3 \
+	XvPutVideo.3 \
+	XvQueryAdaptors.3 \
+	XvQueryBestSize.3 \
+	XvQueryEncodings.3 \
+	XvQueryExtension.3 \
+	XvSelectPortNotify.3 \
+	XvSelectVideoNotify.3 \
+	XvSetPortAttribute.3 \
+	XvStopVideo.3 \
+	XvUngrabPort.3 \
+	XvVideoNotify.3
+
+.include <bsd.port.mk>
--- /dev/null
+++ x11/libXv/distinfo
@@ -0,0 +1,3 @@
+MD5 (xorg/lib/libXv-1.0.3.tar.bz2) = f1c4109fa804aeaf7188b66c5cdd9f57
+SHA256 (xorg/lib/libXv-1.0.3.tar.bz2) = f87ae65be39a3c26dc3c87159d9126daf2af1b8c5e7f2ffc38b9f72b9236261b
+SIZE (xorg/lib/libXv-1.0.3.tar.bz2) = 231715


More information about the Midnightbsd-cvs mailing list