Initial import

OpenDivX decoding engine from Project Mayo

Initial library numbering 0 (distfile numbering)

PR:	25036
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2001-02-12 21:16:50 +00:00
parent f49a4fe7e8
commit 7b27dc6d8a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38278
21 changed files with 189 additions and 0 deletions

View file

@ -104,6 +104,7 @@
SUBDIR += leafpak
SUBDIR += lfview
SUBDIR += lib3ds
SUBDIR += libdivxdecore
SUBDIR += libdjvu++
SUBDIR += libflash
SUBDIR += libggi

View file

@ -0,0 +1,26 @@
# New ports collection makefile for: libdivxdecore
# Date created: 03 Feb 20001
# Whom: Mario S F Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libdivxdecore
PORTVERSION= 0.4.7
CATEGORIES= graphics
MASTER_SITES= http://download.projectmayo.com/dnload/divx4linux/xmps/
MAINTAINER= lioux@FreeBSD.org
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
PLIST_SUB= LIB_VERSION="${LIB_VERSION}"
LIB_VERSION= 0
post-install:
@${LN} -sf ${PORTNAME}.so ${PREFIX}/lib/${PORTNAME}.so.${LIB_VERSION}
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (libdivxdecore-0.4.7.tar.gz) = 0defab7d519308aacfb1a0c1448341a1

View file

@ -0,0 +1 @@
OpenDivX decoding engine from Project Mayo

View file

@ -0,0 +1,15 @@
Decore [excerpt from OpenDivX Project Mayo site]
"Decore" is our decoder core - that part of the codec that decodes
video from DivX video bitstream into uncompressed RGB bitmaps. Its
API is defined in decore.h. The API is another frame-in, frame-out
scheme, you give it a chunk of OpenDivX bitstream and it comes back
to you with an uncompressed RGB frame. Like "encore", "decore" is
truly independent of any other code, making no system calls.
"Decore" is a decoder compliant with MPEG-4 natural video, simple
profile. It also incorporates a video postprocessor which postprocessor,
which hides many of the artifacts inherent in low bit-rate video.
WWW: http://www.projectmayo.com/linux/divx4linux/

View file

@ -0,0 +1,4 @@
include/divx/decore.h
lib/libdivxdecore.so
lib/libdivxdecore.so.%%LIB_VERSION%%
@dirrm include/divx

View file

@ -0,0 +1,26 @@
# New ports collection makefile for: libdivxdecore
# Date created: 03 Feb 20001
# Whom: Mario S F Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libdivxdecore
PORTVERSION= 0.4.7
CATEGORIES= graphics
MASTER_SITES= http://download.projectmayo.com/dnload/divx4linux/xmps/
MAINTAINER= lioux@FreeBSD.org
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
PLIST_SUB= LIB_VERSION="${LIB_VERSION}"
LIB_VERSION= 0
post-install:
@${LN} -sf ${PORTNAME}.so ${PREFIX}/lib/${PORTNAME}.so.${LIB_VERSION}
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (libdivxdecore-0.4.7.tar.gz) = 0defab7d519308aacfb1a0c1448341a1

View file

@ -0,0 +1 @@
OpenDivX decoding engine from Project Mayo

View file

@ -0,0 +1,15 @@
Decore [excerpt from OpenDivX Project Mayo site]
"Decore" is our decoder core - that part of the codec that decodes
video from DivX video bitstream into uncompressed RGB bitmaps. Its
API is defined in decore.h. The API is another frame-in, frame-out
scheme, you give it a chunk of OpenDivX bitstream and it comes back
to you with an uncompressed RGB frame. Like "encore", "decore" is
truly independent of any other code, making no system calls.
"Decore" is a decoder compliant with MPEG-4 natural video, simple
profile. It also incorporates a video postprocessor which postprocessor,
which hides many of the artifacts inherent in low bit-rate video.
WWW: http://www.projectmayo.com/linux/divx4linux/

View file

@ -0,0 +1,4 @@
include/divx/decore.h
lib/libdivxdecore.so
lib/libdivxdecore.so.%%LIB_VERSION%%
@dirrm include/divx

View file

@ -0,0 +1,26 @@
# New ports collection makefile for: libdivxdecore
# Date created: 03 Feb 20001
# Whom: Mario S F Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libdivxdecore
PORTVERSION= 0.4.7
CATEGORIES= graphics
MASTER_SITES= http://download.projectmayo.com/dnload/divx4linux/xmps/
MAINTAINER= lioux@FreeBSD.org
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
PLIST_SUB= LIB_VERSION="${LIB_VERSION}"
LIB_VERSION= 0
post-install:
@${LN} -sf ${PORTNAME}.so ${PREFIX}/lib/${PORTNAME}.so.${LIB_VERSION}
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (libdivxdecore-0.4.7.tar.gz) = 0defab7d519308aacfb1a0c1448341a1

View file

@ -0,0 +1 @@
OpenDivX decoding engine from Project Mayo

View file

@ -0,0 +1,15 @@
Decore [excerpt from OpenDivX Project Mayo site]
"Decore" is our decoder core - that part of the codec that decodes
video from DivX video bitstream into uncompressed RGB bitmaps. Its
API is defined in decore.h. The API is another frame-in, frame-out
scheme, you give it a chunk of OpenDivX bitstream and it comes back
to you with an uncompressed RGB frame. Like "encore", "decore" is
truly independent of any other code, making no system calls.
"Decore" is a decoder compliant with MPEG-4 natural video, simple
profile. It also incorporates a video postprocessor which postprocessor,
which hides many of the artifacts inherent in low bit-rate video.
WWW: http://www.projectmayo.com/linux/divx4linux/

View file

@ -0,0 +1,4 @@
include/divx/decore.h
lib/libdivxdecore.so
lib/libdivxdecore.so.%%LIB_VERSION%%
@dirrm include/divx

View file

@ -0,0 +1,26 @@
# New ports collection makefile for: libdivxdecore
# Date created: 03 Feb 20001
# Whom: Mario S F Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libdivxdecore
PORTVERSION= 0.4.7
CATEGORIES= graphics
MASTER_SITES= http://download.projectmayo.com/dnload/divx4linux/xmps/
MAINTAINER= lioux@FreeBSD.org
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
PLIST_SUB= LIB_VERSION="${LIB_VERSION}"
LIB_VERSION= 0
post-install:
@${LN} -sf ${PORTNAME}.so ${PREFIX}/lib/${PORTNAME}.so.${LIB_VERSION}
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (libdivxdecore-0.4.7.tar.gz) = 0defab7d519308aacfb1a0c1448341a1

View file

@ -0,0 +1 @@
OpenDivX decoding engine from Project Mayo

View file

@ -0,0 +1,15 @@
Decore [excerpt from OpenDivX Project Mayo site]
"Decore" is our decoder core - that part of the codec that decodes
video from DivX video bitstream into uncompressed RGB bitmaps. Its
API is defined in decore.h. The API is another frame-in, frame-out
scheme, you give it a chunk of OpenDivX bitstream and it comes back
to you with an uncompressed RGB frame. Like "encore", "decore" is
truly independent of any other code, making no system calls.
"Decore" is a decoder compliant with MPEG-4 natural video, simple
profile. It also incorporates a video postprocessor which postprocessor,
which hides many of the artifacts inherent in low bit-rate video.
WWW: http://www.projectmayo.com/linux/divx4linux/

View file

@ -0,0 +1,4 @@
include/divx/decore.h
lib/libdivxdecore.so
lib/libdivxdecore.so.%%LIB_VERSION%%
@dirrm include/divx