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

(-)avidemux/Makefile (-4 / +3 lines)
Lines 6-19 Link Here
6
#
6
#
7
7
8
PORTNAME=	avidemux
8
PORTNAME=	avidemux
9
PORTVERSION=	0.9.0.101
9
PORTVERSION=	0.9.0.110
10
CATEGORIES=	multimedia
10
CATEGORIES=	multimedia
11
MASTER_SITES=	http://fixounet.free.fr/avidemux/
11
MASTER_SITES=	http://fixounet.free.fr/avidemux/
12
DISTNAME=	avidemux-0.9rc1
12
DISTNAME=	avidemux-0.9
13
EXTRACT_SUFX=	.tgz
13
EXTRACT_SUFX=	.tgz
14
14
15
MAINTAINER=	amistry@am-productions.biz
15
MAINTAINER=	amistry@am-productions.biz
16
COMMENT=	GUI based AVI (DivX) editor
16
COMMENT=	Simple GUI based video editor
17
17
18
LIB_DEPENDS=	mp3lame.0:${PORTSDIR}/audio/lame \
18
LIB_DEPENDS=	mp3lame.0:${PORTSDIR}/audio/lame \
19
		mad.1:${PORTSDIR}/audio/mad \
19
		mad.1:${PORTSDIR}/audio/mad \
Lines 63-69 Link Here
63
post-patch:
63
post-patch:
64
	@${TOUCH} ${WRKSRC}/*
64
	@${TOUCH} ${WRKSRC}/*
65
	@${REINPLACE_CMD} 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
65
	@${REINPLACE_CMD} 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
66
67
post-configure:
66
post-configure:
68
	@${SH} ${WRKSRC}/buildLavCodec.sh
67
	@${SH} ${WRKSRC}/buildLavCodec.sh
69
68
(-)avidemux/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (avidemux-0.9rc1.tgz) = 890a7b4b80127981d0afa7d13be6f314
1
MD5 (avidemux-0.9.tgz) = ccadde58eb5f00473d7c2ee5d04bca51
(-)avidemux/pkg-comment (+1 lines)
Line 0 Link Here
1
Simple GUI based video editor
(-)avidemux/pkg-descr (-3 / +3 lines)
Lines 1-6 Link Here
1
An AVI (DivX) editor that is built around Xvid and divx4linux.  Contains
1
A simple GUI based video editor that is built around Xvid and lavcodec. 
2
various filters for deinterlacing, cropping, resizing, etc.  Allows for
2
Contains various filters for deinterlacing, cropping, resizing, etc.  Allows
3
cutting without re-encoding.  Has the ability to re-encode and re-sample.
3
for cutting without re-encoding.  Has the ability to re-encode and re-sample.
4
4
5
WWW: http://fixounet.free.fr/avidemux/
5
WWW: http://fixounet.free.fr/avidemux/
6
6
(-)avidemux/pkg-message (-1 / +1 lines)
Lines 1-3 Link Here
1
Remove any encore2.h, encore.h, and decore.h that you may have moved to the
1
Remove any encore2.h, encore.h, and decore.h that you may have moved to the
2
/usr/local/include directory since it may cause the built program to crash
2
${PREFIX}/include directory since it may cause the built program to crash
3
when opening a file.  
3
when opening a file.  

Return to bug 51251