Remove expired leaf port:
2006-05-28 multimedia/xmps-opendivx-plugin
This commit is contained in:
parent
8762e9c753
commit
c3cb8c8a01
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164060
5 changed files with 1 additions and 64 deletions
1
MOVED
1
MOVED
|
@ -2352,3 +2352,4 @@ x11-wm/sawfish2|x11-wm/sawfish|2006-05-29|Use unversioned name
|
|||
audio/opennap|net-p2p/opennap|2006-05-29|Napster-based server belongs to net-p2p
|
||||
multimedia/splitmpg||2006-05-30|Has expired: mastersite disappeared, no longer maintained by author
|
||||
www/firefox-flp|www/firefox-i18n|2006-05-31|Single-locale firefox l10n ports are now obsolete
|
||||
multimedia/xmps-opendivx-plugin||2006-05-31|Has expired: mastersite disappeared, Project Mayo is now part of DivX.com
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
|
@ -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
|
|
@ -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/
|
Loading…
Reference in a new issue