diff options
author | pav <pav@FreeBSD.org> | 2004-05-10 01:58:25 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-10 01:58:25 +0800 |
commit | 863e3b6b66ac93f2466f3a5006fdf7fdb2b4ee6a (patch) | |
tree | 75047b3e727c6484e3eb82241317ba391db26932 /multimedia | |
parent | 9101b120887b3e70bde77b00365719732c6bede3 (diff) | |
download | freebsd-ports-gnome-863e3b6b66ac93f2466f3a5006fdf7fdb2b4ee6a.tar.gz freebsd-ports-gnome-863e3b6b66ac93f2466f3a5006fdf7fdb2b4ee6a.tar.zst freebsd-ports-gnome-863e3b6b66ac93f2466f3a5006fdf7fdb2b4ee6a.zip |
- Update to 2.0.24
PR: ports/66372
Submitted by: amistry <amistry@am-productions.biz> (maintainer)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/avidemux2/Makefile | 12 | ||||
-rw-r--r-- | multimedia/avidemux2/distinfo | 4 | ||||
-rw-r--r-- | multimedia/avidemux2/files/patch-adm_lavcoded::dsputil.h | 10 | ||||
-rw-r--r-- | multimedia/avidemux2/pkg-plist | 1 |
4 files changed, 7 insertions, 20 deletions
diff --git a/multimedia/avidemux2/Makefile b/multimedia/avidemux2/Makefile index dca292b5624b..c71a3daf05c2 100644 --- a/multimedia/avidemux2/Makefile +++ b/multimedia/avidemux2/Makefile @@ -6,11 +6,10 @@ # PORTNAME= avidemux2 -PORTVERSION= 2.0.20 -PORTREVISION= 2 +PORTVERSION= 2.0.24 CATEGORIES= multimedia MASTER_SITES= http://fixounet.free.fr/avidemux/ -DISTNAME= avidemux-2.0.20 +DISTNAME= avidemux-2.0.24 MAINTAINER= amistry@am-productions.biz COMMENT= Simple GUI based video editor @@ -59,7 +58,7 @@ LIB_DEPENDS+= xvidcore.2:${PORTSDIR}/multimedia/xvid CONFIGURE_ARGS+= --with-xvid-as-decoder .endif -.if ${MACHINE_ARCH} != "i386" +.if ${ARCH} != "i386" CONFIGURE_ARGS+= --disable-mmx .endif @@ -84,10 +83,7 @@ post-patch: @${TOUCH} ${WRKSRC}/* @${REINPLACE_CMD} 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure ${WRKSRC}/*/*/Makefile @${REINPLACE_CMD} 's|<malloc.h>|<stdlib.h>|g' ${WRKSRC}/adm_lavcodec/*.c + @${REINPLACE_CMD} 's|<malloc.h>|<stdlib.h>|g' ${WRKSRC}/adm_lavcodec/*/*.c @${REINPLACE_CMD} 's|ADM_LOCALEDIR=$${datadir}/locale|ADM_LOCALEDIR=${PREFIX}/share/locale|' ${WRKSRC}/configure -.if ${OSVERSION} >= 500000 - @${ECHO_MSG} "Remove this ugly hack!" - @${REINPLACE_CMD} 's|#define EMULATE_FAST_INT 1||g' ${WRKSRC}/configure -.endif .include <bsd.port.post.mk> diff --git a/multimedia/avidemux2/distinfo b/multimedia/avidemux2/distinfo index ab7a2cfc9db3..9664331c8140 100644 --- a/multimedia/avidemux2/distinfo +++ b/multimedia/avidemux2/distinfo @@ -1,2 +1,2 @@ -MD5 (avidemux-2.0.20.tar.gz) = c7070e0a4b506e688d653d159cceeb31 -SIZE (avidemux-2.0.20.tar.gz) = 2640772 +MD5 (avidemux-2.0.24.tar.gz) = c4482219ede0f6e0be8ddc61bf753589 +SIZE (avidemux-2.0.24.tar.gz) = 2637501 diff --git a/multimedia/avidemux2/files/patch-adm_lavcoded::dsputil.h b/multimedia/avidemux2/files/patch-adm_lavcoded::dsputil.h deleted file mode 100644 index 7e6c37825a7d..000000000000 --- a/multimedia/avidemux2/files/patch-adm_lavcoded::dsputil.h +++ /dev/null @@ -1,10 +0,0 @@ ---- adm_lavcodec/dsputil.h.orig Sat Feb 14 16:22:04 2004 -+++ adm_lavcodec/dsputil.h Sat Feb 14 16:22:28 2004 -@@ -487,6 +487,7 @@ - +name8(s, dst+8+8*stride, src+8+8*stride, stride);\ - } - -+#define HAVE_LRINTF - #ifndef HAVE_LRINTF - /* XXX: add ISOC specific test to avoid specific BSD testing. */ - /* better than nothing implementation. */ diff --git a/multimedia/avidemux2/pkg-plist b/multimedia/avidemux2/pkg-plist index c1acb9f123d6..5e25d08ba607 100644 --- a/multimedia/avidemux2/pkg-plist +++ b/multimedia/avidemux2/pkg-plist @@ -1,4 +1,5 @@ bin/avidemux2 +share/locale/de/LC_MESSAGES/avidemux.mo share/locale/es/LC_MESSAGES/avidemux.mo share/locale/fr/LC_MESSAGES/avidemux.mo share/locale/klingon/LC_MESSAGES/avidemux.mo |