mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Initial import
xmps plugin using OpenDivX decoding engine from Project Mayo Initial library numbering 0 (distfile numbering)
This commit is contained in:
parent
7b27dc6d8a
commit
236b4ce639
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38279
@ -235,6 +235,7 @@
|
||||
SUBDIR += xmountains
|
||||
SUBDIR += xmovie
|
||||
SUBDIR += xmps
|
||||
SUBDIR += xmps-opendivx-plugin
|
||||
SUBDIR += xmrm
|
||||
SUBDIR += xpaint
|
||||
SUBDIR += xpdf
|
||||
|
33
graphics/xmps-opendivx-plugin/Makefile
Normal file
33
graphics/xmps-opendivx-plugin/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# New ports collection makefile for: xmps-opendivx-plugin
|
||||
# Date created: 03 Feb 20001
|
||||
# Whom: Mario S F Ferreira <lioux@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xmps-opendivx-plugin
|
||||
PORTVERSION= 0.0.1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://download.projectmayo.com/dnload/divx4linux/xmps/
|
||||
|
||||
MAINTAINER= lioux@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= divxdecore.0:${PORTSDIR}/graphics/libdivxdecore \
|
||||
xmps.0:${PORTSDIR}/graphics/xmps \
|
||||
intl.1:${PORTSDIR}/devel/gettext
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-0.0.2
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_GTK= yes
|
||||
USE_X_PREFIX= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
PLIST_SUB= LIB_VERSION="${LIB_VERSION}"
|
||||
|
||||
LIB_VERSION= 0
|
||||
|
||||
post-install:
|
||||
@${LN} -sf libopendivx.so ${PREFIX}/lib/xmps/codecs/video/libopendivx.so.${LIB_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/xmps-opendivx-plugin/distinfo
Normal file
1
graphics/xmps-opendivx-plugin/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xmps-opendivx-plugin-0.0.1.tar.gz) = 240fd72b9a2e1c5171dd01c528ca4c77
|
1
graphics/xmps-opendivx-plugin/pkg-comment
Normal file
1
graphics/xmps-opendivx-plugin/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
xmps plugin using OpenDivX decoding engine from Project Mayo
|
16
graphics/xmps-opendivx-plugin/pkg-descr
Normal file
16
graphics/xmps-opendivx-plugin/pkg-descr
Normal file
@ -0,0 +1,16 @@
|
||||
xmps plugin using the Decore engine
|
||||
|
||||
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/xmps/
|
2
graphics/xmps-opendivx-plugin/pkg-plist
Normal file
2
graphics/xmps-opendivx-plugin/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
lib/xmps/codecs/video/libopendivx.so
|
||||
lib/xmps/codecs/video/libopendivx.so.%%LIB_VERSION%%
|
33
multimedia/xmps-opendivx-plugin/Makefile
Normal file
33
multimedia/xmps-opendivx-plugin/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# New ports collection makefile for: xmps-opendivx-plugin
|
||||
# Date created: 03 Feb 20001
|
||||
# Whom: Mario S F Ferreira <lioux@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xmps-opendivx-plugin
|
||||
PORTVERSION= 0.0.1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://download.projectmayo.com/dnload/divx4linux/xmps/
|
||||
|
||||
MAINTAINER= lioux@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= divxdecore.0:${PORTSDIR}/graphics/libdivxdecore \
|
||||
xmps.0:${PORTSDIR}/graphics/xmps \
|
||||
intl.1:${PORTSDIR}/devel/gettext
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-0.0.2
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_GTK= yes
|
||||
USE_X_PREFIX= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
PLIST_SUB= LIB_VERSION="${LIB_VERSION}"
|
||||
|
||||
LIB_VERSION= 0
|
||||
|
||||
post-install:
|
||||
@${LN} -sf libopendivx.so ${PREFIX}/lib/xmps/codecs/video/libopendivx.so.${LIB_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
multimedia/xmps-opendivx-plugin/distinfo
Normal file
1
multimedia/xmps-opendivx-plugin/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xmps-opendivx-plugin-0.0.1.tar.gz) = 240fd72b9a2e1c5171dd01c528ca4c77
|
1
multimedia/xmps-opendivx-plugin/pkg-comment
Normal file
1
multimedia/xmps-opendivx-plugin/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
xmps plugin using OpenDivX decoding engine from Project Mayo
|
16
multimedia/xmps-opendivx-plugin/pkg-descr
Normal file
16
multimedia/xmps-opendivx-plugin/pkg-descr
Normal file
@ -0,0 +1,16 @@
|
||||
xmps plugin using the Decore engine
|
||||
|
||||
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/xmps/
|
2
multimedia/xmps-opendivx-plugin/pkg-plist
Normal file
2
multimedia/xmps-opendivx-plugin/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
lib/xmps/codecs/video/libopendivx.so
|
||||
lib/xmps/codecs/video/libopendivx.so.%%LIB_VERSION%%
|
Loading…
Reference in New Issue
Block a user