|
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> |