From 236b4ce6395b8b15cc66bf78ce9d974020544377 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Mon, 12 Feb 2001 21:18:16 +0000 Subject: Initial import xmps plugin using OpenDivX decoding engine from Project Mayo Initial library numbering 0 (distfile numbering) --- multimedia/xmps-opendivx-plugin/Makefile | 33 +++++++++++++++++++++++++++++ multimedia/xmps-opendivx-plugin/distinfo | 1 + multimedia/xmps-opendivx-plugin/pkg-comment | 1 + multimedia/xmps-opendivx-plugin/pkg-descr | 16 ++++++++++++++ multimedia/xmps-opendivx-plugin/pkg-plist | 2 ++ 5 files changed, 53 insertions(+) create mode 100644 multimedia/xmps-opendivx-plugin/Makefile create mode 100644 multimedia/xmps-opendivx-plugin/distinfo create mode 100644 multimedia/xmps-opendivx-plugin/pkg-comment create mode 100644 multimedia/xmps-opendivx-plugin/pkg-descr create mode 100644 multimedia/xmps-opendivx-plugin/pkg-plist (limited to 'multimedia/xmps-opendivx-plugin') diff --git a/multimedia/xmps-opendivx-plugin/Makefile b/multimedia/xmps-opendivx-plugin/Makefile new file mode 100644 index 000000000000..6dff6e4099bb --- /dev/null +++ b/multimedia/xmps-opendivx-plugin/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: xmps-opendivx-plugin +# Date created: 03 Feb 20001 +# Whom: Mario S F Ferreira +# +# $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 diff --git a/multimedia/xmps-opendivx-plugin/distinfo b/multimedia/xmps-opendivx-plugin/distinfo new file mode 100644 index 000000000000..3805ff9c4dcd --- /dev/null +++ b/multimedia/xmps-opendivx-plugin/distinfo @@ -0,0 +1 @@ +MD5 (xmps-opendivx-plugin-0.0.1.tar.gz) = 240fd72b9a2e1c5171dd01c528ca4c77 diff --git a/multimedia/xmps-opendivx-plugin/pkg-comment b/multimedia/xmps-opendivx-plugin/pkg-comment new file mode 100644 index 000000000000..a2847037d674 --- /dev/null +++ b/multimedia/xmps-opendivx-plugin/pkg-comment @@ -0,0 +1 @@ +xmps plugin using OpenDivX decoding engine from Project Mayo diff --git a/multimedia/xmps-opendivx-plugin/pkg-descr b/multimedia/xmps-opendivx-plugin/pkg-descr new file mode 100644 index 000000000000..44e591e5b221 --- /dev/null +++ b/multimedia/xmps-opendivx-plugin/pkg-descr @@ -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/ diff --git a/multimedia/xmps-opendivx-plugin/pkg-plist b/multimedia/xmps-opendivx-plugin/pkg-plist new file mode 100644 index 000000000000..4e8b51bf57bb --- /dev/null +++ b/multimedia/xmps-opendivx-plugin/pkg-plist @@ -0,0 +1,2 @@ +lib/xmps/codecs/video/libopendivx.so +lib/xmps/codecs/video/libopendivx.so.%%LIB_VERSION%% -- cgit v1.2.3