add libXvMCW
This commit is contained in:
parent
cdb7010152
commit
f2788bb13b
3 changed files with 10 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.124 2011/01/19 03:39:13 jmcneill Exp $
|
||||
# $NetBSD: Makefile,v 1.125 2011/01/19 16:33:51 jmcneill Exp $
|
||||
#
|
||||
# NOTE: If you update this package, then you'll likely need to also update
|
||||
# the x11-links dependency in buildlink3.mk to the correct version,
|
||||
# usually the most recent.
|
||||
|
||||
DISTNAME= x11-links-0.62
|
||||
DISTNAME= x11-links-0.63
|
||||
CATEGORIES= pkgtools x11
|
||||
MASTER_SITES= # empty
|
||||
DISTFILES= # empty
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.36 2011/01/19 03:39:13 jmcneill Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.37 2011/01/19 16:33:51 jmcneill Exp $
|
||||
#
|
||||
# Don't include this file manually! It will be included as necessary
|
||||
# by bsd.buildlink3.mk.
|
||||
|
@ -12,7 +12,7 @@ BUILDLINK_TREE+= x11-links
|
|||
.if !defined(X11_LINKS_BUILDLINK3_MK)
|
||||
X11_LINKS_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.x11-links+= x11-links>=0.62
|
||||
BUILDLINK_API_DEPENDS.x11-links+= x11-links>=0.63
|
||||
BUILDLINK_PKGSRCDIR.x11-links?= ../../pkgtools/x11-links
|
||||
BUILDLINK_DEPMETHOD.x11-links?= build
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: xorg,v 1.17 2010/11/23 13:24:26 wiz Exp $
|
||||
# $NetBSD: xorg,v 1.18 2011/01/19 16:33:51 jmcneill Exp $
|
||||
#
|
||||
# The files listed below are the union of the sets of files installed by
|
||||
# the supported Xorg (and some XFree) distributions, minus the set of files
|
||||
|
@ -453,6 +453,11 @@ lib/libXvMC.so.5.0
|
|||
lib/libXvMCW.1.0.0.dylib
|
||||
lib/libXvMCW.1.dylib
|
||||
lib/libXvMCW.dylib
|
||||
lib/libXvMCW.a
|
||||
lib/libXvMCW.la
|
||||
lib/libXvMCW.so
|
||||
lib/libXvMCW.so.1
|
||||
lib/libXvMCW.so.1.0
|
||||
lib/libXxf86misc.1.1.0.dylib
|
||||
lib/libXxf86misc.1.dylib
|
||||
lib/libXxf86misc.dylib
|
||||
|
|
Loading…
Reference in a new issue