Initial import of xvidcore-0.9.1, an ISO MPEG-4 compliant video codec.
This commit is contained in:
parent
e8e5c9cbcf
commit
c601a56c01
5 changed files with 54 additions and 0 deletions
3
graphics/xvidcore/DESCR
Normal file
3
graphics/xvidcore/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
XviD is an ISO MPEG-4 compliant video codec library. It's no product,
|
||||
it's an open source project which is developed and maintained by lots of
|
||||
people from all over the world.
|
19
graphics/xvidcore/Makefile
Normal file
19
graphics/xvidcore/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/04/06 11:02:55 rh Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xvidcore-0.9.1
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build/generic
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://files.xvid.org/downloads/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= packages@netbsd.org
|
||||
HOMEPAGE= http://www.xvid.org/
|
||||
COMMENT= ISO MPEG-4 compliant video codec
|
||||
|
||||
BUILD_DEPENDS+= nasm>=0.98.34:../../devel/nasm-devel
|
||||
|
||||
USE_BUILDLINK2= YES
|
||||
GNU_CONFIGURE= YES
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
4
graphics/xvidcore/PLIST
Normal file
4
graphics/xvidcore/PLIST
Normal file
|
@ -0,0 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/04/06 11:02:55 rh Exp $
|
||||
include/xvid.h
|
||||
lib/libxvidcore.a
|
||||
lib/libxvidcore.so
|
24
graphics/xvidcore/buildlink2.mk
Normal file
24
graphics/xvidcore/buildlink2.mk
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/04/06 11:02:56 rh Exp $
|
||||
#
|
||||
# This Makefile fragment is included by packages that use xvidcore.
|
||||
#
|
||||
# This file was created automatically using createbuildlink 2.5.
|
||||
#
|
||||
|
||||
.if !defined(XVIDCORE_BUILDLINK2_MK)
|
||||
XVIDCORE_BUILDLINK2_MK= # defined
|
||||
|
||||
BUILDLINK_PACKAGES+= xvidcore
|
||||
BUILDLINK_DEPENDS.xvidcore?= xvidcore>=0.9.1
|
||||
BUILDLINK_PKGSRCDIR.xvidcore?= ../../graphics/xvidcore
|
||||
|
||||
EVAL_PREFIX+= BUILDLINK_PREFIX.xvidcore=xvidcore
|
||||
BUILDLINK_PREFIX.xvidcore_DEFAULT= ${LOCALBASE}
|
||||
BUILDLINK_FILES.xvidcore+= include/xvid.h
|
||||
BUILDLINK_FILES.xvidcore+= lib/libxvidcore.*
|
||||
|
||||
BUILDLINK_TARGETS+= xvidcore-buildlink
|
||||
|
||||
xvidcore-buildlink: _BUILDLINK_USE
|
||||
|
||||
.endif # XVIDCORE_BUILDLINK2_MK
|
4
graphics/xvidcore/distinfo
Normal file
4
graphics/xvidcore/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2003/04/06 11:02:55 rh Exp $
|
||||
|
||||
SHA1 (xvidcore-0.9.1.tar.bz2) = ded1538a6df2d3b802ce2ae761be72cef9925838
|
||||
Size (xvidcore-0.9.1.tar.bz2) = 468683 bytes
|
Loading…
Reference in a new issue