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

(-)avidemux2/Makefile (-8 / +4 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	avidemux2
8
PORTNAME=	avidemux2
9
PORTVERSION=	2.0.20
9
PORTVERSION=	2.0.24
10
PORTREVISION=	2
11
CATEGORIES=	multimedia
10
CATEGORIES=	multimedia
12
MASTER_SITES=	http://fixounet.free.fr/avidemux/
11
MASTER_SITES=	http://fixounet.free.fr/avidemux/
13
DISTNAME=	avidemux-2.0.20
12
DISTNAME=	avidemux-2.0.24
14
13
15
MAINTAINER=	amistry@am-productions.biz
14
MAINTAINER=	amistry@am-productions.biz
16
COMMENT=	Simple GUI based video editor
15
COMMENT=	Simple GUI based video editor
Lines 59-65 Link Here
59
CONFIGURE_ARGS+=	--with-xvid-as-decoder
58
CONFIGURE_ARGS+=	--with-xvid-as-decoder
60
.endif
59
.endif
61
60
62
.if ${MACHINE_ARCH} != "i386"
61
.if ${ARCH} != "i386"
63
CONFIGURE_ARGS+=	--disable-mmx
62
CONFIGURE_ARGS+=	--disable-mmx
64
.endif
63
.endif
65
64
Lines 84-93 Link Here
84
	@${TOUCH} ${WRKSRC}/*
83
	@${TOUCH} ${WRKSRC}/*
85
	@${REINPLACE_CMD} 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure ${WRKSRC}/*/*/Makefile
84
	@${REINPLACE_CMD} 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure ${WRKSRC}/*/*/Makefile
86
	@${REINPLACE_CMD} 's|<malloc.h>|<stdlib.h>|g' ${WRKSRC}/adm_lavcodec/*.c
85
	@${REINPLACE_CMD} 's|<malloc.h>|<stdlib.h>|g' ${WRKSRC}/adm_lavcodec/*.c
86
	@${REINPLACE_CMD} 's|<malloc.h>|<stdlib.h>|g' ${WRKSRC}/adm_lavcodec/*/*.c
87
	@${REINPLACE_CMD} 's|ADM_LOCALEDIR=$${datadir}/locale|ADM_LOCALEDIR=${PREFIX}/share/locale|' ${WRKSRC}/configure
87
	@${REINPLACE_CMD} 's|ADM_LOCALEDIR=$${datadir}/locale|ADM_LOCALEDIR=${PREFIX}/share/locale|' ${WRKSRC}/configure
88
.if ${OSVERSION} >= 500000
89
	@${ECHO_MSG} "Remove this ugly hack!"
90
	@${REINPLACE_CMD} 's|#define EMULATE_FAST_INT 1||g' ${WRKSRC}/configure
91
.endif
92
88
93
.include <bsd.port.post.mk>
89
.include <bsd.port.post.mk>
(-)avidemux2/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (avidemux-2.0.20.tar.gz) = c7070e0a4b506e688d653d159cceeb31
1
MD5 (avidemux-2.0.24.tar.gz) = c4482219ede0f6e0be8ddc61bf753589
2
SIZE (avidemux-2.0.20.tar.gz) = 2640772
2
SIZE (avidemux-2.0.24.tar.gz) = 2637501
(-)avidemux2/files/patch-adm_lavcoded::dsputil.h (-10 lines)
Lines 1-10 Link Here
1
--- adm_lavcodec/dsputil.h.orig	Sat Feb 14 16:22:04 2004
2
+++ adm_lavcodec/dsputil.h	Sat Feb 14 16:22:28 2004
3
@@ -487,6 +487,7 @@
4
           +name8(s, dst+8+8*stride, src+8+8*stride, stride);\
5
 }
6
 
7
+#define HAVE_LRINTF
8
 #ifndef HAVE_LRINTF
9
 /* XXX: add ISOC specific test to avoid specific BSD testing. */
10
 /* better than nothing implementation. */

Return to bug 66372