diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-05-31 11:21:18 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-05-31 11:21:18 +0000 |
commit | c3cb8c8a01da6d1c8c798ddaaf0b09559771903e (patch) | |
tree | 8b5b0e6298eba5703578abba068a0b007c762970 /multimedia | |
parent | * Implement a custom install target that installs the man page, various (diff) |
Remove expired leaf port:
2006-05-28 multimedia/xmps-opendivx-plugin
Notes
Notes:
svn path=/head/; revision=164060
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/Makefile | 1 | ||||
-rw-r--r-- | multimedia/xmps-opendivx-plugin/Makefile | 44 | ||||
-rw-r--r-- | multimedia/xmps-opendivx-plugin/distinfo | 3 | ||||
-rw-r--r-- | multimedia/xmps-opendivx-plugin/pkg-descr | 16 |
4 files changed, 0 insertions, 64 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index 548ce6039d86..bc236b8f0dd5 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -220,7 +220,6 @@ SUBDIR += xmms-status-plugin SUBDIR += xmms-weasel SUBDIR += xmps - SUBDIR += xmps-opendivx-plugin SUBDIR += xmps-win32-plugin SUBDIR += xtheater SUBDIR += xvid diff --git a/multimedia/xmps-opendivx-plugin/Makefile b/multimedia/xmps-opendivx-plugin/Makefile deleted file mode 100644 index c3cd4734349f..000000000000 --- a/multimedia/xmps-opendivx-plugin/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# 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 -PORTREVISION= 5 -CATEGORIES= multimedia -MASTER_SITES= # - -MAINTAINER= ports@FreeBSD.org -COMMENT= xmps plugin using OpenDivX decoding engine from Project Mayo - -LIB_DEPENDS= divxdecore.0:${PORTSDIR}/multimedia/libdivxdecore \ - xmps.0:${PORTSDIR}/multimedia/xmps - -DEPRECATED= mastersite disappeared, Project Mayo is now part of DivX.com -EXPIRATION_DATE= 2006-05-28 - -WRKSRC= ${WRKDIR}/${PORTNAME}-0.0.2 -USE_GETTEXT= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GNOME= gtk12 -USE_X_PREFIX= yes -INSTALLS_SHLIB= yes -PLIST_FILES= lib/xmps/codecs/video/libopendivx.a \ - lib/xmps/codecs/video/libopendivx.la \ - lib/xmps/codecs/video/libopendivx.so \ - lib/xmps/codecs/video/libopendivx.so.${LIB_VERSION} - -LIB_VERSION= 0 - -post-patch: - @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ - ${WRKSRC}/configure - -post-install: - @${LN} -sf libopendivx.so ${PREFIX}/lib/xmps/codecs/video/libopendivx.so.${LIB_VERSION} - -.include <bsd.port.mk> diff --git a/multimedia/xmps-opendivx-plugin/distinfo b/multimedia/xmps-opendivx-plugin/distinfo deleted file mode 100644 index 66a67a64e8c3..000000000000 --- a/multimedia/xmps-opendivx-plugin/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (xmps-opendivx-plugin-0.0.1.tar.gz) = 240fd72b9a2e1c5171dd01c528ca4c77 -SHA256 (xmps-opendivx-plugin-0.0.1.tar.gz) = a320b6ecbb4114262d38914de2546524b708efc07a73a5c30f3aa50bca92c2eb -SIZE (xmps-opendivx-plugin-0.0.1.tar.gz) = 120951 diff --git a/multimedia/xmps-opendivx-plugin/pkg-descr b/multimedia/xmps-opendivx-plugin/pkg-descr deleted file mode 100644 index 8eb128e4371b..000000000000 --- a/multimedia/xmps-opendivx-plugin/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -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/ |