mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Initial import
OpenDivX decoding engine from Project Mayo Initial library numbering 0 (distfile numbering) PR: 25036
This commit is contained in:
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
|
@ -104,6 +104,7 @@
|
|||
SUBDIR += leafpak
|
||||
SUBDIR += lfview
|
||||
SUBDIR += lib3ds
|
||||
SUBDIR += libdivxdecore
|
||||
SUBDIR += libdjvu++
|
||||
SUBDIR += libflash
|
||||
SUBDIR += libggi
|
||||
|
|
26
graphics/libdivxdecore-devel/Makefile
Normal file
26
graphics/libdivxdecore-devel/Makefile
Normal 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>
|
1
graphics/libdivxdecore-devel/distinfo
Normal file
1
graphics/libdivxdecore-devel/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (libdivxdecore-0.4.7.tar.gz) = 0defab7d519308aacfb1a0c1448341a1
|
1
graphics/libdivxdecore-devel/pkg-comment
Normal file
1
graphics/libdivxdecore-devel/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
OpenDivX decoding engine from Project Mayo
|
15
graphics/libdivxdecore-devel/pkg-descr
Normal file
15
graphics/libdivxdecore-devel/pkg-descr
Normal 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/
|
4
graphics/libdivxdecore-devel/pkg-plist
Normal file
4
graphics/libdivxdecore-devel/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
include/divx/decore.h
|
||||
lib/libdivxdecore.so
|
||||
lib/libdivxdecore.so.%%LIB_VERSION%%
|
||||
@dirrm include/divx
|
26
graphics/libdivxdecore/Makefile
Normal file
26
graphics/libdivxdecore/Makefile
Normal 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>
|
1
graphics/libdivxdecore/distinfo
Normal file
1
graphics/libdivxdecore/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (libdivxdecore-0.4.7.tar.gz) = 0defab7d519308aacfb1a0c1448341a1
|
1
graphics/libdivxdecore/pkg-comment
Normal file
1
graphics/libdivxdecore/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
OpenDivX decoding engine from Project Mayo
|
15
graphics/libdivxdecore/pkg-descr
Normal file
15
graphics/libdivxdecore/pkg-descr
Normal 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/
|
4
graphics/libdivxdecore/pkg-plist
Normal file
4
graphics/libdivxdecore/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
include/divx/decore.h
|
||||
lib/libdivxdecore.so
|
||||
lib/libdivxdecore.so.%%LIB_VERSION%%
|
||||
@dirrm include/divx
|
26
multimedia/libdivxdecore-devel/Makefile
Normal file
26
multimedia/libdivxdecore-devel/Makefile
Normal 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>
|
1
multimedia/libdivxdecore-devel/distinfo
Normal file
1
multimedia/libdivxdecore-devel/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (libdivxdecore-0.4.7.tar.gz) = 0defab7d519308aacfb1a0c1448341a1
|
1
multimedia/libdivxdecore-devel/pkg-comment
Normal file
1
multimedia/libdivxdecore-devel/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
OpenDivX decoding engine from Project Mayo
|
15
multimedia/libdivxdecore-devel/pkg-descr
Normal file
15
multimedia/libdivxdecore-devel/pkg-descr
Normal 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/
|
4
multimedia/libdivxdecore-devel/pkg-plist
Normal file
4
multimedia/libdivxdecore-devel/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
include/divx/decore.h
|
||||
lib/libdivxdecore.so
|
||||
lib/libdivxdecore.so.%%LIB_VERSION%%
|
||||
@dirrm include/divx
|
26
multimedia/libdivxdecore/Makefile
Normal file
26
multimedia/libdivxdecore/Makefile
Normal 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>
|
1
multimedia/libdivxdecore/distinfo
Normal file
1
multimedia/libdivxdecore/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (libdivxdecore-0.4.7.tar.gz) = 0defab7d519308aacfb1a0c1448341a1
|
1
multimedia/libdivxdecore/pkg-comment
Normal file
1
multimedia/libdivxdecore/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
OpenDivX decoding engine from Project Mayo
|
15
multimedia/libdivxdecore/pkg-descr
Normal file
15
multimedia/libdivxdecore/pkg-descr
Normal 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/
|
4
multimedia/libdivxdecore/pkg-plist
Normal file
4
multimedia/libdivxdecore/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
include/divx/decore.h
|
||||
lib/libdivxdecore.so
|
||||
lib/libdivxdecore.so.%%LIB_VERSION%%
|
||||
@dirrm include/divx
|
Loading…
Add table
Reference in a new issue