This package provides the X Window System video extension from
the modular X.org project. This package attempts to track the most current tarball available from modular X.org.
This commit is contained in:
parent
b26b5db11e
commit
2fdbd9ed1a
5 changed files with 94 additions and 0 deletions
5
libXv/DESCR
Normal file
5
libXv/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
This package provides the X Window System video extension from
|
||||
the modular X.org project.
|
||||
|
||||
This package attempts to track the most current tarball available from modular
|
||||
X.org.
|
27
libXv/Makefile
Normal file
27
libXv/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# $NetBSD: Makefile,v 1.18 2007/01/23 13:42:40 bsadewitz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libXv-1.0.3
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= blair.sadewitz@gmail.com
|
||||
HOMEPAGE= http://xorg.freedesktop.org/
|
||||
COMMENT= X Video extension library from modular X.org (current/devel)
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= pkg-config
|
||||
|
||||
PKGCONFIG_OVERRIDE+= xv.pc.in
|
||||
|
||||
.include "../../wip/libX11/buildlink3.mk"
|
||||
.include "../../x11/libXext/buildlink3.mk"
|
||||
.include "../../x11/videoproto/buildlink3.mk"
|
||||
.include "../../x11/xextproto/buildlink3.mk"
|
||||
.include "../../x11/xproto/buildlink3.mk"
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
25
libXv/PLIST
Normal file
25
libXv/PLIST
Normal file
|
@ -0,0 +1,25 @@
|
|||
@comment $NetBSD: PLIST,v 1.7 2007/01/23 13:42:40 bsadewitz Exp $
|
||||
include/X11/extensions/Xvlib.h
|
||||
lib/libXv.la
|
||||
lib/pkgconfig/xv.pc
|
||||
man/man3/Xv.3
|
||||
man/man3/XvFreeAdaptorInfo.3
|
||||
man/man3/XvFreeEncodingInfo.3
|
||||
man/man3/XvGetPortAttribute.3
|
||||
man/man3/XvGetStill.3
|
||||
man/man3/XvGetVideo.3
|
||||
man/man3/XvGrabPort.3
|
||||
man/man3/XvPortNotify.3
|
||||
man/man3/XvPutStill.3
|
||||
man/man3/XvPutVideo.3
|
||||
man/man3/XvQueryAdaptors.3
|
||||
man/man3/XvQueryBestSize.3
|
||||
man/man3/XvQueryEncodings.3
|
||||
man/man3/XvQueryExtension.3
|
||||
man/man3/XvSelectPortNotify.3
|
||||
man/man3/XvSelectVideoNotify.3
|
||||
man/man3/XvSetPortAttribute.3
|
||||
man/man3/XvStopVideo.3
|
||||
man/man3/XvUngrabPort.3
|
||||
man/man3/XvVideoNotify.3
|
||||
@comment @dirrm include/X11/extensions
|
32
libXv/buildlink3.mk
Normal file
32
libXv/buildlink3.mk
Normal file
|
@ -0,0 +1,32 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.7 2007/01/23 13:42:40 bsadewitz Exp $
|
||||
|
||||
.include "../../mk/bsd.fast.prefs.mk"
|
||||
|
||||
.if ${X11_TYPE} != "modular"
|
||||
.include "../../mk/x11.buildlink3.mk"
|
||||
.else
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
LIBXV_BUILDLINK3_MK:= ${LIBXV_BUILDLINK3_MK}+
|
||||
|
||||
.if ${BUILDLINK_DEPTH} == "+"
|
||||
BUILDLINK_DEPENDS+= libXv
|
||||
.endif
|
||||
|
||||
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:NlibXv}
|
||||
BUILDLINK_PACKAGES+= libXv
|
||||
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libXv
|
||||
|
||||
.if ${LIBXV_BUILDLINK3_MK} == "+"
|
||||
BUILDLINK_API_DEPENDS.libXv+= libXv>=1.0.3
|
||||
BUILDLINK_PKGSRCDIR.libXv?= ../../wip/libXv
|
||||
.endif # LIBXV_BUILDLINK3_MK
|
||||
|
||||
.include "../../wip/libX11/buildlink3.mk"
|
||||
.include "../../x11/libXext/buildlink3.mk"
|
||||
.include "../../x11/videoproto/buildlink3.mk"
|
||||
.include "../../x11/xextproto/buildlink3.mk"
|
||||
.include "../../x11/xproto/buildlink3.mk"
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
||||
.endif
|
5
libXv/distinfo
Normal file
5
libXv/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.7 2007/01/23 13:42:40 bsadewitz Exp $
|
||||
|
||||
SHA1 (libXv-1.0.3.tar.bz2) = 6e286df1f8dc3d170d6121f00c96c5bc8a60b71c
|
||||
RMD160 (libXv-1.0.3.tar.bz2) = 822a188ca0a29fdcbc9433d8eb26e3cfccb024ca
|
||||
Size (libXv-1.0.3.tar.bz2) = 231715 bytes
|
Loading…
Reference in a new issue