View | Details | Raw Unified | Return to bug 95046
Collapse All | Expand All

(-)Makefile (-3 / +4 lines)
Lines 9-16 Link Here
9
PORTVERSION=	0.0.1
9
PORTVERSION=	0.0.1
10
PORTREVISION=	5
10
PORTREVISION=	5
11
CATEGORIES=	multimedia
11
CATEGORIES=	multimedia
12
MASTER_SITES=	http://download.projectmayo.com/dnload/divx4linux/xmps/ \
12
MASTER_SITES=	#
13
		http://ftp.vin.bg.ac.yu/linux/mmedia/xmps/
14
13
15
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	xmps plugin using OpenDivX decoding engine from Project Mayo
15
COMMENT=	xmps plugin using OpenDivX decoding engine from Project Mayo
Lines 18-28 Link Here
18
LIB_DEPENDS=	divxdecore.0:${PORTSDIR}/multimedia/libdivxdecore \
17
LIB_DEPENDS=	divxdecore.0:${PORTSDIR}/multimedia/libdivxdecore \
19
		xmps.0:${PORTSDIR}/multimedia/xmps
18
		xmps.0:${PORTSDIR}/multimedia/xmps
20
19
20
DEPRECATED=	mastersite disappeared, no longer maintained by author
21
EXPIRATION_DATE=	2006-05-28
22
21
WRKSRC=		${WRKDIR}/${PORTNAME}-0.0.2
23
WRKSRC=		${WRKDIR}/${PORTNAME}-0.0.2
22
USE_GETTEXT=	yes
24
USE_GETTEXT=	yes
23
USE_GMAKE=	yes
25
USE_GMAKE=	yes
24
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
25
USE_REINPLACE=	yes
26
USE_GNOME=	gtk12
27
USE_GNOME=	gtk12
27
USE_X_PREFIX=	yes
28
USE_X_PREFIX=	yes
28
INSTALLS_SHLIB=	yes
29
INSTALLS_SHLIB=	yes
(-)pkg-descr (-2 lines)
Lines 12-16 Link Here
12
"Decore" is a decoder compliant with MPEG-4 natural video, simple
12
"Decore" is a decoder compliant with MPEG-4 natural video, simple
13
profile. It also incorporates a video postprocessor which postprocessor,
13
profile. It also incorporates a video postprocessor which postprocessor,
14
which hides many of the artifacts inherent in low bit-rate video.
14
which hides many of the artifacts inherent in low bit-rate video.
15
16
WWW: http://www.projectmayo.com/

Return to bug 95046